From d3812892c894887ee8191ae84cc3a9f3d2e3fe88 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Wed, 10 May 2017 11:20:51 +0200 Subject: Update copyrights --- remoteExample/build.gradle | 5 +++++ remoteExample/src/main/AndroidManifest.xml | 5 +++++ .../src/main/java/de/blinkt/openvpn/remote/MainActivity.java | 5 +++++ .../src/main/java/de/blinkt/openvpn/remote/MainFragment.java | 5 +++++ remoteExample/src/main/res/layout/activity_main.xml | 5 +++++ remoteExample/src/main/res/layout/fragment_main.xml | 5 +++++ remoteExample/src/main/res/menu/main.xml | 5 +++++ remoteExample/src/main/res/values-w820dp/dimens.xml | 5 +++++ remoteExample/src/main/res/values/dimens.xml | 5 +++++ remoteExample/src/main/res/values/strings.xml | 5 +++++ remoteExample/src/main/res/values/styles.xml | 5 +++++ 11 files changed, 55 insertions(+) (limited to 'remoteExample') diff --git a/remoteExample/build.gradle b/remoteExample/build.gradle index c305f843..1963254e 100644 --- a/remoteExample/build.gradle +++ b/remoteExample/build.gradle @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2012-2017 Arne Schwabe + * Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt + */ + apply plugin: 'com.android.application' android { diff --git a/remoteExample/src/main/AndroidManifest.xml b/remoteExample/src/main/AndroidManifest.xml index abd7b621..1278df95 100644 --- a/remoteExample/src/main/AndroidManifest.xml +++ b/remoteExample/src/main/AndroidManifest.xml @@ -1,4 +1,9 @@ + + diff --git a/remoteExample/src/main/java/de/blinkt/openvpn/remote/MainActivity.java b/remoteExample/src/main/java/de/blinkt/openvpn/remote/MainActivity.java index 900383a2..41b54e17 100644 --- a/remoteExample/src/main/java/de/blinkt/openvpn/remote/MainActivity.java +++ b/remoteExample/src/main/java/de/blinkt/openvpn/remote/MainActivity.java @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2012-2017 Arne Schwabe + * Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt + */ + package de.blinkt.openvpn.remote; import android.app.Activity; diff --git a/remoteExample/src/main/java/de/blinkt/openvpn/remote/MainFragment.java b/remoteExample/src/main/java/de/blinkt/openvpn/remote/MainFragment.java index a6d2baf5..6eb85e9b 100644 --- a/remoteExample/src/main/java/de/blinkt/openvpn/remote/MainFragment.java +++ b/remoteExample/src/main/java/de/blinkt/openvpn/remote/MainFragment.java @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2012-2017 Arne Schwabe + * Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt + */ + package de.blinkt.openvpn.remote; import android.app.Activity; diff --git a/remoteExample/src/main/res/layout/activity_main.xml b/remoteExample/src/main/res/layout/activity_main.xml index 42dd4dfb..17585e2b 100644 --- a/remoteExample/src/main/res/layout/activity_main.xml +++ b/remoteExample/src/main/res/layout/activity_main.xml @@ -1,3 +1,8 @@ + + + + diff --git a/remoteExample/src/main/res/values-w820dp/dimens.xml b/remoteExample/src/main/res/values-w820dp/dimens.xml index 63fc8164..1adf4310 100644 --- a/remoteExample/src/main/res/values-w820dp/dimens.xml +++ b/remoteExample/src/main/res/values-w820dp/dimens.xml @@ -1,3 +1,8 @@ + + + 16dp diff --git a/remoteExample/src/main/res/values/strings.xml b/remoteExample/src/main/res/values/strings.xml index 49d4978d..30e05648 100644 --- a/remoteExample/src/main/res/values/strings.xml +++ b/remoteExample/src/main/res/values/strings.xml @@ -1,4 +1,9 @@ + + OpenVPN Remote diff --git a/remoteExample/src/main/res/values/styles.xml b/remoteExample/src/main/res/values/styles.xml index ff6c9d2c..746cf3dd 100644 --- a/remoteExample/src/main/res/values/styles.xml +++ b/remoteExample/src/main/res/values/styles.xml @@ -1,3 +1,8 @@ + + -- cgit v1.2.3