You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2008/10/03 16:25:28 UTC

svn commit: r701389 [1/2] - in /tuscany/java/sca: distribution/src/main/release/ distribution/src/main/release/bin/ distribution/src/main/release/src/ modules/host-webapp/ modules/host-webapp/src/main/resources/META-INF/ modules/sca-api/ modules/sca-ap...

Author: slaws
Date: Fri Oct  3 07:25:27 2008
New Revision: 701389

URL: http://svn.apache.org/viewvc?rev=701389&view=rev
Log:
TUSCANY-2620, TUSCANY-2628 Fix up OSOA headers. 

Modified:
    tuscany/java/sca/distribution/src/main/release/CHANGES
    tuscany/java/sca/distribution/src/main/release/bin/LICENSE
    tuscany/java/sca/distribution/src/main/release/bin/NOTICE
    tuscany/java/sca/distribution/src/main/release/src/LICENSE
    tuscany/java/sca/distribution/src/main/release/src/NOTICE
    tuscany/java/sca/modules/host-webapp/LICENSE
    tuscany/java/sca/modules/host-webapp/NOTICE
    tuscany/java/sca/modules/host-webapp/src/main/resources/META-INF/sca.tld
    tuscany/java/sca/modules/sca-api/LICENSE
    tuscany/java/sca/modules/sca-api/NOTICE
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/CallableReference.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/ComponentContext.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/Conversation.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/ConversationEndedException.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/NoRegisteredCallbackException.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/RequestContext.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/ServiceReference.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/ServiceRuntimeException.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/ServiceUnavailableException.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/AllowsPassByReference.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Authentication.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Callback.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/ComponentName.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Confidentiality.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Constructor.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Context.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/ConversationAttributes.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/ConversationID.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Conversational.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Destroy.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/EagerInit.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/EndsConversation.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Init.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Integrity.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Intent.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/OneWay.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/PolicySets.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Property.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Qualifier.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Reference.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Remotable.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Requires.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Scope.java
    tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Service.java

