diff --git a/modules/siputils/checks.c b/modules/siputils/checks.c index 9c2420c6d19..76ab43d3651 100644 --- a/modules/siputils/checks.c +++ b/modules/siputils/checks.c @@ -1,20 +1,18 @@ /* - * $Id$ - * * Various URI checks and URI manipulation * * Copyright (C) 2001-2003 FhG Fokus * * Copyright (C) 2004-2010 Juha Heinanen * - * This file is part of SIP-router, a free SIP server. + * This file is part of Kamailio, a free SIP server. * - * SIP-router is free software; you can redistribute it and/or modify + * 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 * - * SIP-router 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. @@ -23,11 +21,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: - * -------- - * 2003-02-26: Created by janakj - * 2004-03-20: has_totag introduced (jiri) - * 2004-04-14: uri_param and add_uri_param introduced (jih) */ /*! diff --git a/modules/siputils/checks.h b/modules/siputils/checks.h index 5add35cce27..f4c9c64baa1 100644 --- a/modules/siputils/checks.h +++ b/modules/siputils/checks.h @@ -1,18 +1,16 @@ /* - * $Id$ - * * Various URI checks * * Copyright (C) 2001-2003 FhG Fokus * - * This file is part of SIP-router, a free SIP server. + * This file is part of Kamailio, a free SIP server. * - * SIP-router is free software; you can redistribute it and/or modify + * 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 * - * SIP-router 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. @@ -21,10 +19,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: - * -------- - * 2003-03-26 created by janakj - * 2004-04-14 uri_param and add_uri_param introduced (jih) */ /*! diff --git a/modules/siputils/config.c b/modules/siputils/config.c index df837b6ff5a..0c68dcf9261 100644 --- a/modules/siputils/config.c +++ b/modules/siputils/config.c @@ -1,13 +1,12 @@ /* - * $Id$ - * This file is part of SIP-router, a free SIP server. + * This file is part of Kamailio, a free SIP server. * - * SIP-router is free software; you can redistribute it and/or modify + * 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 * - * SIP-router 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. @@ -16,9 +15,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 - * ------- - * 2008-02-05 adapting tm module for the configuration framework (Miklos) */ /*! diff --git a/modules/siputils/config.h b/modules/siputils/config.h index 7635ac7dd51..2bc4050ab55 100644 --- a/modules/siputils/config.h +++ b/modules/siputils/config.h @@ -1,14 +1,19 @@ -/* - * $Id$ +/* This file is part of Kamailio, a free SIP server. * - * SIP-router is distributed in the hope that it will be useful, + * 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 + * + * 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. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * 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 + * */ /*! diff --git a/modules/siputils/contact_ops.c b/modules/siputils/contact_ops.c index 232e75253b6..60397855c29 100644 --- a/modules/siputils/contact_ops.c +++ b/modules/siputils/contact_ops.c @@ -1,29 +1,24 @@ /* - * $Id$ - * * mangler module * * Copyright (C) 2001-2003 FhG Fokus * - * This file is part of SIP-router, a free SIP server. + * This file is part of Kamailio, a free SIP server. * - * SIP-router is free software; you can redistribute it and/or modify + * 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 * - * SIP-router 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. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * 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: - * -------- - * 2003-04-07 first version. */ /*! diff --git a/modules/siputils/contact_ops.h b/modules/siputils/contact_ops.h index 4648e0d462b..48a94054bbe 100644 --- a/modules/siputils/contact_ops.h +++ b/modules/siputils/contact_ops.h @@ -1,29 +1,24 @@ /* - * $Id$ - * * mangler module * * Copyright (C) 2001-2003 FhG Fokus * - * This file is part of SIP-router, a free SIP server. + * This file is part of Kamailio, a free SIP server. * - * SIP-router is free software; you can redistribute it and/or modify + * 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 * - * SIP-router 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. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * 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: - * -------- - * 2003-04-07 first version. */ /*! diff --git a/modules/siputils/options.c b/modules/siputils/options.c index 9467d7e7324..b7b7e29d22e 100644 --- a/modules/siputils/options.c +++ b/modules/siputils/options.c @@ -1,18 +1,16 @@ /* - * $Id$ - * * Options Reply Module * * Copyright (C) 2001-2003 FhG Fokus * - * This file is part of SIP-router, a free SIP server. + * This file is part of Kamailio, a free SIP server. * - * SIP-router is free software; you can redistribute it and/or modify + * 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 * - * SIP-router 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. @@ -21,9 +19,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: - * ------- - * 2003-11-11: build_lump_rpl() removed, add_lump_rpl() has flags (bogdan) */ /*! diff --git a/modules/siputils/options.h b/modules/siputils/options.h index 3b226745500..9fe0c633748 100644 --- a/modules/siputils/options.h +++ b/modules/siputils/options.h @@ -1,18 +1,16 @@ /* - * $Id$ - * * Options Reply Module * * Copyright (C) 2001-2003 FhG Fokus * - * This file is part of SIP-router, a free SIP server. + * This file is part of Kamailio, a free SIP server. * - * SIP-router is free software; you can redistribute it and/or modify + * 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 * - * SIP-router 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,8 +18,10 @@ * 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 + * */ + /*! * \file siputils/options.c * \brief SIP-utils :: Options reply modules diff --git a/modules/siputils/ring.c b/modules/siputils/ring.c index aac80d402a2..a6b6919756f 100644 --- a/modules/siputils/ring.c +++ b/modules/siputils/ring.c @@ -1,25 +1,25 @@ /* - * $Id$ - * * Copyright (C) 2008-2009 1&1 Internet AG * - * This file is part of SIP-router, a free SIP server. + * This file is part of Kamailio, a free SIP server. * - * SIP-router is free software; you can redistribute it and/or modify + * 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 * - * SIP-router 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. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * 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 + * */ + /** * \file * \brief SIP-utils :: Only allow one 183 message per call-id diff --git a/modules/siputils/ring.h b/modules/siputils/ring.h index 92d84d3480f..18fa62851cc 100644 --- a/modules/siputils/ring.h +++ b/modules/siputils/ring.h @@ -1,23 +1,22 @@ /* - * $Id$ - * * Copyright (C) 2008-2009 1&1 Internet AG * - * This file is part of SIP-router, a free SIP server. + * This file is part of Kamailio, a free SIP server. * - * SIP-router is free software; you can redistribute it and/or modify + * 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 * - * SIP-router 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. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * 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 + * */ /** diff --git a/modules/siputils/rpid.c b/modules/siputils/rpid.c index 98cd1d28f46..3d5259b8123 100644 --- a/modules/siputils/rpid.c +++ b/modules/siputils/rpid.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2001-2003 FhG Fokus * * 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: - * -------- - * 2003-04-28 rpid contributed by Juha Heinanen added (janakj) - * 2005-05-31 general avp specification added for rpid (bogdan) */ /*! diff --git a/modules/siputils/rpid.h b/modules/siputils/rpid.h index 3f1f43bc04a..77f726f091c 100644 --- a/modules/siputils/rpid.h +++ b/modules/siputils/rpid.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2001-2003 FhG Fokus * * 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: - * -------- - * 2003-04-28 rpid contributed by Juha Heinanen added (janakj) - * 2005-05-31 general avp specification added for rpid (bogdan) */ /*! diff --git a/modules/siputils/sipops.c b/modules/siputils/sipops.c index f5517ab4e08..9750f713a47 100644 --- a/modules/siputils/sipops.c +++ b/modules/siputils/sipops.c @@ -1,24 +1,22 @@ /* - * $Id: utils.h 5318 2008-12-08 16:38:47Z henningw $ - * * SIPUTILS mangler module * * Copyright (C) 2001-2003 FhG Fokus * - * This file is part of SIP-router, a free SIP server. + * This file is part of Kamailio, a free SIP server. * - * SIP-router is free software; you can redistribute it and/or modify + * 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 * - * SIP-router 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. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * 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 * */ diff --git a/modules/siputils/sipops.h b/modules/siputils/sipops.h index a936ea88417..ac7b9f85ebc 100644 --- a/modules/siputils/sipops.h +++ b/modules/siputils/sipops.h @@ -1,24 +1,22 @@ /* - * $Id: utils.h 5318 2008-12-08 16:38:47Z henningw $ - * * SIPUTILS mangler module * * Copyright (C) 2001-2003 FhG Fokus * - * This file is part of SIP-router, a free SIP server. + * This file is part of Kamailio, a free SIP server. * - * SIP-router is free software; you can redistribute it and/or modify + * 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 * - * SIP-router 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. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * 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 * */ diff --git a/modules/siputils/siputils.c b/modules/siputils/siputils.c index 3bdac005d1e..b6358ad559a 100644 --- a/modules/siputils/siputils.c +++ b/modules/siputils/siputils.c @@ -1,24 +1,23 @@ /* - * $Id$ - * * Copyright (C) 2008-2009 1&1 Internet AG * Copyright (C) 2001-2003 FhG Fokus * - * This file is part of SIP-router, a free SIP server. + * This file is part of Kamailio, a free SIP server. * - * SIP-router is free software; you can redistribute it and/or modify + * 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 * - * SIP-router 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. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * 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 + * */ /*! @@ -31,7 +30,6 @@ /*! * \defgroup siputils SIPUTILS :: Various SIP message handling functions * - * \note A Kamailio module (modules_k) * This module implement various functions and checks related to SIP message handling and URI handling. diff --git a/modules/siputils/siputils.h b/modules/siputils/siputils.h index f2628e3b425..f8b9d79c2d7 100644 --- a/modules/siputils/siputils.h +++ b/modules/siputils/siputils.h @@ -1,23 +1,22 @@ /* - * $Id$ - * * Copyright (C) 2001-2003 FhG Fokus * - * This file is part of SIP-router, a free SIP server. + * This file is part of Kamailio, a free SIP server. * - * SIP-router is free software; you can redistribute it and/or modify + * 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 * - * SIP-router 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. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * 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 + * */ diff --git a/modules/siputils/utils.c b/modules/siputils/utils.c index 8a2bd7c1940..8b39ae58632 100644 --- a/modules/siputils/utils.c +++ b/modules/siputils/utils.c @@ -1,31 +1,27 @@ /* - * $Id$ - * * mangler module * * Copyright (C) 2001-2003 FhG Fokus * - * This file is part of SIP-router, a free SIP server. + * This file is part of Kamailio, a free SIP server. * - * SIP-router is free software; you can redistribute it and/or modify + * 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 * - * SIP-router 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. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * 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: - * -------- - * 2003-04-07 first version. */ + /*! * \file * \brief SIP-utils :: Mangler diff --git a/modules/siputils/utils.h b/modules/siputils/utils.h index c965860d0cd..1f99ed97cd8 100644 --- a/modules/siputils/utils.h +++ b/modules/siputils/utils.h @@ -1,29 +1,24 @@ /* - * $Id$ - * * Sdp mangler module * * Copyright (C) 2001-2003 FhG Fokus * - * This file is part of SIP-router, a free SIP server. + * This file is part of Kamailio, a free SIP server. * - * SIP-router is free software; you can redistribute it and/or modify + * 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 * - * SIP-router 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. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * 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: - * -------- - * 2003-04-07 first version. */ /*!