Skip to content

Commit

Permalink
dialplan: Remove SVN ID's and history notes
Browse files Browse the repository at this point in the history
  • Loading branch information
oej committed Mar 16, 2015
1 parent af62616 commit 53de5da
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 50 deletions.
17 changes: 5 additions & 12 deletions modules/dialplan/dialplan.c
@@ -1,20 +1,18 @@
/*
* $Id$
*
* Copyright (C) 2007-2008 Voice Sistem SRL
*
* Copyright (C) 2008 Juha Heinanen
*
* Copyright (C) 2014 Olle E. Johansson, Edvina AB
*
* 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.
Expand All @@ -23,21 +21,16 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* History:
* --------
* 2007-08-01 initial version (ancuta onofrei)
* 2008-10-09 module is now using pcre regexp lib (juha heinanen)
* 2015-11-25 added RPC command for listing dialplan
*/

/*!
* \file
* \brief SIP-router dialplan :: Module interface
* \brief Kamailio dialplan :: Module interface
* \ingroup dialplan
* Module: \ref dialplan
*/

/*! \defgroup dialplan SIP-router dialplan transformations module
/*! \defgroup dialplan Kamailio dialplan transformations module
*
*/

Expand Down
14 changes: 4 additions & 10 deletions modules/dialplan/dialplan.h
@@ -1,17 +1,14 @@

/*
* $Id$
*
* Copyright (C) 2007-2008 Voice Sistem SRL
*
* 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.
Expand All @@ -20,14 +17,11 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* History:
* --------
* 2007-08-01 initial version (ancuta onofrei)
*/

/*!
* \file
* \brief SIP-router dialplan :: Module interface
* \brief Kamailio dialplan :: Module interface
* \ingroup dialplan
* Module: \ref dialplan
*/
Expand Down
14 changes: 4 additions & 10 deletions modules/dialplan/dp_db.c
@@ -1,16 +1,14 @@
/*
* $Id$
*
* Copyright (C) 2007-2008 Voice Sistem SRL
*
* 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.
Expand All @@ -19,15 +17,11 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* History:
* --------
* 2007-08-01 initial version (ancuta onofrei)
* 2008-10-09 module is now using pcre regexp lib (juha heinanen)
*/

/*!
* \file
* \brief SIP-router dialplan :: database interface
* \brief Kamailio dialplan :: database interface
* \ingroup dialplan
* Module: \ref dialplan
*/
Expand Down
13 changes: 4 additions & 9 deletions modules/dialplan/dp_db.h
@@ -1,16 +1,14 @@
/*
* $Id$
*
* Copyright (C) 2007-2008 Voice Sistem SRL
*
* 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.
Expand All @@ -19,14 +17,11 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* History:
* --------
* 2007-08-01 initial version (ancuta onofrei)
*/

/*!
* \file
* \brief SIP-router dialplan :: Database interface
* \brief Kamailio dialplan :: Database interface
* \ingroup dialplan
* Module: \ref dialplan
*/
Expand Down
13 changes: 4 additions & 9 deletions modules/dialplan/dp_repl.c
@@ -1,18 +1,16 @@
/*
* $Id$
*
* Copyright (C) 2007-2008 Voice Sistem SRL
*
* Copyright (C) 2008 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.
Expand All @@ -21,14 +19,11 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* History:
* --------
* 2007-08-01 initial version (ancuta onofrei)
*/

/*!
* \file
* \brief SIP-router dialplan :: database interface - reply parsing
* \brief Kamailio dialplan :: database interface - reply parsing
* \ingroup dialplan
* Module: \ref dialplan
*/
Expand Down

0 comments on commit 53de5da

Please sign in to comment.