aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HACKING12
-rw-r--r--README9
2 files changed, 15 insertions, 6 deletions
diff --git a/HACKING b/HACKING
new file mode 100644
index 0000000..a553674
--- /dev/null
+++ b/HACKING
@@ -0,0 +1,12 @@
+------------------------------------------------------------------------------
+HACKING
+------------------------------------------------------------------------------
+
+Coding style
+------------
+
+The whole library is programmed using the Linux kernel coding style, see
+http://lxr.linux.no/linux/Documentation/CodingStyle for details.
+
+Please use the same style for any code contributions, thanks!
+
diff --git a/README b/README
index 0ee81d4..9fc0908 100644
--- a/README
+++ b/README
@@ -64,13 +64,10 @@ elsewhere, use the following syntax:
$ DESTDIR=/opt make install
-Coding style
-------------
-
-The whole library is programmed using the Linux kernel coding style, see
-http://lxr.linux.no/linux/Documentation/CodingStyle for details.
+Coding style and development guidelines
+---------------------------------------
-Please use the same style for any code contributions, thanks!
+See HACKING.
License