diff options
Diffstat (limited to 'runtime/stat.h')
-rw-r--r-- | runtime/stat.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/runtime/stat.h b/runtime/stat.h index 50dfc458..89862532 100644 --- a/runtime/stat.h +++ b/runtime/stat.h @@ -1,4 +1,14 @@ -#ifndef _STAT_H_ /* -*- linux-c -*- */ +/* -*- linux-c -*- + * Statistics Header + * 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_H_ #define _STAT_H_ #ifndef NEED_STAT_LOCKS |