summaryrefslogtreecommitdiffstats
path: root/runtime/stat-common.c
diff options
context:
space:
mode:
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)