Repository: incubator-taverna-mobile
Updated Branches:
  refs/heads/master 8a6819eed -> 2a592b154


Add apache headers to licence fragment etc


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/2a592b15
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/2a592b15
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/2a592b15

Branch: refs/heads/master
Commit: 2a592b154d692275e1355dbc749ce0125a35f794
Parents: 8a6819e
Author: Ian Dunlop <ian.dun...@manchester.ac.uk>
Authored: Fri Oct 14 10:36:12 2016 +0100
Committer: Ian Dunlop <ian.dun...@manchester.ac.uk>
Committed: Fri Oct 14 10:36:12 2016 +0100

----------------------------------------------------------------------
 .../mobile/ui/licences/LicenceFragment.java      | 18 ++++++++++++++++++
 .../ui/licences/LicenceRecyclerViewAdapter.java  | 18 ++++++++++++++++++
 .../ui/licences/licence/LicenceContent.java      | 19 +++++++++++++++++++
 app/src/main/res/layout/fragment_licence.xml     | 16 ++++++++++++++++
 .../main/res/layout/fragment_licence_list.xml    | 16 ++++++++++++++++
 5 files changed, 87 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/2a592b15/app/src/main/java/org/apache/taverna/mobile/ui/licences/LicenceFragment.java
----------------------------------------------------------------------
diff --git 
a/app/src/main/java/org/apache/taverna/mobile/ui/licences/LicenceFragment.java 
b/app/src/main/java/org/apache/taverna/mobile/ui/licences/LicenceFragment.java
index ae68460..6ad3afc 100644
--- 
a/app/src/main/java/org/apache/taverna/mobile/ui/licences/LicenceFragment.java
+++ 
b/app/src/main/java/org/apache/taverna/mobile/ui/licences/LicenceFragment.java
@@ -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.taverna.mobile.ui.licences;
 
 import android.content.Context;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/2a592b15/app/src/main/java/org/apache/taverna/mobile/ui/licences/LicenceRecyclerViewAdapter.java
----------------------------------------------------------------------
diff --git 
a/app/src/main/java/org/apache/taverna/mobile/ui/licences/LicenceRecyclerViewAdapter.java
 
b/app/src/main/java/org/apache/taverna/mobile/ui/licences/LicenceRecyclerViewAdapter.java
index 2d37cec..90fde1a 100644
--- 
a/app/src/main/java/org/apache/taverna/mobile/ui/licences/LicenceRecyclerViewAdapter.java
+++ 
b/app/src/main/java/org/apache/taverna/mobile/ui/licences/LicenceRecyclerViewAdapter.java
@@ -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.taverna.mobile.ui.licences;
 
 import android.support.v7.widget.RecyclerView;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/2a592b15/app/src/main/java/org/apache/taverna/mobile/ui/licences/licence/LicenceContent.java
----------------------------------------------------------------------
diff --git 
a/app/src/main/java/org/apache/taverna/mobile/ui/licences/licence/LicenceContent.java
 
b/app/src/main/java/org/apache/taverna/mobile/ui/licences/licence/LicenceContent.java
index f43f790..3ad4c1f 100644
--- 
a/app/src/main/java/org/apache/taverna/mobile/ui/licences/licence/LicenceContent.java
+++ 
b/app/src/main/java/org/apache/taverna/mobile/ui/licences/licence/LicenceContent.java
@@ -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 org.apache.taverna.mobile.ui.licences.licence;
 
 import org.json.JSONArray;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/2a592b15/app/src/main/res/layout/fragment_licence.xml
----------------------------------------------------------------------
diff --git a/app/src/main/res/layout/fragment_licence.xml 
b/app/src/main/res/layout/fragment_licence.xml
index 4d08d88..a69f60d 100644
--- a/app/src/main/res/layout/fragment_licence.xml
+++ b/app/src/main/res/layout/fragment_licence.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.
+-->
 <android.support.v7.widget.CardView 
xmlns:android="http://schemas.android.com/apk/res/android";
     xmlns:card_view="http://schemas.android.com/apk/res-auto";
     xmlns:tools="http://schemas.android.com/tools";

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/2a592b15/app/src/main/res/layout/fragment_licence_list.xml
----------------------------------------------------------------------
diff --git a/app/src/main/res/layout/fragment_licence_list.xml 
b/app/src/main/res/layout/fragment_licence_list.xml
index 97a6935..098f23e 100644
--- a/app/src/main/res/layout/fragment_licence_list.xml
+++ b/app/src/main/res/layout/fragment_licence_list.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.
+-->
 <android.support.v7.widget.RecyclerView 
xmlns:android="http://schemas.android.com/apk/res/android";
     xmlns:app="http://schemas.android.com/apk/res-auto";
     xmlns:tools="http://schemas.android.com/tools";

Reply via email to