From 981643caf8d32e12667a7cfe8a7166dfeae131b9 Mon Sep 17 00:00:00 2001 From: Charlie Cleveland Date: Mon, 13 Jan 2014 11:16:27 -0800 Subject: [PATCH 1/3] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7b4fd40 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +All artwork, sounds, audio, screenshots, text and code in Natural Selection, Zen of Sudoku, Spark engine and Natural Selection 2 are Copyright © 2014 Unknown Worlds Entertainment, Inc (http://www.unknownworlds.com). + +The mark Natural Selection was first represented in association with video-game software in June of 2001, and was first used in commerce around January, 2002. Natural Selection is Registered with the U.S. Patent and Trademark Office (No. 4,179,393). + +Uses external code and libraries +- Half Life 1 SDK LICENSE (Copyright(C) Valve Corp.) +- FMOD 3.7.5 +- LUA 5.0 (http://lua.org) +- Particle system library by David McAllister (http://www.cs.unc.edu/techreports/00-007.pdf). + +Original code and design by Charlie Cleveland (charlie@unknownworlds.com, @flayra). + +Many contributions from Karl Patrick (karl.patrick@gmail.com), Petter Rønningen , Harry Walsh , and probably lots of people I forgot. From a4a9987c04147f8217df11b5017e8a263ee1e6a7 Mon Sep 17 00:00:00 2001 From: Charlie Cleveland Date: Tue, 14 Jan 2014 11:25:17 -0800 Subject: [PATCH 2/3] Added Half-life SDK licensing From Jay Stelly @ VALVe --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 7b4fd40..9948e3f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ +Half Life 1 SDK LICENSE +======================= + +https://github.com/ValveSoftware/halflife/blob/master/README.md + +You may, free of charge, download and use the SDK to develop a modified Valve game running on the Half-Life engine. You may distribute your modified Valve game in source and object code form, but only for free. Terms of use for Valve games are found in the Steam Subscriber Agreement located here: http://store.steampowered.com/subscriber_agreement/ + +You may copy, modify, and distribute the SDK and any modifications you make to the SDK in source and object code form, but only for free. Any distribution of this SDK must include this license.txt and third_party_licenses.txt. + +DISCLAIMER OF WARRANTIES. THE SOURCE SDK AND ANY OTHER MATERIAL DOWNLOADED BY LICENSEE IS PROVIDED “AS IS”. VALVE AND ITS SUPPLIERS DISCLAIM ALL WARRANTIES WITH RESPECT TO THE SDK, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT, TITLE AND FITNESS FOR A PARTICULAR PURPOSE. + +LIMITATION OF LIABILITY. IN NO EVENT SHALL VALVE OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR INABILITY TO USE THE ENGINE AND/OR THE SDK, EVEN IF VALVE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +Natural Selection +================= + All artwork, sounds, audio, screenshots, text and code in Natural Selection, Zen of Sudoku, Spark engine and Natural Selection 2 are Copyright © 2014 Unknown Worlds Entertainment, Inc (http://www.unknownworlds.com). The mark Natural Selection was first represented in association with video-game software in June of 2001, and was first used in commerce around January, 2002. Natural Selection is Registered with the U.S. Patent and Trademark Office (No. 4,179,393). @@ -11,3 +27,4 @@ Uses external code and libraries Original code and design by Charlie Cleveland (charlie@unknownworlds.com, @flayra). Many contributions from Karl Patrick (karl.patrick@gmail.com), Petter Rønningen , Harry Walsh , and probably lots of people I forgot. + From 1a952b4dea66fa0d4a4c7768a98bb5e9febd8f1a Mon Sep 17 00:00:00 2001 From: Charlie Cleveland Date: Tue, 14 Jan 2014 11:25:28 -0800 Subject: [PATCH 3/3] Delete test.txt --- test.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 test.txt diff --git a/test.txt b/test.txt deleted file mode 100644 index 0a90125..0000000 --- a/test.txt +++ /dev/null @@ -1 +0,0 @@ -Testing \ No newline at end of file