Bläddra i källkod

Docs Remove SVN ID, minor updates

Olle E. Johansson 10 år sedan
förälder
incheckning
bef223c922
6 ändrade filer med 9 tillägg och 14 borttagningar
  1. 0 1
      AUTHORS
  2. 7 7
      COPYING
  3. 0 2
      ISSUES
  4. 0 2
      NEWS
  5. 2 1
      README
  6. 0 1
      TODO

+ 0 - 1
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).

+ 7 - 7
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
 
 
 -------------------------------------------------------------------------

+ 0 - 2
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

+ 0 - 2
NEWS

@@ -1,5 +1,3 @@
-$Id$
-
 Release notes for Kamailio/SIP Router (sr)
 ***********************************************
 

+ 2 - 1
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 

+ 0 - 1
TODO

@@ -1,4 +1,3 @@
-$Id$
 
 ( - todo, x - done)
 x change subst_run/str to return error (different from not found)