diff options
author | fche <fche> | 2007-01-18 23:00:15 +0000 |
---|---|---|
committer | fche <fche> | 2007-01-18 23:00:15 +0000 |
commit | 5212330de73ed43224b1fa3c5aaaf567da2ecd93 (patch) | |
tree | a79fdf4a442f122f3c2cccecdf8f16c5fadbefac /main.cxx | |
parent | cb54ae9353bd1f970486c654771e21c53cfdffa1 (diff) | |
download | systemtap-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.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |