diff options
author | Werner Koch <[email protected]> | 2003-08-06 09:07:39 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-08-06 09:07:39 +0000 |
commit | 4a9f2da9803c1247eba97f1a40fd1d4c4116a8dc (patch) | |
tree | 5913b72fd9a34a4169657977a179e49f6a3a3283 /doc | |
parent | Cleanups for newer autoconf. (diff) | |
download | libassuan-0-6-0.tar.gz libassuan-0-6-0.zip |
* lgpl.texi: New.libassuan-0-6-0
* gpl.texi: Removed.
* assuan.texi: Dropped requirement vor invariant sections,
front- and back-cover texts. Include lgpg.texi.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 18 | ||||
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/assuan.texi | 24 |
3 files changed, 24 insertions, 20 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 6083bca..d92b425 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,10 @@ +2003-08-06 Werner Koch <[email protected]> + + * lgpl.texi: New. + * gpl.texi: Removed. + * assuan.texi: Dropped requirement vor invariant sections, + front- and back-cover texts. Include lgpg.texi. + 2003-02-18 Neal H. Walfield <[email protected]> * Makefile.am: New file. @@ -5,3 +12,14 @@ * gpl.texi: New file. * assuan.texi: Imported from newpg. + + Copyright 2003 Free Software Foundation, Inc. + + This file is free software; as a special exception the author gives + unlimited permission to copy and/or distribute it, with or without + modifications, as long as this notice is preserved. + + This file is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY, to the extent permitted by law; without even the + implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + diff --git a/doc/Makefile.am b/doc/Makefile.am index 8894bf0..38a204a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -21,5 +21,5 @@ info_TEXINFOS = assuan.texi -assuan_TEXINFOS = gpl.texi fdl.texi +assuan_TEXINFOS = lgpl.texi fdl.texi diff --git a/doc/assuan.texi b/doc/assuan.texi index c610462..8fd0212 100644 --- a/doc/assuan.texi +++ b/doc/assuan.texi @@ -8,21 +8,10 @@ Copyright @copyright{} 2002, 2003 Free Software Foundation, Inc. @macro permissionnotice Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or -any later version published by the Free Software Foundation; with the -Invariant Sections being ``GNU General Public License'', the Front-Cover -texts being (a) (see below), and with the Back-Cover Texts being (b) -(see below). A copy of the license is included in the section entitled +any later version published by the Free Software Foundation; with no +Invariant Sections, with no Front-Cover texts, and with no Back-Cover +texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''. - -(a) The FSF's Front-Cover Text is: - - A GNU Manual - -(b) The FSF's Back-Cover Text is: - - You have freedom to copy and modify this GNU Manual, like GNU - software. Copies published by the Free Software Foundation raise - funds for GNU development. @end macro @@ -117,7 +106,7 @@ interprocess communcation library. Miscellaneous -* Copying:: GNU Lesser General Public License says +* Library Copying:: GNU Lesser General Public License says how you can copy and share Assuan * GNU Free Documentation License:: How you can copy and share this manual. @@ -127,7 +116,7 @@ Indices * Index:: Index of concepts and symbol names. @end menu -@include gpl.texi +@include lgpl.texi @include fdl.texi @node Introduction @@ -347,9 +336,6 @@ number, white space, a textual description of the error. @item 100 Unknown Command @item 101 Not Implemented -@item 301 certificate has been revoked [DirMngr] -@item 302 no CRL known for this certificate [DirMngr] -@item 303 CRL is too old and a new one could not be retrieved [DirMngr] @end table |