gcc.c (process_command): Update copyright notice dates.
[gcc.git] / gcc / gcov-tool.c
index b2a4583d43bdcf14a303c121c92663be302b71ce..f628b603a80f5022b2915bee11621c6c68bbbf29 100644 (file)
@@ -1,5 +1,5 @@
 /* Gcc offline profile processing tool support. */
-/* Copyright (C) 2014-2015 Free Software Foundation, Inc.
+/* Copyright (C) 2014-2016 Free Software Foundation, Inc.
    Contributed by Rong Xu <xur@google.com>.
 
 This file is part of GCC.
@@ -523,7 +523,7 @@ static void
 print_version (void)
 {
   fnotice (stdout, "%s %s%s\n", progname, pkgversion_string, version_string);
-  fnotice (stdout, "Copyright %s 2014-2015 Free Software Foundation, Inc.\n",
+  fnotice (stdout, "Copyright %s 2014-2016 Free Software Foundation, Inc.\n",
            _("(C)"));
   fnotice (stdout,
            _("This is free software; see the source for copying conditions.\n"