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/01 22:14:16 UTC

svn commit: r700902 [1/2] - in /tuscany/branches/sca-java-1.3.2: 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-api/src/main/java/...

Author: slaws
Date: Wed Oct  1 13:14:15 2008
New Revision: 700902

URL: http://svn.apache.org/viewvc?rev=700902&view=rev
Log:
TUSCANY-2620, TUSCANY-2628 - correct my last change for these JIRA by only including the required license and copyright statement in the files. Also I notice that the copyright is different between the SCA Java Annotations and APIs spec and the SCA JEE  spec

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

Modified: tuscany/branches/sca-java-1.3.2/distribution/src/main/release/bin/NOTICE
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/distribution/src/main/release/bin/NOTICE?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/distribution/src/main/release/bin/NOTICE (original)
+++ tuscany/branches/sca-java-1.3.2/distribution/src/main/release/bin/NOTICE Wed Oct  1 13:14:15 2008
@@ -103,6 +103,13 @@
 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
+(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/branches/sca-java-1.3.2/distribution/src/main/release/src/NOTICE
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/distribution/src/main/release/src/NOTICE?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/distribution/src/main/release/src/NOTICE (original)
+++ tuscany/branches/sca-java-1.3.2/distribution/src/main/release/src/NOTICE Wed Oct  1 13:14:15 2008
@@ -39,7 +39,14 @@
 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
+(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/branches/sca-java-1.3.2/modules/host-webapp/LICENSE
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/host-webapp/LICENSE?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/host-webapp/LICENSE (original)
+++ tuscany/branches/sca-java-1.3.2/modules/host-webapp/LICENSE Wed Oct  1 13:14:15 2008
@@ -212,7 +212,7 @@
 conditions of the following licenses.
 
 ===============================================================================
-The module host-webapp includes the file sca.tld under the following license:
+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

Modified: tuscany/branches/sca-java-1.3.2/modules/host-webapp/NOTICE
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/host-webapp/NOTICE?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/host-webapp/NOTICE (original)
+++ tuscany/branches/sca-java-1.3.2/modules/host-webapp/NOTICE Wed Oct  1 13:14:15 2008
@@ -10,4 +10,3 @@
 (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/branches/sca-java-1.3.2/modules/host-webapp/src/main/resources/META-INF/sca.tld
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/host-webapp/src/main/resources/META-INF/sca.tld?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/host-webapp/src/main/resources/META-INF/sca.tld (original)
+++ tuscany/branches/sca-java-1.3.2/modules/host-webapp/src/main/resources/META-INF/sca.tld Wed Oct  1 13:14:15 2008
@@ -1,26 +1,10 @@
 <?xml version = '1.0' encoding = 'ISO-8859-1'?>
 <!--
- * 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,   
+(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/branches/sca-java-1.3.2/modules/sca-api/NOTICE
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/NOTICE?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/NOTICE (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/NOTICE Wed Oct  1 13:14:15 2008
@@ -7,8 +7,7 @@
 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.
-
+(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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/CallableReference.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/CallableReference.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/CallableReference.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/CallableReference.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/ComponentContext.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/ComponentContext.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/ComponentContext.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/ComponentContext.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/Conversation.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/Conversation.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/Conversation.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/Conversation.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/ConversationEndedException.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/ConversationEndedException.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/ConversationEndedException.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/ConversationEndedException.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/NoRegisteredCallbackException.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/NoRegisteredCallbackException.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/NoRegisteredCallbackException.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/NoRegisteredCallbackException.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/RequestContext.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/RequestContext.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/RequestContext.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/RequestContext.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/ServiceReference.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/ServiceReference.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/ServiceReference.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/ServiceReference.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/ServiceRuntimeException.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/ServiceRuntimeException.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/ServiceRuntimeException.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/ServiceRuntimeException.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/ServiceUnavailableException.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/ServiceUnavailableException.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/ServiceUnavailableException.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/ServiceUnavailableException.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/AllowsPassByReference.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/AllowsPassByReference.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/AllowsPassByReference.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/AllowsPassByReference.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Authentication.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Authentication.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Authentication.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Authentication.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Callback.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Callback.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Callback.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Callback.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/ComponentName.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/ComponentName.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/ComponentName.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/ComponentName.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Confidentiality.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Confidentiality.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Confidentiality.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Confidentiality.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Constructor.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Constructor.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Constructor.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Constructor.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Context.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Context.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Context.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Context.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/ConversationAttributes.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/ConversationAttributes.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/ConversationAttributes.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/ConversationAttributes.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/ConversationID.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/ConversationID.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/ConversationID.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/ConversationID.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Conversational.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Conversational.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Conversational.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Conversational.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Destroy.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Destroy.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Destroy.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Destroy.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/EagerInit.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/EagerInit.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/EagerInit.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/EagerInit.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/EndsConversation.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/EndsConversation.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/EndsConversation.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/EndsConversation.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Init.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Init.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Init.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Init.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Integrity.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Integrity.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Integrity.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Integrity.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Intent.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Intent.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Intent.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/Intent.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/OneWay.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/OneWay.java?rev=700902&r1=700901&r2=700902&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/OneWay.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/sca-api/src/main/java/org/osoa/sca/annotations/OneWay.java Wed Oct  1 13:14:15 2008
@@ -1,25 +1,9 @@
 /*
- * 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,   
+ * (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;