diff options
Diffstat (limited to 'runtime/stat.c')
-rw-r--r-- | runtime/stat.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/runtime/stat.c b/runtime/stat.c index f57dea65..b0ae90d1 100644 --- a/runtime/stat.c +++ b/runtime/stat.c @@ -1,4 +1,13 @@ -#ifndef _STAT_C_ /* -*- linux-c -*- */ +/* -*- linux-c -*- + * Statistics Aggregation + * 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 _STAT_C_ #define _STAT_C_ /** @file stat.c |