diff options
author | Marcus Brinkmann <[email protected]> | 2004-12-07 21:21:08 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2004-12-07 21:21:08 +0000 |
commit | 6c6d0a8781546361e98c5e90a8e2faf84a951d3b (patch) | |
tree | 94666459d98ce059a7373757dde92da976b8c686 | |
parent | 2004-12-07 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-6c6d0a8781546361e98c5e90a8e2faf84a951d3b.tar.gz gpgme-6c6d0a8781546361e98c5e90a8e2faf84a951d3b.zip |
2004-12-07 Marcus Brinkmann <[email protected]>
* lesser.texi (Library Copying): Change from @appendixsec to
@appendix.
* gpgme.texi (Features): Change reference to GPL to one to LGPL.
-rw-r--r-- | branches/gpgme-1-0-branch/doc/ChangeLog | 4 | ||||
-rw-r--r-- | branches/gpgme-1-0-branch/doc/gpgme.texi | 2 | ||||
-rw-r--r-- | branches/gpgme-1-0-branch/doc/lesser.texi | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/branches/gpgme-1-0-branch/doc/ChangeLog b/branches/gpgme-1-0-branch/doc/ChangeLog index 4c657292..b4217dcb 100644 --- a/branches/gpgme-1-0-branch/doc/ChangeLog +++ b/branches/gpgme-1-0-branch/doc/ChangeLog @@ -1,5 +1,9 @@ 2004-12-07 Marcus Brinkmann <[email protected]> + * lesser.texi (Library Copying): Change from @appendixsec to + @appendix. + * gpgme.texi (Features): Change reference to GPL to one to LGPL. + * Makefile.am: Change license to LGPL. (gpgme_TEXINFOS): Replace gpl.texi with lesser.texi. diff --git a/branches/gpgme-1-0-branch/doc/gpgme.texi b/branches/gpgme-1-0-branch/doc/gpgme.texi index a63c7843..957df64f 100644 --- a/branches/gpgme-1-0-branch/doc/gpgme.texi +++ b/branches/gpgme-1-0-branch/doc/gpgme.texi @@ -278,7 +278,7 @@ engines into your application directly. @table @asis @item it's free software Anybody can use, modify, and redistribute it under the terms of the GNU -General Public License (@pxref{Copying}). +Lesser General Public License (@pxref{Library Copying}). @item it's flexible @acronym{GPGME} provides transparent support for several cryptographic diff --git a/branches/gpgme-1-0-branch/doc/lesser.texi b/branches/gpgme-1-0-branch/doc/lesser.texi index 940f70e0..ce836289 100644 --- a/branches/gpgme-1-0-branch/doc/lesser.texi +++ b/branches/gpgme-1-0-branch/doc/lesser.texi @@ -1,5 +1,5 @@ @node Library Copying -@appendixsec GNU LESSER GENERAL PUBLIC LICENSE +@appendix GNU LESSER GENERAL PUBLIC LICENSE @cindex LGPL, Lesser General Public License @center Version 2.1, February 1999 |