summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2021-09-21 18:43:30 +0200
committerArne Schwabe <arne@rfc2549.org>2021-09-21 18:44:25 +0200
commitf07838fac69a496c19e2ff66fcce500c6764dcbc (patch)
tree5ac076a1a0bfe6822d5bc94ae5e8f6ec637be4df
parentf66c66d2ae85b5267c87e48e4d568cd6e7e8ba52 (diff)
Note that APIprofile also is exempted from GPL like the AIDL interfaces
-rw-r--r--main/src/main/java/de/blinkt/openvpn/api/APIVpnProfile.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/src/main/java/de/blinkt/openvpn/api/APIVpnProfile.java b/main/src/main/java/de/blinkt/openvpn/api/APIVpnProfile.java
index 4f4a8318..9d47c01d 100644
--- a/main/src/main/java/de/blinkt/openvpn/api/APIVpnProfile.java
+++ b/main/src/main/java/de/blinkt/openvpn/api/APIVpnProfile.java
@@ -1,6 +1,8 @@
/*
* Copyright (c) 2012-2016 Arne Schwabe
- * Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
+ * This file is used for implementing the external API and this file like the AIDL and is exempted
+ * from the GPLv2.
+ *
*/
package de.blinkt.openvpn.api;