diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2013-01-04 13:49:55 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2013-01-04 13:49:55 +0100 |
commit | 90d04a445cb821407e109da069ac93cd5ff3031f (patch) | |
tree | bb55f5b72dfc557698b74a9e740269cce291d1d5 /fixincludes | |
parent | 33879b9fc7b04a5051c4a5508eda29c355de859d (diff) | |
download | gcc-90d04a445cb821407e109da069ac93cd5ff3031f.tar.gz |
Update Copyright years for files modified in 2011 and/or 2012.
From-SVN: r194903
Diffstat (limited to 'fixincludes')
-rw-r--r-- | fixincludes/Makefile.in | 2 | ||||
-rw-r--r-- | fixincludes/fixincl.c | 2 | ||||
-rw-r--r-- | fixincludes/fixlib.h | 2 | ||||
-rw-r--r-- | fixincludes/fixopts.c | 2 | ||||
-rw-r--r-- | fixincludes/fixtests.c | 3 | ||||
-rwxr-xr-x | fixincludes/genfixes | 2 |
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 |