diff options
author | Arne Schwabe <arne@rfc2549.org> | 2017-05-10 11:20:51 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2017-05-10 11:21:01 +0200 |
commit | d3812892c894887ee8191ae84cc3a9f3d2e3fe88 (patch) | |
tree | ee320b167176cef7489fbab9520f66e4052c1198 /remoteExample/src/main/java/de/blinkt | |
parent | 3f2865340d7017078b0a97cb49d343a73362bc2f (diff) |
Update copyrights
Diffstat (limited to 'remoteExample/src/main/java/de/blinkt')
-rw-r--r-- | remoteExample/src/main/java/de/blinkt/openvpn/remote/MainActivity.java | 5 | ||||
-rw-r--r-- | remoteExample/src/main/java/de/blinkt/openvpn/remote/MainFragment.java | 5 |
2 files changed, 10 insertions, 0 deletions
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; |