aboutsummaryrefslogtreecommitdiff
path: root/fixincludes
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@gcc.gnu.org>2013-01-04 13:49:55 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2013-01-04 13:49:55 +0100
commit90d04a445cb821407e109da069ac93cd5ff3031f (patch)
treebb55f5b72dfc557698b74a9e740269cce291d1d5 /fixincludes
parent33879b9fc7b04a5051c4a5508eda29c355de859d (diff)
downloadgcc-90d04a445cb821407e109da069ac93cd5ff3031f.zip
gcc-90d04a445cb821407e109da069ac93cd5ff3031f.tar.gz
gcc-90d04a445cb821407e109da069ac93cd5ff3031f.tar.bz2
Update Copyright years for files modified in 2011 and/or 2012.
From-SVN: r194903
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 92b365c..ce850ff 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 fecfb19..5a113c6 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 19df48a..abbd853 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 4be3693..0ea3256 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 f95dd73..84b6d87 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 f186a50..f0fc5e6 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