Browse Source

Adding license to the doxygen documentation

oej 16 years ago
parent
commit
cc68f171de
2 changed files with 23 additions and 9 deletions
  1. 20 0
      doc/doxygen/main.dox
  2. 3 9
      main.c

+ 20 - 0
doc/doxygen/main.dox

@@ -11,4 +11,24 @@
  * are used by all SIP Router modules that need to access a database.
  *
  * \section sr_modules SIP Router Modules
+ * Please click on the "modules" tab above for more information about the modules
+ *
+ * The documentation can be generated using doxygen by running "make doxygen"
+ *
+ * \section License SIP-router license
+ * SIP-router is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version
+ *
+ * SIP-router is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
  */
+

+ 3 - 9
main.c

@@ -3,19 +3,14 @@
  *
  * Copyright (C) 2001-2003 FhG Fokus
  *
- * This file is part of ser, a free SIP server.
+ * This file is part of SIP-router, a free SIP server.
  *
- * ser is free software; you can redistribute it and/or modify
+ * SIP-router is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- * For a license to use the ser software under conditions
- * other than those described here, or to purchase support for this
- * software, please contact iptel.org by e-mail at the following addresses:
- *    [email protected]
- *
- * ser is distributed in the hope that it will be useful,
+ * SIP-router is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
@@ -94,7 +89,6 @@
  *
  */
 
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <errno.h>