From 1d1dfbf4da6a8b573acffe44a8500995700180df Mon Sep 17 00:00:00 2001 From: kelson42 Date: Sat, 22 Jul 2017 09:29:28 +0200 Subject: [PATCH] Fix JNI licensing #71 --- src/android/kiwix.cpp | 19 +++++++++++++++++++ src/android/org/kiwix/kiwixlib/JNIKiwix.java | 2 +- .../org/kiwix/kiwixlib/JNIKiwixBool.java | 2 +- .../org/kiwix/kiwixlib/JNIKiwixInt.java | 2 +- .../org/kiwix/kiwixlib/JNIKiwixString.java | 2 +- 5 files changed, 23 insertions(+), 4 deletions(-) diff --git a/src/android/kiwix.cpp b/src/android/kiwix.cpp index 119b37e2b..1f97c0f2c 100644 --- a/src/android/kiwix.cpp +++ b/src/android/kiwix.cpp @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2013 Emmanuel Engelhart + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ + #include #include "org_kiwix_kiwixlib_JNIKiwix.h" diff --git a/src/android/org/kiwix/kiwixlib/JNIKiwix.java b/src/android/org/kiwix/kiwixlib/JNIKiwix.java index 41711009e..1b89384a9 100644 --- a/src/android/org/kiwix/kiwixlib/JNIKiwix.java +++ b/src/android/org/kiwix/kiwixlib/JNIKiwix.java @@ -1,5 +1,5 @@ /* - * Copyright 2013 + * Copyright (C) 2013 Emmanuel Engelhart * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/android/org/kiwix/kiwixlib/JNIKiwixBool.java b/src/android/org/kiwix/kiwixlib/JNIKiwixBool.java index 0563f30a4..74563d3ec 100644 --- a/src/android/org/kiwix/kiwixlib/JNIKiwixBool.java +++ b/src/android/org/kiwix/kiwixlib/JNIKiwixBool.java @@ -1,5 +1,5 @@ /* - * Copyright 2013 + * Copyright (C) 2013 Emmanuel Engelhart * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/android/org/kiwix/kiwixlib/JNIKiwixInt.java b/src/android/org/kiwix/kiwixlib/JNIKiwixInt.java index af8d77219..a66c937ff 100644 --- a/src/android/org/kiwix/kiwixlib/JNIKiwixInt.java +++ b/src/android/org/kiwix/kiwixlib/JNIKiwixInt.java @@ -1,5 +1,5 @@ /* - * Copyright 2013 + * Copyright (C) 2013 Emmanuel Engelhart * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/android/org/kiwix/kiwixlib/JNIKiwixString.java b/src/android/org/kiwix/kiwixlib/JNIKiwixString.java index 1e9876e59..2513f9215 100644 --- a/src/android/org/kiwix/kiwixlib/JNIKiwixString.java +++ b/src/android/org/kiwix/kiwixlib/JNIKiwixString.java @@ -1,5 +1,5 @@ /* - * Copyright 2013 + * Copyright (C) 2013 Emmanuel Engelhart * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by