summaryrefslogtreecommitdiff
path: root/fixincludes/ChangeLog
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-09 15:00:19 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-09 15:00:19 +0000
commit6bc9506f51c864af73250f5e6c99da261bd98b11 (patch)
treebd86b7ce700d40e8ff558eedd26a6dd18fd29054 /fixincludes/ChangeLog
parentf0027207046e139d7fc91a0b0c5daa20676fb235 (diff)
downloadgcc-6bc9506f51c864af73250f5e6c99da261bd98b11.tar.gz
Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145841 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/ChangeLog')
-rw-r--r--fixincludes/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog
index f5f0c4993b0..d3a8641f565 100644
--- a/fixincludes/ChangeLog
+++ b/fixincludes/ChangeLog
@@ -1,3 +1,19 @@
+2009-04-09 Jakub Jelinek <jakub@redhat.com>
+
+ * Makefile.in: Change copyright header to refer to version
+ 3 of the GNU General Public License and to point readers at the
+ COPYING3 file and the FSF's license web page.
+ * fixfixes.c: Likewise.
+ * fixinc.in: Likewise.
+ * fixincl.c: Likewise.
+ * fixlib.c: Likewise.
+ * fixlib.h: Likewise.
+ * fixopts.c: Likewise.
+ * fixtests.c: Likewise.
+ * genfixes: Likewise.
+ * mkheaders.in: Likewise.
+ * system.h: Likewise.
+
2009-03-31 Joseph Myers <joseph@codesourcery.com>
PR c/448