svn rev #25443: trunk/ doc/ src/util/k5ev/ src/util/verto/

ghudson@MIT.EDU ghudson at MIT.EDU
Sat Nov 5 15:55:34 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=25443
Commit By: ghudson
Log Message:
ticket: 7002
target_version: 1.10
tags: pullup

Improve verto and libev documentation

NOTICE was missing the copyright statement for verto (it's not quite
the same as other Red Hat licenses).  util/verto had no README file,
and neither the verto nor k5ev README contained pointers to the
upstream project pages.


Changed Files:
U   trunk/NOTICE
U   trunk/doc/copyright.texinfo
U   trunk/src/util/k5ev/README
A   trunk/src/util/verto/README
Modified: trunk/NOTICE
===================================================================
--- trunk/NOTICE	2011-11-05 00:03:44 UTC (rev 25442)
+++ trunk/NOTICE	2011-11-05 19:55:34 UTC (rev 25443)
@@ -183,6 +183,32 @@
 
                           -------------------
 
+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:
 

Modified: trunk/doc/copyright.texinfo
===================================================================
--- trunk/doc/copyright.texinfo	2011-11-05 00:03:44 UTC (rev 25442)
+++ trunk/doc/copyright.texinfo	2011-11-05 19:55:34 UTC (rev 25443)
@@ -200,7 +200,34 @@
 @end quotation
 
 @cdivider
+The bundled verto source code is subject to the following license:
 
+ at 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.
+ at end quotation
+
+ at cdivider
+
 The implementations of GSSAPI mechglue in GSSAPI-SPNEGO in
 @code{src/lib/gssapi}, including the following files:
 

Modified: trunk/src/util/k5ev/README
===================================================================
--- trunk/src/util/k5ev/README	2011-11-05 00:03:44 UTC (rev 25442)
+++ trunk/src/util/k5ev/README	2011-11-05 19:55:34 UTC (rev 25443)
@@ -25,3 +25,7 @@
 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

Added: trunk/src/util/verto/README
===================================================================
--- trunk/src/util/verto/README	                        (rev 0)
+++ trunk/src/util/verto/README	2011-11-05 19:55:34 UTC (rev 25443)
@@ -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/




More information about the cvs-krb5 mailing list