[asterisk-scf-commits] asterisk-scf/integration/bridging.git branch "bridge-replication" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Apr 5 12:45:09 CDT 2011
branch "bridge-replication" has been updated
via c6c40843202ec7a607979e4f29fb41190a7d8e44 (commit)
from 504ababbd67d5a477d145b5f363654ca10b086a1 (commit)
Summary of changes:
README.txt | 2 +-
src/BridgeListenerMgr.cpp | 2 +-
src/BridgeListenerMgr.h | 2 +-
src/BridgeManagerImpl.cpp | 2 +-
src/BridgeManagerImpl.h | 2 +-
src/BridgeManagerListenerMgr.cpp | 2 +-
src/BridgeManagerListenerMgr.h | 2 +-
src/BridgeReplicatorService.cpp | 2 +-
src/BridgeReplicatorStateListenerI.cpp | 2 +-
src/BridgeReplicatorStateListenerI.h | 2 +-
src/BridgeServiceConfig.h | 2 +-
src/DebugUtil.h | 2 +-
src/MediaSplicer.cpp | 2 +-
src/MediaSplicer.h | 2 +-
src/ServiceUtil.h | 2 +-
src/SessionCollection.cpp | 2 +-
src/SessionCollection.h | 2 +-
src/SessionListener.cpp | 2 +-
src/SessionListener.h | 2 +-
src/SessionOperations.cpp | 2 +-
src/SessionOperations.h | 2 +-
src/SessionWrapper.cpp | 2 +-
src/SessionWrapper.h | 2 +-
test/BridgeListenerI.cpp | 2 +-
test/BridgeListenerI.h | 2 +-
test/BridgeManagerListenerI.cpp | 2 +-
test/BridgeManagerListenerI.h | 2 +-
test/SessionListenerI.cpp | 2 +-
test/SessionListenerI.h | 2 +-
test/TestBridging.cpp | 2 +-
test/TestCommandDriver.cpp | 2 +-
test/TestCommandDriver.h | 2 +-
test/UnitTests.cpp | 2 +-
33 files changed, 33 insertions(+), 33 deletions(-)
- Log -----------------------------------------------------------------
commit c6c40843202ec7a607979e4f29fb41190a7d8e44
Author: Brent Eagles <beagles at digium.com>
Date: Tue Apr 5 15:14:37 2011 -0230
Updating copyright headers.
diff --git a/README.txt b/README.txt
index 15d1447..2d1f1b6 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
===============================================================================
=== Asterisk SCF - Bridging ===
=== ===
-=== Copyright (C) 2010, Digium, Inc. ===
+=== Copyright (C) 2010-2011, Digium, Inc. ===
===============================================================================
-------------------------------------------------------------------------------
diff --git a/src/BridgeListenerMgr.cpp b/src/BridgeListenerMgr.cpp
index ac0b316..146162e 100644
--- a/src/BridgeListenerMgr.cpp
+++ b/src/BridgeListenerMgr.cpp
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/src/BridgeListenerMgr.h b/src/BridgeListenerMgr.h
index ba4db4a..5c31156 100644
--- a/src/BridgeListenerMgr.h
+++ b/src/BridgeListenerMgr.h
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/src/BridgeManagerImpl.cpp b/src/BridgeManagerImpl.cpp
index 2e8bcd9..37c22be 100644
--- a/src/BridgeManagerImpl.cpp
+++ b/src/BridgeManagerImpl.cpp
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/src/BridgeManagerImpl.h b/src/BridgeManagerImpl.h
index d168f4e..f9f2c71 100644
--- a/src/BridgeManagerImpl.h
+++ b/src/BridgeManagerImpl.h
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/src/BridgeManagerListenerMgr.cpp b/src/BridgeManagerListenerMgr.cpp
index f44a024..2a23a46 100644
--- a/src/BridgeManagerListenerMgr.cpp
+++ b/src/BridgeManagerListenerMgr.cpp
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/src/BridgeManagerListenerMgr.h b/src/BridgeManagerListenerMgr.h
index b2758ab..2678420 100644
--- a/src/BridgeManagerListenerMgr.h
+++ b/src/BridgeManagerListenerMgr.h
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/src/BridgeReplicatorService.cpp b/src/BridgeReplicatorService.cpp
index acfecb5..5f40668 100644
--- a/src/BridgeReplicatorService.cpp
+++ b/src/BridgeReplicatorService.cpp
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/src/BridgeReplicatorStateListenerI.cpp b/src/BridgeReplicatorStateListenerI.cpp
index 29e5d2c..0f47d91 100644
--- a/src/BridgeReplicatorStateListenerI.cpp
+++ b/src/BridgeReplicatorStateListenerI.cpp
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/src/BridgeReplicatorStateListenerI.h b/src/BridgeReplicatorStateListenerI.h
index 069180d..e666b59 100644
--- a/src/BridgeReplicatorStateListenerI.h
+++ b/src/BridgeReplicatorStateListenerI.h
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/src/BridgeServiceConfig.h b/src/BridgeServiceConfig.h
index c6ddc65..442e5f9 100644
--- a/src/BridgeServiceConfig.h
+++ b/src/BridgeServiceConfig.h
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/src/DebugUtil.h b/src/DebugUtil.h
index ba06db1..7053354 100644
--- a/src/DebugUtil.h
+++ b/src/DebugUtil.h
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/src/MediaSplicer.cpp b/src/MediaSplicer.cpp
index 3268d98..b5dcc70 100644
--- a/src/MediaSplicer.cpp
+++ b/src/MediaSplicer.cpp
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/src/MediaSplicer.h b/src/MediaSplicer.h
index 08443d8..562901e 100644
--- a/src/MediaSplicer.h
+++ b/src/MediaSplicer.h
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/src/ServiceUtil.h b/src/ServiceUtil.h
index d59ae11..2d1218b 100644
--- a/src/ServiceUtil.h
+++ b/src/ServiceUtil.h
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/src/SessionCollection.cpp b/src/SessionCollection.cpp
index e59e6e6..974c26d 100644
--- a/src/SessionCollection.cpp
+++ b/src/SessionCollection.cpp
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/src/SessionCollection.h b/src/SessionCollection.h
index cf95815..d961f87 100644
--- a/src/SessionCollection.h
+++ b/src/SessionCollection.h
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/src/SessionListener.cpp b/src/SessionListener.cpp
index 280c49e..41c31a2 100644
--- a/src/SessionListener.cpp
+++ b/src/SessionListener.cpp
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/src/SessionListener.h b/src/SessionListener.h
index 3a0fc73..0d65892 100644
--- a/src/SessionListener.h
+++ b/src/SessionListener.h
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/src/SessionOperations.cpp b/src/SessionOperations.cpp
index 279bc96..ccacb5e 100644
--- a/src/SessionOperations.cpp
+++ b/src/SessionOperations.cpp
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/src/SessionOperations.h b/src/SessionOperations.h
index d08d9cd..1976059 100644
--- a/src/SessionOperations.h
+++ b/src/SessionOperations.h
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/src/SessionWrapper.cpp b/src/SessionWrapper.cpp
index 21bca8d..92d3794 100644
--- a/src/SessionWrapper.cpp
+++ b/src/SessionWrapper.cpp
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/src/SessionWrapper.h b/src/SessionWrapper.h
index e11da7c..26d2f9e 100644
--- a/src/SessionWrapper.h
+++ b/src/SessionWrapper.h
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/test/BridgeListenerI.cpp b/test/BridgeListenerI.cpp
index cc316af..cf05ff0 100644
--- a/test/BridgeListenerI.cpp
+++ b/test/BridgeListenerI.cpp
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/test/BridgeListenerI.h b/test/BridgeListenerI.h
index 779a1f4..c8550e5 100644
--- a/test/BridgeListenerI.h
+++ b/test/BridgeListenerI.h
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/test/BridgeManagerListenerI.cpp b/test/BridgeManagerListenerI.cpp
index 2abd677..29d4a50 100644
--- a/test/BridgeManagerListenerI.cpp
+++ b/test/BridgeManagerListenerI.cpp
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/test/BridgeManagerListenerI.h b/test/BridgeManagerListenerI.h
index fbf4854..06a0861 100644
--- a/test/BridgeManagerListenerI.h
+++ b/test/BridgeManagerListenerI.h
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/test/SessionListenerI.cpp b/test/SessionListenerI.cpp
index 4d402e3..3e2017a 100644
--- a/test/SessionListenerI.cpp
+++ b/test/SessionListenerI.cpp
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/test/SessionListenerI.h b/test/SessionListenerI.h
index 19152fd..b4fc15a 100644
--- a/test/SessionListenerI.h
+++ b/test/SessionListenerI.h
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/test/TestBridging.cpp b/test/TestBridging.cpp
index 7ae5176..4e80c83 100644
--- a/test/TestBridging.cpp
+++ b/test/TestBridging.cpp
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/test/TestCommandDriver.cpp b/test/TestCommandDriver.cpp
index 7d1da99..2ae0387 100644
--- a/test/TestCommandDriver.cpp
+++ b/test/TestCommandDriver.cpp
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/test/TestCommandDriver.h b/test/TestCommandDriver.h
index 1b75255..72d681f 100644
--- a/test/TestCommandDriver.h
+++ b/test/TestCommandDriver.h
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
diff --git a/test/UnitTests.cpp b/test/UnitTests.cpp
index d14012a..66f525f 100644
--- a/test/UnitTests.cpp
+++ b/test/UnitTests.cpp
@@ -1,7 +1,7 @@
/*
* Asterisk SCF -- An open-source communications framework.
*
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010-2011, Digium, Inc.
*
* See http://www.asterisk.org for more information about
* the Asterisk SCF project. Please do not directly contact
-----------------------------------------------------------------------
--
asterisk-scf/integration/bridging.git
More information about the asterisk-scf-commits
mailing list