]> sourceware.org Git - systemtap.git/commitdiff
stap|staprun|stapdyn: copyright year bump
authorFrank Ch. Eigler <fche@redhat.com>
Thu, 3 Jan 2013 04:25:07 +0000 (23:25 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Thu, 3 Jan 2013 04:25:07 +0000 (23:25 -0500)
session.cxx
stapdyn/stapdyn.cxx
staprun/common.c

index 4e5927ee2449761ac7fd08106a5f14d98af434b7..610f38c932dc61a3c6d7357e21ea03b33b584021 100644 (file)
@@ -1,5 +1,5 @@
 // session functions
-// Copyright (C) 2010-2012 Red Hat Inc.
+// Copyright (C) 2010-2013 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
@@ -399,7 +399,7 @@ void
 systemtap_session::version ()
 {
   clog << _F("Systemtap translator/driver (version %s/%s, %s)\n"
-             "Copyright (C) 2005-2012 Red Hat, Inc. and others\n"
+             "Copyright (C) 2005-2013 Red Hat, Inc. and others\n"
              "This is free software; see the source for copying conditions.",
              VERSION, dwfl_version(NULL), STAP_EXTENDED_VERSION) << endl;
   clog << _("enabled features:")
index 7edd7678a22ead6972dd75b7158d67fe4b7182a9..9dab4779053367bfea32646b2143b825f8ac2518 100644 (file)
@@ -1,5 +1,5 @@
 // stapdyn main program
-// Copyright (C) 2012 Red Hat Inc.
+// Copyright (C) 2012-2013 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
@@ -80,7 +80,7 @@ main(int argc, char * const argv[])
 
         case 'V':
           fprintf(stderr, "Systemtap Dyninst loader/runner (version %s/%s, %s)\n"
-                          "Copyright (C) 2012 Red Hat, Inc. and others\n"
+                          "Copyright (C) 2012-2013 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 f6acb6fae32d839f5087b63eac70e42078156f68..b4ce8b603fa77685e7a0084ad0ffa101f59629bf 100644 (file)
@@ -7,7 +7,7 @@
  * Public License (GPL); either version 2, or (at your option) any
  * later version.
  *
- * Copyright (C) 2007-2012 Red Hat Inc.
+ * Copyright (C) 2007-2013 Red Hat Inc.
  */
 
 #include "staprun.h"
@@ -215,7 +215,7 @@ void parse_args(int argc, char **argv)
                        break;
                case 'V':
                         err(_("Systemtap module loader/runner (version %s, %s)\n"
-                              "Copyright (C) 2005-2012 Red Hat, Inc. and others\n"
+                              "Copyright (C) 2005-2013 Red Hat, Inc. and others\n"
                               "This is free software; see the source for copying conditions.\n"),
                             VERSION, STAP_EXTENDED_VERSION);
                         _exit(1);
This page took 0.035959 seconds and 5 git commands to generate.