summaryrefslogtreecommitdiff
path: root/src/gcryptrnd.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-08-22 09:52:59 +0000
committerWerner Koch <wk@gnupg.org>2007-08-22 09:52:59 +0000
commit13c12e3c2a1fe349c59a78b943484c503e597388 (patch)
tree959ed34b2f5c402db9131c22e6811c0d9035cbdf /src/gcryptrnd.c
parentd6524c799ba7b65fd77458eaa2ba831dbbeb9163 (diff)
downloadlibgcrypt-13c12e3c2a1fe349c59a78b943484c503e597388.tar.gz
Made all library code LGPL.
Diffstat (limited to 'src/gcryptrnd.c')
-rw-r--r--src/gcryptrnd.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gcryptrnd.c b/src/gcryptrnd.c
index c15be287..e15fecaf 100644
--- a/src/gcryptrnd.c
+++ b/src/gcryptrnd.c
@@ -216,9 +216,10 @@ print_version (int with_help)
{
fputs (MYVERSION_LINE "\n"
"Copyright (C) 2006 Free Software Foundation, Inc.\n"
- "This program comes with ABSOLUTELY NO WARRANTY.\n"
- "This is free software, and you are welcome to redistribute it\n"
- "under certain conditions. See the file COPYING for details.\n",
+ "License GPLv2+: GNU GPL version 2 or later "
+ "<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>\n"
+ "This is free software: you are free to change and redistribute it.\n"
+ "There is NO WARRANTY, to the extent permitted by law.\n",
stdout);
if (with_help)