summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NOTICE26
-rw-r--r--doc/copyright.texinfo27
-rw-r--r--src/util/k5ev/README4
-rw-r--r--src/util/verto/README6
4 files changed, 63 insertions, 0 deletions
diff --git a/NOTICE b/NOTICE
index 40b851c852..ab7c6a59f9 100644
--- a/NOTICE
+++ b/NOTICE
@@ -183,6 +183,32 @@ following copyright:
-------------------
+The bundled verto source code is subject to the following license:
+
+ Copyright 2011 Red Hat, Inc.
+
+ 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.
+
+ -------------------
+
The implementations of GSSAPI mechglue in GSSAPI-SPNEGO in
`src/lib/gssapi', including the following files:
diff --git a/doc/copyright.texinfo b/doc/copyright.texinfo
index ed4bec55bc..b3b779e035 100644
--- a/doc/copyright.texinfo
+++ b/doc/copyright.texinfo
@@ -200,6 +200,33 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@end quotation
@cdivider
+The bundled verto source code is subject to the following license:
+
+@quotation
+Copyright 2011 Red Hat, Inc.
+
+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.
+@end quotation
+
+@cdivider
The implementations of GSSAPI mechglue in GSSAPI-SPNEGO in
@code{src/lib/gssapi}, including the following files:
diff --git a/src/util/k5ev/README b/src/util/k5ev/README
index 10b49976bd..7a14f13274 100644
--- a/src/util/k5ev/README
+++ b/src/util/k5ev/README
@@ -25,3 +25,7 @@ had support for making its API symbols static, but it currently does
not.) The source file verto-k5ev.c wraps ev.c with appropriate
embedding defines, and then defines the libverto module functions
using the slightly modified contents of libverto's verto-ev.c.
+
+The libev upstream project page is at:
+
+ http://software.schmorp.de/pkg/libev.html
diff --git a/src/util/verto/README b/src/util/verto/README
new file mode 100644
index 0000000000..8e47610565
--- /dev/null
+++ b/src/util/verto/README
@@ -0,0 +1,6 @@
+This directory builds a verto library with only a private back-end
+module, for use when the system has no installed verto library.
+
+The libverto upstream project page is at:
+
+ https://fedorahosted.org/libverto/