diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2019-12-20 01:17:25 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2019-12-20 08:17:25 +0800 |
commit | e2fc0a0dfd99a86279eeece846cd911fe0c5ac6c (patch) | |
tree | d78192b5c53ddc08513fcad4540ca6f423ee3715 /options/license/MIT-0 | |
parent | db5524a9ab6b0050fa71e21a3a15740e85e4e4a8 (diff) | |
download | gitea-e2fc0a0dfd99a86279eeece846cd911fe0c5ac6c.tar.gz gitea-e2fc0a0dfd99a86279eeece846cd911fe0c5ac6c.zip |
chore: update license list (#9436)
go run scripts/generate-licenses.go
Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'options/license/MIT-0')
-rw-r--r-- | options/license/MIT-0 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/options/license/MIT-0 b/options/license/MIT-0 new file mode 100644 index 0000000000..973413d0f6 --- /dev/null +++ b/options/license/MIT-0 @@ -0,0 +1,15 @@ +MIT No Attribution Copyright <YEARr> <COPYRIGHT HOLDER> + +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. |