From 1d5ae98cbdaf8707936efa91a1f23d954f2ea6d3 Mon Sep 17 00:00:00 2001 From: "Olle E. Johansson" Date: Tue, 6 Jan 2015 11:31:40 +0100 Subject: [PATCH] uac Remove SVN IDs, history --- modules/uac/auth.c | 7 ------- modules/uac/auth.h | 11 +++-------- modules/uac/auth_alg.c | 9 ++------- modules/uac/auth_alg.h | 10 ++-------- modules/uac/auth_hdr.c | 11 ++--------- modules/uac/auth_hdr.h | 6 ------ modules/uac/replace.c | 14 -------------- modules/uac/replace.h | 6 ------ modules/uac/uac.c | 16 ++-------------- modules/uac/uac_reg.c | 2 -- modules/uac/uac_reg.h | 4 +--- modules/uac/uac_send.c | 4 +--- modules/uac/uac_send.h | 4 +--- 13 files changed, 14 insertions(+), 90 deletions(-) diff --git a/modules/uac/auth.c b/modules/uac/auth.c index 3bdee90d18e..7b8e6ed5e2e 100644 --- a/modules/uac/auth.c +++ b/modules/uac/auth.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2005 Voice Sistem SRL * * This file is part of Kamailio, a free SIP server. @@ -19,11 +17,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * - * History: - * --------- - * 2005-01-31 first version (ramona) - * 2006-03-02 UAC authentication looks first in AVPs for credential (bogdan) */ diff --git a/modules/uac/auth.h b/modules/uac/auth.h index a8b8cb68597..04234563533 100644 --- a/modules/uac/auth.h +++ b/modules/uac/auth.h @@ -1,16 +1,14 @@ /* - * $Id$ - * * Copyright (C) 2005 Voice Sistem SRL * - * This file is part of opnser, a free SIP server. + * This file is part of Kamailio, a free SIP server. * - * UAC SER-module is free software; you can redistribute it and/or + * 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. * - * UAC SER-module is distributed in the hope that it will be useful, + * 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. @@ -20,9 +18,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * - * History: - * --------- - * 2005-01-31 first version (ramona) */ diff --git a/modules/uac/auth_alg.c b/modules/uac/auth_alg.c index e16697adb56..608ac64f4f5 100644 --- a/modules/uac/auth_alg.c +++ b/modules/uac/auth_alg.c @@ -1,16 +1,14 @@ /* - * $Id$ - * * Copyright (C) 2005 Voice Sistem SRL * * This file is part of Kamailio, a free SIP server. * - * UAC Kamailio-module is free software; you can redistribute it and/or + * 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. * - * UAC Kamailio-module is distributed in the hope that it will be useful, + * 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. @@ -19,9 +17,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * History: - * --------- - * 2005-01-31 first version (ramona) */ diff --git a/modules/uac/auth_alg.h b/modules/uac/auth_alg.h index 42396418d79..5ee6a858d7e 100644 --- a/modules/uac/auth_alg.h +++ b/modules/uac/auth_alg.h @@ -1,16 +1,14 @@ /* - * $Id$ - * * Copyright (C) 2005 Voice Sistem SRL * * This file is part of Kamailio, a free SIP server. * - * UAC Kamailio-module is free software; you can redistribute it and/or + * 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. * - * UAC Kamailio-module is distributed in the hope that it will be useful, + * 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. @@ -19,10 +17,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * - * History: - * --------- - * 2005-01-31 first version (ramona) */ diff --git a/modules/uac/auth_hdr.c b/modules/uac/auth_hdr.c index 18a716cf21a..62d204d52c4 100644 --- a/modules/uac/auth_hdr.c +++ b/modules/uac/auth_hdr.c @@ -1,16 +1,14 @@ /* - * $Id$ - * * Copyright (C) 2005 Voice Sistem SRL * * This file is part of Kamailio, a free SIP server. * - * UAC Kamailio-module is free software; you can redistribute it and/or + * 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. * - * UAC Kamailio-module is distributed in the hope that it will be useful, + * 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. @@ -18,11 +16,6 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * - * History: - * --------- - * 2005-01-31 first version (ramona) */ diff --git a/modules/uac/auth_hdr.h b/modules/uac/auth_hdr.h index 031fa31ccfc..4f0278efb30 100644 --- a/modules/uac/auth_hdr.h +++ b/modules/uac/auth_hdr.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2005 Voice Sistem SRL * * This file is part of Kamailio, a free SIP server. @@ -19,10 +17,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * - * History: - * --------- - * 2005-01-31 first version (ramona) */ diff --git a/modules/uac/replace.c b/modules/uac/replace.c index ccb2d46028e..1c30fe2c664 100644 --- a/modules/uac/replace.c +++ b/modules/uac/replace.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2005 Voice Sistem SRL * * This file is part of Kamailio, a free SIP server. @@ -19,18 +17,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * - * History: - * --------- - * 2005-01-31 first version (ramona) - * 2005-08-12 encoded old FROM URI stored in RR hdr and not in FROM anymore; - * some TM callbacks replaced with RR callback - more efficient; - * XOR used to mix together old and new URI - * (bogdan) - * 2006-03-03 new display name is added even if there is no previous one - * (bogdan) - * 2006-03-03 the RR parameter is encrypted via XOR with a password - * (bogdan) */ diff --git a/modules/uac/replace.h b/modules/uac/replace.h index 0b970532ffa..6e9db0bcfe1 100644 --- a/modules/uac/replace.h +++ b/modules/uac/replace.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2005 Voice Sistem SRL * * This file is part of Kamailio, a free SIP server. @@ -19,10 +17,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * - * History: - * --------- - * 2005-01-31 first version (ramona) */ diff --git a/modules/uac/uac.c b/modules/uac/uac.c index 3bfe356e39e..ede7a861545 100644 --- a/modules/uac/uac.c +++ b/modules/uac/uac.c @@ -1,16 +1,14 @@ /* - * $Id$ - * * Copyright (C) 2005 Voice Sistem SRL * * This file is part of Kamailio, a free SIP server. * - * UAC Kamailio-module is free software; you can redistribute it and/or + * 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. * - * UAC Kamailio-module is distributed in the hope that it will be useful, + * 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. @@ -19,16 +17,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * - * History: - * --------- - * 2005-01-31 first version (ramona) - * 2005-08-12 some TM callbacks replaced with RR callback - more efficient; - * (bogdan) - * 2006-03-02 UAC authentication looks first in AVPs for credential (bogdan) - * 2006-03-03 the RR parameter is encrypted via XOR with a password - * (bogdan) - */ diff --git a/modules/uac/uac_reg.c b/modules/uac/uac_reg.c index db8991789b8..f0829fec074 100644 --- a/modules/uac/uac_reg.c +++ b/modules/uac/uac_reg.c @@ -1,6 +1,4 @@ /** - * $Id$ - * * Copyright (C) 2010 Daniel-Constantin Mierla (asipto.com) * * This file is part of kamailio, a free SIP server. diff --git a/modules/uac/uac_reg.h b/modules/uac/uac_reg.h index 9ca8f7185a7..c5b37006862 100644 --- a/modules/uac/uac_reg.h +++ b/modules/uac/uac_reg.h @@ -1,9 +1,7 @@ /** - * $Id$ - * * Copyright (C) 2010 Daniel-Constantin Mierla (asipto.com) * - * This file is part of kamailio, a free SIP server. + * This file is part of Kamailio, a free SIP server. * * Kamailio is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/uac/uac_send.c b/modules/uac/uac_send.c index 77182657063..c4fb9a583f7 100644 --- a/modules/uac/uac_send.c +++ b/modules/uac/uac_send.c @@ -1,9 +1,7 @@ /** - * $Id$ - * * Copyright (C) 2009 Daniel-Constantin Mierla (asipto.com) * - * This file is part of kamailio, a free SIP server. + * This file is part of Kamailio, a free SIP server. * * Kamailio is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/uac/uac_send.h b/modules/uac/uac_send.h index 6965ea1fe56..8e2e0894584 100644 --- a/modules/uac/uac_send.h +++ b/modules/uac/uac_send.h @@ -1,6 +1,4 @@ -/** - * $Id$ - * +/* * Copyright (C) 2009 Daniel-Constantin Mierla (asipto.com) * * This file is part of kamailio, a free SIP server.