diff --git a/modules/xmlrpc/http.c b/modules/xmlrpc/http.c index b15b0f50ab2..760b70a062f 100644 --- a/modules/xmlrpc/http.c +++ b/modules/xmlrpc/http.c @@ -1,21 +1,15 @@ /* - * $Id$ - * * Copyright (C) 2005 iptelorg GmbH * Written by Jan Janak * - * This file is part of SER, a free SIP server. + * This file is part of Kamailio, a free SIP server. * - * SER is free software; you can redistribute it and/or modify it under the + * Kamailio 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, but WITHOUT ANY + * Kamailio 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. diff --git a/modules/xmlrpc/http.h b/modules/xmlrpc/http.h index 6bc6276e4ec..5a4ae84733c 100644 --- a/modules/xmlrpc/http.h +++ b/modules/xmlrpc/http.h @@ -1,21 +1,15 @@ /* - * $Id$ - * * Copyright (C) 2005 iptelorg GmbH * Written by Jan Janak * - * This file is part of SER, a free SIP server. + * This file is part of Kamailio, a free SIP server. * - * SER is free software; you can redistribute it and/or modify it under the + * Kamailio 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, but WITHOUT ANY + * Kamailio 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. diff --git a/modules/xmlrpc/xmlrpc.c b/modules/xmlrpc/xmlrpc.c index e97a3f3aaee..8761c02f41d 100644 --- a/modules/xmlrpc/xmlrpc.c +++ b/modules/xmlrpc/xmlrpc.c @@ -2,18 +2,14 @@ * Copyright (C) 2005 iptelorg GmbH * Written by Jan Janak * - * This file is part of SER, a free SIP server. + * This file is part of Kamailio, a free SIP server. * - * SER is free software; you can redistribute it and/or modify it under the + * Kamailio 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, but WITHOUT ANY + * Kamailio 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. diff --git a/modules/xmlrpc/xmlrpc.h b/modules/xmlrpc/xmlrpc.h index 1b6cb171a80..cb92e429935 100644 --- a/modules/xmlrpc/xmlrpc.h +++ b/modules/xmlrpc/xmlrpc.h @@ -1,21 +1,15 @@ /* - * $Id$ - * * Copyright (C) 2005 iptelorg GmbH * Written by Jan Janak * - * This file is part of ser, a free SIP server. + * This file is part of Kamailio, a free SIP server. * - * ser is free software; you can redistribute it and/or modify it under the + * Kamailio 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, but WITHOUT ANY + * Kamailio 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.