From 6b39632a9089d7f9c3fd60e478050f57e8d02cb4 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Mon, 9 Apr 2018 03:09:55 +0200 Subject: [PATCH] Removed incorrect copyright, this file is actually the AOSP version --- .../main/res/layout/preference_vertical.xml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/app/src/main/res/layout/preference_vertical.xml b/app/src/main/res/layout/preference_vertical.xml index 0b1d34f85..7842d33ef 100644 --- a/app/src/main/res/layout/preference_vertical.xml +++ b/app/src/main/res/layout/preference_vertical.xml @@ -1,18 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?><!-- - ~ Copyright (c) 2015 IRCCloud, Ltd. - ~ - ~ Licensed 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. - --> +<?xml version="1.0" encoding="utf-8"?> <LinearLayout 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" @@ -85,4 +71,4 @@ android:layout_height="wrap_content" android:orientation="vertical" /> </LinearLayout> -</LinearLayout> \ No newline at end of file +</LinearLayout> -- GitLab