From 52106a56bac8438bf87346b55d736c02a8fa9872 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Wed, 3 Sep 2003 19:32:03 +0000 Subject: No named credits in source code git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@713 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index 5f1968b..6e35615 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml @@ -566,6 +566,10 @@
Comments You should use /* */ for comments and not // as some compilers do not handle the latter form. + 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.
CVS comments -- cgit v0.10-9-g596f