[sr-dev] git:master:31e70a51: pdb Change sip-router to "Kamailio"

Olle E. Johansson oej at edvina.net
Sun Apr 3 20:14:58 CEST 2016


Module: kamailio
Branch: master
Commit: 31e70a51ebf0faa97ef9bdef02675254f27a85e1
URL: https://github.com/kamailio/kamailio/commit/31e70a51ebf0faa97ef9bdef02675254f27a85e1

Author: Olle E. Johansson <oej at edvina.net>
Committer: Olle E. Johansson <oej at edvina.net>
Date: 2016-04-03T20:14:14+02:00

pdb Change sip-router to "Kamailio"

---

Modified: modules/pdb/common.h
Modified: modules/pdb/pdb.c

---

Diff:  https://github.com/kamailio/kamailio/commit/31e70a51ebf0faa97ef9bdef02675254f27a85e1.diff
Patch: https://github.com/kamailio/kamailio/commit/31e70a51ebf0faa97ef9bdef02675254f27a85e1.patch

---

diff --git a/modules/pdb/common.h b/modules/pdb/common.h
index cd49329..3c7b993 100644
--- a/modules/pdb/common.h
+++ b/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 {
diff --git a/modules/pdb/pdb.c b/modules/pdb/pdb.c
index 6feb309..4d419e0 100644
--- a/modules/pdb/pdb.c
+++ b/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.




More information about the sr-dev mailing list