You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2007/10/24 22:53:20 UTC

svn commit: r588015 - in /incubator/tuscany/java/sca: modules/policy-logging/src/test/java/org/apache/tuscany/sca/policy/logging/jdk/PolicyReadTestCase.java samples/calculator/src/main/resources/CalculatorLogMessages.properties

Author: rfeng
Date: Wed Oct 24 13:53:19 2007
New Revision: 588015

URL: http://svn.apache.org/viewvc?rev=588015&view=rev
Log:
Add license headers

Modified:
    incubator/tuscany/java/sca/modules/policy-logging/src/test/java/org/apache/tuscany/sca/policy/logging/jdk/PolicyReadTestCase.java
    incubator/tuscany/java/sca/samples/calculator/src/main/resources/CalculatorLogMessages.properties

Modified: incubator/tuscany/java/sca/modules/policy-logging/src/test/java/org/apache/tuscany/sca/policy/logging/jdk/PolicyReadTestCase.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/policy-logging/src/test/java/org/apache/tuscany/sca/policy/logging/jdk/PolicyReadTestCase.java?rev=588015&r1=588014&r2=588015&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/policy-logging/src/test/java/org/apache/tuscany/sca/policy/logging/jdk/PolicyReadTestCase.java (original)
+++ incubator/tuscany/java/sca/modules/policy-logging/src/test/java/org/apache/tuscany/sca/policy/logging/jdk/PolicyReadTestCase.java Wed Oct 24 13:53:19 2007
@@ -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 org.apache.tuscany.sca.policy.logging.jdk;
 
 
@@ -7,9 +25,6 @@
 
 import javax.xml.stream.XMLInputFactory;
 import javax.xml.stream.XMLStreamReader;
-
-import org.apache.tuscany.sca.policy.logging.jdk.JDKLoggingPolicy;
-import org.apache.tuscany.sca.policy.logging.jdk.JDKLoggingPolicyProcessor;
 
 import junit.framework.TestCase;
 

Modified: incubator/tuscany/java/sca/samples/calculator/src/main/resources/CalculatorLogMessages.properties
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/calculator/src/main/resources/CalculatorLogMessages.properties?rev=588015&r1=588014&r2=588015&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/calculator/src/main/resources/CalculatorLogMessages.properties (original)
+++ incubator/tuscany/java/sca/samples/calculator/src/main/resources/CalculatorLogMessages.properties Wed Oct 24 13:53:19 2007
@@ -1,2 +1,18 @@
+# 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.    
 CALLING_OPERATION=Inovoking operation {0} with arguments {1}
 OPERATION_RETURNED=Returning from operation {0} with return value {1}



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