Module: sip-router Branch: master Commit: cc68f171deae22a3a6b65e7146e77955c1c7d3c8 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cc68f171...
Author: oej oej@edvina.net Committer: oej oej@edvina.net Date: Sat Oct 10 16:37:45 2009 +0200
Adding license to the doxygen documentation
---
doc/doxygen/main.dox | 20 ++++++++++++++++++++ main.c | 12 +++--------- 2 files changed, 23 insertions(+), 9 deletions(-)
diff --git a/doc/doxygen/main.dox b/doc/doxygen/main.dox index 924323d..a59cc15 100644 --- a/doc/doxygen/main.dox +++ b/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 + * */ + diff --git a/main.c b/main.c index aa3a6d6..b50a75b 100644 --- a/main.c +++ b/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: - * info@iptel.org - * - * 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>