From 5212330de73ed43224b1fa3c5aaaf567da2ecd93 Mon Sep 17 00:00:00 2001 From: fche Date: Thu, 18 Jan 2007 23:00:15 +0000 Subject: 2007-01-18 Frank Ch. Eigler * 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. --- main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cxx') 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; } -- cgit