aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2007-06-13 21:10:56 -0400
committerGuido Guenther <agx@sigxcpu.org>2007-06-14 10:11:06 +0200
commit48f80e3186dc2ec2b0559bd806b53f2ca1c98bca (patch)
treed9840c7c099914bc166808b959ab73e2a9670835
parent9bf21d180fd9b1f969f7706c319be5bb50d1b5ee (diff)
[PATCH] Put copyright into compat.h
Signed-off-by: Pavel Roskin <proski@gnu.org>
-rw-r--r--compat.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/compat.h b/compat.h
index 32a66c7..7759f04 100644
--- a/compat.h
+++ b/compat.h
@@ -1,4 +1,13 @@
-/* Compatibility layer for older kernels */
+/*
+ * Compatibility code for older Linux kernels
+ *
+ * Copyright (c) 2007 Pavel Roskin <proski@gnu.org>
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of
+ * the License, or (at your option) any later version.
+ */
#include <linux/version.h>