Add MIT Licence
This commit is contained in:
25
Licence.txt
Normal file
25
Licence.txt
Normal file
@@ -0,0 +1,25 @@
|
||||
SDSLite
|
||||
|
||||
Copyright (c) Microsoft Corporation
|
||||
|
||||
All rights reserved.
|
||||
|
||||
MIT License
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the Software), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
@@ -46,3 +46,7 @@ See the installation instructions at [http://www.mono-project.com/docs/getting-s
|
||||
### MacOS
|
||||
|
||||
For MacOS, Mono is also available - but unfortunately only in 32bit mode as a package. See here: [http://www.mono-project.com/docs/compiling-mono/mac/](http://www.mono-project.com/docs/compiling-mono/mac/).
|
||||
|
||||
### LICENCE
|
||||
|
||||
You can find license details in Licence.txt file provided with this project or online at [https://github.com/predictionmachines/SDSlite/Licence.txt](https://github.com/predictionmachines/SDSlite/Licence.txt).
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<projectUrl>http://research.microsoft.com/en-us/projects/sds</projectUrl>
|
||||
<iconUrl>https://nuget.org/Content/Images/packageDefaultIcon-50x50.png</iconUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<licenseUrl>http://research.microsoft.com/en-us/downloads/ccf905f6-34c6-4845-892e-a5715a508fa3/SDS%20release%20codeplex%20MSR-LA.docx</licenseUrl>
|
||||
<licenseUrl>https://github.com/predictionmachines/SDSlite/Licence.txt</licenseUrl>
|
||||
<copyright>Copyright (C) 2015 Microsoft Research</copyright>
|
||||
<dependencies>
|
||||
<dependency id="DynamicInterop" version="0.7.4" />
|
||||
|
||||
@@ -21,6 +21,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SDSLite", "SDSLite\SDSLite.
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1FC31A69-438C-47C0-A833-73226ADBAA5E}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
Licence.txt = Licence.txt
|
||||
README.md = README.md
|
||||
EndProjectSection
|
||||
EndProject
|
||||
|
||||
Reference in New Issue
Block a user