Bläddra i källkod

pdb Change sip-router to "Kamailio"

Olle E. Johansson 9 år sedan
förälder
incheckning
31e70a51eb
2 ändrade filer med 7 tillägg och 15 borttagningar
  1. 4 12
      modules/pdb/common.h
  2. 3 3
      modules/pdb/pdb.c

+ 4 - 12
modules/pdb/common.h

@@ -1,14 +1,14 @@
 /*
  * Copyright (C) 2009 1&1 Internet AG
  *
- * 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.
@@ -21,15 +21,9 @@
 #ifndef _COMMON_H_
 #define _COMMON_H_
 
-
-
-
 #include <stdint.h> 
 
-
-
-
-/*
+/*!
  0 no carrier id defined.
  1..999 are regular carrier ids.
  1000 is used as fake carrier id when merging carriers we are not interested in.
@@ -49,8 +43,6 @@
 
 #define PDB_VERSION     1
 
-
-
 typedef int16_t carrier_t;
 
 enum __attribute__((packed)) pdb_versions {

+ 3 - 3
modules/pdb/pdb.c

@@ -1,14 +1,14 @@
 /*
  * Copyright (C) 2009 1&1 Internet AG
  *
- * 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.