diff options
author | Jim Meyering <meyering@redhat.com> | 2010-06-19 08:25:55 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-06-19 08:25:55 +0200 |
commit | 614acf7e8d66e6ed1473f44c603135fdfa6b0a1c (patch) | |
tree | fa1f1a37f8bacb41b615f117eb74d6c0af428daf | |
parent | 0bcb904f52dcdcfaed70f7b131481a68353e36b3 (diff) | |
download | idutils-614acf7e8d66e6ed1473f44c603135fdfa6b0a1c.tar.gz idutils-614acf7e8d66e6ed1473f44c603135fdfa6b0a1c.tar.bz2 idutils-614acf7e8d66e6ed1473f44c603135fdfa6b0a1c.zip |
maint: mention the GPLv3 update in NEWS
* NEWS (4.3.92): Note when we switched to GPLv3.
* cfg.mk (old_NEWS_hash): Update to reflect addition to old NEWS.
Suggested by Karl Berry.
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | cfg.mk | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -34,6 +34,8 @@ GNU idutils NEWS -*- outline -*- revamp code and infrastructure, bringing it closer to coreutils' standards add automatically-generated man pages mkid recognize more suffixes: .ac, .mk, .bz2, .lzma. + idutils is now licensed under the General Public License version 3 + or later (GPLv3+). Version 4.2 - August 5, 2006, by Claudio Fontana @@ -24,7 +24,7 @@ manual_title = GNU idutils: ID database utilities local-checks-to-skip = changelog-check strftime-check patch-check \ sc_prohibit_atoi_atof sc_changelog check-AUTHORS -old_NEWS_hash = f1968c68d6b8ed206f0e876abe1ffaf0 +old_NEWS_hash = 7c42fc431cadd9164dde6f9a7113b920 sc_tight_scope: $(MAKE) -C src $@ |