aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorUwe Hermann2010-03-05 23:39:06 +0100
committerUwe Hermann2010-03-05 23:39:06 +0100
commitb3618ffa3dfc555c67393cf2240ffdef4ed81dfc (patch)
treed093504f855ed1c0dd4c089a77ceec56f583709e /README
parentbc9a9ebec1b21b10d7a7014cdb8e125269b86904 (diff)
Factor out coding guidelines to HACKING.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 3 insertions, 6 deletions
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