This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] Update Makefile.in copyright


This one got left out of the earlier patch due to a scripting bug.
Tested on x86_64-linux-gnu and committed as obvious.

Richard


gcc/
	* Makefile.in: Update copyright.

Index: gcc/Makefile.in
===================================================================
--- gcc/Makefile.in	2013-01-13 08:05:06.701397766 +0000
+++ gcc/Makefile.in	2013-01-13 08:10:41.872765977 +0000
@@ -1,9 +1,7 @@
 # Makefile for GNU Compiler Collection
 # Run 'configure' to generate Makefile from Makefile.in
 
-# Copyright (C) 1987, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
-# 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-# 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+# Copyright (C) 1987-2013 Free Software Foundation, Inc.
 
 #This file is part of GCC.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]