Module: kamailio Branch: master Commit: 046b7c3c40106b662899cbbdc4c7fbf88432109a URL: https://github.com/kamailio/kamailio/commit/046b7c3c40106b662899cbbdc4c7fbf88432109a
Author: Olle E. Johansson <[email protected]> Committer: Olle E. Johansson <[email protected]> Date: 2015-01-09T21:41:05+01:00 tsilo REmove SVN ID's, change "SIP-Router" to "Kamailio" --- Modified: modules/tsilo/ts_rpc.c Modified: modules/tsilo/tsilo.c Modified: modules/tsilo/tsilo.h --- Diff: https://github.com/kamailio/kamailio/commit/046b7c3c40106b662899cbbdc4c7fbf88432109a.diff Patch: https://github.com/kamailio/kamailio/commit/046b7c3c40106b662899cbbdc4c7fbf88432109a.patch --- diff --git a/modules/tsilo/ts_rpc.c b/modules/tsilo/ts_rpc.c index cae2941..20783f4 100644 --- a/modules/tsilo/ts_rpc.c +++ b/modules/tsilo/ts_rpc.c @@ -1,11 +1,9 @@ /** - * $Id$ - * * Copyright (C) 2014 Federico Cabiddu ([email protected]) * - * This file is part of SIP-Router.org, 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 diff --git a/modules/tsilo/tsilo.c b/modules/tsilo/tsilo.c index 267fcf3..fd38deb 100644 --- a/modules/tsilo/tsilo.c +++ b/modules/tsilo/tsilo.c @@ -1,11 +1,10 @@ /** - * $Id$ * * Copyright (C) 2014 Federico Cabiddu ([email protected]) * - * This file is part of SIP-Router.org, 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 diff --git a/modules/tsilo/tsilo.h b/modules/tsilo/tsilo.h index 58699ae..511cb72 100644 --- a/modules/tsilo/tsilo.h +++ b/modules/tsilo/tsilo.h @@ -1,11 +1,9 @@ /** - * $Id$ - * * Copyright (C) 2014 Federico Cabiddu ([email protected]) * - * This file is part of SIP-Router.org, 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 _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
