]> sourceware.org Git - systemtap.git/commitdiff
Year bump in copyright message
authorFrank Ch. Eigler <fche@redhat.com>
Sat, 21 Feb 2015 21:26:07 +0000 (16:26 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Sat, 21 Feb 2015 21:26:07 +0000 (16:26 -0500)
session.cxx
stapdyn/stapdyn.cxx
staprun/common.c

index 5da1efe4fe2c61ab342e7ec8a8c8f2d2a2948ac2..214b0125ef712556aed611ebf221da6a7e72e731 100644 (file)
@@ -1,5 +1,5 @@
 // session functions
-// Copyright (C) 2010-2014 Red Hat Inc.
+// Copyright (C) 2010-2015 Red Hat Inc.
 //
 // This file is part of systemtap, and is free software.  You can
 // redistribute it and/or modify it under the terms of the GNU General
@@ -447,7 +447,7 @@ void
 systemtap_session::version ()
 {
   cout << _F("Systemtap translator/driver (version %s)\n"
-             "Copyright (C) 2005-2014 Red Hat, Inc. and others\n"
+             "Copyright (C) 2005-2015 Red Hat, Inc. and others\n"
              "This is free software; see the source for copying conditions.\n",
              version_string().c_str());
 
index f0603e8b298bcab3d8f2b6f9bf8468438164d128..cb389f50414a510a47bdeb91c25fce936f9018ae 100644 (file)
@@ -1,5 +1,5 @@
 // stapdyn main program
-// Copyright (C) 2012-2014 Red Hat Inc.
+// Copyright (C) 2012-2015 Red Hat Inc.
 //
 // This file is part of systemtap, and is free software.  You can
 // redistribute it and/or modify it under the terms of the GNU General
@@ -100,7 +100,7 @@ main(int argc, char * const argv[])
 
         case 'V':
           printf("Systemtap Dyninst loader/runner (version %s/%s, %s)\n"
-                 "Copyright (C) 2012-2014 Red Hat, Inc. and others\n"
+                 "Copyright (C) 2012-2015 Red Hat, Inc. and others\n"
                  "This is free software; see the source for copying conditions.\n",
                  VERSION, DYNINST_FULL_VERSION, STAP_EXTENDED_VERSION);
           return 0;
index c496fb2e861ec8e1e366e9d2c7bd6b2ac6ce3e3e..342fe5f4283a0516db447da692c5faf406048d1e 100644 (file)
@@ -7,7 +7,7 @@
  * Public License (GPL); either version 2, or (at your option) any
  * later version.
  *
- * Copyright (C) 2007-2014 Red Hat Inc.
+ * Copyright (C) 2007-2015 Red Hat Inc.
  */
 
 #include "staprun.h"
@@ -206,7 +206,7 @@ void parse_args(int argc, char **argv)
                        break;
                case 'V':
                         printf(_("Systemtap module loader/runner (version %s, %s)\n"
-                              "Copyright (C) 2005-2014 Red Hat, Inc. and others\n"
+                              "Copyright (C) 2005-2015 Red Hat, Inc. and others\n"
                               "This is free software; see the source for copying conditions.\n"),
                             VERSION, STAP_EXTENDED_VERSION);
                         _exit(0);
This page took 0.036753 seconds and 5 git commands to generate.