From f07838fac69a496c19e2ff66fcce500c6764dcbc Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Tue, 21 Sep 2021 18:43:30 +0200 Subject: Note that APIprofile also is exempted from GPL like the AIDL interfaces --- main/src/main/java/de/blinkt/openvpn/api/APIVpnProfile.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3