summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2021-07-27 06:50:22 +0000
committerAlan Antonuk <alan.antonuk@gmail.com>2021-07-26 23:57:14 -0700
commitfd51cf8fdc41c3d4f4a1e8cc7ea9aea5bfbe0a0d (patch)
tree2ff8593d259070e30488614b115381e9db6b829c
parent83a75b3943fd4d374e98f4eb758f0a170d8c8ffc (diff)
downloadrabbitmq-c-fd51cf8fdc41c3d4f4a1e8cc7ea9aea5bfbe0a0d.tar.gz
More tweaks to LICENSE file for github detection
This does not change the license or copyright of rabbitmq-c. This tweaks the LICENSE file so that github properly detects the license. Signed-off-by: GitHub <noreply@github.com>
-rw-r--r--LICENSE9
-rw-r--r--README.md31
2 files changed, 34 insertions, 6 deletions
diff --git a/LICENSE b/LICENSE
index cef41fa..bff0c05 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,13 +1,10 @@
MIT License
-Portions created by Alan Antonuk are Copyright (c) 2012-2013
-Alan Antonuk. All Rights Reserved.
+Copyright (c) 2012-2021 Alan Antonuk
-Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
-All Rights Reserved.
+Copyright (c) 2007-2012 VMware, Inc.
-Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
-VMware, Inc. and Tony Garnock-Jones. All Rights Reserved.
+Copyright (c) 2009-2010 VMware, Inc. and Tony Garnock-Jones
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
diff --git a/README.md b/README.md
index 41bdcf7..e4e2544 100644
--- a/README.md
+++ b/README.md
@@ -143,3 +143,34 @@ access an AMQP connection or any of its channels from more than one
thread, it is entirely responsible for designing and implementing an
appropriate locking scheme. It will generally be much simpler to have
a connection exclusive to each thread that needs AMQP service.
+
+### License & Copyright
+
+Portions created by Alan Antonuk are Copyright (c) 2012-2021
+Alan Antonuk. All Rights Reserved.
+
+Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
+All Rights Reserved.
+
+Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
+VMware, Inc. and Tony Garnock-Jones. All Rights Reserved.
+
+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. \ No newline at end of file