Browse Source

Factor out coding guidelines to HACKING.

pull/2/head
Uwe Hermann 15 years ago
parent
commit
b3618ffa3d
  1. 12
      HACKING
  2. 9
      README

12
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!

9
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

Loading…
Cancel
Save