Skip to content

Commit

Permalink
pike Remove SVN ID's, remove history
Browse files Browse the repository at this point in the history
  • Loading branch information
oej committed Jan 10, 2015
1 parent 54028cc commit 3fe4d11
Show file tree
Hide file tree
Showing 13 changed files with 81 additions and 61 deletions.
7 changes: 0 additions & 7 deletions modules/pike/ip_tree.c
@@ -1,6 +1,4 @@
/*
* $Id$
*
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of Kamailio, a free SIP server.
Expand All @@ -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:
* --------
* 2004-11-05: adaptiv init lock (bogdan)
* 2008-04-17 the leaf nodes memorize (via flags) if they are in RED state
* (detected) or not -> better logging and MI (bogdan)
*/


Expand Down
10 changes: 0 additions & 10 deletions modules/pike/ip_tree.h
@@ -1,6 +1,4 @@
/*
* $Id$
*
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of Kamailio, a free SIP server.
Expand All @@ -19,14 +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:
* --------
* 2004-07-28 s/lock_set_t/gen_lock_set_t/ because of a type conflict
* on darwin (andrei)
* 2004-11-05 adaptiv init lock (bogdan)
* 2005-06-02 flags added to ip_node structure (bogdan)
* 2008-04-17 the leaf nodes memorize (via flags) if they are in RED state
* (detected) or not -> better logging and MI (bogdan)
*/

#ifndef _IP_TREE_H
Expand Down
10 changes: 0 additions & 10 deletions modules/pike/pike.c
@@ -1,6 +1,4 @@
/*
* $Id$
*
* PIKE module
*
* Copyright (C) 2001-2003 FhG Fokus
Expand All @@ -21,14 +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-11 updated to the new module exports interface (andrei)
* 2003-03-11 converted to the new locking interface: locking.h --
* major changes (andrei)
* 2003-03-16 flags export parameter added (janakj)
* 2008-04-17 new parameter to control the module's log regarding the
* blocking/unblocking of IPs (bogdan)
*/


Expand Down
12 changes: 0 additions & 12 deletions modules/pike/pike_funcs.c
@@ -1,6 +1,4 @@
/*
* $Id$
*
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of Kamailio, a free SIP server.
Expand All @@ -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:
* --------
* 2003-03-11 converted to the new locking interface: locking.h --
* major changes (andrei)
* 2005-05-02 flags field added to node stucture -better sync between timer
* and worker processes; some races eliminated (bogdan)
* 2008-04-17 new parameter to control the module's log regarding the
* blocking/unblocking of IPs (bogdan)
* 2008-04-17 the leaf nodes memorize (via flags) if they are in RED state
* (detected) or not -> better logging and MI (bogdan)
*/


Expand Down
2 changes: 0 additions & 2 deletions modules/pike/pike_funcs.h
@@ -1,6 +1,4 @@
/*
* $Id$
*
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of Kamailio, a free SIP server.
Expand Down
5 changes: 0 additions & 5 deletions modules/pike/pike_mi.c
@@ -1,6 +1,4 @@
/*
* $Id$
*
* Header file for PIKE MI functions
*
* Copyright (C) 2006 Voice Sistem SRL
Expand All @@ -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:
* --------
* 2006-12-05 created (bogdan)
*/

#include "ip_tree.h"
Expand Down
5 changes: 0 additions & 5 deletions modules/pike/pike_mi.h
@@ -1,6 +1,4 @@
/*
* $Id$
*
* Header file for PIKE MI functions
*
* Copyright (C) 2006 Voice Sistem SRL
Expand All @@ -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:
* --------
* 2006-12-05 created (bogdan)
*/


Expand Down
21 changes: 21 additions & 0 deletions modules/pike/pike_rpc.c
@@ -1,3 +1,24 @@
/*
* PIKE module
*
* 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
* 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
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/

#include "ip_tree.h"
#include "../../rpc_lookup.h"
/*??? #include "rpc.h" */
Expand Down
20 changes: 20 additions & 0 deletions modules/pike/pike_rpc.h
@@ -1,3 +1,23 @@
/*
* PIKE module
*
* 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
* 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
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
#ifndef __PIKE_RPC_H
#define __PIKE_RPC_H

Expand Down
20 changes: 20 additions & 0 deletions modules/pike/pike_top.c
@@ -1,3 +1,23 @@
/*
* PIKE module
*
* 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
* 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
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
#include "pike_top.h"

#include "../../dprint.h"
Expand Down
20 changes: 20 additions & 0 deletions modules/pike/pike_top.h
@@ -1,3 +1,23 @@
/*
* PIKE module
*
* 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
* 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
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
#ifndef __PIKE_TOP_H
#define __PIKE_TOP_H

Expand Down
6 changes: 0 additions & 6 deletions modules/pike/timer.c
@@ -1,6 +1,4 @@
/*
* $Id$
*
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of Kamailio, a free SIP server.
Expand All @@ -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-05-02 flags field added to node stucture -better sync between timer
* and worker processes; some races eliminated (bogdan)
*/


Expand Down
4 changes: 0 additions & 4 deletions modules/pike/timer.h
@@ -1,6 +1,4 @@
/*
* $Id$
*
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of Kamailio, a free SIP server.
Expand All @@ -19,8 +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:
* --------
*
*/

Expand Down

0 comments on commit 3fe4d11

Please sign in to comment.