[asterisk-scf-commits] asterisk-scf/integration/ice-util-c++.git branch "master" updated.

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


branch "master" has been updated
       via  e95b464acefee5d0d01a00837fd30a70eb4c0bf5 (commit)
      from  bbd82c5b850eec6c0ae31884cb08ad9d38e833f7 (commit)

Summary of changes:
 ProxyWrapper/src/ProxyWrapper.cpp                  |   14 +++++++++++---
 ProxyWrapper/src/ProxyWrapper.h                    |   14 +++++++++++---
 StateReplicator/src/StateReplicator.cpp            |   14 +++++++++++---
 StateReplicator/src/StateReplicator.h              |   14 +++++++++++---
 StateReplicator/test/MockStateReplicatorListener.h |   14 +++++++++++---
 StateReplicator/test/SharedTestData.h              |   14 +++++++++++---
 StateReplicator/test/TestStateReplicator.cpp       |   16 ++++++++++++----
 .../testslice/StateReplicatorTestIf.ice            |   16 ++++++++++++++++
 8 files changed, 94 insertions(+), 22 deletions(-)


- Log -----------------------------------------------------------------
commit e95b464acefee5d0d01a00837fd30a70eb4c0bf5
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Sun Oct 24 23:28:32 2010 -0500

    Updated copyright header to GPL V2.

diff --git a/ProxyWrapper/src/ProxyWrapper.cpp b/ProxyWrapper/src/ProxyWrapper.cpp
index df206ad..8e6a17e 100644
--- a/ProxyWrapper/src/ProxyWrapper.cpp
+++ b/ProxyWrapper/src/ProxyWrapper.cpp
@@ -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.
  */
 
 #include "ProxyWrapper.h"
diff --git a/ProxyWrapper/src/ProxyWrapper.h b/ProxyWrapper/src/ProxyWrapper.h
index 6bc7e0c..6c23b84 100644
--- a/ProxyWrapper/src/ProxyWrapper.h
+++ b/ProxyWrapper/src/ProxyWrapper.h
@@ -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/StateReplicator/src/StateReplicator.cpp b/StateReplicator/src/StateReplicator.cpp
index fc7f541..dfd6aa0 100644
--- a/StateReplicator/src/StateReplicator.cpp
+++ b/StateReplicator/src/StateReplicator.cpp
@@ -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.
  */
 
 #include <IceUtil/UUID.h>
diff --git a/StateReplicator/src/StateReplicator.h b/StateReplicator/src/StateReplicator.h
index 44bbeb0..f119668 100644
--- a/StateReplicator/src/StateReplicator.h
+++ b/StateReplicator/src/StateReplicator.h
@@ -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/StateReplicator/test/MockStateReplicatorListener.h b/StateReplicator/test/MockStateReplicatorListener.h
index 581d066..f9901a9 100644
--- a/StateReplicator/test/MockStateReplicatorListener.h
+++ b/StateReplicator/test/MockStateReplicatorListener.h
@@ -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/StateReplicator/test/SharedTestData.h b/StateReplicator/test/SharedTestData.h
index 8a93591..5655049 100644
--- a/StateReplicator/test/SharedTestData.h
+++ b/StateReplicator/test/SharedTestData.h
@@ -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/StateReplicator/test/TestStateReplicator.cpp b/StateReplicator/test/TestStateReplicator.cpp
index d121ca2..8a8e5f4 100644
--- a/StateReplicator/test/TestStateReplicator.cpp
+++ b/StateReplicator/test/TestStateReplicator.cpp
@@ -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.
  */
 #define BOOST_TEST_DYN_LINK
 #define BOOST_TEST_MODULE StateReplicatorComponentTestSuite
@@ -474,4 +482,4 @@ BOOST_FIXTURE_TEST_CASE(PreserveOrder, PerTestFixture)
 
    BOOST_TEST_MESSAGE("Completed PreserveOrder test.");
 
-}
\ No newline at end of file
+}
diff --git a/StateReplicator/testslice/StateReplicatorTestIf.ice b/StateReplicator/testslice/StateReplicatorTestIf.ice
index f70a92c..6288901 100644
--- a/StateReplicator/testslice/StateReplicatorTestIf.ice
+++ b/StateReplicator/testslice/StateReplicatorTestIf.ice
@@ -1,3 +1,19 @@
+/*
+ * 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 <Ice/BuiltinSequences.ice>
 

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


-- 
asterisk-scf/integration/ice-util-c++.git



More information about the asterisk-scf-commits mailing list