summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
authorfche <fche>2008-01-30 17:23:24 +0000
committerfche <fche>2008-01-30 17:23:24 +0000
commitf8d28c4d0ea97a15ec9cf80ccc9d4092fc8ca128 (patch)
tree1c50233241b8295ed61d97bda5b9e3f8ee6729a4 /main.cxx
parent5657c32c8ae7d344ccf62549739e605f23d6e660 (diff)
downloadsystemtap-steved-f8d28c4d0ea97a15ec9cf80ccc9d4092fc8ca128.tar.gz
systemtap-steved-f8d28c4d0ea97a15ec9cf80ccc9d4092fc8ca128.tar.xz
systemtap-steved-f8d28c4d0ea97a15ec9cf80ccc9d4092fc8ca128.zip
update copyright year in -v message too
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 556b30ff..668c14b8 100644
--- a/main.cxx
+++ b/main.cxx
@@ -1,5 +1,5 @@
// systemtap translator/driver
-// Copyright (C) 2005-2007 Red Hat Inc.
+// Copyright (C) 2005-2008 Red Hat Inc.
// Copyright (C) 2005 IBM Corp.
// Copyright (C) 2006 Intel Corporation.
//
@@ -47,7 +47,7 @@ version ()
<< "SystemTap translator/driver "
<< "(version " << VERSION << "/" << dwfl_version (NULL)
<< " built " << DATE << ")" << endl
- << "Copyright (C) 2005-2007 Red Hat, Inc. and others" << endl
+ << "Copyright (C) 2005-2008 Red Hat, Inc. and others" << endl
<< "This is free software; see the source for copying conditions." << endl;
}