diff options
Diffstat (limited to 'tapset/timestamp.stp')
-rw-r--r-- | tapset/timestamp.stp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tapset/timestamp.stp b/tapset/timestamp.stp index 8b8aa3f2..009e1112 100644 --- a/tapset/timestamp.stp +++ b/tapset/timestamp.stp @@ -1,3 +1,12 @@ +// timestamp 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. + + %{ #include <linux/time.h> %} |