[asterisk-scf-commits] asterisk-scf/integration/test_channel.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Sun Oct 24 23:43:41 CDT 2010


branch "master" has been updated
       via  1c37794f2e602a951d0ef2d797f96638c99cd6f1 (commit)
      from  f43cb9de5f76805e1936832f08211afea0a77be5 (commit)

Summary of changes:
 local_slice/CommandsIf.ice |   14 +++++++++++---
 slice                      |    2 +-
 src/ConsoleDriver.cpp      |   20 ++++++++++++++------
 src/ConsoleDriver.h        |   20 ++++++++++++++------
 src/MediaEchoThread.cpp    |   20 ++++++++++++++------
 src/MediaSession.cpp       |   20 ++++++++++++++------
 src/Service.cpp            |   20 ++++++++++++++------
 src/TestEndpoint.cpp       |   20 ++++++++++++++------
 src/TestEndpoint.h         |   20 ++++++++++++++------
 src/main.cpp               |   20 ++++++++++++++------
 10 files changed, 124 insertions(+), 52 deletions(-)


- Log -----------------------------------------------------------------
commit 1c37794f2e602a951d0ef2d797f96638c99cd6f1
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Sun Oct 24 23:41:55 2010 -0500

    Updated copyright header to GPL V2.

diff --git a/local_slice/CommandsIf.ice b/local_slice/CommandsIf.ice
index 598bf90..1c17ded 100644
--- a/local_slice/CommandsIf.ice
+++ b/local_slice/CommandsIf.ice
@@ -1,9 +1,17 @@
 /*
- * Asterisk Scalable Communications Framework
+ * Asterisk SCF -- An open-source communications framework.
  *
- * Copyright (C) 2010 -- Digium, Inc.
+ * Copyright (C) 2010, Digium, Inc.
  *
- * All rights reserved.
+ * See http://www.asterisk.org for more information about
+ * the Asterisk SCF project. Please do not directly contact
+ * any of the maintainers of this project for assistance;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE.txt file
+ * at the top of the source tree.
  */
 
 #pragma once
diff --git a/slice b/slice
index 7e63131..03ea08a 160000
--- a/slice
+++ b/slice
@@ -1 +1 @@
-Subproject commit 7e63131ea251461c0f4a4d751841601b107452bd
+Subproject commit 03ea08a0f749b5f36ae4dc36d25493689f9e273c
diff --git a/src/ConsoleDriver.cpp b/src/ConsoleDriver.cpp
index 622ac10..10a7980 100644
--- a/src/ConsoleDriver.cpp
+++ b/src/ConsoleDriver.cpp
@@ -1,10 +1,18 @@
 /*
-* Asterisk Scalable Communications Framework
-*
-* Copyright (C) 2010 -- Digium, Inc.
-*
-* All rights reserved.
-*/
+ * Asterisk SCF -- An open-source communications framework.
+ *
+ * Copyright (C) 2010, Digium, Inc.
+ *
+ * See http://www.asterisk.org for more information about
+ * the Asterisk SCF project. Please do not directly contact
+ * any of the maintainers of this project for assistance;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE.txt file
+ * at the top of the source tree.
+ */
 #include <iostream>
 #include <IceUtil/Thread.h>
 
diff --git a/src/ConsoleDriver.h b/src/ConsoleDriver.h
index 178ad24..605e876 100644
--- a/src/ConsoleDriver.h
+++ b/src/ConsoleDriver.h
@@ -1,10 +1,18 @@
 /*
-* Asterisk Scalable Communications Framework
-*
-* Copyright (C) 2010 -- Digium, Inc.
-*
-* All rights reserved.
-*/
+ * Asterisk SCF -- An open-source communications framework.
+ *
+ * Copyright (C) 2010, Digium, Inc.
+ *
+ * See http://www.asterisk.org for more information about
+ * the Asterisk SCF project. Please do not directly contact
+ * any of the maintainers of this project for assistance;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE.txt file
+ * at the top of the source tree.
+ */
 #pragma once
 
 #include <IceUtil/Monitor.h>
diff --git a/src/MediaEchoThread.cpp b/src/MediaEchoThread.cpp
index 7aa8217..c9eccf1 100644
--- a/src/MediaEchoThread.cpp
+++ b/src/MediaEchoThread.cpp
@@ -1,10 +1,18 @@
 /*
-* Asterisk Scalable Communications Framework
-*
-* Copyright (C) 2010 -- Digium, Inc.
-*
-* All rights reserved.
-*/
+ * Asterisk SCF -- An open-source communications framework.
+ *
+ * Copyright (C) 2010, Digium, Inc.
+ *
+ * See http://www.asterisk.org for more information about
+ * the Asterisk SCF project. Please do not directly contact
+ * any of the maintainers of this project for assistance;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE.txt file
+ * at the top of the source tree.
+ */
 #include "MediaEchoThread.h"
 
 using namespace AsteriskSCF::TestUtil;
