[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
Wed Nov 3 13:36:57 CDT 2010


branch "master" has been updated
       via  ad69c4da94a39577523a162f7d6ca4b49d1b1e69 (commit)
       via  51a9381adda75cd6dc091757762c90f6004e9e38 (commit)
      from  8330ba848c5fd0b697605dfb9bab9b42ef6214dc (commit)

Summary of changes:
 ProxyWrapper/src/CMakeLists.txt |    7 +---
 ice-util-c++/LICENSE.txt        |   84 ---------------------------------------
 2 files changed, 1 insertions(+), 90 deletions(-)
 delete mode 100644 ice-util-c++/LICENSE.txt


- Log -----------------------------------------------------------------
commit ad69c4da94a39577523a162f7d6ca4b49d1b1e69
Author: David M. Lee <dlee at digium.com>
Date:   Wed Nov 3 13:34:41 2010 -0500

    Fixed Solaris build: incorrectly specified boost dependency.

diff --git a/ProxyWrapper/src/CMakeLists.txt b/ProxyWrapper/src/CMakeLists.txt
index 383649c..da2461d 100644
--- a/ProxyWrapper/src/CMakeLists.txt
+++ b/ProxyWrapper/src/CMakeLists.txt
@@ -5,12 +5,7 @@ asterisk_scf_component_init(ProxyWrapper CXX)
 asterisk_scf_component_add_slice(ProxyWrapper ServiceLocatorIf)
 asterisk_scf_component_add_file(ProxyWrapper ProxyWrapper.h)
 asterisk_scf_component_add_file(ProxyWrapper ProxyWrapper.cpp)
-
-if (NOT ${Boost_INCUDE_DIR})
-  find_package(Boost)
-endif()
-
-include_directories(${Boost_INCLUDE_DIR})
+asterisk_scf_component_add_boost_libraries(ProxyWrapper core)
 
 asterisk_scf_component_build_library(ProxyWrapper)
 

commit 51a9381adda75cd6dc091757762c90f6004e9e38
Author: David M. Lee <dlee at digium.com>
Date:   Wed Nov 3 13:31:34 2010 -0500

    Removed bogus subdir.

diff --git a/ice-util-c++/LICENSE.txt b/ice-util-c++/LICENSE.txt
deleted file mode 100644
index ff0499c..0000000
--- a/ice-util-c++/LICENSE.txt
+++ /dev/null
@@ -1,84 +0,0 @@
-Asterisk SCF is distributed by Digium, Inc. (Digium) under the GNU
-General Public License version 2 (GPLv2) and is also available under
-alternative licenses negotiated directly with Digium. If you obtained
-Asterisk SCF under the GPLv2, then those terms apply to all programs
-you distribute that communicate using the Asterisk SCF object
-interfaces (APIs) on objects provided by Asterisk SCF's components, as
-defined below.  A copy of the GPLv2 is included in the Asterisk SCF
-source tree in the file COPYING.txt.
-
-Asterisk SCF is a collection of programs that communicate with each
-other over defined APIs. This communication can occur within a single
-process (if two programs are loaded into a suitable container),
-between processes on a single machine, between processes on different
-machines, or some combination. In addition, these APIs are usable
-across a number of platforms and also across a variety of programming
-languages, many of which are interpreted (scripting)
-languages. Because of this flexibility and the possible ambiguity in
-interpretation of the provisions of the GPLv2 as they apply to
-Asterisk SCF, Digium makes the following statement:
-
-    It is Digium's interpretation that because the Asterisk SCF APIs,
-    by definition, expose direct, and indirect, complex remote, and
-    non-remote, function calls on objects provided by Asterisk SCF's
-    programs, that usage of these APIs between the program hosting the
-    object(s) and the program accessing the object(s) creates a
-    derivative work that must be covered wholly by GPLv2, even if the
-    mechanism used to invoke the function calls employs a
-    cross-process or network connection. As a result, any program that
-    employs the Asterisk SCF APIs to perform its intended functions,
-    and would not be able to perform those intended functions without
-    using these APIs to communicate with Asterisk SCF programs, or
-    derivatives of Asterisk SCF programs, is subject to the terms of
-    the GPLv2 when it is distributed, unless the distributor of the
-    program has obtained explicit written permission from Digium to
-    distribute it under a different license.
-
-Digium is able to grant, at its sole discretion, permission for
-companies, individuals or organizations to distribute programs that
-use the Asterisk SCF APIs under open source or proprietary
-terms. Digium is able to do this because all components of the
-Asterisk SCF package are either copyrighted by Digium, because Digium
-has been granted a sufficient license by the component's copyright
-holder(s), or some combination thereof.
-
-Digium grants specific permission for anyone to distribute programs
-that use the Asterisk SCF APIs and also use the OpenSSL toolkit, Ice
-(Internet Communication Engine) from ZeroC and/or the UW IMAP toolkit
-("Open Source Exceptions"), even though the terms of the GPLv2 do not
-allow such distribution. This permission only extends to distributions
-that properly acknowledge and comply with the terms of the licenses on
-the Open Source Exceptions that are used in addition to the terms of
-the GPLv2.
-
-If you wish to use Asterisk SCF code in other GPLv2 programs, there is
-no requirement that you provide the same permissions for these Open
-Source Exceptions to recipients of your programs (although if you have
-written a program for Asterisk SCF, Digium would strongly encourage
-you to grant the same permissions granted by Digium).
-
-The 'Ice' and 'ZeroC' names are trademarks of ZeroC, Inc.
-
-The "Asterisk SCF" name and logos are trademarks owned by Digium and
-use of them is subject to Digium's trademark licensing policies. If
-you wish to use these trademarks for purposes other than unmodified
-redistribution of Asterisk SCF source code obtained from Digium, you
-should contact Digium's licensing department to determine the
-necessary steps you must take. For more information on this policy,
-please read:
-
-http://www.digium.com/en/company/profile/trademarkpolicy.php
-
-If you have any questions regarding our licensing policy, please contact us:
-
-+1.877.344.4861 (via telephone in the USA)
-+1.256.428.6000 (via telephone outside the USA)
-+1.256.864.0464 (via FAX inside or outside the USA)
-IAX2/pbx.digium.com (via IAX2)
-sip:6000 at digium.com (via SIP)
-licensing at digium.com (via email)
-
-Digium, Inc.
-445 Jan Davis Drive NW
-Huntsville, AL 35806
-USA

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


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



More information about the asterisk-scf-commits mailing list