diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-09-03 19:32:03 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-09-03 19:32:03 +0000 |
commit | 52106a56bac8438bf87346b55d736c02a8fa9872 (patch) | |
tree | 06f648ecc65ed691579a289e14e8f7ba111f61d1 /doc/developer-guidelines.sgml | |
parent | 60939f4031ee19190c0062a3722b7fbd7ad15e05 (diff) | |
download | monitoring-plugins-52106a56bac8438bf87346b55d736c02a8fa9872.tar.gz |
No named credits in source code
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@713 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'doc/developer-guidelines.sgml')
-rw-r--r-- | doc/developer-guidelines.sgml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index 5f1968b2..6e356159 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml @@ -566,6 +566,10 @@ <section><title>Comments</title> <para>You should use /* */ for comments and not // as some compilers do not handle the latter form.</para> + <para>There should not be any named credits in the source code - contributors + should be added + into the AUTHORS file instead. The only exception to this is if a routine + has been copied from another source.</para> </section> <section><title>CVS comments</title> |