From 25a1cb02ef5d6f463f412dff75d22e758ba81460 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Sat, 13 Jul 2019 12:19:41 -0400 Subject: [PATCH] fix: License 2019 update --- .../src/main/java/brut/apktool/Main.java | 4 +-- .../content/res/XmlResourceParser.java | 4 +-- .../main/java/android/util/AttributeSet.java | 4 +-- .../main/java/android/util/TypedValue.java | 4 +-- .../src/main/java/brut/androlib/Androlib.java | 4 +-- .../java/brut/androlib/AndrolibException.java | 4 +-- .../main/java/brut/androlib/ApkDecoder.java | 4 +-- .../main/java/brut/androlib/ApkOptions.java | 4 +-- .../java/brut/androlib/ApktoolProperties.java | 4 +-- .../androlib/err/AXmlDecodingException.java | 4 +-- .../androlib/err/CantFind9PatchChunk.java | 4 +-- .../err/CantFindFrameworkResException.java | 4 +-- .../androlib/err/InFileNotFoundException.java | 4 +-- .../androlib/err/OutDirExistsException.java | 4 +-- .../err/RawXmlEncounteredException.java | 4 +-- .../brut/androlib/err/UndefinedResObject.java | 4 +-- .../java/brut/androlib/meta/MetaInfo.java | 4 +-- .../java/brut/androlib/meta/PackageInfo.java | 4 +-- .../androlib/meta/StringExConstructor.java | 4 +-- .../brut/androlib/meta/StringExRepresent.java | 4 +-- .../brut/androlib/meta/UsesFramework.java | 4 +-- .../java/brut/androlib/meta/VersionInfo.java | 4 +-- .../androlib/meta/YamlStringEscapeUtils.java | 4 +-- .../main/java/brut/androlib/mod/SmaliMod.java | 4 +-- .../brut/androlib/res/AndrolibResources.java | 4 +-- .../androlib/res/data/ResConfigFlags.java | 4 +-- .../java/brut/androlib/res/data/ResID.java | 4 +-- .../brut/androlib/res/data/ResPackage.java | 4 +-- .../brut/androlib/res/data/ResResSpec.java | 4 +-- .../brut/androlib/res/data/ResResource.java | 4 +-- .../java/brut/androlib/res/data/ResTable.java | 4 +-- .../java/brut/androlib/res/data/ResType.java | 4 +-- .../brut/androlib/res/data/ResTypeSpec.java | 4 +-- .../androlib/res/data/ResUnknownFiles.java | 4 +-- .../brut/androlib/res/data/ResValuesFile.java | 4 +-- .../res/data/value/ResArrayValue.java | 4 +-- .../brut/androlib/res/data/value/ResAttr.java | 4 +-- .../androlib/res/data/value/ResBagValue.java | 4 +-- .../androlib/res/data/value/ResBoolValue.java | 4 +-- .../res/data/value/ResColorValue.java | 4 +-- .../res/data/value/ResDimenValue.java | 4 +-- .../res/data/value/ResEmptyValue.java | 4 +-- .../androlib/res/data/value/ResEnumAttr.java | 4 +-- .../androlib/res/data/value/ResFileValue.java | 4 +-- .../androlib/res/data/value/ResFlagsAttr.java | 4 +-- .../res/data/value/ResFloatValue.java | 4 +-- .../res/data/value/ResFractionValue.java | 4 +-- .../androlib/res/data/value/ResIdValue.java | 4 +-- .../res/data/value/ResIntBasedValue.java | 4 +-- .../androlib/res/data/value/ResIntValue.java | 4 +-- .../res/data/value/ResPluralsValue.java | 4 +-- .../res/data/value/ResReferenceValue.java | 4 +-- .../res/data/value/ResScalarValue.java | 4 +-- .../res/data/value/ResStringValue.java | 4 +-- .../res/data/value/ResStyleValue.java | 4 +-- .../androlib/res/data/value/ResValue.java | 4 +-- .../res/data/value/ResValueFactory.java | 4 +-- .../androlib/res/decoder/ARSCDecoder.java | 4 +-- .../res/decoder/AXmlResourceParser.java | 4 +-- .../res/decoder/Res9patchStreamDecoder.java | 4 +-- .../androlib/res/decoder/ResAttrDecoder.java | 4 +-- .../androlib/res/decoder/ResFileDecoder.java | 4 +-- .../res/decoder/ResRawStreamDecoder.java | 4 +-- .../res/decoder/ResStreamDecoder.java | 4 +-- .../decoder/ResStreamDecoderContainer.java | 4 +-- .../androlib/res/decoder/StringBlock.java | 4 +-- .../res/decoder/XmlPullStreamDecoder.java | 4 +-- .../java/brut/androlib/res/util/ExtFile.java | 4 +-- .../androlib/res/util/ExtMXSerializer.java | 4 +-- .../androlib/res/util/ExtXmlSerializer.java | 4 +-- .../res/xml/ResValuesXmlSerializable.java | 4 +-- .../androlib/res/xml/ResXmlEncodable.java | 4 +-- .../brut/androlib/res/xml/ResXmlEncoders.java | 4 +-- .../brut/androlib/res/xml/ResXmlPatcher.java | 4 +-- .../java/brut/androlib/src/SmaliBuilder.java | 4 +-- .../java/brut/androlib/src/SmaliDecoder.java | 4 +-- .../org/xmlpull/renamed/MXSerializer.java | 4 +-- .../src/test/java/brut/androlib/BaseTest.java | 4 +-- .../test/java/brut/androlib/TestUtils.java | 4 +-- .../aapt1/AndroidOreoNotSparseTest.java | 4 +-- .../androlib/aapt1/AndroidOreoSparseTest.java | 4 +-- .../androlib/aapt1/BuildAndDecodeJarTest.java | 4 +-- .../androlib/aapt1/BuildAndDecodeTest.java | 4 +-- .../androlib/aapt1/DebugTagRetainedTest.java | 4 +-- .../aapt1/DefaultBaksmaliVariableTest.java | 4 +-- .../aapt1/EmptyResourcesArscTest.java | 4 +-- .../aapt1/LargeIntsInManifestTest.java | 4 +-- .../androlib/aapt1/ProviderAttributeTest.java | 4 +-- .../aapt1/ReferenceVersionCodeTest.java | 4 +-- .../androlib/aapt1/SharedLibraryTest.java | 4 +-- .../brut/androlib/aapt1/SkipAssetTest.java | 4 +-- .../aapt1/UnknownCompressionTest.java | 4 +-- .../androlib/aapt2/BuildAndDecodeTest.java | 4 +-- .../androlib/aapt2/NonStandardPkgIdTest.java | 4 +-- .../androlib/InvalidSdkBoundingTest.java | 4 +-- .../brut/androlib/decode/AndResGuardTest.java | 4 +-- .../brut/androlib/decode/DecodeArrayTest.java | 16 +++++++++++ .../decode/DecodeKotlinCoroutinesTest.java | 28 +++++++++---------- .../androlib/decode/DecodeKotlinTest.java | 4 +-- .../DoubleExtensionUnknownFileTest.java | 4 +-- .../androlib/decode/ExternalEntityTest.java | 4 +-- .../ForceManifestDecodeNoResourcesTest.java | 4 +-- .../androlib/decode/MinifiedArscTest.java | 4 +-- .../androlib/decode/MissingDiv9PatchTest.java | 4 +-- .../decode/MissingVersionManifestTest.java | 4 +-- .../decode/OutsideOfDirectoryEntryTest.java | 4 +-- .../decode/ParentDirectoryTraversalTest.java | 4 +-- .../androlib/decode/VectorDrawableTest.java | 4 +-- .../encoders/PositionalEnumerationTest.java | 4 +-- .../brut/androlib/util/AaptVersionTest.java | 4 +-- .../util/UnknownDirectoryTraversalTest.java | 4 +-- .../main/java/brut/common/BrutException.java | 4 +-- .../common/InvalidUnknownFileException.java | 4 +-- .../brut/common/RootUnknownFileException.java | 4 +-- .../common/TraversalUnknownFileException.java | 4 +-- .../brut/directory/AbstractDirectory.java | 4 +-- .../src/main/java/brut/directory/DirUtil.java | 4 +-- .../main/java/brut/directory/Directory.java | 4 +-- .../brut/directory/DirectoryException.java | 4 +-- .../src/main/java/brut/directory/ExtFile.java | 4 +-- .../java/brut/directory/FileDirectory.java | 4 +-- .../brut/directory/PathAlreadyExists.java | 4 +-- .../java/brut/directory/PathNotExist.java | 4 +-- .../java/brut/directory/ZipRODirectory.java | 4 +-- .../main/java/brut/directory/ZipUtils.java | 4 +-- .../src/main/java/brut/util/AaptManager.java | 4 +-- .../src/main/java/brut/util/BrutIO.java | 4 +-- .../java/brut/util/DataInputDelegate.java | 4 +-- brut.j.util/src/main/java/brut/util/Duo.java | 4 +-- .../src/main/java/brut/util/ExtDataInput.java | 4 +-- brut.j.util/src/main/java/brut/util/Jar.java | 4 +-- brut.j.util/src/main/java/brut/util/OS.java | 4 +-- .../src/main/java/brut/util/OSDetection.java | 4 +-- 133 files changed, 292 insertions(+), 276 deletions(-) diff --git a/brut.apktool/apktool-cli/src/main/java/brut/apktool/Main.java b/brut.apktool/apktool-cli/src/main/java/brut/apktool/Main.java index 2a84ff08..d94ccfb4 100644 --- a/brut.apktool/apktool-cli/src/main/java/brut/apktool/Main.java +++ b/brut.apktool/apktool-cli/src/main/java/brut/apktool/Main.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/android/content/res/XmlResourceParser.java b/brut.apktool/apktool-lib/src/main/java/android/content/res/XmlResourceParser.java index 8e949117..401e7ef9 100644 --- a/brut.apktool/apktool-lib/src/main/java/android/content/res/XmlResourceParser.java +++ b/brut.apktool/apktool-lib/src/main/java/android/content/res/XmlResourceParser.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/android/util/AttributeSet.java b/brut.apktool/apktool-lib/src/main/java/android/util/AttributeSet.java index 1fd74542..4cacbf78 100644 --- a/brut.apktool/apktool-lib/src/main/java/android/util/AttributeSet.java +++ b/brut.apktool/apktool-lib/src/main/java/android/util/AttributeSet.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/android/util/TypedValue.java b/brut.apktool/apktool-lib/src/main/java/android/util/TypedValue.java index 3d5b6953..992a84cf 100644 --- a/brut.apktool/apktool-lib/src/main/java/android/util/TypedValue.java +++ b/brut.apktool/apktool-lib/src/main/java/android/util/TypedValue.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/Androlib.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/Androlib.java index 269932e6..302800be 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/Androlib.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/Androlib.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/AndrolibException.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/AndrolibException.java index 533924a7..1faf760c 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/AndrolibException.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/AndrolibException.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/ApkDecoder.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/ApkDecoder.java index aad70b9d..4a7e1fc6 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/ApkDecoder.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/ApkDecoder.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/ApkOptions.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/ApkOptions.java index 9fff0bd2..3c3ca880 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/ApkOptions.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/ApkOptions.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/ApktoolProperties.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/ApktoolProperties.java index 5418bc7d..a5414a46 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/ApktoolProperties.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/ApktoolProperties.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/AXmlDecodingException.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/AXmlDecodingException.java index cc28d000..b9c642e8 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/AXmlDecodingException.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/AXmlDecodingException.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/CantFind9PatchChunk.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/CantFind9PatchChunk.java index 84f259df..f34fe9eb 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/CantFind9PatchChunk.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/CantFind9PatchChunk.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/CantFindFrameworkResException.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/CantFindFrameworkResException.java index 6a1d1b4a..0c2058c2 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/CantFindFrameworkResException.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/CantFindFrameworkResException.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/InFileNotFoundException.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/InFileNotFoundException.java index 5a69f288..9278fdfb 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/InFileNotFoundException.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/InFileNotFoundException.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/OutDirExistsException.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/OutDirExistsException.java index afb93ca2..bbd06d6c 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/OutDirExistsException.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/OutDirExistsException.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/RawXmlEncounteredException.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/RawXmlEncounteredException.java index 762f1074..58dfb843 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/RawXmlEncounteredException.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/RawXmlEncounteredException.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/UndefinedResObject.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/UndefinedResObject.java index 319ff1b8..a29273ea 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/UndefinedResObject.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/err/UndefinedResObject.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/MetaInfo.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/MetaInfo.java index 7da11d4d..2ce1bc53 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/MetaInfo.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/MetaInfo.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/PackageInfo.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/PackageInfo.java index a28a98b4..8b60886b 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/PackageInfo.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/PackageInfo.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/StringExConstructor.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/StringExConstructor.java index 6c16e4d3..79e750e6 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/StringExConstructor.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/StringExConstructor.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/StringExRepresent.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/StringExRepresent.java index afc78cf0..683da181 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/StringExRepresent.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/StringExRepresent.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/UsesFramework.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/UsesFramework.java index f86469af..df83c525 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/UsesFramework.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/UsesFramework.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/VersionInfo.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/VersionInfo.java index 67c2faf1..89f33662 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/VersionInfo.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/VersionInfo.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/YamlStringEscapeUtils.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/YamlStringEscapeUtils.java index 7896cdd3..0e97c3d9 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/YamlStringEscapeUtils.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/meta/YamlStringEscapeUtils.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/mod/SmaliMod.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/mod/SmaliMod.java index 8f9988bf..a622af43 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/mod/SmaliMod.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/mod/SmaliMod.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/AndrolibResources.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/AndrolibResources.java index 14c4bbb4..06808b86 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/AndrolibResources.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/AndrolibResources.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResConfigFlags.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResConfigFlags.java index 5ee08640..fb5321e6 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResConfigFlags.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResConfigFlags.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResID.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResID.java index 38fe93fc..1b32939d 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResID.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResID.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResPackage.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResPackage.java index 1b000d21..ae4f4cd3 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResPackage.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResPackage.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResResSpec.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResResSpec.java index aef95427..fa35f4dd 100755 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResResSpec.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResResSpec.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResResource.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResResource.java index a8c3a32e..3cc85bc5 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResResource.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResResource.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResTable.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResTable.java index 79a350fd..e9a258f5 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResTable.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResTable.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResType.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResType.java index 40e4a56e..cf2ab936 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResType.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResType.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResTypeSpec.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResTypeSpec.java index 74f035c5..414587b2 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResTypeSpec.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResTypeSpec.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResUnknownFiles.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResUnknownFiles.java index 595c4343..74bb680e 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResUnknownFiles.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResUnknownFiles.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResValuesFile.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResValuesFile.java index 07aa8a67..a3c464ed 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResValuesFile.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResValuesFile.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResArrayValue.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResArrayValue.java index 29465322..dfd01597 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResArrayValue.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResArrayValue.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResAttr.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResAttr.java index 7f75546f..29f15d3f 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResAttr.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResAttr.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResBagValue.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResBagValue.java index e2e62fb1..0943cc5e 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResBagValue.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResBagValue.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResBoolValue.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResBoolValue.java index de454767..596d5048 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResBoolValue.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResBoolValue.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResColorValue.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResColorValue.java index fb1a1e90..550751f8 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResColorValue.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResColorValue.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResDimenValue.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResDimenValue.java index 33e01c8f..bb1a8ecf 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResDimenValue.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResDimenValue.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResEmptyValue.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResEmptyValue.java index 60396890..266057b0 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResEmptyValue.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResEmptyValue.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResEnumAttr.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResEnumAttr.java index 0925b944..e4139c49 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResEnumAttr.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResEnumAttr.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResFileValue.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResFileValue.java index 869eabc0..c55b9880 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResFileValue.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResFileValue.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResFlagsAttr.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResFlagsAttr.java index 0c4a6ff7..05b0d066 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResFlagsAttr.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResFlagsAttr.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResFloatValue.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResFloatValue.java index bd551d52..783e5473 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResFloatValue.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResFloatValue.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResFractionValue.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResFractionValue.java index 0e4a32fb..9e9f7601 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResFractionValue.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResFractionValue.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResIdValue.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResIdValue.java index 8b99a349..f59b3e5c 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResIdValue.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResIdValue.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResIntBasedValue.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResIntBasedValue.java index cf74c4db..eb333396 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResIntBasedValue.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResIntBasedValue.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResIntValue.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResIntValue.java index ae03bbaa..252d5f46 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResIntValue.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResIntValue.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResPluralsValue.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResPluralsValue.java index f1618465..de7072fe 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResPluralsValue.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResPluralsValue.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResReferenceValue.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResReferenceValue.java index c3df492a..12b81f3d 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResReferenceValue.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResReferenceValue.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResScalarValue.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResScalarValue.java index b396762a..cea7c715 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResScalarValue.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResScalarValue.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResStringValue.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResStringValue.java index 22cb4de7..4e2274df 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResStringValue.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResStringValue.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResStyleValue.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResStyleValue.java index 90fe4a31..2f242740 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResStyleValue.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResStyleValue.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResValue.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResValue.java index e257ce55..388951e0 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResValue.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResValue.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResValueFactory.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResValueFactory.java index 31d180f1..0b047b8c 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResValueFactory.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResValueFactory.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ARSCDecoder.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ARSCDecoder.java index 86efecff..b055b4c7 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ARSCDecoder.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ARSCDecoder.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/AXmlResourceParser.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/AXmlResourceParser.java index d006a2c2..dc6fdf30 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/AXmlResourceParser.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/AXmlResourceParser.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/Res9patchStreamDecoder.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/Res9patchStreamDecoder.java index a8ed5f16..0df77c63 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/Res9patchStreamDecoder.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/Res9patchStreamDecoder.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ResAttrDecoder.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ResAttrDecoder.java index 72ec3287..ce703b58 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ResAttrDecoder.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ResAttrDecoder.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ResFileDecoder.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ResFileDecoder.java index 0cf0a9ed..19f38209 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ResFileDecoder.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ResFileDecoder.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ResRawStreamDecoder.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ResRawStreamDecoder.java index b910cd8f..e35bdcf4 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ResRawStreamDecoder.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ResRawStreamDecoder.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ResStreamDecoder.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ResStreamDecoder.java index 1caf8798..8f07bded 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ResStreamDecoder.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ResStreamDecoder.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ResStreamDecoderContainer.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ResStreamDecoderContainer.java index f89ea5f8..bb643089 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ResStreamDecoderContainer.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ResStreamDecoderContainer.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/StringBlock.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/StringBlock.java index c1656d27..d358386f 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/StringBlock.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/StringBlock.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/XmlPullStreamDecoder.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/XmlPullStreamDecoder.java index 25ef81e6..40bd2e44 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/XmlPullStreamDecoder.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/XmlPullStreamDecoder.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/util/ExtFile.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/util/ExtFile.java index 579dd021..d08ec6fa 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/util/ExtFile.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/util/ExtFile.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/util/ExtMXSerializer.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/util/ExtMXSerializer.java index 247425d2..d1dce0b9 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/util/ExtMXSerializer.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/util/ExtMXSerializer.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/util/ExtXmlSerializer.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/util/ExtXmlSerializer.java index c60eb085..b187e729 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/util/ExtXmlSerializer.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/util/ExtXmlSerializer.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/xml/ResValuesXmlSerializable.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/xml/ResValuesXmlSerializable.java index 62c540eb..b3d00401 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/xml/ResValuesXmlSerializable.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/xml/ResValuesXmlSerializable.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/xml/ResXmlEncodable.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/xml/ResXmlEncodable.java index 7c0d38b7..fc792121 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/xml/ResXmlEncodable.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/xml/ResXmlEncodable.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/xml/ResXmlEncoders.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/xml/ResXmlEncoders.java index ec70c432..3187fa73 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/xml/ResXmlEncoders.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/xml/ResXmlEncoders.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/xml/ResXmlPatcher.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/xml/ResXmlPatcher.java index 8fd124c4..31465deb 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/xml/ResXmlPatcher.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/xml/ResXmlPatcher.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/src/SmaliBuilder.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/src/SmaliBuilder.java index 03c88db6..54d63a59 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/src/SmaliBuilder.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/src/SmaliBuilder.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/src/SmaliDecoder.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/src/SmaliDecoder.java index 2e09d3f1..b569c85d 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/src/SmaliDecoder.java +++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/src/SmaliDecoder.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/main/java/org/xmlpull/renamed/MXSerializer.java b/brut.apktool/apktool-lib/src/main/java/org/xmlpull/renamed/MXSerializer.java index b18c0a48..dcbc1211 100644 --- a/brut.apktool/apktool-lib/src/main/java/org/xmlpull/renamed/MXSerializer.java +++ b/brut.apktool/apktool-lib/src/main/java/org/xmlpull/renamed/MXSerializer.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/BaseTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/BaseTest.java index f0f7b953..91a42e01 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/BaseTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/BaseTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/TestUtils.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/TestUtils.java index f87a654c..6fa0af8d 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/TestUtils.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/TestUtils.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/AndroidOreoNotSparseTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/AndroidOreoNotSparseTest.java index a094e885..91e868ef 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/AndroidOreoNotSparseTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/AndroidOreoNotSparseTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/AndroidOreoSparseTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/AndroidOreoSparseTest.java index fae22b65..74339c40 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/AndroidOreoSparseTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/AndroidOreoSparseTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/BuildAndDecodeJarTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/BuildAndDecodeJarTest.java index 27db7ae6..5e0a854a 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/BuildAndDecodeJarTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/BuildAndDecodeJarTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/BuildAndDecodeTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/BuildAndDecodeTest.java index 7dc82d5c..cce11cb1 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/BuildAndDecodeTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/BuildAndDecodeTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/DebugTagRetainedTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/DebugTagRetainedTest.java index 98e82328..6a07e5f1 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/DebugTagRetainedTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/DebugTagRetainedTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/DefaultBaksmaliVariableTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/DefaultBaksmaliVariableTest.java index 4704f180..b7d0c3eb 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/DefaultBaksmaliVariableTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/DefaultBaksmaliVariableTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/EmptyResourcesArscTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/EmptyResourcesArscTest.java index db88ad08..34999527 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/EmptyResourcesArscTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/EmptyResourcesArscTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/LargeIntsInManifestTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/LargeIntsInManifestTest.java index 6ca3a757..796e69f4 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/LargeIntsInManifestTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/LargeIntsInManifestTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/ProviderAttributeTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/ProviderAttributeTest.java index 742f8c68..7ccdab9a 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/ProviderAttributeTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/ProviderAttributeTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/ReferenceVersionCodeTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/ReferenceVersionCodeTest.java index 5eda5314..8b213927 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/ReferenceVersionCodeTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/ReferenceVersionCodeTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/SharedLibraryTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/SharedLibraryTest.java index ec67750e..c30fe1b1 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/SharedLibraryTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/SharedLibraryTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/SkipAssetTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/SkipAssetTest.java index 7dfac5d6..3eac67b4 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/SkipAssetTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/SkipAssetTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/UnknownCompressionTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/UnknownCompressionTest.java index b498472a..d4174b68 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/UnknownCompressionTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt1/UnknownCompressionTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt2/BuildAndDecodeTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt2/BuildAndDecodeTest.java index a2fb9bdb..141d23c2 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt2/BuildAndDecodeTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt2/BuildAndDecodeTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt2/NonStandardPkgIdTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt2/NonStandardPkgIdTest.java index a97c487d..52b822ec 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt2/NonStandardPkgIdTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt2/NonStandardPkgIdTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/androlib/InvalidSdkBoundingTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/androlib/InvalidSdkBoundingTest.java index f45c4855..bbbf2117 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/androlib/InvalidSdkBoundingTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/androlib/InvalidSdkBoundingTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/AndResGuardTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/AndResGuardTest.java index d4f78f93..63e70919 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/AndResGuardTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/AndResGuardTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/DecodeArrayTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/DecodeArrayTest.java index c2bdf5e4..326eab47 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/DecodeArrayTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/DecodeArrayTest.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package brut.androlib.decode; import brut.androlib.ApkDecoder; diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/DecodeKotlinCoroutinesTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/DecodeKotlinCoroutinesTest.java index bb868498..d80f4707 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/DecodeKotlinCoroutinesTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/DecodeKotlinCoroutinesTest.java @@ -1,18 +1,18 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson - *

- * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - *

- * http://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package brut.androlib.decode; diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/DecodeKotlinTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/DecodeKotlinTest.java index a50331f7..3540e893 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/DecodeKotlinTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/DecodeKotlinTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/DoubleExtensionUnknownFileTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/DoubleExtensionUnknownFileTest.java index 9290b05b..87fbd822 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/DoubleExtensionUnknownFileTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/DoubleExtensionUnknownFileTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/ExternalEntityTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/ExternalEntityTest.java index 21e14679..c8f53e0a 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/ExternalEntityTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/ExternalEntityTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/ForceManifestDecodeNoResourcesTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/ForceManifestDecodeNoResourcesTest.java index 74be0e1c..debf78dc 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/ForceManifestDecodeNoResourcesTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/ForceManifestDecodeNoResourcesTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/MinifiedArscTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/MinifiedArscTest.java index 1a794b8f..d2a3d973 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/MinifiedArscTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/MinifiedArscTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/MissingDiv9PatchTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/MissingDiv9PatchTest.java index da913026..9f336dcb 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/MissingDiv9PatchTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/MissingDiv9PatchTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/MissingVersionManifestTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/MissingVersionManifestTest.java index 13b5c336..426d1fb7 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/MissingVersionManifestTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/MissingVersionManifestTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/OutsideOfDirectoryEntryTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/OutsideOfDirectoryEntryTest.java index 948bbac8..a2be7e5b 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/OutsideOfDirectoryEntryTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/OutsideOfDirectoryEntryTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/ParentDirectoryTraversalTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/ParentDirectoryTraversalTest.java index 53a85d9d..b421ba40 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/ParentDirectoryTraversalTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/ParentDirectoryTraversalTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/VectorDrawableTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/VectorDrawableTest.java index dcb2a4e2..99b25c3f 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/VectorDrawableTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/VectorDrawableTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/encoders/PositionalEnumerationTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/encoders/PositionalEnumerationTest.java index d852e57b..a8d14566 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/encoders/PositionalEnumerationTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/encoders/PositionalEnumerationTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/util/AaptVersionTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/util/AaptVersionTest.java index 7a31f797..c759ceb1 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/util/AaptVersionTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/util/AaptVersionTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.apktool/apktool-lib/src/test/java/brut/androlib/util/UnknownDirectoryTraversalTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/util/UnknownDirectoryTraversalTest.java index c9cba4ab..1541353f 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/util/UnknownDirectoryTraversalTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/util/UnknownDirectoryTraversalTest.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.j.common/src/main/java/brut/common/BrutException.java b/brut.j.common/src/main/java/brut/common/BrutException.java index ba7f5557..dcf96980 100644 --- a/brut.j.common/src/main/java/brut/common/BrutException.java +++ b/brut.j.common/src/main/java/brut/common/BrutException.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.j.common/src/main/java/brut/common/InvalidUnknownFileException.java b/brut.j.common/src/main/java/brut/common/InvalidUnknownFileException.java index 4b295049..493ac54c 100644 --- a/brut.j.common/src/main/java/brut/common/InvalidUnknownFileException.java +++ b/brut.j.common/src/main/java/brut/common/InvalidUnknownFileException.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.j.common/src/main/java/brut/common/RootUnknownFileException.java b/brut.j.common/src/main/java/brut/common/RootUnknownFileException.java index f8a9b8f3..5bd87b1c 100644 --- a/brut.j.common/src/main/java/brut/common/RootUnknownFileException.java +++ b/brut.j.common/src/main/java/brut/common/RootUnknownFileException.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.j.common/src/main/java/brut/common/TraversalUnknownFileException.java b/brut.j.common/src/main/java/brut/common/TraversalUnknownFileException.java index 56606450..84b0c86b 100644 --- a/brut.j.common/src/main/java/brut/common/TraversalUnknownFileException.java +++ b/brut.j.common/src/main/java/brut/common/TraversalUnknownFileException.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.j.dir/src/main/java/brut/directory/AbstractDirectory.java b/brut.j.dir/src/main/java/brut/directory/AbstractDirectory.java index 71c22419..b8620b7c 100644 --- a/brut.j.dir/src/main/java/brut/directory/AbstractDirectory.java +++ b/brut.j.dir/src/main/java/brut/directory/AbstractDirectory.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.j.dir/src/main/java/brut/directory/DirUtil.java b/brut.j.dir/src/main/java/brut/directory/DirUtil.java index ccd94614..bf4758d7 100644 --- a/brut.j.dir/src/main/java/brut/directory/DirUtil.java +++ b/brut.j.dir/src/main/java/brut/directory/DirUtil.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.j.dir/src/main/java/brut/directory/Directory.java b/brut.j.dir/src/main/java/brut/directory/Directory.java index 146ee8ec..c5d00308 100644 --- a/brut.j.dir/src/main/java/brut/directory/Directory.java +++ b/brut.j.dir/src/main/java/brut/directory/Directory.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.j.dir/src/main/java/brut/directory/DirectoryException.java b/brut.j.dir/src/main/java/brut/directory/DirectoryException.java index 44293be9..e7f01373 100644 --- a/brut.j.dir/src/main/java/brut/directory/DirectoryException.java +++ b/brut.j.dir/src/main/java/brut/directory/DirectoryException.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.j.dir/src/main/java/brut/directory/ExtFile.java b/brut.j.dir/src/main/java/brut/directory/ExtFile.java index 2b50c3bd..a4250725 100644 --- a/brut.j.dir/src/main/java/brut/directory/ExtFile.java +++ b/brut.j.dir/src/main/java/brut/directory/ExtFile.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.j.dir/src/main/java/brut/directory/FileDirectory.java b/brut.j.dir/src/main/java/brut/directory/FileDirectory.java index 7414eafa..f4703fb4 100644 --- a/brut.j.dir/src/main/java/brut/directory/FileDirectory.java +++ b/brut.j.dir/src/main/java/brut/directory/FileDirectory.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.j.dir/src/main/java/brut/directory/PathAlreadyExists.java b/brut.j.dir/src/main/java/brut/directory/PathAlreadyExists.java index 804e7f93..5953f9b4 100644 --- a/brut.j.dir/src/main/java/brut/directory/PathAlreadyExists.java +++ b/brut.j.dir/src/main/java/brut/directory/PathAlreadyExists.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.j.dir/src/main/java/brut/directory/PathNotExist.java b/brut.j.dir/src/main/java/brut/directory/PathNotExist.java index 2e7f40f4..4b433434 100644 --- a/brut.j.dir/src/main/java/brut/directory/PathNotExist.java +++ b/brut.j.dir/src/main/java/brut/directory/PathNotExist.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.j.dir/src/main/java/brut/directory/ZipRODirectory.java b/brut.j.dir/src/main/java/brut/directory/ZipRODirectory.java index 5dd56949..79202899 100644 --- a/brut.j.dir/src/main/java/brut/directory/ZipRODirectory.java +++ b/brut.j.dir/src/main/java/brut/directory/ZipRODirectory.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.j.dir/src/main/java/brut/directory/ZipUtils.java b/brut.j.dir/src/main/java/brut/directory/ZipUtils.java index be8efdb4..f46b4270 100644 --- a/brut.j.dir/src/main/java/brut/directory/ZipUtils.java +++ b/brut.j.dir/src/main/java/brut/directory/ZipUtils.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.j.util/src/main/java/brut/util/AaptManager.java b/brut.j.util/src/main/java/brut/util/AaptManager.java index 1d3f2efd..cf9636b9 100644 --- a/brut.j.util/src/main/java/brut/util/AaptManager.java +++ b/brut.j.util/src/main/java/brut/util/AaptManager.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.j.util/src/main/java/brut/util/BrutIO.java b/brut.j.util/src/main/java/brut/util/BrutIO.java index 20d5b09f..55c30fe2 100644 --- a/brut.j.util/src/main/java/brut/util/BrutIO.java +++ b/brut.j.util/src/main/java/brut/util/BrutIO.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.j.util/src/main/java/brut/util/DataInputDelegate.java b/brut.j.util/src/main/java/brut/util/DataInputDelegate.java index 13ff06d2..6842b5b4 100644 --- a/brut.j.util/src/main/java/brut/util/DataInputDelegate.java +++ b/brut.j.util/src/main/java/brut/util/DataInputDelegate.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.j.util/src/main/java/brut/util/Duo.java b/brut.j.util/src/main/java/brut/util/Duo.java index 6d716e62..7c0b8346 100644 --- a/brut.j.util/src/main/java/brut/util/Duo.java +++ b/brut.j.util/src/main/java/brut/util/Duo.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.j.util/src/main/java/brut/util/ExtDataInput.java b/brut.j.util/src/main/java/brut/util/ExtDataInput.java index be380a28..fa810e44 100644 --- a/brut.j.util/src/main/java/brut/util/ExtDataInput.java +++ b/brut.j.util/src/main/java/brut/util/ExtDataInput.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.j.util/src/main/java/brut/util/Jar.java b/brut.j.util/src/main/java/brut/util/Jar.java index 3d05c1da..0b28067b 100644 --- a/brut.j.util/src/main/java/brut/util/Jar.java +++ b/brut.j.util/src/main/java/brut/util/Jar.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.j.util/src/main/java/brut/util/OS.java b/brut.j.util/src/main/java/brut/util/OS.java index 30fff9ae..27fa2844 100644 --- a/brut.j.util/src/main/java/brut/util/OS.java +++ b/brut.j.util/src/main/java/brut/util/OS.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/brut.j.util/src/main/java/brut/util/OSDetection.java b/brut.j.util/src/main/java/brut/util/OSDetection.java index 2e396d02..473e0f66 100644 --- a/brut.j.util/src/main/java/brut/util/OSDetection.java +++ b/brut.j.util/src/main/java/brut/util/OSDetection.java @@ -1,6 +1,6 @@ /** - * Copyright (C) 2018 Ryszard Wiśniewski - * Copyright (C) 2018 Connor Tumbleson + * Copyright (C) 2019 Ryszard Wiśniewski + * Copyright (C) 2019 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.