summaryrefslogtreecommitdiffstats
path: root/runtime/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/string.c')
-rw-r--r--runtime/string.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/runtime/string.c b/runtime/string.c
index b4c14d01..2243aa53 100644
--- a/runtime/string.c
+++ b/runtime/string.c
@@ -1,4 +1,13 @@
-#ifndef _STRING_C_ /* -*- linux-c -*- */
+/* -*- linux-c -*-
+ * String 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 _STRING_C_
#define _STRING_C_
#include <linux/config.h>