add ASF header
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/ec5e6abf Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/ec5e6abf Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/ec5e6abf Branch: refs/heads/master Commit: ec5e6abfa5dfeedd29b2df06265e496462cc1695 Parents: 44d516a Author: Sagar <[email protected]> Authored: Fri Oct 14 19:06:43 2016 +0530 Committer: Sagar <[email protected]> Committed: Fri Oct 14 19:06:43 2016 +0530 ---------------------------------------------------------------------- .../ui/adapter/LicenceRecyclerViewAdapter.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/ec5e6abf/app/src/main/java/org/apache/taverna/mobile/ui/adapter/LicenceRecyclerViewAdapter.java ---------------------------------------------------------------------- diff --git a/app/src/main/java/org/apache/taverna/mobile/ui/adapter/LicenceRecyclerViewAdapter.java b/app/src/main/java/org/apache/taverna/mobile/ui/adapter/LicenceRecyclerViewAdapter.java index 62b0db9..0a17dcf 100644 --- a/app/src/main/java/org/apache/taverna/mobile/ui/adapter/LicenceRecyclerViewAdapter.java +++ b/app/src/main/java/org/apache/taverna/mobile/ui/adapter/LicenceRecyclerViewAdapter.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.adapter; import android.support.v7.widget.RecyclerView;
