summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2009-02-05 15:41:47 -0500
committerFrank Ch. Eigler <fche@elastic.org>2009-02-05 15:41:47 -0500
commite7a0bd52170613bf6b328ffa8a7c791efae8a1c1 (patch)
tree3e13f4a20a8f3936aca5156c4bb65375ed2e67e5 /main.cxx
parente222fe9f5bd2337cb306e29d45f3916b18b43e8f (diff)
downloadsystemtap-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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.cxx b/main.cxx
index e0dfe299..31ecda33 100644
--- a/main.cxx
+++ b/main.cxx
@@ -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;
}