You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/02/17 11:31:55 UTC

[41/50] incubator-taverna-maven-parent git commit: apache headers

apache headers


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/commit/58c92cba
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/tree/58c92cba
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/diff/58c92cba

Branch: refs/heads/master
Commit: 58c92cba685b75452ebea0ab380bdb60a042ebac
Parents: 53db1f7
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Jan 12 21:09:50 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Jan 12 21:09:50 2015 +0000

----------------------------------------------------------------------
 .travis.yml    | 15 +++++++++++++++
 checkstyle.xml | 18 +++++++++++++++++-
 pom.xml        | 19 ++++++++++++++++++-
 3 files changed, 50 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/blob/58c92cba/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index dff5f3a..211fa90 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1 +1,16 @@
+#   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.
+
 language: java

http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/blob/58c92cba/checkstyle.xml
----------------------------------------------------------------------
diff --git a/checkstyle.xml b/checkstyle.xml
index f0c64bb..1f43dad 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -1,4 +1,20 @@
-<?xml version="1.0" ?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   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.
+-->
 
 <!DOCTYPE module PUBLIC
   "-//Puppy Crawl//DTD Check Configuration 1.2//EN"

http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/blob/58c92cba/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0cbfc4e..e826f58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
@@ -283,7 +299,7 @@ upgraded - this leads to recursive spaghetti.
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-  <version>0.11</version>
+        <version>0.11</version>
         <executions>
           <execution>
             <id>rat-checks</id>
@@ -308,6 +324,7 @@ upgraded - this leads to recursive spaghetti.
             <exclude>**/META-INF/services/*</exclude>
           </excludes>
         </configuration>
+    </plugin>
   </plugins>
 
     <pluginManagement>