[asterisk-scf-commits] asterisk-scf/integration/media_rtp_pjmedia.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Aug 31 10:29:51 CDT 2010
branch "master" has been updated
via ab18111212755050a660735fc3248fe9e8c52504 (commit)
from 13ec232e7cab6cea088140df36c9c55691184431 (commit)
Summary of changes:
CMakeLists.txt | 8 ++++++++
src/CMakeLists.txt | 8 ++++++++
src/MediaRTPpjmedia.cpp | 16 +++-------------
src/RTPSession.cpp | 16 +++-------------
src/RTPSession.h | 16 +++-------------
src/RTPSink.cpp | 16 +++-------------
src/RTPSink.h | 16 +++-------------
src/RTPSource.cpp | 16 +++-------------
src/RTPSource.h | 16 +++-------------
test/CMakeLists.txt | 8 ++++++++
test/TestRTPpjmedia.cpp | 8 ++++++++
11 files changed, 53 insertions(+), 91 deletions(-)
- Log -----------------------------------------------------------------
commit ab18111212755050a660735fc3248fe9e8c52504
Author: Joshua Colp <jcolp at digium.com>
Date: Tue Aug 31 12:39:44 2010 -0300
Update with new copyright/license/stuff.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a22b674..877fc99 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,11 @@
+#
+# Asterisk Scalable Communications Framework
+#
+# Copyright (C) 2010 -- Digium, Inc.
+#
+# All rights reserved.
+#
+
# pjmedia RTP component build system
# Minimum we require is 2.6, any lower and stuff would fail horribly
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index af26f6f..5f781ba 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,3 +1,11 @@
+#
+# Asterisk Scalable Communications Framework
+#
+# Copyright (C) 2010 -- Digium, Inc.
+#
+# All rights reserved.
+#
+
hydra_component_init(media_rtp_pjmedia CXX)
hydra_component_add_slice(media_rtp_pjmedia ServiceLocatorIf)
hydra_component_add_slice(media_rtp_pjmedia MediaIf)
diff --git a/src/MediaRTPpjmedia.cpp b/src/MediaRTPpjmedia.cpp
index d8d1960..e4a7c24 100644
--- a/src/MediaRTPpjmedia.cpp
+++ b/src/MediaRTPpjmedia.cpp
@@ -1,19 +1,9 @@
/*
- * TBD -- 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 TBD for more information about
- * the TBD 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/src/RTPSession.cpp b/src/RTPSession.cpp
index 8647258..5a6e654 100644
--- a/src/RTPSession.cpp
+++ b/src/RTPSession.cpp
@@ -1,19 +1,9 @@
/*
- * TBD -- 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 TBD for more information about
- * the TBD 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/src/RTPSession.h b/src/RTPSession.h
index 0ade8c0..5e45494 100644
--- a/src/RTPSession.h
+++ b/src/RTPSession.h
@@ -1,19 +1,9 @@
/*
- * TBD -- 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 TBD for more information about
- * the TBD 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.
*/
#pragma once
diff --git a/src/RTPSink.cpp b/src/RTPSink.cpp
index ae1611b..7a17957 100644
--- a/src/RTPSink.cpp
+++ b/src/RTPSink.cpp
@@ -1,19 +1,9 @@
/*
- * TBD -- 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 TBD for more information about
- * the TBD 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/src/RTPSink.h b/src/RTPSink.h
index e026b93..fb491be 100644
--- a/src/RTPSink.h
+++ b/src/RTPSink.h
@@ -1,19 +1,9 @@
/*
- * TBD -- 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 TBD for more information about
- * the TBD 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.
*/
#pragma once
diff --git a/src/RTPSource.cpp b/src/RTPSource.cpp
index ead38fc..e0c7779 100644
--- a/src/RTPSource.cpp
+++ b/src/RTPSource.cpp
@@ -1,19 +1,9 @@
/*
- * TBD -- 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 TBD for more information about
- * the TBD 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/src/RTPSource.h b/src/RTPSource.h
index 10416f9..4d634cd 100644
--- a/src/RTPSource.h
+++ b/src/RTPSource.h
@@ -1,19 +1,9 @@
/*
- * TBD -- 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 TBD for more information about
- * the TBD 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.
*/
#pragma once
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 98ed2ca..01381ea 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_rtp_pjmedia_test CXX)
hydra_component_add_file(media_rtp_pjmedia_test TestRTPpjmedia.cpp)
hydra_component_add_slice(media_rtp_pjmedia_test MediaIf)
diff --git a/test/TestRTPpjmedia.cpp b/test/TestRTPpjmedia.cpp
index 1e74843..4468c33 100644
--- a/test/TestRTPpjmedia.cpp
+++ b/test/TestRTPpjmedia.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 RTPpjmediaTestSuite
#define BOOST_TEST_NO_MAIN
-----------------------------------------------------------------------
--
asterisk-scf/integration/media_rtp_pjmedia.git
More information about the asterisk-scf-commits
mailing list