]> sourceware.org Git - systemtap.git/commitdiff
2014 year bump for emitted copyright messages
authorFrank Ch. Eigler <fche@redhat.com>
Sat, 4 Jan 2014 19:18:47 +0000 (14:18 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Sat, 4 Jan 2014 19:18:47 +0000 (14:18 -0500)
session.cxx
stapdyn/stapdyn.cxx
staprun/common.c

index fa382cbdd02dce8bf0c497b40bfe7ceb82dc52c9..074253b03a8543e4fab45a2b07a41a872082cc68 100644 (file)
@@ -1,5 +1,5 @@
 // session functions
-// Copyright (C) 2010-2013 Red Hat Inc.
+// Copyright (C) 2010-2014 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
@@ -425,7 +425,7 @@ void
 systemtap_session::version ()
 {
   clog << _F("Systemtap translator/driver (version %s/%s, %s)\n"
-             "Copyright (C) 2005-2013 Red Hat, Inc. and others\n"
+             "Copyright (C) 2005-2014 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 a4f07dc3d71b2c813d7dd6f52c80ed0f9e0db16a..d0e88b6e67d1c91b3329ee8230ea792c7dc41949 100644 (file)
@@ -1,5 +1,5 @@
 // stapdyn main program
-// Copyright (C) 2012-2013 Red Hat Inc.
+// Copyright (C) 2012-2014 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
@@ -98,7 +98,7 @@ main(int argc, char * const argv[])
 
         case 'V':
           fprintf(stderr, "Systemtap Dyninst loader/runner (version %s/%s, %s)\n"
-                          "Copyright (C) 2012-2013 Red Hat, Inc. and others\n"
+                          "Copyright (C) 2012-2014 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 c6c54d4bda2801f82b55c8d3bac898dee1234913..6cfbba8735af0dff6d69911100dd7d8882ab3cae 100644 (file)
@@ -7,7 +7,7 @@
  * Public License (GPL); either version 2, or (at your option) any
  * later version.
  *
- * Copyright (C) 2007-2013 Red Hat Inc.
+ * Copyright (C) 2007-2014 Red Hat Inc.
  */
 
 #include "staprun.h"
@@ -206,7 +206,7 @@ void parse_args(int argc, char **argv)
                        break;
                case 'V':
                         eprintf(_("Systemtap module loader/runner (version %s, %s)\n"
-                              "Copyright (C) 2005-2013 Red Hat, Inc. and others\n"
+                              "Copyright (C) 2005-2014 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.037805 seconds and 5 git commands to generate.