Modified: tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Scope.java URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Scope.java?rev=701389&r1=701388&r2=701389&view=diff ============================================================================== --- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Scope.java (original) +++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Scope.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/Service.java URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Service.java?rev=701389&r1=701388&r2=701389&view=diff ============================================================================== --- tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Service.java (original) +++ tuscany/java/sca/modules/sca-api/src/main/java/org/osoa/sca/annotations/Service.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;
