diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2009-02-05 15:41:47 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2009-02-05 15:41:47 -0500 |
commit | e7a0bd52170613bf6b328ffa8a7c791efae8a1c1 (patch) | |
tree | 3e13f4a20a8f3936aca5156c4bb65375ed2e67e5 /main.cxx | |
parent | e222fe9f5bd2337cb306e29d45f3916b18b43e8f (diff) | |
download | systemtap-steved-e7a0bd52170613bf6b328ffa8a7c791efae8a1c1.tar.gz systemtap-steved-e7a0bd52170613bf6b328ffa8a7c791efae8a1c1.tar.xz systemtap-steved-e7a0bd52170613bf6b328ffa8a7c791efae8a1c1.zip |
copyright year bump
Diffstat (limited to 'main.cxx')
-rw-r--r-- | main.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ // systemtap translator/driver -// Copyright (C) 2005-2008 Red Hat Inc. +// Copyright (C) 2005-2009 Red Hat Inc. // Copyright (C) 2005 IBM Corp. // Copyright (C) 2006 Intel Corporation. // @@ -51,7 +51,7 @@ version () << "SystemTap translator/driver " << "(version " << VERSION << "/" << dwfl_version (NULL) << " " << GIT_MESSAGE << ")" << endl - << "Copyright (C) 2005-2008 Red Hat, Inc. and others" << endl + << "Copyright (C) 2005-2009 Red Hat, Inc. and others" << endl << "This is free software; see the source for copying conditions." << endl; } |