add ASF file headers

Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/commit/76cb6bd3
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/76cb6bd3
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/76cb6bd3

Branch: refs/heads/master
Commit: 76cb6bd30e133c1e0d08d1eda750aa4b02ae07c4
Parents: 18002d3
Author: Sagar <[email protected]>
Authored: Mon Jun 13 16:56:49 2016 +0530
Committer: Sagar <[email protected]>
Committed: Mon Jun 13 16:56:49 2016 +0530

----------------------------------------------------------------------
 config/quality/checkstyle/checkstyle-config.xml    | 16 ++++++++++++++++
 config/quality/findbugs/android-exclude-filter.xml | 16 ++++++++++++++++
 config/quality/pmd/pmd-ruleset.xml                 | 16 ++++++++++++++++
 config/quality/quality.gradle                      | 17 +++++++++++++++++
 4 files changed, 65 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/76cb6bd3/config/quality/checkstyle/checkstyle-config.xml
----------------------------------------------------------------------
diff --git a/config/quality/checkstyle/checkstyle-config.xml 
b/config/quality/checkstyle/checkstyle-config.xml
index d7af4c3..dd0489c 100644
--- a/config/quality/checkstyle/checkstyle-config.xml
+++ b/config/quality/checkstyle/checkstyle-config.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+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.3//EN"
     "http://www.puppycrawl.com/dtds/configuration_1_3.dtd";>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/76cb6bd3/config/quality/findbugs/android-exclude-filter.xml
----------------------------------------------------------------------
diff --git a/config/quality/findbugs/android-exclude-filter.xml 
b/config/quality/findbugs/android-exclude-filter.xml
index a135338..2369bd0 100644
--- a/config/quality/findbugs/android-exclude-filter.xml
+++ b/config/quality/findbugs/android-exclude-filter.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.
+-->
 <FindBugsFilter>
     <Match>
         <Class name="~.*\.R\$.*"/>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/76cb6bd3/config/quality/pmd/pmd-ruleset.xml
----------------------------------------------------------------------
diff --git a/config/quality/pmd/pmd-ruleset.xml 
b/config/quality/pmd/pmd-ruleset.xml
index 2d66bd6..f22a035 100644
--- a/config/quality/pmd/pmd-ruleset.xml
+++ b/config/quality/pmd/pmd-ruleset.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   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.
+-->
 <ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; name="Android 
Application Rules"
          xmlns="http://pmd.sf.net/ruleset/1.0.0";
          
xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd";

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/76cb6bd3/config/quality/quality.gradle
----------------------------------------------------------------------
diff --git a/config/quality/quality.gradle b/config/quality/quality.gradle
index b99c433..2f5fff6 100644
--- a/config/quality/quality.gradle
+++ b/config/quality/quality.gradle
@@ -1,3 +1,20 @@
+/*
+   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.
+*/
+
 apply plugin: 'checkstyle'
 apply plugin: 'pmd'
 apply plugin: 'findbugs'

Reply via email to