Author: lresende
Date: Mon Feb 9 02:58:01 2009
New Revision: 742237
URL: http://svn.apache.org/viewvc?rev=742237&view=rev
Log:
Adding missing Apache License headers
Modified:
tuscany/java/sca/stest/sampleTest/src/test/java/client/TestConfiguration.java
tuscany/java/sca/tools/maven/maven-bundle-plugin/src/main/resources/org/apache/tuscany/sca/maven/plugin/eclipse/messages.properties
Modified:
tuscany/java/sca/stest/sampleTest/src/test/java/client/TestConfiguration.java
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/stest/sampleTest/src/test/java/client/TestConfiguration.java?rev=742237&r1=742236&r2=742237&view=diff
==============================================================================
---
tuscany/java/sca/stest/sampleTest/src/test/java/client/TestConfiguration.java
(original)
+++
tuscany/java/sca/stest/sampleTest/src/test/java/client/TestConfiguration.java
Mon Feb 9 02:58:01 2009
@@ -1,3 +1,22 @@
+/*
+ * 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;
/**
@@ -24,4 +43,4 @@
public String getTestServiceName() { return testServiceName; }
public Class<?> getTestClass() { return testClass; }
public Class<?> getServiceInterface() { return serviceInterface; }
-}
\ No newline at end of file
+}
Modified:
tuscany/java/sca/tools/maven/maven-bundle-plugin/src/main/resources/org/apache/tuscany/sca/maven/plugin/eclipse/messages.properties
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/tools/maven/maven-bundle-plugin/src/main/resources/org/apache/tuscany/sca/maven/plugin/eclipse/messages.properties?rev=742237&r1=742236&r2=742237&view=diff
==============================================================================
---
tuscany/java/sca/tools/maven/maven-bundle-plugin/src/main/resources/org/apache/tuscany/sca/maven/plugin/eclipse/messages.properties
(original)
+++
tuscany/java/sca/tools/maven/maven-bundle-plugin/src/main/resources/org/apache/tuscany/sca/maven/plugin/eclipse/messages.properties
Mon Feb 9 02:58:01 2009
@@ -1,3 +1,23 @@
+#
+#
+# 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.
+#
+#
EclipsePlugin.missingpom=There must be a POM in the current working directory
for the Eclipse plugin to work.
EclipsePlugin.pompackaging=Not running eclipse plugin goal for pom project
EclipsePlugin.notadir=Not a directory: "{0}"