Author: jsdelfino
Date: Mon Feb 1 08:25:46 2010
New Revision: 905211
URL: http://svn.apache.org/viewvc?rev=905211&view=rev
Log:
Added missing OASIS and W3C licenses.
Modified:
tuscany/sca-cpp/trunk/LICENSE
tuscany/sca-cpp/trunk/NOTICE
Modified: tuscany/sca-cpp/trunk/LICENSE
URL:
http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/LICENSE?rev=905211&r1=905210&r2=905211&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/LICENSE (original)
+++ tuscany/sca-cpp/trunk/LICENSE Mon Feb 1 08:25:46 2010
@@ -211,8 +211,93 @@
================================================================================
-The Chat component includes the Libstrophe library under the following MIT
-license:
+The xsd component includes XML files under the following license:
+
+Copyright OASIS 2005, 2009. All Rights Reserved.
+All capitalized terms in the following text have the meanings assigned to them
in the OASIS Intellectual
+Property Rights Policy (the "OASIS IPR Policy"). The full Policy may be found
at the OASIS website.
+This document and translations of it may be copied and furnished to others,
and derivative works that
+comment on or otherwise explain it or assist in its implementation may be
prepared, copied, published,
+and distributed, in whole or in part, without restriction of any kind,
provided that the above copyright
+notice and this section are included on all such copies and derivative works.
However, this document
+itself may not be modified in any way, including by removing the copyright
notice or references to OASIS,
+except as needed for the purpose of developing any document or deliverable
produced by an OASIS
+Technical Committee (in which case the rules applicable to copyrights, as set
forth in the OASIS IPR
+Policy, must be followed) or as required to translate it into languages other
than English.
+The limited permissions granted above are perpetual and will not be revoked by
OASIS or its successors
+or assigns.
+This document and the information contained herein is provided on an "AS IS"
basis and OASIS
+DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
+WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY
OWNERSHIP
+RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
PARTICULAR
+PURPOSE.
+OASIS requests that any OASIS Party or any other party that believes it has
patent claims that would
+necessarily be infringed by implementations of this OASIS Committee
Specification or OASIS Standard,
+to notify OASIS TC Administrator and provide an indication of its willingness
to grant patent licenses to
+such patent claims in a manner consistent with the IPR Mode of the OASIS
Technical Committee that
+produced this specification.
+OASIS invites any party to contact the OASIS TC Administrator if it is aware
of a claim of ownership of
+any patent claims that would necessarily be infringed by implementations of
this specification by a patent
+holder that is not willing to provide a license to such patent claims in a
manner consistent with the IPR
+Mode of the OASIS Technical Committee that produced this specification. OASIS
may include such
+claims on its website, but disclaims any obligation to do so.
+OASIS takes no position regarding the validity or scope of any intellectual
property or other rights that
+might be claimed to pertain to the implementation or use of the technology
described in this document or
+the extent to which any license under such rights might or might not be
available; neither does it represent
+that it has made any effort to identify any such rights. Information on OASIS'
procedures with respect to
+rights in any document or deliverable produced by an OASIS Technical Committee
can be found on the
+OASIS website. Copies of claims of rights made available for publication and
any assurances of licenses
+to be made available, or the result of an attempt made to obtain a general
license or permission for the use
+of such proprietary rights by implementers or users of this OASIS Committee
Specification or OASIS
+Standard, can be obtained from the OASIS TC Administrator. OASIS makes no
representation that any
+information or list of intellectual property rights will at any time be
complete, or that any claims in such list
+are, in fact, Essential Claims.
+The names "OASIS", are trademarks of OASIS, the owner and developer of this
specification, and should
+be used only to refer to the organization and its official outputs. OASIS
welcomes reference to, and
+implementation and use of, specifications, while reserving the right to
enforce its marks against misleading
+uses. Please see http://www.oasis-open.org/who/trademark.php for above
guidance.
+
+================================================================================
+
+The xsd component includes XML files under the following license:
+
+http://www.w3.org/Consortium/Legal/copyright-software-19980720
+
+W3C® SOFTWARE NOTICE AND LICENSE
+Copyright (c) 1994-2002 World Wide Web Consortium, (Massachusetts Institute of
Technology, Institut National de Recherche
+en Informatique et en Automatique, Keio University). All Rights Reserved.
http://www.w3.org/Consortium/Legal/
+
+This W3C work (including software, documents, or other related items) is being
provided by the copyright holders under
+the following license. By obtaining, using and/or copying this work, you (the
licensee) agree that you have read, understood,
+and will comply with the following terms and conditions:
+
+Permission to use, copy, modify, and distribute this software and its
documentation, with or without modification,
+for any purpose and without fee or royalty is hereby granted, provided that
you include the following on ALL copies
+of the software and documentation or portions thereof, including
modifications, that you make:
+
+ 1. The full text of this NOTICE in a location viewable to users of the
redistributed or derivative work.
+ 2. Any pre-existing intellectual property disclaimers, notices, or terms
and conditions. If none exist, a short
+notice of the following form (hypertext is preferred, text is permitted)
should be used within the body of any redistributed
+or derivative code: "Copyright (c) [$date-of-software] World Wide Web
Consortium, (Massachusetts Institute of Technology,
+Institut National de Recherche en Informatique et en Automatique, Keio
University). All Rights Reserved. http://www.w3.org/Consortium/Legal/"
+ 3. Notice of any changes or modifications to the W3C files, including the
date changes were made. (We recommend you provide URIs
+to the location from which the code is derived.)
+
+THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS
MAKE NO REPRESENTATIONS OR WARRANTIES,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE
+OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD
PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
+
+COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE
+OF THE SOFTWARE OR DOCUMENTATION.
+
+The name and trademarks of copyright holders may NOT be used in advertising or
publicity pertaining to the software
+without specific, written prior permission. Title to copyright in this
software and any associated documentation will
+at all times remain with copyright holders.
+
+================================================================================
+
+The components/chat component includes the Libstrophe library under the
+following MIT license:
Copyright (c) 2005-2009 Collecta, Inc.
@@ -234,3 +319,5 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
+================================================================================
+
Modified: tuscany/sca-cpp/trunk/NOTICE
URL:
http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/NOTICE?rev=905211&r1=905210&r2=905211&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/NOTICE (original)
+++ tuscany/sca-cpp/trunk/NOTICE Mon Feb 1 08:25:46 2010
@@ -1,17 +1,42 @@
-Apache Tuscany SCA
+Apache Tuscany SCA C++
Copyright 2005, 2010 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/)
-This product also includes software under the MIT license (see the LICENSE
-file contained in the distribution), with the the following copyright:
-
-Copyright (c) 2005-2009 Collecta, Inc.
-
-This product includes software under the OASIS specification License
+This product includes software under the OASIS Specification License
with the following copyright:
Copyright(C) OASIS(R) 2005,2009. All Rights Reserved.
OASIS trademark, IPR and other policies apply.
+This product includes software under the W3C(c) Software License
+with the following copyright:
+
+Copyright (c) 2008 World Wide Web Consortium, (Massachusetts Institute of
Technology,
+European Research Consortium for Informatics and Mathematics, Keio
University).
+All Rights Reserved. This work is distributed under the W3C(c) Software
License [1] in
+the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
implied
+warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
+
+This product includes software under the W3C(c) Software License
+with the following copyright:
+
+Copyright 2001 The Internet Society and W3C (Massachusetts Institute
+of Technology, Institut National de Recherche en Informatique et en
+Automatique, Keio University). All Rights Reserved.
+http://www.w3.org/Consortium/Legal/
+
+This document is governed by the W3C Software License [1] as described
+in the FAQ [2].
+
+[1] http://www.w3.org/Consortium/Legal/copyright-software-19980720
+[2] http://www.w3.org/Consortium/Legal/IPR-FAQ-20000620.html#DTD
+
+This product includes software under the MIT license
+with the following copyright:
+
+Copyright (c) 2005-2009 Collecta, Inc.
+