diff options
author | Bernard Normier <bernard@zeroc.com> | 2012-11-29 12:22:00 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2012-11-29 12:22:00 -0500 |
commit | 2c57f480e7cd02a0df3dba5f1845aa31bd0924c7 (patch) | |
tree | 03b19d9d27fc9fbc28703c46bf24c726fd967d5e | |
parent | Removed packages we don't build on Linux/OS X/Solaris from third-party README. (diff) | |
download | ice-2c57f480e7cd02a0df3dba5f1845aa31bd0924c7.tar.bz2 ice-2c57f480e7cd02a0df3dba5f1845aa31bd0924c7.tar.xz ice-2c57f480e7cd02a0df3dba5f1845aa31bd0924c7.zip |
Removed expat from Darwin third-party list
-rw-r--r-- | distribution/src/unix/README.SunOS-x86 | 39 | ||||
-rw-r--r-- | distribution/src/unix/SOURCES.Darwin | 6 | ||||
-rw-r--r-- | distribution/src/unix/THIRD_PARTY_LICENSE.Darwin | 28 |
3 files changed, 3 insertions, 70 deletions
diff --git a/distribution/src/unix/README.SunOS-x86 b/distribution/src/unix/README.SunOS-x86 deleted file mode 100644 index e6018ef8856..00000000000 --- a/distribution/src/unix/README.SunOS-x86 +++ /dev/null @@ -1,39 +0,0 @@ -====================================================================== -The Internet Communications Engine -====================================================================== - -Ice is a modern object-oriented toolkit that enables you to build -distributed applications with minimal effort. Ice allows you to focus -your efforts on your application logic while it takes care of all -interactions with low-level network programming interfaces. With Ice, -there is no need to worry about details such as opening network -connections, serializing and deserializing data for network -transmission, or retrying failed connection attempts (to name but a -few of dozens of such low-level details). - -In addition to fully-featured and high-performance RPC, Ice also -provides a number of services. These services supply functionality -that most distributed applications require, such as event distribution -or server management. - -Ice is available under the terms and conditions of the GNU General -Public License v2 (see the ICE_LICENSE file). Commercial licenses are -available for customers who wish to use Ice in proprietary products. -Please contact sales@zeroc.com for more information on licensing Ice. - - -Getting Started with Ice on Solaris ------------------------------------ - -Please visit the 'Using the Solaris Binary Distributions' section in -the Ice @ver@ release notes: - -http://doc.zeroc.com/display/Rel/Ice+@ver@+Release+Notes - - -Documentation -------------- - -The full documentation for Ice is available online: - -http://doc.zeroc.com/display/Ice35/Home diff --git a/distribution/src/unix/SOURCES.Darwin b/distribution/src/unix/SOURCES.Darwin index 2db7bb43ed0..813a91c603e 100644 --- a/distribution/src/unix/SOURCES.Darwin +++ b/distribution/src/unix/SOURCES.Darwin @@ -1,8 +1,8 @@ Source Code ----------- -The source distributions of Ice, Berkeley DB, Expat, mcpp, JGoodies -Common, JGoodies Forms, and JGoodies Looks used to build this -distribution can be downloaded at no cost from +The source distributions of Ice, Berkeley DB, mcpp, JGoodies Common, +JGoodies Forms, and JGoodies Looks used to build this distribution can +be downloaded at no cost from http://www.zeroc.com/download_beta.html diff --git a/distribution/src/unix/THIRD_PARTY_LICENSE.Darwin b/distribution/src/unix/THIRD_PARTY_LICENSE.Darwin index 19ad86b52ef..52ca36985df 100644 --- a/distribution/src/unix/THIRD_PARTY_LICENSE.Darwin +++ b/distribution/src/unix/THIRD_PARTY_LICENSE.Darwin @@ -103,34 +103,6 @@ please contact Oracle Corporation at berkeleydb-info_us@oracle.com. * SUCH DAMAGE. */ - -License Agreement for Expat: ----------------------------- - -Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd - and Clark Cooper -Copyright (c) 2001, 2002, 2003 Expat maintainers. - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - The BSD License for the JGoodies Common ======================================= |