diff options
author | fche <fche> | 2005-09-28 17:51:23 +0000 |
---|---|---|
committer | fche <fche> | 2005-09-28 17:51:23 +0000 |
commit | e0d31311729955985b3142c1c7d08cf461192469 (patch) | |
tree | 2b8750b9dd229a930769e82179961a67b03c7211 /tapset/timestamp.stp | |
parent | ab55a5ae680bdc687e0b057a8b19596106c0885b (diff) | |
download | systemtap-steved-e0d31311729955985b3142c1c7d08cf461192469.tar.gz systemtap-steved-e0d31311729955985b3142c1c7d08cf461192469.tar.xz systemtap-steved-e0d31311729955985b3142c1c7d08cf461192469.zip |
gpl headers
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> %} |