Modified: tuscany/java/sca/distribution/src/main/release/CHANGES
URL: http://svn.apache.org/viewvc/tuscany/java/sca/distribution/src/main/release/CHANGES?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/distribution/src/main/release/CHANGES (original)
+++ tuscany/java/sca/distribution/src/main/release/CHANGES Fri Oct  3 07:25:27 2008
@@ -1,3 +1,77 @@
+Changes With Apache Tuscany SCA 1.3.2 October 2008 
+==================================================
+
+Fix the following JIRA issues (http://issues.apache.org/jira/browse/TUSCANY):
+  * TUSCANY-2628 Fix some other file license headers that should refer to the OSOA license
+  * TUSCANY-2620 Fix license header for sca.tld
+  * TUSCANY-2618 Add required attribute elements to sca.tld
+  * TUSCANY-2615 Fix NPE in databinding and a nested exception test in vtests
+  * TUSCANY-2614 Fix missing headers reported by RAT during release
+  * TUSCANY-2598 Patch to support zip protocol type
+  * TUSCANY-2592 Reduce size of demo/mortgage-loanapproval doc
+  * TUSCANY-2591 Invalid JMS Message Property in binding.jms
+  * TUSCANY-2590 Pool JAXB marshaller/unmarshallers for a given JAXBContext
+  * TUSCANY-2587 Inconsistent service naming in promoted service scenarios
+  * TUSCANY-2561 Soap intents are lower case while the policy framework says that they should be upper case
+  * TUSCANY-2538 Tuscany object model does not handle unknown content in composite files
+  * TUSCANY-2531 Problems with generated wsdl when using non service package
+  * TUSCANY-2513 Java intfs with @WebService should be treated like @Remotable intfs wrt calculation of services implemented by a Java implementation
+  * TUSCANY-2501 InterfaceContract is not established on reference when it's not calculated by introspection
+  * TUSCANY-2463 Provide capability for handling attribute extensions to standard SCA elements in composite file
+  * TUSCANY-2398 Problem with using interface.java on reference when using interface.wsdl in service with a doc/lit/bare wsdl
+
+Changes With Apache Tuscany SCA 1.3.1 August 2008 
+=================================================
+
+Fix the following JIRA issues (http://issues.apache.org/jira/browse/TUSCANY):
+  * TUSCANY-2539 File handle on composite affecting behaviour of tuscany deployments in websphere.
+  * TUSCANY-2535 Tuscany dosn't run if install on a WebSphere server that has itself been installed in a directory with a space in the name
+  * TUSCANY-2534 WebSphere issue java.lang.ClassCastException
+  * TUSCANY-2531 Problems with generated wsdl when using non service package
+  * TUSCANY-2519 "throws Exception" causes failure in JAXB type generation
+  * TUSCANY-2514 tuscany-host-{tomcat,jetty} and jsr181-api should be optional dependencies for binding.ws clients
+  * TUSCANY-2505 Problem in case: start with DLW wsdl, generate Java w/ wsimport, throw away WSDL and use <intf.java>, when wrapper elem used named type (not anonymous)
+  * TUSCANY-2389 null elements in Object array not getting passed over binding.ws
+
+
+Changes With Apache Tuscany SCA 1.3 August 2008 
+===============================================
+
+- Features and/or Enhancements
+
+  We have graduated as a top level Apache project. The incubating disclaimer has been removed
+  and the artifact names and version no longer containg the "-incubating" string.
+
+  * Core
+    - More improvements to the Distributed Domain story
+      - Old domain and node code has been removed
+    - Improved runtime Java2WSDL processing
+      - No longer relies on Axis code
+    - Support for core validation monitoring
+      - A pluggable monitor can be used to trap and process validation messages 
+    - Performance improvements
+    - Java 2 security enablement across the code base
+  * Extensions
+    - Validation monitoring added to extension processors
+    - Databinding improvements
+    - JSR250 annotation support
+    - OSGi support improvements 
+    - Better BPEL support
+  * Tools
+    - No significant changes
+  * Samples/Tutorial/Demos
+    - No significant changes
+  * Testing
+    - more spec verifaction tests
+    - validation itests
+
+Changes With Apache Tuscany SCA 1.2.1 (incubating) June 2008 
+============================================================
+
+Fix the following JIRA issues (http://issues.apache.org/jira/browse/TUSCANY):
+  * TUSCANY-2304 SCA client Hang Forver after getting exceptions from remote web service
+
+
 Changes With Apache Tuscany SCA 1.2 (incubating) April 2008 
 ===========================================================
 
@@ -82,7 +156,7 @@
       - Support Bundle URLs to be added as contributions
 
   * Tools
-    - Eclipse plugin providing a Tuscany runtime Library and Tuscany launcher in Eclipse environment
+    - Eclipse plugin providing a Tuscany runtime Library and Tuscany launcher in Eclipse environment
        - An updatesite is also available to facilitate the plugin installation using the Eclipse update manager
 
   * Samples/Tutorial/Demos

Modified: tuscany/java/sca/distribution/src/main/release/bin/LICENSE
URL: http://svn.apache.org/viewvc/tuscany/java/sca/distribution/src/main/release/bin/LICENSE?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/distribution/src/main/release/bin/LICENSE (original)
+++ tuscany/java/sca/distribution/src/main/release/bin/LICENSE Fri Oct  3 07:25:27 2008
@@ -248,7 +248,6 @@
  commons-lang-2.1.jar
  commons-logging-1.1.jar
  derby-10.3.1.4.jar
- geronimo-activation_1.1_spec-1.1.jar
  geronimo-common-1.2-beta.jar
  geronimo-commonj_1.1_spec-1.0.jar
  geronimo-connector-1.2-beta.jar
@@ -1487,9 +1486,8 @@
 jsr181-api-1.0-MR1.jar, 
 jsr250-api-1.0.jar, 
 jaxws-api-2.1.jar, 
-mail-1.4.jar, 
 servlet-api-2.5.jar, 
-stax-api-1.0-commons-cli-1.0.jar2.jar
+stax-api-1.0-2.jar
 
 COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
 
@@ -2294,7 +2292,7 @@
 Revision level 1.1, last updated on 2007/11/19
 
 ================================================================================
-License for the Service Data Objects JavaDoc and Interface Definition files. (tuscany-sdo-api-r2.1-1.0-incubating.jar)
+License for the Service Data Objects JavaDoc and Interface Definition files. (tuscany-sdo-api-r2.1-1.1-incubating.jar)
 
 These files being ...
 commonj/sdo/ChangeSummary$Setting.class
@@ -2393,4 +2391,64 @@
 
 ================================================================================
 
+The jaxen-1.1.1.jar:
 
+ $Id: LICENSE.txt,v 1.5 2006/02/05 21:49:04 elharo Exp $
+
+ Copyright 2003-2006 The Werken Company. All Rights Reserved.
+ 
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+
+  * Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+
+  * Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+
+  * Neither the name of the Jaxen Project nor the names of its
+    contributors may be used to endorse or promote products derived 
+    from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
+IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
+OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+================================================================================
+
+The tuscany-host-webapp and tuscany-sca-api jars include files under the following license:
+
+Permission to copy, display and distribute the Service Component Architecture Specification and/or
+portions thereof, without modification, in any medium without fee or royalty is hereby granted, provided
+that you include the following on ALL copies of the Service Component Architecture Specification, or
+portions thereof, that you make:
+
+1. A link or URL to the Service Component Architecture Specification at this location:
+· http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
+
+2. The full text of the copyright notice as shown in the Service Component Architecture Specification.
+
+BEA, Cape Clear, IBM, Interface21, IONA, Oracle, Primeton, Progress Software, Red Hat, Rogue Wave,
+SAP, Siemens, Software AG., Sun, Sybase, TIBCO (collectively, the "Authors") agree to grant you a
+royalty-free license, under reasonable, non-discriminatory terms and conditions to patents that they deem
+necessary to implement the Service Component Architecture Specification.
+THE Service Component Architecture SPECIFICATION IS PROVIDED "AS IS," AND THE
+AUTHORS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED,
+REGARDING THIS SPECIFICATION AND THE IMPLEMENTATION OF ITS CONTENTS,
+INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
+PARTICULAR PURPOSE, NON-INFRINGEMENT OR TITLE.
+THE AUTHORS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL
+OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO ANY USE OR
+DISTRIBUTION OF THE Service Components Architecture SPECIFICATION.
+The name and trademarks of the Authors may NOT be used in any manner, including advertising or
+publicity pertaining to the Service Component Architecture Specification or its contents without specific,

Modified: tuscany/java/sca/distribution/src/main/release/bin/NOTICE
URL: http://svn.apache.org/viewvc/tuscany/java/sca/distribution/src/main/release/bin/NOTICE?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/distribution/src/main/release/bin/NOTICE (original)
+++ tuscany/java/sca/distribution/src/main/release/bin/NOTICE Fri Oct  3 07:25:27 2008
@@ -97,3 +97,19 @@
    Copyright (c) 2000-2005 INRIA, France Telecom
    All rights reserved.
 
+This product includes/uses Jaxen (http://jaxen.codehaus.org/)
+   Copyright 2003-2006 The Werken Company. All Rights Reserved.
+
+This product also includes software under the Service Component Architecture specification license
+(see the LICENSE file contained in this distribution) with the following copyright
+
+(C) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+37 Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+38 Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
+
+This product also includes software under the Service Component Architecture specification license
+(see the LICENSE file contained in this distribution) with the following copyright
+
+(C) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA
+Technologies, Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens
+AG., Software AG., Sun Microsystems, Inc., Sybase Inc., TIBCO Software Inc., 2005, 2008. All rights reserved.

Modified: tuscany/java/sca/distribution/src/main/release/src/LICENSE
URL: http://svn.apache.org/viewvc/tuscany/java/sca/distribution/src/main/release/src/LICENSE?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/distribution/src/main/release/src/LICENSE (original)
+++ tuscany/java/sca/distribution/src/main/release/src/LICENSE Fri Oct  3 07:25:27 2008
@@ -395,3 +395,32 @@
 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 modules host-webapp and sca-api include files under the following license:
+
+Permission to copy, display and distribute the Service Component Architecture Specification and/or
+portions thereof, without modification, in any medium without fee or royalty is hereby granted, provided
+that you include the following on ALL copies of the Service Component Architecture Specification, or
+portions thereof, that you make:
+
+1. A link or URL to the Service Component Architecture Specification at this location:
+· http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
+
+2. The full text of the copyright notice as shown in the Service Component Architecture Specification.
+
+BEA, Cape Clear, IBM, Interface21, IONA, Oracle, Primeton, Progress Software, Red Hat, Rogue Wave,
+SAP, Siemens, Software AG., Sun, Sybase, TIBCO (collectively, the "Authors") agree to grant you a
+royalty-free license, under reasonable, non-discriminatory terms and conditions to patents that they deem
+necessary to implement the Service Component Architecture Specification.
+THE Service Component Architecture SPECIFICATION IS PROVIDED "AS IS," AND THE
+AUTHORS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED,
+REGARDING THIS SPECIFICATION AND THE IMPLEMENTATION OF ITS CONTENTS,
+INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
+PARTICULAR PURPOSE, NON-INFRINGEMENT OR TITLE.
+THE AUTHORS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL
+OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO ANY USE OR
+DISTRIBUTION OF THE Service Components Architecture SPECIFICATION.
+The name and trademarks of the Authors may NOT be used in any manner, including advertising or
+publicity pertaining to the Service Component Architecture Specification or its contents without specific,

Modified: tuscany/java/sca/distribution/src/main/release/src/NOTICE
URL: http://svn.apache.org/viewvc/tuscany/java/sca/distribution/src/main/release/src/NOTICE?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/distribution/src/main/release/src/NOTICE (original)
+++ tuscany/java/sca/distribution/src/main/release/src/NOTICE Fri Oct  3 07:25:27 2008
@@ -36,4 +36,17 @@
 
 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
 
+This product also includes software under the Service Component Architecture specification license
+(see the LICENSE file contained in this distribution) with the following copyright
+
+(C) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+37 Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+38 Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
+
+This product also includes software under the Service Component Architecture specification license
+(see the LICENSE file contained in this distribution) with the following copyright
+
+(C) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA
+Technologies, Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens
+AG., Software AG., Sun Microsystems, Inc., Sybase Inc., TIBCO Software Inc., 2005, 2008. All rights reserved.
 

Modified: tuscany/java/sca/modules/host-webapp/LICENSE
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/host-webapp/LICENSE?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/host-webapp/LICENSE (original)
+++ tuscany/java/sca/modules/host-webapp/LICENSE Fri Oct  3 07:25:27 2008
@@ -201,5 +201,41 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
+===============================================================================
 
+Apache Tuscany SCA for Java Subcomponents
+=========================================: 
+
+The Tuscany SCA for Java release includes a number of subcomponents with
+separate copyright notices and license terms. Your use of the source
+code for the these subcomponents is subject to the terms and
+conditions of the following licenses.
+
+===============================================================================
+The module host-webapp includes files under the following license:
+
+Permission to copy, display and distribute the Service Component Architecture Specification and/or
+portions thereof, without modification, in any medium without fee or royalty is hereby granted, provided
+that you include the following on ALL copies of the Service Component Architecture Specification, or
+portions thereof, that you make:
+
+1. A link or URL to the Service Component Architecture Specification at this location:
+· http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
+
+2. The full text of the copyright notice as shown in the Service Component Architecture Specification.
+
+BEA, Cape Clear, IBM, Interface21, IONA, Oracle, Primeton, Progress Software, Red Hat, Rogue Wave,
+SAP, Siemens, Software AG., Sun, Sybase, TIBCO (collectively, the "Authors") agree to grant you a
+royalty-free license, under reasonable, non-discriminatory terms and conditions to patents that they deem
+necessary to implement the Service Component Architecture Specification.
+THE Service Component Architecture SPECIFICATION IS PROVIDED "AS IS," AND THE
+AUTHORS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED,
+REGARDING THIS SPECIFICATION AND THE IMPLEMENTATION OF ITS CONTENTS,
+INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
+PARTICULAR PURPOSE, NON-INFRINGEMENT OR TITLE.
+THE AUTHORS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL
+OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO ANY USE OR
+DISTRIBUTION OF THE Service Components Architecture SPECIFICATION.
+The name and trademarks of the Authors may NOT be used in any manner, including advertising or
+publicity pertaining to the Service Component Architecture Specification or its contents without specific,
 

Modified: tuscany/java/sca/modules/host-webapp/NOTICE
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/host-webapp/NOTICE?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/host-webapp/NOTICE (original)
+++ tuscany/java/sca/modules/host-webapp/NOTICE Fri Oct  3 07:25:27 2008
@@ -4,3 +4,9 @@
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).
 
+This product also includes software under the Service Component Architecture specification license
+(see the LICENSE file contained in this distribution) with the following copyright
+
+(c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA
+Technologies, Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens
+AG., Software AG., Sun Microsystems, Inc., Sybase Inc., TIBCO Software Inc., 2005, 2008. All rights reserved.

Modified: tuscany/java/sca/modules/host-webapp/src/main/resources/META-INF/sca.tld
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/host-webapp/src/main/resources/META-INF/sca.tld?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/host-webapp/src/main/resources/META-INF/sca.tld (original)
+++ tuscany/java/sca/modules/host-webapp/src/main/resources/META-INF/sca.tld Fri Oct  3 07:25:27 2008
@@ -1,21 +1,10 @@
 <?xml version = '1.0' encoding = 'ISO-8859-1'?>
 <!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
+(c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA
+Technologies, Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens
+AG., Software AG., Sun Microsystems, Inc., Sybase Inc., TIBCO Software Inc., 2005, 2008. All rights reserved.
+
+see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  -->
 
 <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd">

Modified: tuscany/java/sca/modules/sca-api/LICENSE
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/LICENSE?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/LICENSE (original)
+++ tuscany/java/sca/modules/sca-api/LICENSE Fri Oct  3 07:25:27 2008
@@ -201,5 +201,43 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
+===============================================================================
+
+Apache Tuscany SCA for Java Subcomponents
+=========================================: 
+
+The Tuscany SCA for Java release includes a number of subcomponents with
+separate copyright notices and license terms. Your use of the source
+code for the these subcomponents is subject to the terms and
+conditions of the following licenses.
+
+===============================================================================
+The module sca-api includes a number of files under the following license:
+
+Permission to copy, display and distribute the Service Component Architecture Specification and/or
+portions thereof, without modification, in any medium without fee or royalty is hereby granted, provided
+that you include the following on ALL copies of the Service Component Architecture Specification, or
+portions thereof, that you make:
+
+1. A link or URL to the Service Component Architecture Specification at this location:
+· http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
+
+2. The full text of the copyright notice as shown in the Service Component Architecture Specification.
+
+BEA, Cape Clear, IBM, Interface21, IONA, Oracle, Primeton, Progress Software, Red Hat, Rogue Wave,
+SAP, Siemens, Software AG., Sun, Sybase, TIBCO (collectively, the "Authors") agree to grant you a
+royalty-free license, under reasonable, non-discriminatory terms and conditions to patents that they deem
+necessary to implement the Service Component Architecture Specification.
+THE Service Component Architecture SPECIFICATION IS PROVIDED "AS IS," AND THE
+AUTHORS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED,
+REGARDING THIS SPECIFICATION AND THE IMPLEMENTATION OF ITS CONTENTS,
+INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
+PARTICULAR PURPOSE, NON-INFRINGEMENT OR TITLE.
+THE AUTHORS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL
+OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO ANY USE OR
+DISTRIBUTION OF THE Service Components Architecture SPECIFICATION.
+The name and trademarks of the Authors may NOT be used in any manner, including advertising or
+publicity pertaining to the Service Component Architecture Specification or its contents without specific,
+
 
 

Modified: tuscany/java/sca/modules/sca-api/NOTICE
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/NOTICE?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/NOTICE (original)
+++ tuscany/java/sca/modules/sca-api/NOTICE Fri Oct  3 07:25:27 2008
@@ -4,3 +4,10 @@
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).
 
+This product also includes software under the Service Component Architecture specification license
+(see the LICENSE file contained in this distribution) with the following copyright
+
+(c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+37 Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+38 Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
+

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/CallableReference.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/CallableReference.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/CallableReference.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/CallableReference.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
+ * 
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/ComponentContext.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/ComponentContext.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/ComponentContext.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/ComponentContext.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
+ * 
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/Conversation.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/Conversation.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/Conversation.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/Conversation.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
+ * 
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/ConversationEndedException.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/ConversationEndedException.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/ConversationEndedException.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/ConversationEndedException.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
  * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/NoRegisteredCallbackException.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/NoRegisteredCallbackException.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/NoRegisteredCallbackException.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/NoRegisteredCallbackException.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
  * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/RequestContext.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/RequestContext.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/RequestContext.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/RequestContext.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
  * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/ServiceReference.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/ServiceReference.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/ServiceReference.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/ServiceReference.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
  * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/ServiceRuntimeException.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/ServiceRuntimeException.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/ServiceRuntimeException.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/ServiceRuntimeException.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
  * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/ServiceUnavailableException.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/ServiceUnavailableException.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/ServiceUnavailableException.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/ServiceUnavailableException.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
  * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/AllowsPassByReference.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/AllowsPassByReference.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/AllowsPassByReference.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/AllowsPassByReference.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
  * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca.annotations;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Authentication.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Authentication.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Authentication.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Authentication.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
+ * 
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca.annotations;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Callback.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Callback.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Callback.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Callback.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
  * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca.annotations;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/ComponentName.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/ComponentName.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/ComponentName.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/ComponentName.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
  * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca.annotations;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Confidentiality.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Confidentiality.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Confidentiality.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Confidentiality.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
+ * 
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca.annotations;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Constructor.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Constructor.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Constructor.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Constructor.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
  * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca.annotations;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Context.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Context.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Context.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Context.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
  * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca.annotations;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/ConversationAttributes.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/ConversationAttributes.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/ConversationAttributes.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/ConversationAttributes.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
+ * 
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca.annotations;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/ConversationID.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/ConversationID.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/ConversationID.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/ConversationID.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
  * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca.annotations;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Conversational.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Conversational.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Conversational.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Conversational.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
+ * 
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca.annotations;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Destroy.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Destroy.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Destroy.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Destroy.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
  * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca.annotations;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/EagerInit.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/EagerInit.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/EagerInit.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/EagerInit.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
+ * 
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca.annotations;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/EndsConversation.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/EndsConversation.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/EndsConversation.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/EndsConversation.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
+ * 
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca.annotations;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Init.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Init.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Init.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Init.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
  * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca.annotations;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Integrity.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Integrity.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Integrity.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Integrity.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
+ * 
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca.annotations;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Intent.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Intent.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Intent.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Intent.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
+ * 
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca.annotations;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/OneWay.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/OneWay.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/OneWay.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/OneWay.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
  * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca.annotations;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/PolicySets.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/PolicySets.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/PolicySets.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/PolicySets.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
+ * 
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca.annotations;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Property.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Property.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Property.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Property.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
  * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca.annotations;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Qualifier.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Qualifier.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Qualifier.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Qualifier.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
+ * 
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca.annotations;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Reference.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Reference.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Reference.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Reference.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
  * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca.annotations;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Remotable.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Remotable.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Remotable.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Remotable.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
  * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca.annotations;
 

Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Requires.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Requires.java?rev=701389&r1=701388&r2=701389&view=diff
==============================================================================
--- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Requires.java (original)
+++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Requires.java Fri Oct  3 07:25:27 2008
@@ -1,20 +1,9 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+ * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+ * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
+ * 
+ * see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  */
 package org.osoa.sca.annotations;