From 11a9e1f3f146f7afa204970f7756b1f601a2d420 Mon Sep 17 00:00:00 2001 From: Lanchon Date: Sun, 17 Nov 2019 18:25:59 -0300 Subject: [PATCH] Update copyright --- .idea/copyright/Default.xml | 2 +- build.gradle | 4 ++-- src/main/java/com/google/common/io/ByteStreamsHack.java | 4 ++-- .../java/lanchon/multidexlib2/AbstractMultiDexContainer.java | 4 ++-- src/main/java/lanchon/multidexlib2/BasicDexEntry.java | 4 ++-- src/main/java/lanchon/multidexlib2/BasicDexFileNamer.java | 4 ++-- src/main/java/lanchon/multidexlib2/BatchedIterator.java | 4 ++-- src/main/java/lanchon/multidexlib2/DexFileNameComparator.java | 4 ++-- src/main/java/lanchon/multidexlib2/DexFileNameIterator.java | 4 ++-- src/main/java/lanchon/multidexlib2/DexFileNamer.java | 4 ++-- src/main/java/lanchon/multidexlib2/DexIO.java | 4 ++-- .../java/lanchon/multidexlib2/DexPoolOverflowException.java | 4 ++-- src/main/java/lanchon/multidexlib2/DirectoryDexContainer.java | 4 ++-- .../lanchon/multidexlib2/DuplicateEntryNameException.java | 4 ++-- .../java/lanchon/multidexlib2/DuplicateTypeException.java | 4 ++-- .../lanchon/multidexlib2/EmptyMultiDexContainerException.java | 4 ++-- .../lanchon/multidexlib2/MultiDexContainerBackedDexFile.java | 4 ++-- .../java/lanchon/multidexlib2/MultiDexDetectedException.java | 4 ++-- src/main/java/lanchon/multidexlib2/MultiDexIO.java | 4 ++-- src/main/java/lanchon/multidexlib2/OpcodeUtils.java | 4 ++-- src/main/java/lanchon/multidexlib2/RawDexIO.java | 4 ++-- src/main/java/lanchon/multidexlib2/SingletonDexContainer.java | 4 ++-- src/main/java/lanchon/multidexlib2/ZipFileDexContainer.java | 4 ++-- 23 files changed, 45 insertions(+), 45 deletions(-) diff --git a/.idea/copyright/Default.xml b/.idea/copyright/Default.xml index 7408265..fa830a7 100644 --- a/.idea/copyright/Default.xml +++ b/.idea/copyright/Default.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/build.gradle b/build.gradle index b0c9da3..1d0f0e9 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ /* - * DexPatcher - Copyright 2015-2019 Rodrigo Balerdi + * multidexlib2 - Copyright 2015-2019 Rodrigo Balerdi * (GNU General Public License version 3 or later) * - * DexPatcher is free software: you can redistribute it and/or modify + * 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. diff --git a/src/main/java/com/google/common/io/ByteStreamsHack.java b/src/main/java/com/google/common/io/ByteStreamsHack.java index 5d7ae39..38f6aaf 100644 --- a/src/main/java/com/google/common/io/ByteStreamsHack.java +++ b/src/main/java/com/google/common/io/ByteStreamsHack.java @@ -1,8 +1,8 @@ /* - * DexPatcher - Copyright 2015-2019 Rodrigo Balerdi + * multidexlib2 - Copyright 2015-2019 Rodrigo Balerdi * (GNU General Public License version 3 or later) * - * DexPatcher is free software: you can redistribute it and/or modify + * 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. diff --git a/src/main/java/lanchon/multidexlib2/AbstractMultiDexContainer.java b/src/main/java/lanchon/multidexlib2/AbstractMultiDexContainer.java index 205b4f7..3b46f46 100644 --- a/src/main/java/lanchon/multidexlib2/AbstractMultiDexContainer.java +++ b/src/main/java/lanchon/multidexlib2/AbstractMultiDexContainer.java @@ -1,8 +1,8 @@ /* - * DexPatcher - Copyright 2015-2019 Rodrigo Balerdi + * multidexlib2 - Copyright 2015-2019 Rodrigo Balerdi * (GNU General Public License version 3 or later) * - * DexPatcher is free software: you can redistribute it and/or modify + * 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. diff --git a/src/main/java/lanchon/multidexlib2/BasicDexEntry.java b/src/main/java/lanchon/multidexlib2/BasicDexEntry.java index 391e3c9..594ef5c 100644 --- a/src/main/java/lanchon/multidexlib2/BasicDexEntry.java +++ b/src/main/java/lanchon/multidexlib2/BasicDexEntry.java @@ -1,8 +1,8 @@ /* - * DexPatcher - Copyright 2015-2019 Rodrigo Balerdi + * multidexlib2 - Copyright 2015-2019 Rodrigo Balerdi * (GNU General Public License version 3 or later) * - * DexPatcher is free software: you can redistribute it and/or modify + * 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. diff --git a/src/main/java/lanchon/multidexlib2/BasicDexFileNamer.java b/src/main/java/lanchon/multidexlib2/BasicDexFileNamer.java index 4d9d7ad..ee64bcb 100644 --- a/src/main/java/lanchon/multidexlib2/BasicDexFileNamer.java +++ b/src/main/java/lanchon/multidexlib2/BasicDexFileNamer.java @@ -1,8 +1,8 @@ /* - * DexPatcher - Copyright 2015-2019 Rodrigo Balerdi + * multidexlib2 - Copyright 2015-2019 Rodrigo Balerdi * (GNU General Public License version 3 or later) * - * DexPatcher is free software: you can redistribute it and/or modify + * 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. diff --git a/src/main/java/lanchon/multidexlib2/BatchedIterator.java b/src/main/java/lanchon/multidexlib2/BatchedIterator.java index b331825..5acca48 100644 --- a/src/main/java/lanchon/multidexlib2/BatchedIterator.java +++ b/src/main/java/lanchon/multidexlib2/BatchedIterator.java @@ -1,8 +1,8 @@ /* - * DexPatcher - Copyright 2015-2019 Rodrigo Balerdi + * multidexlib2 - Copyright 2015-2019 Rodrigo Balerdi * (GNU General Public License version 3 or later) * - * DexPatcher is free software: you can redistribute it and/or modify + * 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. diff --git a/src/main/java/lanchon/multidexlib2/DexFileNameComparator.java b/src/main/java/lanchon/multidexlib2/DexFileNameComparator.java index b9b3a61..724924d 100644 --- a/src/main/java/lanchon/multidexlib2/DexFileNameComparator.java +++ b/src/main/java/lanchon/multidexlib2/DexFileNameComparator.java @@ -1,8 +1,8 @@ /* - * DexPatcher - Copyright 2015-2019 Rodrigo Balerdi + * multidexlib2 - Copyright 2015-2019 Rodrigo Balerdi * (GNU General Public License version 3 or later) * - * DexPatcher is free software: you can redistribute it and/or modify + * 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. diff --git a/src/main/java/lanchon/multidexlib2/DexFileNameIterator.java b/src/main/java/lanchon/multidexlib2/DexFileNameIterator.java index ecc0946..c2ca04e 100644 --- a/src/main/java/lanchon/multidexlib2/DexFileNameIterator.java +++ b/src/main/java/lanchon/multidexlib2/DexFileNameIterator.java @@ -1,8 +1,8 @@ /* - * DexPatcher - Copyright 2015-2019 Rodrigo Balerdi + * multidexlib2 - Copyright 2015-2019 Rodrigo Balerdi * (GNU General Public License version 3 or later) * - * DexPatcher is free software: you can redistribute it and/or modify + * 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. diff --git a/src/main/java/lanchon/multidexlib2/DexFileNamer.java b/src/main/java/lanchon/multidexlib2/DexFileNamer.java index 82ccdd7..27e0061 100644 --- a/src/main/java/lanchon/multidexlib2/DexFileNamer.java +++ b/src/main/java/lanchon/multidexlib2/DexFileNamer.java @@ -1,8 +1,8 @@ /* - * DexPatcher - Copyright 2015-2019 Rodrigo Balerdi + * multidexlib2 - Copyright 2015-2019 Rodrigo Balerdi * (GNU General Public License version 3 or later) * - * DexPatcher is free software: you can redistribute it and/or modify + * 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. diff --git a/src/main/java/lanchon/multidexlib2/DexIO.java b/src/main/java/lanchon/multidexlib2/DexIO.java index 488f512..cc0c7c2 100644 --- a/src/main/java/lanchon/multidexlib2/DexIO.java +++ b/src/main/java/lanchon/multidexlib2/DexIO.java @@ -1,8 +1,8 @@ /* - * DexPatcher - Copyright 2015-2019 Rodrigo Balerdi + * multidexlib2 - Copyright 2015-2019 Rodrigo Balerdi * (GNU General Public License version 3 or later) * - * DexPatcher is free software: you can redistribute it and/or modify + * 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. diff --git a/src/main/java/lanchon/multidexlib2/DexPoolOverflowException.java b/src/main/java/lanchon/multidexlib2/DexPoolOverflowException.java index 5dd1df9..6c49694 100644 --- a/src/main/java/lanchon/multidexlib2/DexPoolOverflowException.java +++ b/src/main/java/lanchon/multidexlib2/DexPoolOverflowException.java @@ -1,8 +1,8 @@ /* - * DexPatcher - Copyright 2015-2019 Rodrigo Balerdi + * multidexlib2 - Copyright 2015-2019 Rodrigo Balerdi * (GNU General Public License version 3 or later) * - * DexPatcher is free software: you can redistribute it and/or modify + * 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. diff --git a/src/main/java/lanchon/multidexlib2/DirectoryDexContainer.java b/src/main/java/lanchon/multidexlib2/DirectoryDexContainer.java index a61539b..d4655ed 100644 --- a/src/main/java/lanchon/multidexlib2/DirectoryDexContainer.java +++ b/src/main/java/lanchon/multidexlib2/DirectoryDexContainer.java @@ -1,8 +1,8 @@ /* - * DexPatcher - Copyright 2015-2019 Rodrigo Balerdi + * multidexlib2 - Copyright 2015-2019 Rodrigo Balerdi * (GNU General Public License version 3 or later) * - * DexPatcher is free software: you can redistribute it and/or modify + * 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. diff --git a/src/main/java/lanchon/multidexlib2/DuplicateEntryNameException.java b/src/main/java/lanchon/multidexlib2/DuplicateEntryNameException.java index 5229cb6..c9e0aec 100644 --- a/src/main/java/lanchon/multidexlib2/DuplicateEntryNameException.java +++ b/src/main/java/lanchon/multidexlib2/DuplicateEntryNameException.java @@ -1,8 +1,8 @@ /* - * DexPatcher - Copyright 2015-2019 Rodrigo Balerdi + * multidexlib2 - Copyright 2015-2019 Rodrigo Balerdi * (GNU General Public License version 3 or later) * - * DexPatcher is free software: you can redistribute it and/or modify + * 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. diff --git a/src/main/java/lanchon/multidexlib2/DuplicateTypeException.java b/src/main/java/lanchon/multidexlib2/DuplicateTypeException.java index 1c31b3f..24168a8 100644 --- a/src/main/java/lanchon/multidexlib2/DuplicateTypeException.java +++ b/src/main/java/lanchon/multidexlib2/DuplicateTypeException.java @@ -1,8 +1,8 @@ /* - * DexPatcher - Copyright 2015-2019 Rodrigo Balerdi + * multidexlib2 - Copyright 2015-2019 Rodrigo Balerdi * (GNU General Public License version 3 or later) * - * DexPatcher is free software: you can redistribute it and/or modify + * 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. diff --git a/src/main/java/lanchon/multidexlib2/EmptyMultiDexContainerException.java b/src/main/java/lanchon/multidexlib2/EmptyMultiDexContainerException.java index 1a32c9b..b0fb008 100644 --- a/src/main/java/lanchon/multidexlib2/EmptyMultiDexContainerException.java +++ b/src/main/java/lanchon/multidexlib2/EmptyMultiDexContainerException.java @@ -1,8 +1,8 @@ /* - * DexPatcher - Copyright 2015-2019 Rodrigo Balerdi + * multidexlib2 - Copyright 2015-2019 Rodrigo Balerdi * (GNU General Public License version 3 or later) * - * DexPatcher is free software: you can redistribute it and/or modify + * 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. diff --git a/src/main/java/lanchon/multidexlib2/MultiDexContainerBackedDexFile.java b/src/main/java/lanchon/multidexlib2/MultiDexContainerBackedDexFile.java index 951d173..b4a10fd 100644 --- a/src/main/java/lanchon/multidexlib2/MultiDexContainerBackedDexFile.java +++ b/src/main/java/lanchon/multidexlib2/MultiDexContainerBackedDexFile.java @@ -1,8 +1,8 @@ /* - * DexPatcher - Copyright 2015-2019 Rodrigo Balerdi + * multidexlib2 - Copyright 2015-2019 Rodrigo Balerdi * (GNU General Public License version 3 or later) * - * DexPatcher is free software: you can redistribute it and/or modify + * 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. diff --git a/src/main/java/lanchon/multidexlib2/MultiDexDetectedException.java b/src/main/java/lanchon/multidexlib2/MultiDexDetectedException.java index 261a7c0..4e70d7f 100644 --- a/src/main/java/lanchon/multidexlib2/MultiDexDetectedException.java +++ b/src/main/java/lanchon/multidexlib2/MultiDexDetectedException.java @@ -1,8 +1,8 @@ /* - * DexPatcher - Copyright 2015-2019 Rodrigo Balerdi + * multidexlib2 - Copyright 2015-2019 Rodrigo Balerdi * (GNU General Public License version 3 or later) * - * DexPatcher is free software: you can redistribute it and/or modify + * 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. diff --git a/src/main/java/lanchon/multidexlib2/MultiDexIO.java b/src/main/java/lanchon/multidexlib2/MultiDexIO.java index 4f7c472..2f7711b 100644 --- a/src/main/java/lanchon/multidexlib2/MultiDexIO.java +++ b/src/main/java/lanchon/multidexlib2/MultiDexIO.java @@ -1,8 +1,8 @@ /* - * DexPatcher - Copyright 2015-2019 Rodrigo Balerdi + * multidexlib2 - Copyright 2015-2019 Rodrigo Balerdi * (GNU General Public License version 3 or later) * - * DexPatcher is free software: you can redistribute it and/or modify + * 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. diff --git a/src/main/java/lanchon/multidexlib2/OpcodeUtils.java b/src/main/java/lanchon/multidexlib2/OpcodeUtils.java index 5331720..e12a2c9 100644 --- a/src/main/java/lanchon/multidexlib2/OpcodeUtils.java +++ b/src/main/java/lanchon/multidexlib2/OpcodeUtils.java @@ -1,8 +1,8 @@ /* - * DexPatcher - Copyright 2015-2019 Rodrigo Balerdi + * multidexlib2 - Copyright 2015-2019 Rodrigo Balerdi * (GNU General Public License version 3 or later) * - * DexPatcher is free software: you can redistribute it and/or modify + * 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. diff --git a/src/main/java/lanchon/multidexlib2/RawDexIO.java b/src/main/java/lanchon/multidexlib2/RawDexIO.java index 7b8f7c9..5bd80de 100644 --- a/src/main/java/lanchon/multidexlib2/RawDexIO.java +++ b/src/main/java/lanchon/multidexlib2/RawDexIO.java @@ -1,8 +1,8 @@ /* - * DexPatcher - Copyright 2015-2019 Rodrigo Balerdi + * multidexlib2 - Copyright 2015-2019 Rodrigo Balerdi * (GNU General Public License version 3 or later) * - * DexPatcher is free software: you can redistribute it and/or modify + * 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. diff --git a/src/main/java/lanchon/multidexlib2/SingletonDexContainer.java b/src/main/java/lanchon/multidexlib2/SingletonDexContainer.java index 54e5a8e..aeca854 100644 --- a/src/main/java/lanchon/multidexlib2/SingletonDexContainer.java +++ b/src/main/java/lanchon/multidexlib2/SingletonDexContainer.java @@ -1,8 +1,8 @@ /* - * DexPatcher - Copyright 2015-2019 Rodrigo Balerdi + * multidexlib2 - Copyright 2015-2019 Rodrigo Balerdi * (GNU General Public License version 3 or later) * - * DexPatcher is free software: you can redistribute it and/or modify + * 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. diff --git a/src/main/java/lanchon/multidexlib2/ZipFileDexContainer.java b/src/main/java/lanchon/multidexlib2/ZipFileDexContainer.java index c572e37..f31651a 100644 --- a/src/main/java/lanchon/multidexlib2/ZipFileDexContainer.java +++ b/src/main/java/lanchon/multidexlib2/ZipFileDexContainer.java @@ -1,8 +1,8 @@ /* - * DexPatcher - Copyright 2015-2019 Rodrigo Balerdi + * multidexlib2 - Copyright 2015-2019 Rodrigo Balerdi * (GNU General Public License version 3 or later) * - * DexPatcher is free software: you can redistribute it and/or modify + * 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.