]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Added a paragraph on copyright.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 5 Dec 2001 12:37:38 +0000 (13:37 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 5 Dec 2001 12:37:38 +0000 (13:37 +0100)
Rev: src/nettle/README:1.4

README

diff --git a/README b/README
index 353ab5a774f05857c0d867e7b010da138c1961cf..bcd199ebcc9cbd57ac6ed2720ccab87e565c18e9 100644 (file)
--- a/README
+++ b/README
@@ -24,6 +24,13 @@ What is Nettle? A quote from the introduction in the Nettle Manual:
   Nettle is LSH, and it uses an object-oriented abstraction on top of the
   library. 
 
+Nettle is free software; you can redistribute it and/or modify it under
+the terms of the GNU General Public License as published by the Free
+Software Foundation. See the file COPYING for details. Most, but not
+all, of Nettle can also be used under the terms of the GNU Lesser
+General Public License; please read the Copyright section of the
+manual if you want to exercise this option.
+
 Build nettle with the usual ./configure && make && make check && make
 install. Read the manual. Mail me if you have any questions or
 suggestions.