1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-09 04:37:48 +02:00

Merge pull request #770 from github/mit-0

Add MIT No Attribution
This commit is contained in:
Mike Linksvayer 2021-02-27 13:10:08 -08:00 committed by GitHub
commit 5d2587c4b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 53 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "license-list-XML"]
path = license-list-XML
url = https://github.com/spdx/license-list-XML.git

View File

@ -34,6 +34,7 @@ exclude:
- assets/vendor/selectivizr/tests
- assets/vendor/clipboard/test
- assets/vendor/*/README.*
- license-list-XML
plugins:
- jekyll-sitemap

45
_licenses/mit-0.txt Normal file
View File

@ -0,0 +1,45 @@
---
title: MIT No Attribution
spdx-id: MIT-0
description: A short and simple permissive license with no conditions, not even requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
using:
rssfs: https://github.com/dertuxmalwieder/rssfs/blob/master/LICENSE
SOIL2: https://github.com/SpartanJ/SOIL2/blob/master/LICENSE
Units.NET: https://github.com/angularsen/UnitsNet/blob/master/LICENSE
permissions:
- commercial-use
- modifications
- distribution
- private-use
conditions: []
limitations:
- liability
- warranty
---
MIT No Attribution
Copyright [year] [fullname]
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.
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.

1
license-list-XML Submodule

@ -0,0 +1 @@
Subproject commit b7470fcd383d59c95187af07b66b926e4ca23201

View File

@ -139,6 +139,9 @@ module Licensee
dir = ::File.dirname(__FILE__)
::File.expand_path '../_licenses', dir
end
def spdx_dir
::File.expand_path '../license-list-XML/src', __dir__
end
end
end
end