From b4b88cdbd35a46edf9b093896a32be5ee15172e1 Mon Sep 17 00:00:00 2001 From: Scionwest_cp Date: Sun, 8 Aug 2010 18:25:36 -0700 Subject: [PATCH] Additional removals within MUDCompiler. --- LICENSE.txt | 31 ++++++++++++++++++ MUDCompiler/bin/Debug/..svnbridge/.svnbridge | 10 ------ MudDesigner.sln | 14 +-------- Readme.txt | 33 -------------------- 4 files changed, 32 insertions(+), 56 deletions(-) create mode 100644 LICENSE.txt delete mode 100644 MUDCompiler/bin/Debug/..svnbridge/.svnbridge delete mode 100644 Readme.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..0218f75 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,31 @@ +Microsoft Public License (Ms-PL) + +This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software. + +1. Definitions + +The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law. + +A "contribution" is the original software, or any additions or changes to the software. + +A "contributor" is any person that distributes its contribution under this license. + +"Licensed patents" are a contributor's patent claims that read directly on its contribution. + +2. Grant of Rights + +(A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create. + +(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software. + +3. Conditions and Limitations + +(A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks. + +(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically. + +(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software. + +(D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. + +(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement. \ No newline at end of file diff --git a/MUDCompiler/bin/Debug/..svnbridge/.svnbridge b/MUDCompiler/bin/Debug/..svnbridge/.svnbridge deleted file mode 100644 index a742dbc..0000000 --- a/MUDCompiler/bin/Debug/..svnbridge/.svnbridge +++ /dev/null @@ -1,10 +0,0 @@ -svn:ignoreMUDCompiler.exe -MUDCompiler.pdb -MUDCompiler.vshost.exe -MUDCompiler.vshost.exe.manifest -MudEngine.dll -MudEngine.pdb -startup.dat -temp -Scripts.dll - \ No newline at end of file diff --git a/MudDesigner.sln b/MudDesigner.sln index 1dd1f88..2b54bdf 100644 --- a/MudDesigner.sln +++ b/MudDesigner.sln @@ -3,11 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 11.00 # Visual C# Express 2010 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MudEngine", "MudEngine\MudEngine.csproj", "{498943A8-DF5A-4DB0-B506-0BFF44788657}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MudOfflineExample", "MudOfflineExample\MudOfflineExample.csproj", "{048E755C-DD05-47EC-930E-F45146B66F7C}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MUDCompiler", "MUDCompiler\MUDCompiler.csproj", "{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MudServer", "MudServer\MudServer.csproj", "{5BA65833-A99D-486C-8E74-C11A0713D44A}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MudGame", "MudGame\MudGame.csproj", "{5BA65833-A99D-486C-8E74-C11A0713D44A}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -29,16 +27,6 @@ Global {498943A8-DF5A-4DB0-B506-0BFF44788657}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {498943A8-DF5A-4DB0-B506-0BFF44788657}.Release|Mixed Platforms.Build.0 = Release|Any CPU {498943A8-DF5A-4DB0-B506-0BFF44788657}.Release|x86.ActiveCfg = Release|Any CPU - {048E755C-DD05-47EC-930E-F45146B66F7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {048E755C-DD05-47EC-930E-F45146B66F7C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {048E755C-DD05-47EC-930E-F45146B66F7C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {048E755C-DD05-47EC-930E-F45146B66F7C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {048E755C-DD05-47EC-930E-F45146B66F7C}.Debug|x86.ActiveCfg = Debug|Any CPU - {048E755C-DD05-47EC-930E-F45146B66F7C}.Release|Any CPU.ActiveCfg = Release|Any CPU - {048E755C-DD05-47EC-930E-F45146B66F7C}.Release|Any CPU.Build.0 = Release|Any CPU - {048E755C-DD05-47EC-930E-F45146B66F7C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {048E755C-DD05-47EC-930E-F45146B66F7C}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {048E755C-DD05-47EC-930E-F45146B66F7C}.Release|x86.ActiveCfg = Release|Any CPU {98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Debug|Any CPU.ActiveCfg = Debug|x86 {98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 {98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Debug|Mixed Platforms.Build.0 = Debug|x86 diff --git a/Readme.txt b/Readme.txt deleted file mode 100644 index aa2f2e3..0000000 --- a/Readme.txt +++ /dev/null @@ -1,33 +0,0 @@ -Mud Designer Source Code Information -Author: Scionwest -Website: http://MudDesigner.Codeplex.com -======================================== - -Introduction -======================================== -Thank you for downloading the source code to my product Mud Designer. -Included you will find the complete source code for the project, along -with a couple of documents pertaining to the development roadmap of the -project. - -What's included -======================================== -Included in this download is several things, including the source code -to the project, development roadmap file and the projects design document. -Not all of these files are completed files and are subject to change over -the next few weeks. - -The Mud Designer Source is included within the "Mud Designer" directory, -however the designer is not being worked on at the moment due to a hefty -chunk of the engine being re-wrote. -The source code can be modified by loading the MudDesigner.sln file found -in the root directory of the source code. -You will need Microsofts Visual C# 2010 Express. The Source Code requires -Microsofts .NET Framework 4.0 to compile correctly. - -The File "Mud Designer.pod" is the project roadmap, and can be viewed by -opening the file within the free OpenProject software found at -http://openproj.org/openproj. This file is not yet completed. - -The file "Design Document.pdf" is the design document associated with this -project. This file is not yet completed.