diff --git a/src/MediaSession.cpp b/src/MediaSession.cpp
index 2539ffd..d20ca0b 100644
--- a/src/MediaSession.cpp
+++ b/src/MediaSession.cpp
@@ -1,10 +1,18 @@
 /*
-* Asterisk Scalable Communications Framework
-*
-* Copyright (C) 2010 -- Digium, Inc.
-*
-* All rights reserved.
-*/
+ * Asterisk SCF -- An open-source communications framework.
+ *
+ * Copyright (C) 2010, Digium, Inc.
+ *
+ * See http://www.asterisk.org for more information about
+ * the Asterisk SCF project. Please do not directly contact
+ * any of the maintainers of this project for assistance;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE.txt file
+ * at the top of the source tree.
+ */
 #include "MediaSession.h"
 
 using namespace AsteriskSCF::TestUtil;
diff --git a/src/Service.cpp b/src/Service.cpp
index 1b623ca..fac1d68 100644
--- a/src/Service.cpp
+++ b/src/Service.cpp
@@ -1,10 +1,18 @@
 /*
-* Asterisk Scalable Communications Framework
-*
-* Copyright (C) 2010 -- Digium, Inc.
-*
-* All rights reserved.
-*/
+ * Asterisk SCF -- An open-source communications framework.
+ *
+ * Copyright (C) 2010, Digium, Inc.
+ *
+ * See http://www.asterisk.org for more information about
+ * the Asterisk SCF project. Please do not directly contact
+ * any of the maintainers of this project for assistance;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE.txt file
+ * at the top of the source tree.
+ */
 #include <Ice/Ice.h>
 #include <IceBox/IceBox.h>
 
diff --git a/src/TestEndpoint.cpp b/src/TestEndpoint.cpp
index c4db008..9c864b4 100644
--- a/src/TestEndpoint.cpp
+++ b/src/TestEndpoint.cpp
@@ -1,10 +1,18 @@
 /*
-* Asterisk Scalable Communications Framework
-*
-* Copyright (C) 2010 -- Digium, Inc.
-*
-* All rights reserved.
-*/
+ * Asterisk SCF -- An open-source communications framework.
+ *
+ * Copyright (C) 2010, Digium, Inc.
+ *
+ * See http://www.asterisk.org for more information about
+ * the Asterisk SCF project. Please do not directly contact
+ * any of the maintainers of this project for assistance;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE.txt file
+ * at the top of the source tree.
+ */
 #include "TestEndpoint.h"
 
 #include "ListenerManager.h"
diff --git a/src/TestEndpoint.h b/src/TestEndpoint.h
index f59680a..c6ece4d 100644
--- a/src/TestEndpoint.h
+++ b/src/TestEndpoint.h
@@ -1,10 +1,18 @@
 /*
-* Asterisk Scalable Communications Framework
-*
-* Copyright (C) 2010 -- Digium, Inc.
-*
-* All rights reserved.
-*/
+ * Asterisk SCF -- An open-source communications framework.
+ *
+ * Copyright (C) 2010, Digium, Inc.
+ *
+ * See http://www.asterisk.org for more information about
+ * the Asterisk SCF project. Please do not directly contact
+ * any of the maintainers of this project for assistance;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE.txt file
+ * at the top of the source tree.
+ */
 #pragma once
 
 #include <Core/Endpoint/EndpointIf.h>
diff --git a/src/main.cpp b/src/main.cpp
index dbf4e94..99fa830 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,10 +1,18 @@
 /*
-* Asterisk Scalable Communications Framework
-*
-* Copyright (C) 2010 -- Digium, Inc.
-*
-* All rights reserved.
-*/
+ * Asterisk SCF -- An open-source communications framework.
+ *
+ * Copyright (C) 2010, Digium, Inc.
+ *
+ * See http://www.asterisk.org for more information about
+ * the Asterisk SCF project. Please do not directly contact
+ * any of the maintainers of this project for assistance;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE.txt file
+ * at the top of the source tree.
+ */
 #include <Ice/Ice.h>
 
 #include "ConsoleDriver.h"

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/test_channel.git



More information about the asterisk-scf-commits mailing list