Module: kamailio
Branch: 4.4
Commit: 53a75276dec8d274b0ca843ce1e6773cfca3828f
URL: https://github.com/kamailio/kamailio/commit/53a75276dec8d274b0ca843ce1e6773…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2016-04-01T20:27:05+02:00
Revert "Dispatcher Minor edit to have proper name in source code file"
This reverts commit 651407857d129f464515c5cf80ce687257066395.
---
Modified: modules/dispatcher/config.c
---
Diff: https://github.com/kamailio/kamailio/commit/53a75276dec8d274b0ca843ce1e6773…
Patch: https://github.com/kamailio/kamailio/commit/53a75276dec8d274b0ca843ce1e6773…
---
diff --git a/modules/dispatcher/config.c b/modules/dispatcher/config.c
index 00974ff..fea2ffa 100644
--- a/modules/dispatcher/config.c
+++ b/modules/dispatcher/config.c
@@ -1,12 +1,12 @@
/*
* This file is part of Kamailio, a free SIP server.
*
- * Kamailio is free software; you can redistribute it and/or modify
+ * SIP-router 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 distributed in the hope that it will be useful,
+ * SIP-router 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.
Module: kamailio
Branch: 4.4
Commit: d6abbc8e86ec43c216ba78197dfcf082507d6ca4
URL: https://github.com/kamailio/kamailio/commit/d6abbc8e86ec43c216ba78197dfcf08…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2016-04-01T20:26:55+02:00
Revert "mediaproxy Rename SIP-router to Kamailio"
This reverts commit 38a9ae753b4d68d8c229366fd4254839536e5669.
---
Modified: modules/mediaproxy/mediaproxy.c
---
Diff: https://github.com/kamailio/kamailio/commit/d6abbc8e86ec43c216ba78197dfcf08…
Patch: https://github.com/kamailio/kamailio/commit/d6abbc8e86ec43c216ba78197dfcf08…
---
diff --git a/modules/mediaproxy/mediaproxy.c b/modules/mediaproxy/mediaproxy.c
index f96a635..3bca16d 100644
--- a/modules/mediaproxy/mediaproxy.c
+++ b/modules/mediaproxy/mediaproxy.c
@@ -2,14 +2,14 @@
* Copyright (C) 2004-2008 Dan Pascu
* Copyright (C) 2009 Juha Heinanen (multipart hack)
*
- * This file is part of Kamailio, a free SIP server.
+ * This file is part of SIP-Router, a free SIP server.
*
- * Kamailio is free software; you can redistribute it and/or modify
+ * SIP-router 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 distributed in the hope that it will be useful,
+ * SIP-router 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.