Explorar o código

app_python remove svn ID's

Olle E. Johansson %!s(int64=10) %!d(string=hai) anos
pai
achega
1e3e5217af

+ 0 - 2
modules/app_python/mod_Core.c

@@ -1,6 +1,4 @@
 /**
- * $Id$
- *
  * Copyright (C) 2012 Konstantin Mosesov
  *
  * This file is part of Kamailio, a free SIP server.

+ 0 - 2
modules/app_python/mod_Core.h

@@ -1,6 +1,4 @@
 /**
- * $Id$
- *
  * Copyright (C) 2012 Konstantin Mosesov
  *
  * This file is part of Kamailio, a free SIP server.

+ 0 - 2
modules/app_python/mod_Logger.c

@@ -1,6 +1,4 @@
 /**
- * $Id$
- *
  * Copyright (C) 2012 Konstantin Mosesov
  *
  * This file is part of Kamailio, a free SIP server.

+ 0 - 2
modules/app_python/mod_Logger.h

@@ -1,6 +1,4 @@
 /**
- * $Id$
- *
  * Copyright (C) 2012 Konstantin Mosesov
  *
  * This file is part of Kamailio, a free SIP server.

+ 0 - 2
modules/app_python/mod_Ranks.c

@@ -1,6 +1,4 @@
 /**
- * $Id$
- *
  * Copyright (C) 2012 Konstantin Mosesov
  *
  * This file is part of Kamailio, a free SIP server.

+ 0 - 3
modules/app_python/mod_Ranks.h

@@ -1,6 +1,4 @@
 /**
- * $Id$
- *
  * Copyright (C) 2012 Konstantin Mosesov
  *
  * This file is part of Kamailio, a free SIP server.
@@ -10,7 +8,6 @@
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- *
  * This file 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

+ 0 - 3
modules/app_python/mod_Router.c

@@ -1,6 +1,4 @@
 /**
- * $Id$
- *
  * Copyright (C) 2012 Konstantin Mosesov
  *
  * This file is part of Kamailio, a free SIP server.
@@ -10,7 +8,6 @@
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- *
  * This file 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

+ 0 - 3
modules/app_python/mod_Router.h

@@ -1,6 +1,4 @@
 /**
- * $Id$
- *
  * Copyright (C) 2012 Konstantin Mosesov
  *
  * This file is part of Kamailio, a free SIP server.
@@ -10,7 +8,6 @@
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- *
  * This file 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

+ 4 - 5
modules/app_python/python_exec.c

@@ -1,15 +1,14 @@
-/* $Id$
- *
+/*
  * Copyright (C) 2009 Sippy Software, Inc., http://www.sippysoft.com
  *
- * 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.

+ 4 - 5
modules/app_python/python_exec.h

@@ -1,15 +1,14 @@
-/* $Id$
- *
+/*
  * Copyright (C) 2009 Sippy Software, Inc., http://www.sippysoft.com
  *
- * 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.

+ 4 - 11
modules/app_python/python_iface.c

@@ -1,15 +1,14 @@
-/* $Id$
- *
+/* 
  * Copyright (C) 2009 Sippy Software, Inc., http://www.sippysoft.com
  *
- * 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,12 +19,6 @@
  *
 */
 
-/*
- * Changed
- *	2012-12-10 ez: Moved a part of functional to mod_Core.c, mod_Logger.c, mod_Ranks.c, mod_Router.c
- *
-*/
-
 // Python includes
 #include <Python.h>
 

+ 4 - 5
modules/app_python/python_iface.h

@@ -1,15 +1,14 @@
-/* $Id$
- *
+/*
  * Copyright (C) 2009 Sippy Software, Inc., http://www.sippysoft.com
  *
- * 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.

+ 4 - 5
modules/app_python/python_mod.c

@@ -1,15 +1,14 @@
-/* $Id$
- *
+/*
  * Copyright (C) 2009 Sippy Software, Inc., http://www.sippysoft.com
  *
- * 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.

+ 4 - 5
modules/app_python/python_mod.h

@@ -1,15 +1,14 @@
-/* $Id$
- *
+/* 
  * Copyright (C) 2009 Sippy Software, Inc., http://www.sippysoft.com
  *
- * This file is part of SIPRouter, 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.

+ 4 - 5
modules/app_python/python_msgobj.c

@@ -1,15 +1,14 @@
-/* $Id$
- *
+/* 
  * Copyright (C) 2009 Sippy Software, Inc., http://www.sippysoft.com
  *
- * 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.

+ 4 - 5
modules/app_python/python_msgobj.h

@@ -1,15 +1,14 @@
-/* $Id$
- *
+/* 
  * Copyright (C) 2009 Sippy Software, Inc., http://www.sippysoft.com
  *
- * 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.

+ 4 - 5
modules/app_python/python_support.c

@@ -1,15 +1,14 @@
-/* $Id$
- *
+/* 
  * Copyright (C) 2009 Sippy Software, Inc., http://www.sippysoft.com
  *
- * 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.

+ 4 - 5
modules/app_python/python_support.h

@@ -1,15 +1,14 @@
-/* $Id$
- *
+/* 
  * Copyright (C) 2009 Sippy Software, Inc., http://www.sippysoft.com
  *
- * 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.