aboutsummaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-02-18 13:05:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-02-18 13:05:35 +0200
commit487cc914baefc9f662e53fd5bc125f4b005270b5 (patch)
tree1a0c96a8a0481469d140fc858539c90de5d6c9f5 /LICENSE
parent7a6c8f06befe6f412a525490f25928cc7ca2cd93 (diff)
New LICENSE/AUTHORS arrangement
Note that this removes the "unrelated to the OpenSSL project" notice from the LICENSE file (failed that, it will not be recognized as MIT by repository hosting providers such as GitHub). This notice, however, still prominently appears in the README file.
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE49
1 files changed, 19 insertions, 30 deletions
diff --git a/LICENSE b/LICENSE
index 6a9d27d..2cf3738 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,32 +1,21 @@
-Note that this project is not affiliated with OpenSSL. OpenSSL is a registered
-trademark owned by the OpenSSL Software Foundation used with permission.
-
-openssl/agent/pkcs11/pkcs11.h:
-
-From OpenSC/libp11 with "unlimited permission to copy and/or distribute",
-see the file header for details.
-
-The rest:
-
MIT License
-See the accompanying COPYRIGHT file for the copyright information.
-
-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.
+Copyright (c) 2014-2020 the build2 authors (see the AUTHORS file).
+
+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.