diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-08-31 15:00:14 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-08-31 15:00:14 +0200 |
commit | 57762a6f3197c4150806777ff1ba39f3c63f943a (patch) | |
tree | 0b6451f09cdfa2073eec74689c2f99bd783147a2 /doc/libtasn1.texi | |
parent | c500248956c6e072779ec3a78be38c918eed560a (diff) | |
download | libtasn1-57762a6f3197c4150806777ff1ba39f3c63f943a.tar.gz libtasn1-57762a6f3197c4150806777ff1ba39f3c63f943a.tar.bz2 libtasn1-57762a6f3197c4150806777ff1ba39f3c63f943a.zip |
Fix.
Diffstat (limited to 'doc/libtasn1.texi')
-rw-r--r-- | doc/libtasn1.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/libtasn1.texi b/doc/libtasn1.texi index a48d1d9..9369007 100644 --- a/doc/libtasn1.texi +++ b/doc/libtasn1.texi @@ -75,9 +75,9 @@ Indices Libtasn1 is library for dealing with ASN.1 and DER data. The library is licensed under the GNU Lesser General Public License -version 2.1 (@pxref{GNU LGPL}). The command line tools and self-tests -are licensed under the GNU General Public License version 3.0 -(@pxref{GNU GPL}). +version 2.1 (@pxref{GNU LGPL}). The command line tools, self-tests +and build infrastructure are licensed under the GNU General Public +License version 3.0 (@pxref{GNU GPL}). @node ASN.1 structure handling |