summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
authorfche <fche>2007-01-18 23:00:15 +0000
committerfche <fche>2007-01-18 23:00:15 +0000
commit5212330de73ed43224b1fa3c5aaaf567da2ecd93 (patch)
treea79fdf4a442f122f3c2cccecdf8f16c5fadbefac /main.cxx
parentcb54ae9353bd1f970486c654771e21c53cfdffa1 (diff)
downloadsystemtap-steved-5212330de73ed43224b1fa3c5aaaf567da2ecd93.tar.gz
systemtap-steved-5212330de73ed43224b1fa3c5aaaf567da2ecd93.tar.xz
systemtap-steved-5212330de73ed43224b1fa3c5aaaf567da2ecd93.zip
2007-01-18 Frank Ch. Eigler <fche@elastic.org>
* main.cxx (version): Add (C) 2007. * translate.cxx (emit_module_init): Add a KERN_DEBUG printk at module startup time to aid debugging and auditing.
Diffstat (limited to 'main.cxx')
-rw-r--r--main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cxx b/main.cxx
index 3953fd15..3ded761e 100644
--- a/main.cxx
+++ b/main.cxx
@@ -46,7 +46,7 @@ version ()
<< "SystemTap translator/driver "
<< "(version " << VERSION << " built " << DATE << ")" << endl
<< "(Using " << dwfl_version (NULL) << " libraries.)" << endl
- << "Copyright (C) 2005-2006 Red Hat, Inc. and others" << endl
+ << "Copyright (C) 2005-2007 Red Hat, Inc. and others" << endl
<< "This is free software; see the source for copying conditions." << endl;
}