diff options
Diffstat (limited to 'runtime/counter.c')
-rw-r--r-- | runtime/counter.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/runtime/counter.c b/runtime/counter.c index ff50c766..def734f6 100644 --- a/runtime/counter.c +++ b/runtime/counter.c @@ -1,4 +1,14 @@ -#ifndef _COUNTER_C_ /* -*- linux-c -*- */ +/* -*- linux-c -*- + * Counter aggregation Functions + * 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. + */ + +#ifndef _COUNTER_C_ #define _COUNTER_C_ /** @file counter.c |