From c1a9c369612878bf7b17faeef046e5a175eba64c Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Sun, 1 Jan 2017 12:31:28 +0100 Subject: gcc.c (process_command): Update copyright notice dates. gcc/ * gcc.c (process_command): Update copyright notice dates. * gcov-dump.c (print_version): Ditto. * gcov.c (print_version): Ditto. * gcov-tool.c (print_version): Ditto. * gengtype.c (create_file): Ditto. * doc/cpp.texi: Bump @copying's copyright year. * doc/cppinternals.texi: Ditto. * doc/gcc.texi: Ditto. * doc/gccint.texi: Ditto. * doc/gcov.texi: Ditto. * doc/install.texi: Ditto. * doc/invoke.texi: Ditto. gcc/fortran/ * gfortranspec.c (lang_specific_driver): Update copyright notice dates. * gfc-internals.texi: Bump @copying's copyright year. * gfortran.texi: Ditto. * intrinsic.texi: Ditto. * invoke.texi: Ditto. gcc/ada/ * gnat_ugn.texi: Bump @copying's copyright year. * gnat_rm.texi: Likewise. gcc/go/ * gccgo.texi: Bump @copyrights-go year. libitm/ * libitm.texi: Bump @copying's copyright year. libgomp/ * libgomp.texi: Bump @copying's copyright year. libquadmath/ * libquadmath.texi: Bump @copying's copyright year. From-SVN: r243992 --- libitm/ChangeLog | 6 +++++- libitm/libitm.texi | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'libitm') diff --git a/libitm/ChangeLog b/libitm/ChangeLog index 621622e..b5fda91 100644 --- a/libitm/ChangeLog +++ b/libitm/ChangeLog @@ -1,3 +1,7 @@ +2017-01-01 Jakub Jelinek + + * libitm.texi: Bump @copying's copyright year. + 2016-12-12 Rainer Orth * acinclude.m4 (LIBITM_CHECK_LINKER_FEATURES): Remove. @@ -1994,7 +1998,7 @@ * Initial commit. -Copyright (C) 2008-2016 Free Software Foundation, Inc. +Copyright (C) 2008-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/libitm/libitm.texi b/libitm/libitm.texi index 917ea68..7f49ca7 100644 --- a/libitm/libitm.texi +++ b/libitm/libitm.texi @@ -7,7 +7,7 @@ @copying -Copyright @copyright{} 2011-2016 Free Software Foundation, Inc. +Copyright @copyright{} 2011-2017 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or -- cgit v1.1