summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 11 insertions, 5 deletions
diff --git a/README b/README
index 8f4947a..fb2d363 100644
--- a/README
+++ b/README
@@ -1,7 +1,13 @@
-This is the ASN.1 library used in GNUTLS.
-More up to date information can be found at
-http://www.gnu.org/software/gnutls and http://www.gnutls.org
+This is GNU Libtasn1, a small ASN.1 library.
-* Documentation:
- view the doc/ directory and the examples in the src/ directory.
+The C library (libtasn1.*) is licensed under the GNU Lesser General
+Public License version 2.1 or later. See the file COPYING.LIB.
+The command line tool, self tests, examples, and other auxilliary
+files, are licensed under the GNU General Public License version 3.0
+or later. See the file COPYING.
+
+The manual is in doc/. You can also browse the manual and see updates
+about the project on the homepage:
+
+http://www.gnu.org/software/libtasn1/