aboutsummaryrefslogtreecommitdiffstats
path: root/util/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'util/ChangeLog')
-rw-r--r--util/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/util/ChangeLog b/util/ChangeLog
index 189ab6de3..2d5e40006 100644
--- a/util/ChangeLog
+++ b/util/ChangeLog
@@ -1,3 +1,12 @@
+2007-10-23 Werner Koch <[email protected]>
+
+ Switched entire package to GPLv3+. The parts taken from libassuan
+ and glibc are kept at LGPLv2+; only the address as been chnaged.
+
+ * argparse.c (strusage): Use id 10 for the license string;
+ defaults to GPL3+. Change long note to version 3 or later.
+ (show_version): Print the license info.
+
2007-08-24 Werner Koch <[email protected]>
* fileutil.c (same_file_p): New. Taken from SVN trunk.