summaryrefslogtreecommitdiff
path: root/fixincludes
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2013-01-04 12:49:55 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2013-01-04 12:49:55 +0000
commit71e45bc23e1b15089ec18bc5dddafbd53bc6e7b3 (patch)
treebb55f5b72dfc557698b74a9e740269cce291d1d5 /fixincludes
parent9448cf4a2fd9d9ef39b85d914b09c5efbea44731 (diff)
downloadgcc-71e45bc23e1b15089ec18bc5dddafbd53bc6e7b3.tar.gz
Update Copyright years for files modified in 2011 and/or 2012.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194903 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes')
-rw-r--r--fixincludes/Makefile.in2
-rw-r--r--fixincludes/fixincl.c2
-rw-r--r--fixincludes/fixlib.h2
-rw-r--r--fixincludes/fixopts.c2
-rw-r--r--fixincludes/fixtests.c3
-rwxr-xr-xfixincludes/genfixes2
6 files changed, 7 insertions, 6 deletions
diff --git a/fixincludes/Makefile.in b/fixincludes/Makefile.in
index 92b365cc0f9..ce850ffc7b4 100644
--- a/fixincludes/Makefile.in
+++ b/fixincludes/Makefile.in
@@ -1,6 +1,6 @@
# Makefile for fixincludes.
#
-# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2009, 2010
+# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2009, 2010, 2012
# Free Software Foundation, Inc.
#This file is part of fixincludes.
diff --git a/fixincludes/fixincl.c b/fixincludes/fixincl.c
index fecfb19e1b1..5a113c65b36 100644
--- a/fixincludes/fixincl.c
+++ b/fixincludes/fixincl.c
@@ -2,7 +2,7 @@
files which are fixed to work correctly with ANSI C and placed in a
directory that GCC will search.
- Copyright (C) 1997, 1998, 1999, 2000, 2004, 2009
+ Copyright (C) 1997, 1998, 1999, 2000, 2004, 2009, 2012
Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/fixincludes/fixlib.h b/fixincludes/fixlib.h
index 19df48a8b0f..abbd853d0e7 100644
--- a/fixincludes/fixlib.h
+++ b/fixincludes/fixlib.h
@@ -3,7 +3,7 @@
files which are fixed to work correctly with ANSI C and placed in a
directory that GCC will search.
- Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2009
+ Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2009, 2012
Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/fixincludes/fixopts.c b/fixincludes/fixopts.c
index 4be36933c8f..0ea32568367 100644
--- a/fixincludes/fixopts.c
+++ b/fixincludes/fixopts.c
@@ -1,6 +1,6 @@
/* Handle options that are passed from environment variables.
- Copyright (C) 2004, 2009 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2009, 2012 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/fixincludes/fixtests.c b/fixincludes/fixtests.c
index f95dd73bc16..84b6d876e23 100644
--- a/fixincludes/fixtests.c
+++ b/fixincludes/fixtests.c
@@ -3,7 +3,8 @@
Test to see if a particular fix should be applied to a header file.
- Copyright (C) 1997, 1998, 1999, 2000, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 1999, 2000, 2009, 2012
+ Free Software Foundation, Inc.
= = = = = = = = = = = = = = = = = = = = = = = = =
diff --git a/fixincludes/genfixes b/fixincludes/genfixes
index f186a508246..f0fc5e64f8b 100755
--- a/fixincludes/genfixes
+++ b/fixincludes/genfixes
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 1999, 2000, 2001, 2009 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2000, 2001, 2009, 2012 Free Software Foundation, Inc.
# This file is part of GCC.
# GCC is free software; you can redistribute it and/or modify