diff options
author | Mark Wielaard <mark@klomp.org> | 2004-12-10 14:52:17 +0000 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2004-12-10 14:52:17 +0000 |
commit | 410ec75101b6a32ab12996408fc19a58c4d3de3f (patch) | |
tree | 42d6e6e7c5af8564114553e4ca3588e857217a0d /LICENSE | |
parent | e7e3e2dbcffc75705f6b1d1d964385395cc6fc54 (diff) | |
download | classpath-410ec75101b6a32ab12996408fc19a58c4d3de3f.tar.gz |
* LICENSE: Add text about org.ietf.jgss documentation.
* org/ietf/jgss/ChannelBinding.java: Merge top two comment blocks.
* org/ietf/jgss/GSSCredential.java: Likewise.
* org/ietf/jgss/GSSException.java: Likewise.
* org/ietf/jgss/GSSManager.java: Likewise.
* org/ietf/jgss/GSSName.java: Likewise.
* org/ietf/jgss/MessageProp.java: Likewise.
* org/ietf/jgss/Oid.java: Likewise.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -80,3 +80,33 @@ fdlibm files carry the following notices: The upstream for fdlibm is libgcj (http://gcc.gnu.org/java/), they sync again with the 'real' upstream (http://www.netlib.org/fdlibm/readme). + + +The documentation of some of the files in org/ietf/jgss/ is derived from +the text of RFC 2853: Generic Security Service API Version 2: Java Bindings. +That document is covered under the following license notice: + +Copyright (C) The Internet Society (2000). All Rights Reserved. + +This document and translations of it may be copied and furnished to +others, and derivative works that comment on or otherwise explain it +or assist in its implementation may be prepared, copied, published and +distributed, in whole or in part, without restriction of any kind, +provided that the above copyright notice and this paragraph are +included on all such copies and derivative works. However, this +document itself may not be modified in any way, such as by removing +the copyright notice or references to the Internet Society or other +Internet organizations, except as needed for the purpose of developing +Internet standards in which case the procedures for copyrights defined +in the Internet Standards process must be followed, or as required to +translate it into languages other than English. + +The limited permissions granted above are perpetual and will not be +revoked by the Internet Society or its successors or assigns. + +This document and the information contained herein is provided on an +"AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING +TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT +NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN +WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF +MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. |