summaryrefslogtreecommitdiffstats
path: root/runtime/stat-common.c
diff options
context:
space:
mode:
authorhunt <hunt>2005-10-31 19:23:21 +0000
committerhunt <hunt>2005-10-31 19:23:21 +0000
commitb4e1e09cca183a8cb9879511e9a5b5e53d8c90d5 (patch)
tree59a016d15c457e897a414cfa47e3efbee04a35c7 /runtime/stat-common.c
parent1c9db4fdf66fe88a731319b99942872fa567d742 (diff)
downloadsystemtap-steved-b4e1e09cca183a8cb9879511e9a5b5e53d8c90d5.tar.gz
systemtap-steved-b4e1e09cca183a8cb9879511e9a5b5e53d8c90d5.tar.xz
systemtap-steved-b4e1e09cca183a8cb9879511e9a5b5e53d8c90d5.zip
2005-10-31 Martin Hunt <hunt@redhat.com>
* ALL: Cleanup copyrights.
Diffstat (limited to 'runtime/stat-common.c')
-rw-r--r--runtime/stat-common.c15
1 files changed, 11 insertions, 4 deletions
diff --git a/runtime/stat-common.c b/runtime/stat-common.c
index 55f2ad38..86a7b79b 100644
--- a/runtime/stat-common.c
+++ b/runtime/stat-common.c
@@ -1,8 +1,15 @@
-#ifndef _STAT_COMMON_C_ /* -*- linux-c -*- */
+/* -*- linux-c -*-
+ * common stats functions for aggragations and maps
+ * 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_COMMON_C_
#define _STAT_COMMON_C_
-
-/* common stats functions for aggragations and maps */
-
#include "stat.h"
static int needed_space(int64_t v)