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