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

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Tue Aug 31 10:26:53 CDT 2010


branch "master" has been updated
       via  26c94a072d8896327ff4ae2519078455ab4ac4ee (commit)
      from  996f9d303e6c227fd00de98f21d0a9ce625b0f5f (commit)

Summary of changes:
 CMakeLists.txt               |    8 ++++++++
 src/MediaFormatULAW.cpp      |   16 +++-------------
 test/CMakeLists.txt          |    8 ++++++++
 test/TestMediaFormatULAW.cpp |    8 ++++++++
 4 files changed, 27 insertions(+), 13 deletions(-)


- Log -----------------------------------------------------------------
commit 26c94a072d8896327ff4ae2519078455ab4ac4ee
Author: Joshua Colp <jcolp at digium.com>
Date:   Tue Aug 31 12:36:34 2010 -0300

    Update with new copyright/license/stuff.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 88c29d0..d4878a8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,11 @@
+#
+# Asterisk Scalable Communications Framework
+#
+# Copyright (C) 2010 -- Digium, Inc.
+#
+# All rights reserved.
+#
+
 # ULAW Media Format component build system
 
 # Minimum we require is 2.6, any lower and stuff would fail horribly
diff --git a/src/MediaFormatULAW.cpp b/src/MediaFormatULAW.cpp
index d627f74..aa3f3ce 100644
--- a/src/MediaFormatULAW.cpp
+++ b/src/MediaFormatULAW.cpp
@@ -1,19 +1,9 @@
 /*
- * ZOMGZHYDRA?!? -- An open source telephony framework.
+ * Asterisk Scalable Communications Framework
  *
- * Copyright (C) 2010, Digium, Inc.
+ * Copyright (C) 2010 -- Digium, Inc.
  *
- * Joshua Colp <jcolp at digium.com>
- *
- * See http://www.IcanhazURL.org for more information about
- * the ZOMGZHYDRA?!? 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 file
- * at the top of the source tree.
+ * All rights reserved.
  */
 
 #include <Ice/Ice.h>
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 28de631..691e017 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,3 +1,11 @@
+#
+# Asterisk Scalable Communications Framework
+#
+# Copyright (C) 2010 -- Digium, Inc.
+#
+# All rights reserved.
+#
+
 hydra_component_init(media_format_ulaw_test CXX)
 hydra_component_add_file(media_format_ulaw_test TestMediaFormatULAW.cpp)
 hydra_component_add_slice(media_format_ulaw_test MediaIf)
diff --git a/test/TestMediaFormatULAW.cpp b/test/TestMediaFormatULAW.cpp
index d07ec0f..37e7606 100644
--- a/test/TestMediaFormatULAW.cpp
+++ b/test/TestMediaFormatULAW.cpp
@@ -1,3 +1,11 @@
+/*
+ * Asterisk Scalable Communications Framework
+ *
+ * Copyright (C) 2010 -- Digium, Inc.
+ *
+ * All rights reserved.
+ */
+
 #define BOOST_TEST_DYN_LINK
 #define BOOST_TEST_MODULE MediaFormatULAWTestSuite
 #define BOOST_TEST_NO_MAIN

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


-- 
asterisk-scf/integration/media_format_ulaw.git



More information about the asterisk-scf-commits mailing list