Skip to content

Commit

Permalink
Cfg Remove SVN ID, history
Browse files Browse the repository at this point in the history
  • Loading branch information
oej committed Jan 18, 2015
1 parent 3558789 commit 1fff03a
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 86 deletions.
11 changes: 3 additions & 8 deletions cfg/cfg.c
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
/*
* $Id$
*
* Copyright (C) 2007 iptelorg GmbH
*
* 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,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
* -------
* 2007-12-03 Initial version (Miklos)
*/

#include <string.h>
Expand Down
11 changes: 3 additions & 8 deletions cfg/cfg.h
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
/*
* $Id$
*
* Copyright (C) 2007 iptelorg GmbH
*
* 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,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
* -------
* 2007-12-03 Initial version (Miklos)
*/

#ifndef _CFG_H
Expand Down
11 changes: 3 additions & 8 deletions cfg/cfg_ctx.c
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
/*
* $Id$
*
* Copyright (C) 2007 iptelorg GmbH
*
* 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,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
* -------
* 2007-12-03 Initial version (Miklos)
*/

#include <string.h>
Expand Down
11 changes: 3 additions & 8 deletions cfg/cfg_ctx.h
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
/*
* $Id$
*
* Copyright (C) 2007 iptelorg GmbH
*
* 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,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
* -------
* 2007-12-03 Initial version (Miklos)
*/

#ifndef _CFG_CTX_H
Expand Down
12 changes: 3 additions & 9 deletions cfg/cfg_script.c
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
/*
* $Id$
*
* Copyright (C) 2008 iptelorg GmbH
*
* 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,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
* -------
* 2008-01-24 dynamic groups are introduced in order to make
* variable declaration possible in the script (Miklos)
*/

#include <string.h>
Expand Down
12 changes: 3 additions & 9 deletions cfg/cfg_script.h
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
/*
* $Id$
*
* Copyright (C) 2008 iptelorg GmbH
*
* 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,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
* -------
* 2008-01-24 dynamic groups are introduced in order to make
* variable declaration possible in the script (Miklos)
*/

#ifndef _CFG_SCRIPT_H
Expand Down
11 changes: 3 additions & 8 deletions cfg/cfg_select.c
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
/*
* $Id$
*
* Copyright (C) 2008 iptelorg GmbH
*
* 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,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
* -------
* 2008-01-10 Initial version (Miklos)
*/
#include <stdio.h>

Expand Down
11 changes: 3 additions & 8 deletions cfg/cfg_select.h
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
/*
* $Id$
*
* Copyright (C) 2008 iptelorg GmbH
*
* 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,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
* -------
* 2008-01-10 Initial version (Miklos)
*/

#ifndef _CFG_SELECT_H
Expand Down
13 changes: 3 additions & 10 deletions cfg/cfg_struct.c
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
/*
* $Id$
*
* Copyright (C) 2007 iptelorg GmbH
*
* 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,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
* -------
* 2007-12-03 Initial version (Miklos)
* 2008-01-24 dynamic groups are introduced in order to make
* variable declaration possible in the script (Miklos)
*/

#include <string.h>
Expand Down
13 changes: 3 additions & 10 deletions cfg/cfg_struct.h
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
/*
* $Id$
*
* Copyright (C) 2007 iptelorg GmbH
*
* 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,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
* -------
* 2007-12-03 Initial version (Miklos)
* 2008-01-24 dynamic groups are introduced in order to make
* variable declaration possible in the script (Miklos)
*/

#ifndef _CFG_STRUCT_H
Expand Down

0 comments on commit 1fff03a

Please sign in to comment.