From 0a1e6d4c94ab49826b5d06dc1dce3a8d040b624b Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Thu, 30 Jul 2020 10:57:46 +0600 Subject: [PATCH] update license --- LICENSE | 25 +++++++++++++++++++++++++ README.md | 2 +- ntex-cors/Cargo.toml | 2 +- ntex-cors/LICENSE | 2 +- ntex-files/Cargo.toml | 2 +- ntex-files/LICENSE | 2 +- ntex-identity/Cargo.toml | 2 +- ntex-identity/LICENSE | 2 +- ntex-multipart/Cargo.toml | 2 +- ntex-multipart/LICENSE | 2 +- ntex-session/Cargo.toml | 2 +- ntex-session/LICENSE | 2 +- 12 files changed, 36 insertions(+), 11 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..0110966d --- /dev/null +++ b/LICENSE @@ -0,0 +1,25 @@ +Copyright (c) 2020 ntex contributors + +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. diff --git a/README.md b/README.md index 4a3a65d8..d2a899fd 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,4 @@ This project is licensed under -* MIT license ([LICENSE-MIT](LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)) +* MIT license ([LICENSE](LICENSE) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)) diff --git a/ntex-cors/Cargo.toml b/ntex-cors/Cargo.toml index b8fef6d1..358d35ec 100644 --- a/ntex-cors/Cargo.toml +++ b/ntex-cors/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ntex-cors" version = "0.1.0" -authors = ["Nikolay Kim "] +authors = ["ntex contributors "] description = "Cross-origin resource sharing (CORS) for Actix applications." readme = "README.md" keywords = ["ntex", "web"] diff --git a/ntex-cors/LICENSE b/ntex-cors/LICENSE index ffa2d4b1..0110966d 100644 --- a/ntex-cors/LICENSE +++ b/ntex-cors/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020 Nikolay Kim +Copyright (c) 2020 ntex contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated diff --git a/ntex-files/Cargo.toml b/ntex-files/Cargo.toml index e2fea3ad..a7e459c8 100644 --- a/ntex-files/Cargo.toml +++ b/ntex-files/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ntex-files" version = "0.1.0" -authors = ["Nikolay Kim "] +authors = ["ntex contributors "] description = "Static files support for ntex web." readme = "README.md" keywords = ["ntex", "http", "async", "futures"] diff --git a/ntex-files/LICENSE b/ntex-files/LICENSE index ffa2d4b1..0110966d 100644 --- a/ntex-files/LICENSE +++ b/ntex-files/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020 Nikolay Kim +Copyright (c) 2020 ntex contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated diff --git a/ntex-identity/Cargo.toml b/ntex-identity/Cargo.toml index 7eadaa18..fc8dcb0d 100644 --- a/ntex-identity/Cargo.toml +++ b/ntex-identity/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ntex-identity" version = "0.1.0" -authors = ["Nikolay Kim "] +authors = ["ntex contributors "] description = "Identity service for ntex web framework." readme = "README.md" keywords = ["http", "web", "async"] diff --git a/ntex-identity/LICENSE b/ntex-identity/LICENSE index ffa2d4b1..0110966d 100644 --- a/ntex-identity/LICENSE +++ b/ntex-identity/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020 Nikolay Kim +Copyright (c) 2020 ntex contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated diff --git a/ntex-multipart/Cargo.toml b/ntex-multipart/Cargo.toml index a65a88ae..d999ccdd 100644 --- a/ntex-multipart/Cargo.toml +++ b/ntex-multipart/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ntex-multipart" version = "0.1.0" -authors = ["Nikolay Kim "] +authors = ["ntex contributors "] description = "Multipart support for ntex web framework." readme = "README.md" keywords = ["http", "web", "framework", "async", "ntex"] diff --git a/ntex-multipart/LICENSE b/ntex-multipart/LICENSE index ffa2d4b1..0110966d 100644 --- a/ntex-multipart/LICENSE +++ b/ntex-multipart/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020 Nikolay Kim +Copyright (c) 2020 ntex contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated diff --git a/ntex-session/Cargo.toml b/ntex-session/Cargo.toml index 81290ff6..cee8a0c0 100644 --- a/ntex-session/Cargo.toml +++ b/ntex-session/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ntex-session" version = "0.1.0" -authors = ["Nikolay Kim "] +authors = ["ntex contributors "] description = "Session for ntex web framework." readme = "README.md" keywords = ["http", "web", "framework", "async", "futures"] diff --git a/ntex-session/LICENSE b/ntex-session/LICENSE index ffa2d4b1..0110966d 100644 --- a/ntex-session/LICENSE +++ b/ntex-session/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020 Nikolay Kim +Copyright (c) 2020 ntex contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated