You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/04/04 07:00:48 UTC

svn commit: r644608 - in /incubator/tuscany/branches/sca-java-1.2: modules/implementation-spring/src/main/resources/META-INF/ samples/calculator-implementation-policies/src/main/resources/ tutorial/catalog-ejb/src/main/java/client/

Author: lresende
Date: Thu Apr  3 22:00:47 2008
New Revision: 644608

URL: http://svn.apache.org/viewvc?rev=644608&view=rev
Log:
Fixing RAT warnings

Modified:
    incubator/tuscany/branches/sca-java-1.2/modules/implementation-spring/src/main/resources/META-INF/spring.handlers
    incubator/tuscany/branches/sca-java-1.2/modules/implementation-spring/src/main/resources/META-INF/spring.schemas
    incubator/tuscany/branches/sca-java-1.2/samples/calculator-implementation-policies/src/main/resources/CalculatorJass.config
    incubator/tuscany/branches/sca-java-1.2/tutorial/catalog-ejb/src/main/java/client/Client.java

Modified: incubator/tuscany/branches/sca-java-1.2/modules/implementation-spring/src/main/resources/META-INF/spring.handlers
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/modules/implementation-spring/src/main/resources/META-INF/spring.handlers?rev=644608&r1=644607&r2=644608&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.2/modules/implementation-spring/src/main/resources/META-INF/spring.handlers (original)
+++ incubator/tuscany/branches/sca-java-1.2/modules/implementation-spring/src/main/resources/META-INF/spring.handlers Thu Apr  3 22:00:47 2008
@@ -1,3 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# 
+#   http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.  
 http\://www.springframework.org/schema/sca=org.springframework.sca.config.ScaNamespaceHandler
 
 

Modified: incubator/tuscany/branches/sca-java-1.2/modules/implementation-spring/src/main/resources/META-INF/spring.schemas
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/modules/implementation-spring/src/main/resources/META-INF/spring.schemas?rev=644608&r1=644607&r2=644608&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.2/modules/implementation-spring/src/main/resources/META-INF/spring.schemas (original)
+++ incubator/tuscany/branches/sca-java-1.2/modules/implementation-spring/src/main/resources/META-INF/spring.schemas Thu Apr  3 22:00:47 2008
@@ -1 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# 
+#   http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.  
 http\://www.springframework.org/schema/sca/spring-sca.xsd=org/springframework/sca/xml/spring-sca.xsd

Modified: incubator/tuscany/branches/sca-java-1.2/samples/calculator-implementation-policies/src/main/resources/CalculatorJass.config
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/samples/calculator-implementation-policies/src/main/resources/CalculatorJass.config?rev=644608&r1=644607&r2=644608&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.2/samples/calculator-implementation-policies/src/main/resources/CalculatorJass.config (original)
+++ incubator/tuscany/branches/sca-java-1.2/samples/calculator-implementation-policies/src/main/resources/CalculatorJass.config Thu Apr  3 22:00:47 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+ */
 Calculator {
   calculator.security.JaasLoginModule required debug=true;
 };

Modified: incubator/tuscany/branches/sca-java-1.2/tutorial/catalog-ejb/src/main/java/client/Client.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/tutorial/catalog-ejb/src/main/java/client/Client.java?rev=644608&r1=644607&r2=644608&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.2/tutorial/catalog-ejb/src/main/java/client/Client.java (original)
+++ incubator/tuscany/branches/sca-java-1.2/tutorial/catalog-ejb/src/main/java/client/Client.java Thu Apr  3 22:00:47 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+ */
 package client;
 
 import javax.naming.InitialContext;



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org