Module: kamailio Branch: 4.4 Commit: 53a75276dec8d274b0ca843ce1e6773cfca3828f URL: https://github.com/kamailio/kamailio/commit/53a75276dec8d274b0ca843ce1e6773c...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@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/53a75276dec8d274b0ca843ce1e6773c... Patch: https://github.com/kamailio/kamailio/commit/53a75276dec8d274b0ca843ce1e6773c...
---
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.