summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-03-03 07:31:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-03-03 07:31:54 +0000
commite248eac20fc75566605aee705c130e0fa456aced (patch)
treecaed3a084c1450c04b8f6acf26ed74fe2d4aae9a
parenta26d315d0592928dbfbb4de0e3636b338d17870d (diff)
downloadrockbox-e248eac20fc75566605aee705c130e0fa456aced.tar.gz
rockbox-e248eac20fc75566605aee705c130e0fa456aced.zip
imported code are excepted from these guidelines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8893 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--docs/CONTRIBUTING8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/CONTRIBUTING b/docs/CONTRIBUTING
index ecc1c10054..44f0d3f8d3 100644
--- a/docs/CONTRIBUTING
+++ b/docs/CONTRIBUTING
@@ -10,7 +10,13 @@ $Id$
10 10
11 11
12In order for the project to run as smoothly as possible, it's best if all 12In order for the project to run as smoothly as possible, it's best if all
13contributors adhere to a few simple conventions: 13contributors adhere to a few simple source code conventions:
14
15Exceptions
16----------
17This project borrows and imports quite a lot of code from other free software
18projects. We do not change style of such code unless we really have to, even
19though they might be using style very different from others.
14 20
15Language 21Language
16-------- 22--------