summaryrefslogtreecommitdiffstats
path: root/tapset/logging.stp
diff options
context:
space:
mode:
Diffstat (limited to 'tapset/logging.stp')
-rw-r--r--tapset/logging.stp8
1 files changed, 7 insertions, 1 deletions
diff --git a/tapset/logging.stp b/tapset/logging.stp
index e276aa3f..37cfc771 100644
--- a/tapset/logging.stp
+++ b/tapset/logging.stp
@@ -1,4 +1,10 @@
-# This file contains simple bridging functions to the runtime
+// logging tapset
+// Copyright (C) 2005 Red Hat Inc.
+//
+// This file is part of systemtap, and is free software. You can
+// redistribute it and/or modify it under the terms of the GNU General
+// Public License (GPL); either version 2, or (at your option) any
+// later version.
function print (msg:string) %{
_stp_print (THIS->msg);