From 4b819e471e5ddc9c8979890a9850378cee2dbcdf Mon Sep 17 00:00:00 2001 From: Lanchon Date: Wed, 9 Aug 2017 06:31:45 -0300 Subject: [PATCH] Add info files to artifact --- src/main/resources/NOTICE.txt | 17 +++++++++++++++++ src/main/resources/README.txt | 8 ++++++++ 2 files changed, 25 insertions(+) create mode 100644 src/main/resources/NOTICE.txt create mode 100644 src/main/resources/README.txt diff --git a/src/main/resources/NOTICE.txt b/src/main/resources/NOTICE.txt new file mode 100644 index 0000000..2b38921 --- /dev/null +++ b/src/main/resources/NOTICE.txt @@ -0,0 +1,17 @@ +******************************************************************** +multidexlib2 - Copyright 2015, 2016 Rodrigo Balerdi +(GNU General Public License version 3 or later) +******************************************************************** +multidexlib2 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 (at your option) any later version. + +multidexlib2 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 multidexlib2. If not, see . +******************************************************************** diff --git a/src/main/resources/README.txt b/src/main/resources/README.txt new file mode 100644 index 0000000..413cf3a --- /dev/null +++ b/src/main/resources/README.txt @@ -0,0 +1,8 @@ +============ +multidexlib2 +============ + +Multi-dex extensions for dexlib2. +https://github.com/DexPatcher/multidexlib2 + +multidexlib2 is free software. (GPLv3+)