Skip to content

Commit

Permalink
Update copyright years in libcpp.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195162 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
rsandifo committed Jan 14, 2013
1 parent 9599cf9 commit cec7bb4
Show file tree
Hide file tree
Showing 27 changed files with 31 additions and 51 deletions.
4 changes: 4 additions & 0 deletions libcpp/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2013-01-14 Richard Sandiford <[email protected]>

Update copyright years.

2013-01-04 Paolo Carlini <[email protected]>

PR c++/54526 (again)
Expand Down
2 changes: 1 addition & 1 deletion libcpp/Makefile.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @configure_input@
# Makefile for libcpp. Run 'configure' to generate Makefile from Makefile.in

# Copyright (C) 2004, 2008, 2009, 2010 Free Software Foundation, Inc.
# Copyright (C) 2004-2013 Free Software Foundation, Inc.

#This file is part of libcpp.

Expand Down
3 changes: 1 addition & 2 deletions libcpp/charset.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* CPP Library - charsets
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2008, 2009,
2010, 2012 Free Software Foundation, Inc.
Copyright (C) 1998-2013 Free Software Foundation, Inc.
Broken out of c-lex.c Apr 2003, adding valid C99 UCN ranges.
Expand Down
3 changes: 1 addition & 2 deletions libcpp/directives-only.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* CPP Library - directive only preprocessing for distributed compilation.
Copyright (C) 2007, 2009
Free Software Foundation, Inc.
Copyright (C) 2007-2013 Free Software Foundation, Inc.
Contributed by Ollie Wild <[email protected]>.
This program is free software; you can redistribute it and/or modify it
Expand Down
2 changes: 1 addition & 1 deletion libcpp/directives.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* CPP Library. (Directive handling.)
Copyright (C) 1986-2012 Free Software Foundation, Inc.
Copyright (C) 1986-2013 Free Software Foundation, Inc.
Contributed by Per Bothner, 1994-95.
Based on CCCP program by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987
Expand Down
3 changes: 1 addition & 2 deletions libcpp/errors.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* Default error handlers for CPP Library.
Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1998, 1999, 2000,
2001, 2002, 2004, 2008, 2009, 2010 Free Software Foundation, Inc.
Copyright (C) 1986-2013 Free Software Foundation, Inc.
Written by Per Bothner, 1994.
Based on CCCP program by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987
Expand Down
3 changes: 1 addition & 2 deletions libcpp/expr.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* Parse C expressions for cpplib.
Copyright (C) 1987, 1992, 1994, 1995, 1997, 1998, 1999, 2000, 2001,
2002, 2004, 2008, 2009, 2010, 2011 Free Software Foundation.
Copyright (C) 1987-2013 Free Software Foundation, Inc.
Contributed by Per Bothner, 1994.
This program is free software; you can redistribute it and/or modify it
Expand Down
4 changes: 1 addition & 3 deletions libcpp/files.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* Part of CPP library. File handling.
Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
Copyright (C) 1986-2013 Free Software Foundation, Inc.
Written by Per Bothner, 1994.
Based on CCCP program by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987
Expand Down
3 changes: 1 addition & 2 deletions libcpp/identifiers.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* Hash tables for the CPP library.
Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1998,
1999, 2000, 2001, 2002, 2007, 2009 Free Software Foundation, Inc.
Copyright (C) 1986-2013 Free Software Foundation, Inc.
Written by Per Bothner, 1994.
Based on CCCP program by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987
Expand Down
3 changes: 1 addition & 2 deletions libcpp/include/cpp-id-data.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* Structures that hang off cpp_identifier, for PCH.
Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2009 Free Software Foundation, Inc.
Copyright (C) 1986-2013 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Expand Down
4 changes: 1 addition & 3 deletions libcpp/include/cpplib.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* Definitions for CPP library.
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012
Free Software Foundation, Inc.
Copyright (C) 1995-2013 Free Software Foundation, Inc.
Written by Per Bothner, 1994-95.
This program is free software; you can redistribute it and/or modify it
Expand Down
3 changes: 1 addition & 2 deletions libcpp/include/line-map.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* Map logical line numbers to (source file, line number) pairs.
Copyright (C) 2001, 2003, 2004, 2007, 2008, 2009, 2010, 2011
Free Software Foundation, Inc.
Copyright (C) 2001-2013 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Expand Down
2 changes: 1 addition & 1 deletion libcpp/include/mkdeps.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Dependency generator for Makefile fragments.
Copyright (C) 2000, 2001, 2003, 2009 Free Software Foundation, Inc.
Copyright (C) 2000-2013 Free Software Foundation, Inc.
Contributed by Zack Weinberg, Mar 2000
This program is free software; you can redistribute it and/or modify it
Expand Down
3 changes: 1 addition & 2 deletions libcpp/include/symtab.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* Hash tables.
Copyright (C) 2000, 2001, 2003, 2004, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Copyright (C) 2000-2013 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Expand Down
4 changes: 1 addition & 3 deletions libcpp/init.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* CPP Library.
Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008,
2009, 2010, 2011, 2012 Free Software Foundation, Inc.
Copyright (C) 1986-2013 Free Software Foundation, Inc.
Contributed by Per Bothner, 1994-95.
Based on CCCP program by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987
Expand Down
3 changes: 1 addition & 2 deletions libcpp/internal.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* Part of CPP library.
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007,
2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
Copyright (C) 1997-2013 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Expand Down
3 changes: 1 addition & 2 deletions libcpp/lex.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* CPP Library - lexical analysis.
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007-2013
Free Software Foundation, Inc.
Copyright (C) 2000-2013 Free Software Foundation, Inc.
Contributed by Per Bothner, 1994-95.
Based on CCCP program by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987
Expand Down
3 changes: 1 addition & 2 deletions libcpp/line-map.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* Map logical line numbers to (source file, line number) pairs.
Copyright (C) 2001, 2003, 2004, 2007, 2008, 2009, 2010, 2011
Free Software Foundation, Inc.
Copyright (C) 2001-2013 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Expand Down
4 changes: 1 addition & 3 deletions libcpp/macro.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* Part of CPP library. (Macro and #define handling.)
Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
Copyright (C) 1986-2013 Free Software Foundation, Inc.
Written by Per Bothner, 1994.
Based on CCCP program by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987
Expand Down
4 changes: 2 additions & 2 deletions libcpp/makeucnid.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Make ucnid.h from various sources.
Copyright (C) 2005, 2009 Free Software Foundation, Inc.
Copyright (C) 2005-2013 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Expand Down Expand Up @@ -269,7 +269,7 @@ write_copyright (void)
{
static const char copyright[] = "\
/* Unicode characters and various properties.\n\
Copyright (C) 2003, 2005 Free Software Foundation, Inc.\n\
Copyright (C) 2003-2013 Free Software Foundation, Inc.\n\
\n\
This program is free software; you can redistribute it and/or modify it\n\
under the terms of the GNU General Public License as published by the\n\
Expand Down
3 changes: 1 addition & 2 deletions libcpp/mkdeps.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* Dependency generator for Makefile fragments.
Copyright (C) 2000, 2001, 2003, 2007, 2008, 2009
Free Software Foundation, Inc.
Copyright (C) 2000-2013 Free Software Foundation, Inc.
Contributed by Zack Weinberg, Mar 2000
This program is free software; you can redistribute it and/or modify it
Expand Down
3 changes: 1 addition & 2 deletions libcpp/pch.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* Part of CPP library. (Precompiled header reading/writing.)
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2010
Free Software Foundation, Inc.
Copyright (C) 2000-2013 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Expand Down
3 changes: 1 addition & 2 deletions libcpp/symtab.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* Hash tables.
Copyright (C) 2000, 2001, 2003, 2004, 2008, 2009
Free Software Foundation, Inc.
Copyright (C) 2000-2013 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Expand Down
3 changes: 1 addition & 2 deletions libcpp/system.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* Get common system includes and various definitions and declarations based
on autoconf macros.
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2009, 2010, 2011
Free Software Foundation, Inc.
Copyright (C) 1998-2013 Free Software Foundation, Inc.
This file is part of GCC.
Expand Down
3 changes: 1 addition & 2 deletions libcpp/traditional.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* CPP Library - traditional lexical analysis and macro expansion.
Copyright (C) 2002, 2004, 2005, 2007, 2008, 2009
Free Software Foundation, Inc.
Copyright (C) 2002-2013 Free Software Foundation, Inc.
Contributed by Neil Booth, May 2002
This program is free software; you can redistribute it and/or modify it
Expand Down
2 changes: 1 addition & 1 deletion libcpp/ucnid.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Unicode characters and various properties.
Copyright (C) 2003, 2005, 2009 Free Software Foundation, Inc.
Copyright (C) 2003-2013 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Expand Down
2 changes: 1 addition & 1 deletion libcpp/ucnid.tab
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Table of UCNs which are valid in identifiers.
; Copyright (C) 2003, 2005, 2009 Free Software Foundation, Inc.
; Copyright (C) 2003-2013 Free Software Foundation, Inc.
;
; This program is free software; you can redistribute it and/or modify it
; under the terms of the GNU General Public License as published by the
Expand Down

0 comments on commit cec7bb4

Please sign in to comment.