Przeglądaj źródła

drouting: Updated all Copyright notices

Raul Alexis Betancor Santana 16 lat temu
rodzic
commit
0fbd2328d8

+ 8 - 12
modules_k/drouting/dr_bl.c

@@ -1,16 +1,16 @@
 /*
- * $Id: routing.c,v 1.4 2007/10/03 14:10:48 bogdan Exp $
+ * $Id$
  *
- * Copyright (C) 2009 Voice Sistem SRL
+ * Copyright (C) 2005-2009 Voice Sistem SRL
  *
- * This file is part of Open SIP Server (OpenSIPS).
+ * This file is part of Kamailio, a free SIP server.
  *
- * DROUTING OpenSIPS-module 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 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.
  *
- * DROUTING OpenSIPS-module 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.
@@ -19,10 +19,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * For any questions about this software and its license, please contact
- * Voice Sistem at following e-mail address:
- *         [email protected]
- *
  * History:
  * ---------
  *  2009-01-19  first version (bogdan)

+ 8 - 12
modules_k/drouting/dr_bl.h

@@ -1,16 +1,16 @@
 /*
- * $Id: routing.c,v 1.4 2007/10/03 14:10:48 bogdan Exp $
+ * $Id$
  *
- * Copyright (C) 2009 Voice Sistem SRL
+ * Copyright (C) 2005-2009 Voice Sistem SRL
  *
- * This file is part of Open SIP Server (OpenSIPS).
+ * This file is part of Kamailio, a free SIP server.
  *
- * DROUTING OpenSIPS-module 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 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.
  *
- * DROUTING OpenSIPS-module 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.
@@ -19,10 +19,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * For any questions about this software and its license, please contact
- * Voice Sistem at following e-mail address:
- *         [email protected]
- *
  * History:
  * ---------
  *  2009-01-19  first version (bogdan)

+ 8 - 12
modules_k/drouting/dr_load.c

@@ -1,16 +1,16 @@
 /*
- * $Id: dr_load.c 5673 2009-05-05 15:51:17Z bogdan_iancu $
+ * $Id$
  *
- * Copyright (C) 2005-2008 Voice Sistem SRL
+ * Copyright (C) 2005-2009 Voice Sistem SRL
  *
- * This file is part of Open SIP Server (OpenSIPS).
+ * This file is part of Kamailio, a free SIP server.
  *
- * DROUTING OpenSIPS-module 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 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.
  *
- * DROUTING OpenSIPS-module 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.
@@ -19,10 +19,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * For any questions about this software and its license, please contact
- * Voice Sistem at following e-mail address:
- *         [email protected]
- *
  * History:
  * ---------
  *  2005-02-20  first version (cristian)

+ 8 - 12
modules_k/drouting/dr_load.h

@@ -1,16 +1,16 @@
 /*
- * $Id: dr_load.h,v 1.1.1.1 2007/05/09 11:25:33 bogdan Exp $
+ * $Id$
  *
- * Copyright (C) 2005-2008 Voice Sistem SRL
+ * Copyright (C) 2005-2009 Voice Sistem SRL
  *
- * This file is part of Open SIP Server (OpenSIPS).
+ * This file is part of Kamailio, a free SIP server.
  *
- * DROUTING OpenSIPS-module 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 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.
  *
- * DROUTING OpenSIPS-module 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.
@@ -19,10 +19,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * For any questions about this software and its license, please contact
- * Voice Sistem at following e-mail address:
- *         [email protected]
- *
  * History:
  * ---------
  *  2005-02-20  first version (cristian)

+ 8 - 12
modules_k/drouting/dr_time.c

@@ -1,16 +1,16 @@
 /*
- * $Id: dr_time.c,v 1.2 2007/07/24 17:33:26 bogdan Exp $
+ * $Id$
  *
- * Copyright (C) 2001-2003 FhG Fokus
+ * Copyright (C) 2005-2009 Voice Sistem SRL
  *
- * This file is part of Open SIP Server (OpenSIPS).
+ * This file is part of Kamailio, a free SIP server.
  *
- * DROUTING OpenSIPS-module 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 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.
  *
- * DROUTING OpenSIPS-module 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.
@@ -19,10 +19,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * For any questions about this software and its license, please contact
- * Voice Sistem at following e-mail address:
- *         [email protected]
- *
  * History:
  * ---------
  *  2005-02-27  ported to 0.9.0 (bogdan)

+ 8 - 12
modules_k/drouting/dr_time.h

@@ -1,16 +1,16 @@
 /*
- * $Id: dr_time.h,v 1.2 2007/07/24 17:33:26 bogdan Exp $
+ * $Id$
  *
- * Copyright (C) 2001-2003 FhG Fokus
+ * Copyright (C) 2005-2009 Voice Sistem SRL
  *
- * This file is part of Open SIP Server (OpenSIPS).
+ * This file is part of Kamailio, a free SIP server.
  *
- * DROUTING OpenSIPS-module 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 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.
  *
- * DROUTING OpenSIPS-module 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.
@@ -19,10 +19,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * For any questions about this software and its license, please contact
- * Voice Sistem at following e-mail address:
- *         [email protected]
- *
  * History:
  * ---------
  *  2005-02-27  ported to 0.9.0 (bogdan)

+ 10 - 13
modules_k/drouting/drouting.c

@@ -1,16 +1,16 @@
 /*
- * $Id: drouting.c 5755 2009-06-01 09:52:21Z bogdan_iancu $
+ * $Id$
  *
  * Copyright (C) 2005-2009 Voice Sistem SRL
  *
- * This file is part of Open SIP Server (OpenSIPS).
+ * This file is part of Kamailio, a free SIP server.
  *
- * DROUTING OpenSIPS-module 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 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.
  *
- * DROUTING OpenSIPS-module 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.
@@ -18,11 +18,8 @@
  * 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., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
- *
- * For any questions about this software and its license, please contact
- * Voice Sistem at following e-mail address:
- *         [email protected]
- *
+
+
  * History:
  * ---------
  *  2005-02-20  first version (cristian)
@@ -38,7 +35,7 @@
 #include "../../str.h"
 #include "../../dprint.h"
 #include "../../usr_avp.h"
-#include "../../db/db.h"
+#include "../../lib/srdb1/db.h"
 #include "../../mem/mem.h"
 #include "../../mem/shm_mem.h"
 #include "../../locking.h"

+ 8 - 12
modules_k/drouting/parse.h

@@ -1,16 +1,16 @@
 /*
- * $Id: parse.h,v 1.1.1.1 2007/05/09 11:25:33 bogdan Exp $
+ * $Id$
  *
- * Copyright (C) 2005-2008 Voice Sistem SRL
+ * Copyright (C) 2005-2009 Voice Sistem SRL
  *
- * This file is part of Open SIP Server.
+ * This file is part of Kamailio, a free SIP server.
  *
- * DROUTING OpenSIPS-module 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 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.
  *
- * DROUTING OpenSIPS-module 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.
@@ -19,10 +19,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * For any questions about this software and its license, please contact
- * Voice Sistem at following e-mail address:
- *         [email protected]
- *
  * History:
  * ---------
  *  2005-07-27  first version (bogdan)

+ 8 - 12
modules_k/drouting/prefix_tree.c

@@ -1,16 +1,16 @@
 /*
- * $Id: prefix_tree.c,v 1.1.1.1 2007/05/09 11:25:34 bogdan Exp $
+ * $Id$
  *
- * Copyright (C) 2005-2008 Voice Sistem SRL
+ * Copyright (C) 2005-2009 Voice Sistem SRL
  *
- * This file is part of Open SIP Server.
+ * This file is part of Kamailio, a free SIP server.
  *
- * DROUTING OpenSIPS-module 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 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.
  *
- * DROUTING OpenSIPS-module 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.
@@ -19,10 +19,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * For any questions about this software and its license, please contact
- * Voice Sistem at following e-mail address:
- *         [email protected]
- *
  * History:
  * ---------
  *  2005-02-20  first version (cristian)

+ 8 - 12
modules_k/drouting/prefix_tree.h

@@ -1,16 +1,16 @@
 /*
- * $Id: prefix_tree.h 5417 2009-03-09 16:48:11Z bogdan_iancu $
+ * $Id$
  *
- * Copyright (C) 2005-2008 Voice Sistem SRL
+ * Copyright (C) 2005-2009 Voice Sistem SRL
  *
- * This file is part of Open SIP Server (OpenSIPS).
+ * This file is part of Kamailio, a free SIP server.
  *
- * DROUTING OpenSIPS-module 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 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.
  *
- * DROUTING OpenSIPS-module 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.
@@ -19,10 +19,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * For any questions about this software and its license, please contact
- * Voice Sistem at following e-mail address:
- *         [email protected]
- *
  * History:
  * ---------
  *  2005-02-20  first version (cristian)

+ 8 - 12
modules_k/drouting/routing.c

@@ -1,16 +1,16 @@
 /*
- * $Id: routing.c 5770 2009-06-11 10:06:52Z bogdan_iancu $
+ * $Id$
  *
- * Copyright (C) 2005-2008 Voice Sistem SRL
+ * Copyright (C) 2005-2009 Voice Sistem SRL
  *
- * This file is part of Open SIP Server (OpenSIPS).
+ * This file is part of Kamailio, a free SIP server.
  *
- * DROUTING OpenSIPS-module 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 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.
  *
- * DROUTING OpenSIPS-module 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.
@@ -19,10 +19,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * For any questions about this software and its license, please contact
- * Voice Sistem at following e-mail address:
- *         [email protected]
- *
  * History:
  * ---------
  *  2005-02-20  first version (cristian)

+ 8 - 12
modules_k/drouting/routing.h

@@ -1,16 +1,16 @@
 /*
- * $Id: routing.h,v 1.1.1.1 2007/05/09 11:25:34 bogdan Exp $
+ * $Id$
  *
- * Copyright (C) 2005-2008 Voice Sistem SRL
+ * Copyright (C) 2005-2009 Voice Sistem SRL
  *
- * This file is part of Open SIP Server (OpenSIPS).
+ * This file is part of Kamailio, a free SIP server.
  *
- * DROUTING OpenSIPS-module 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 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.
  *
- * DROUTING OpenSIPS-module 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.
@@ -19,10 +19,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * For any questions about this software and its license, please contact
- * Voice Sistem at following e-mail address:
- *         [email protected]
- *
  * History:
  * ---------
  *  2005-02-20  first version (cristian)