Module: kamailio Branch: master Commit: 046b7c3c40106b662899cbbdc4c7fbf88432109a URL: https://github.com/kamailio/kamailio/commit/046b7c3c40106b662899cbbdc4c7fbf8...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net 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/046b7c3c40106b662899cbbdc4c7fbf8... Patch: https://github.com/kamailio/kamailio/commit/046b7c3c40106b662899cbbdc4c7fbf8...
---
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 (federico.cabiddu@gmail.com) * - * 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 (federico.cabiddu@gmail.com) * - * 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 (federico.cabiddu@gmail.com) * - * 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