I think we should either mark these historical or just remove these files from GIT.
This kind of informaiton belongs to the wiki or github or somewhere else - but in any case, I think the information in them is really old.
/O
Module: kamailio
Branch: master
Commit: bef223c9224af2b944ad80253aa78648c917041b
URL: https://github.com/kamailio/kamailio/commit/bef223c9224af2b944ad80253aa7864…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2015-01-10T09:21:45+01:00
Docs Remove SVN ID, minor updates
---
Modified: AUTHORS
Modified: COPYING
Modified: ISSUES
Modified: NEWS
Modified: README
Modified: TODO
---
Diff: https://github.com/kamailio/kamailio/commit/bef223c9224af2b944ad80253aa7864…
Patch: https://github.com/kamailio/kamailio/commit/bef223c9224af2b944ad80253aa7864…
---
diff --git a/AUTHORS b/AUTHORS
index b766254..e000c85 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,3 @@
-# $Id$
# The format of this file was inspired by the Linux kernel CREDITS file.
#
# Authors and contributors are listed alphabetically (first name).
diff --git a/COPYING b/COPYING
index 391d8b5..22c373a 100644
--- a/COPYING
+++ b/COPYING
@@ -2,18 +2,18 @@
-------------------------------------------------------------------------
IMPORTANT NOTES
-1) The GPL applies to this copy of SIP Router software (sip-router).
+1) The GPL applies to this copy of Kamailio software (sip-router).
-2) SIP-router software allows programmers to plug-in external modules to the
+2) The Kamailio software allows programmers to plug-in external modules to the
core part. Note that GPL mandates all plug-ins developed for the
- SIP-router software are to be released under GPL license to be GPL-ed or
+ Kamailio software are to be released under GPL license to be GPL-ed or
use a GPL compatible free software license.
(see http://www.gnu.org/copyleft/gpl-faq.html#GPLAndPlugins
for a detailed explanation)
3) Note that the GPL bellow is copyrighted by the Free Software Foundation,
- but the SIP-router software is copyrighted by multiple individuals and
+ but the Kamailio software is copyrighted by multiple individuals and
companies.
-------------------------------------------------------------------------
@@ -23,12 +23,12 @@ GNU Licence FAQ
This FAQ provides answers to most frequently asked questions. To fully
understand implications of the GNU license, read it.
-- you can run SIP-router for any purpose
+- you can run Kamailio for any purpose
- you can redistribute it as long as you include source code and
license conditions with the distribution
-- you cannot release programs derived from SIP-router without releasing
+- you cannot release programs derived from Kamailio without releasing
their source code
-- you can not change the copyright of any part of SIP-router
+- you can not change the copyright of any part of Kamailio
-------------------------------------------------------------------------
diff --git a/ISSUES b/ISSUES
index 941aea9..f82cfad 100644
--- a/ISSUES
+++ b/ISSUES
@@ -1,6 +1,4 @@
#
-# $Id$
-#
This is a collection of issues which have shown up
since the version 0.8.8 was released. The issues are
diff --git a/NEWS b/NEWS
index 8b6d326..f9792f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,3 @@
-$Id$
-
Release notes for Kamailio/SIP Router (sr)
***********************************************
diff --git a/README b/README
index 4c554b0..0683a91 100644
--- a/README
+++ b/README
@@ -35,7 +35,8 @@ of other leading SIP vendors.
The Kamailio software enables a flexible plug-in model for new applications: Third parties
can easily link their plug-ins with the server code and provide thereby advanced and
customized services. With a modern RPC interface, 3rd party application can integrate
-and interact with services provided by Kamailio.
+and interact with services provided by Kamailio. By using the EVAPI interface or the
+embedded HTTP server restful applications can be built.
Kamailio's performance and robustness allows it to serve millions of users and accommodate needs
of very large operators. With a low-cost dual-CPU, the Kamailio server is able to power
diff --git a/TODO b/TODO
index 709fce7..9f5c6be 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,3 @@
-$Id$
( - todo, x - done)
x change subst_run/str to return error (different from not found)
Module: kamailio
Branch: master
Commit: 046b7c3c40106b662899cbbdc4c7fbf88432109a
URL: https://github.com/kamailio/kamailio/commit/046b7c3c40106b662899cbbdc4c7fbf…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)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/046b7c3c40106b662899cbbdc4c7fbf…
Patch: https://github.com/kamailio/kamailio/commit/046b7c3c40106b662899cbbdc4c7fbf…
---
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(a)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(a)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(a)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