summaryrefslogtreecommitdiffstats
path: root/tapset/context.stp
diff options
context:
space:
mode:
Diffstat (limited to 'tapset/context.stp')
-rw-r--r--tapset/context.stp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tapset/context.stp b/tapset/context.stp
index bb4004bb..81604d83 100644
--- a/tapset/context.stp
+++ b/tapset/context.stp
@@ -1,3 +1,11 @@
+// context 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_regs () %{
if (CONTEXT->regs) {
_stp_print_regs (CONTEXT->regs);