diff --git a/modules/pike/ip_tree.c b/modules/pike/ip_tree.c index b0e8a57a68b..09943327b42 100644 --- a/modules/pike/ip_tree.c +++ b/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. @@ -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) */ diff --git a/modules/pike/ip_tree.h b/modules/pike/ip_tree.h index a082707dcd7..7ccc1b86c98 100644 --- a/modules/pike/ip_tree.h +++ b/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. @@ -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 diff --git a/modules/pike/pike.c b/modules/pike/pike.c index 036614af85e..6aee8fdf899 100644 --- a/modules/pike/pike.c +++ b/modules/pike/pike.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * PIKE module * * Copyright (C) 2001-2003 FhG Fokus @@ -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) */ diff --git a/modules/pike/pike_funcs.c b/modules/pike/pike_funcs.c index e159a279335..83b565abd8a 100644 --- a/modules/pike/pike_funcs.c +++ b/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. @@ -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) */ diff --git a/modules/pike/pike_funcs.h b/modules/pike/pike_funcs.h index df21c8e9c9c..483d7047b67 100644 --- a/modules/pike/pike_funcs.h +++ b/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. diff --git a/modules/pike/pike_mi.c b/modules/pike/pike_mi.c index adce2317f4b..b169acf31da 100644 --- a/modules/pike/pike_mi.c +++ b/modules/pike/pike_mi.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Header file for PIKE MI functions * * Copyright (C) 2006 Voice Sistem SRL @@ -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" diff --git a/modules/pike/pike_mi.h b/modules/pike/pike_mi.h index cca17c53133..23e8116fbeb 100644 --- a/modules/pike/pike_mi.h +++ b/modules/pike/pike_mi.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Header file for PIKE MI functions * * Copyright (C) 2006 Voice Sistem SRL @@ -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) */ diff --git a/modules/pike/pike_rpc.c b/modules/pike/pike_rpc.c index b93dcc1271a..ee29ef40afa 100644 --- a/modules/pike/pike_rpc.c +++ b/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" */ diff --git a/modules/pike/pike_rpc.h b/modules/pike/pike_rpc.h index c70e9ce57e2..51ac2f87835 100644 --- a/modules/pike/pike_rpc.h +++ b/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 diff --git a/modules/pike/pike_top.c b/modules/pike/pike_top.c index 8399602f3dc..97af8230716 100644 --- a/modules/pike/pike_top.c +++ b/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" diff --git a/modules/pike/pike_top.h b/modules/pike/pike_top.h index c18c15293a6..0cdec863a4e 100644 --- a/modules/pike/pike_top.h +++ b/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 diff --git a/modules/pike/timer.c b/modules/pike/timer.c index ec0eff1763b..23f554c499e 100644 --- a/modules/pike/timer.c +++ b/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. @@ -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) */ diff --git a/modules/pike/timer.h b/modules/pike/timer.h index b57acde7b14..bc3bfdb2c9e 100644 --- a/modules/pike/timer.h +++ b/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. @@ -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: - * -------- * */