Explorar el Código

No named credits in source code

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@713 f882894a-f735-0410-b71e-b25c423dba1c
Ton Voon hace 22 años
padre
commit
52106a56ba
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      doc/developer-guidelines.sgml

+ 4 - 0
doc/developer-guidelines.sgml

@@ -566,6 +566,10 @@
 	<section><title>Comments</title>
 	<section><title>Comments</title>
 	<para>You should use /* */ for comments and not // as some compilers
 	<para>You should use /* */ for comments and not // as some compilers
 	do not handle the latter form.</para>
 	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>
 
 
 	<section><title>CVS comments</title>
 	<section><title>CVS comments</title>