From 3f831c82214a33ac6b6e1793da9af806a27cc88c Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Sat, 11 Apr 2020 06:33:05 -0400 Subject: [PATCH] refactor: copyright year should be year started, not current year --- brut.apktool/apktool-cli/src/main/java/brut/apktool/Main.java | 4 ++-- .../apktool-lib/src/main/java/brut/androlib/Androlib.java | 4 ++-- .../src/main/java/brut/androlib/AndrolibException.java | 4 ++-- .../apktool-lib/src/main/java/brut/androlib/ApkDecoder.java | 4 ++-- .../apktool-lib/src/main/java/brut/androlib/ApkOptions.java | 4 ++-- .../src/main/java/brut/androlib/ApktoolProperties.java | 4 ++-- .../main/java/brut/androlib/err/AXmlDecodingException.java | 4 ++-- .../src/main/java/brut/androlib/err/CantFind9PatchChunk.java | 4 ++-- .../java/brut/androlib/err/CantFindFrameworkResException.java | 4 ++-- .../main/java/brut/androlib/err/InFileNotFoundException.java | 4 ++-- .../main/java/brut/androlib/err/OutDirExistsException.java | 4 ++-- .../java/brut/androlib/err/RawXmlEncounteredException.java | 4 ++-- .../src/main/java/brut/androlib/err/UndefinedResObject.java | 4 ++-- .../src/main/java/brut/androlib/meta/MetaInfo.java | 4 ++-- .../src/main/java/brut/androlib/meta/PackageInfo.java | 4 ++-- .../src/main/java/brut/androlib/meta/StringExConstructor.java | 4 ++-- .../src/main/java/brut/androlib/meta/StringExRepresent.java | 4 ++-- .../src/main/java/brut/androlib/meta/UsesFramework.java | 4 ++-- .../src/main/java/brut/androlib/meta/VersionInfo.java | 4 ++-- .../main/java/brut/androlib/meta/YamlStringEscapeUtils.java | 4 ++-- .../apktool-lib/src/main/java/brut/androlib/mod/SmaliMod.java | 4 ++-- .../src/main/java/brut/androlib/res/AndrolibResources.java | 4 ++-- .../src/main/java/brut/androlib/res/data/ResConfigFlags.java | 4 ++-- .../src/main/java/brut/androlib/res/data/ResID.java | 4 ++-- .../src/main/java/brut/androlib/res/data/ResPackage.java | 4 ++-- .../src/main/java/brut/androlib/res/data/ResResSpec.java | 4 ++-- .../src/main/java/brut/androlib/res/data/ResResource.java | 4 ++-- .../src/main/java/brut/androlib/res/data/ResTable.java | 4 ++-- .../src/main/java/brut/androlib/res/data/ResType.java | 4 ++-- .../src/main/java/brut/androlib/res/data/ResTypeSpec.java | 4 ++-- .../src/main/java/brut/androlib/res/data/ResUnknownFiles.java | 4 ++-- .../src/main/java/brut/androlib/res/data/ResValuesFile.java | 4 ++-- .../main/java/brut/androlib/res/data/value/ResArrayValue.java | 4 ++-- .../src/main/java/brut/androlib/res/data/value/ResAttr.java | 4 ++-- .../main/java/brut/androlib/res/data/value/ResBagValue.java | 4 ++-- .../main/java/brut/androlib/res/data/value/ResBoolValue.java | 4 ++-- .../main/java/brut/androlib/res/data/value/ResColorValue.java | 4 ++-- .../main/java/brut/androlib/res/data/value/ResDimenValue.java | 4 ++-- .../main/java/brut/androlib/res/data/value/ResEmptyValue.java | 4 ++-- .../main/java/brut/androlib/res/data/value/ResEnumAttr.java | 4 ++-- .../main/java/brut/androlib/res/data/value/ResFileValue.java | 4 ++-- .../main/java/brut/androlib/res/data/value/ResFlagsAttr.java | 4 ++-- .../main/java/brut/androlib/res/data/value/ResFloatValue.java | 4 ++-- .../java/brut/androlib/res/data/value/ResFractionValue.java | 4 ++-- .../main/java/brut/androlib/res/data/value/ResIdValue.java | 4 ++-- .../java/brut/androlib/res/data/value/ResIntBasedValue.java | 4 ++-- .../main/java/brut/androlib/res/data/value/ResIntValue.java | 4 ++-- .../java/brut/androlib/res/data/value/ResPluralsValue.java | 4 ++-- .../java/brut/androlib/res/data/value/ResReferenceValue.java | 4 ++-- .../java/brut/androlib/res/data/value/ResScalarValue.java | 4 ++-- .../java/brut/androlib/res/data/value/ResStringValue.java | 4 ++-- .../main/java/brut/androlib/res/data/value/ResStyleValue.java | 4 ++-- .../src/main/java/brut/androlib/res/data/value/ResValue.java | 4 ++-- .../java/brut/androlib/res/data/value/ResValueFactory.java | 4 ++-- .../src/main/java/brut/androlib/res/decoder/ARSCDecoder.java | 4 ++-- .../java/brut/androlib/res/decoder/AXmlResourceParser.java | 4 ++-- .../brut/androlib/res/decoder/Res9patchStreamDecoder.java | 4 ++-- .../main/java/brut/androlib/res/decoder/ResAttrDecoder.java | 4 ++-- .../main/java/brut/androlib/res/decoder/ResFileDecoder.java | 4 ++-- .../java/brut/androlib/res/decoder/ResRawStreamDecoder.java | 4 ++-- .../main/java/brut/androlib/res/decoder/ResStreamDecoder.java | 4 ++-- .../brut/androlib/res/decoder/ResStreamDecoderContainer.java | 4 ++-- .../src/main/java/brut/androlib/res/decoder/StringBlock.java | 4 ++-- .../java/brut/androlib/res/decoder/XmlPullStreamDecoder.java | 4 ++-- .../src/main/java/brut/androlib/res/util/ExtFile.java | 4 ++-- .../src/main/java/brut/androlib/res/util/ExtMXSerializer.java | 4 ++-- .../main/java/brut/androlib/res/util/ExtXmlSerializer.java | 4 ++-- .../java/brut/androlib/res/xml/ResValuesXmlSerializable.java | 4 ++-- .../src/main/java/brut/androlib/res/xml/ResXmlEncodable.java | 4 ++-- .../src/main/java/brut/androlib/res/xml/ResXmlEncoders.java | 4 ++-- .../src/main/java/brut/androlib/res/xml/ResXmlPatcher.java | 4 ++-- .../src/main/java/brut/androlib/src/SmaliBuilder.java | 4 ++-- .../src/main/java/brut/androlib/src/SmaliDecoder.java | 4 ++-- .../src/main/java/org/xmlpull/renamed/MXSerializer.java | 4 ++-- .../apktool-lib/src/test/java/brut/androlib/BaseTest.java | 4 ++-- .../apktool-lib/src/test/java/brut/androlib/TestUtils.java | 4 ++-- .../java/brut/androlib/aapt1/AndroidOreoNotSparseTest.java | 4 ++-- .../test/java/brut/androlib/aapt1/AndroidOreoSparseTest.java | 4 ++-- .../test/java/brut/androlib/aapt1/BuildAndDecodeJarTest.java | 4 ++-- .../src/test/java/brut/androlib/aapt1/BuildAndDecodeTest.java | 4 ++-- .../test/java/brut/androlib/aapt1/DebugTagRetainedTest.java | 4 ++-- .../java/brut/androlib/aapt1/DefaultBaksmaliVariableTest.java | 4 ++-- .../test/java/brut/androlib/aapt1/EmptyResourcesArscTest.java | 4 ++-- .../java/brut/androlib/aapt1/LargeIntsInManifestTest.java | 4 ++-- .../test/java/brut/androlib/aapt1/ProviderAttributeTest.java | 4 ++-- .../java/brut/androlib/aapt1/ReferenceVersionCodeTest.java | 4 ++-- .../src/test/java/brut/androlib/aapt1/SharedLibraryTest.java | 4 ++-- .../src/test/java/brut/androlib/aapt1/SkipAssetTest.java | 4 ++-- .../test/java/brut/androlib/aapt1/UnknownCompressionTest.java | 4 ++-- .../src/test/java/brut/androlib/aapt2/BuildAndDecodeTest.java | 4 ++-- .../test/java/brut/androlib/aapt2/NonStandardPkgIdTest.java | 4 ++-- .../java/brut/androlib/androlib/InvalidSdkBoundingTest.java | 4 ++-- .../src/test/java/brut/androlib/decode/AndResGuardTest.java | 4 ++-- .../src/test/java/brut/androlib/decode/DecodeArrayTest.java | 4 ++-- .../java/brut/androlib/decode/DecodeKotlinCoroutinesTest.java | 4 ++-- .../src/test/java/brut/androlib/decode/DecodeKotlinTest.java | 4 ++-- .../brut/androlib/decode/DoubleExtensionUnknownFileTest.java | 4 ++-- .../src/test/java/brut/androlib/decode/DuplicateDexTest.java | 4 ++-- .../src/test/java/brut/androlib/decode/Empty9PatchTest.java | 4 ++-- .../test/java/brut/androlib/decode/ExternalEntityTest.java | 4 ++-- .../androlib/decode/ForceManifestDecodeNoResourcesTest.java | 4 ++-- .../src/test/java/brut/androlib/decode/MinifiedArscTest.java | 4 ++-- .../test/java/brut/androlib/decode/MissingDiv9PatchTest.java | 4 ++-- .../java/brut/androlib/decode/MissingVersionManifestTest.java | 4 ++-- .../brut/androlib/decode/OutsideOfDirectoryEntryTest.java | 4 ++-- .../brut/androlib/decode/ParentDirectoryTraversalTest.java | 4 ++-- .../test/java/brut/androlib/decode/VectorDrawableTest.java | 4 ++-- .../brut/androlib/encoders/PositionalEnumerationTest.java | 4 ++-- .../src/test/java/brut/androlib/util/AaptVersionTest.java | 4 ++-- .../brut/androlib/util/UnknownDirectoryTraversalTest.java | 4 ++-- brut.j.common/src/main/java/brut/common/BrutException.java | 4 ++-- .../main/java/brut/common/InvalidUnknownFileException.java | 4 ++-- .../src/main/java/brut/common/RootUnknownFileException.java | 4 ++-- .../main/java/brut/common/TraversalUnknownFileException.java | 4 ++-- .../src/main/java/brut/directory/AbstractDirectory.java | 4 ++-- brut.j.dir/src/main/java/brut/directory/DirUtil.java | 4 ++-- brut.j.dir/src/main/java/brut/directory/Directory.java | 4 ++-- .../src/main/java/brut/directory/DirectoryException.java | 4 ++-- brut.j.dir/src/main/java/brut/directory/ExtFile.java | 4 ++-- brut.j.dir/src/main/java/brut/directory/FileDirectory.java | 4 ++-- .../src/main/java/brut/directory/PathAlreadyExists.java | 4 ++-- brut.j.dir/src/main/java/brut/directory/PathNotExist.java | 4 ++-- brut.j.dir/src/main/java/brut/directory/ZipRODirectory.java | 4 ++-- brut.j.dir/src/main/java/brut/directory/ZipUtils.java | 4 ++-- brut.j.util/src/main/java/brut/util/AaptManager.java | 4 ++-- brut.j.util/src/main/java/brut/util/BrutIO.java | 4 ++-- brut.j.util/src/main/java/brut/util/DataInputDelegate.java | 4 ++-- brut.j.util/src/main/java/brut/util/Duo.java | 4 ++-- brut.j.util/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 ++-- brut.j.util/src/main/java/brut/util/OSDetection.java | 4 ++-- 132 files changed, 264 insertions(+), 264 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 ae28d2c5..dc278f85 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 b994f546..54432a33 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 4523d7bc..d76581d4 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 94058b9a..74bc5255 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 be339117..92e89ae7 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 a8eaa86f..ebd4fd94 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 d21a70d7..39c5d304 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 b9052267..9e438c93 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 34395469..ec6c1082 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 df05bacb..b7253b89 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 56e90883..5598e6f4 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 78bb1d03..7a93569c 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 ed08d01b..96d8a8ff 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 fceae178..c0f35d3b 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 b3515458..ca1119c6 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 67663c31..13762004 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 19ae4430..5b32b935 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 6a2edb67..01edf417 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 835d7930..03ca19be 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 33ed179e..8d8e12ef 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 b42936e6..b34c1b81 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 0a04ee51..ec15deb1 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 f058f83f..4e3511f4 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 18b80362..c487f4a5 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 beaeea7a..7de094e0 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 f83e23f1..8f611c1d 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 36968f67..3d605b12 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 85ac4dc0..d37a3932 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 5ae17801..8900ec61 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 0e5911a7..ace8dd54 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 33c37d48..3a13f972 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 119ae052..85f926e4 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 223f09f9..a98cc168 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 639e2fc8..c5799cfa 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 e99d7810..f71dc25f 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 8aa0e2c5..aa9d84a6 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 cef92d9a..b7bb7d04 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 bcf32ed0..e0178cfc 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 605684f5..900bfbd3 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 ff9fa459..912261d8 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 e36b2f55..28ef27fa 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 83d20e3c..79e960fb 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 382187ff..4463f7de 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 77a3d1ee..0f055100 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 63fbcbf1..d527da53 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 d574894d..6b68d0f1 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 a82623cc..29be8585 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 cabeb1f6..e7859ad8 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 8b039fcf..a5b914db 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 72c6bdbe..cdcdd5af 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 16ce43f6..4d4ff7d9 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 c95c40af..5be1b7c0 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 674fa4dc..75cdeedd 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 3887efc9..e7a5e438 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 e6378ab1..c2a947c8 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 46b833d4..3d0c639a 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 29ea733f..ebc80dde 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 3a7bfb94..3c1fc412 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 d68e1750..ed68b780 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 56911172..93db96a0 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 a5058022..e2f31487 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 85e894d8..a9a99bfb 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 77d5c7ac..3525f10b 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 dfa35ef7..d84090e3 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 12c599e6..dd9f8406 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 2436f098..a5ae38ec 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 f2b86100..9c775f25 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 24be7f57..8921966e 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 05d9aead..d57f1d40 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 e9869532..5c6e002e 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 e0bc1d72..9361052a 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 15679076..b8590b40 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 b9e3a12b..840a7c5b 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 ec396a70..b4982f4d 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 b8a73402..ec78bd6f 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 a7d7ab4a..7aabb8cb 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 70afc85a..8a931d2a 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 aa6c7f16..f232b6ef 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 1cb04145..26d09cee 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 44a280e0..25118213 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 21adc63f..f251d173 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 71f46d75..059fd923 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 3648e50a..6f9dff73 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 b17aa542..051066f2 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 f90c9dd8..35b64572 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 fdf599a1..9c59f76e 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 5a82d338..856f5925 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 fb6bcec2..2f874f75 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 bda9f23c..35d52153 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 6b1854d7..03141b25 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 a6451584..af9bb5e4 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 053c2430..9d1af4cb 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 506d92ce..122b7a30 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 5b29201c..789b6c1c 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,6 +1,6 @@ /* - * Copyright (C) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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/DecodeKotlinCoroutinesTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/DecodeKotlinCoroutinesTest.java index 6985d6e4..b623fe09 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,6 +1,6 @@ /* - * Copyright (C) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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/DecodeKotlinTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/DecodeKotlinTest.java index 71cb8c00..c07818cd 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 297fae7c..1b3c1a35 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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/DuplicateDexTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/DuplicateDexTest.java index 3cec95f1..6e7ea58c 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/DuplicateDexTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/DuplicateDexTest.java @@ -1,6 +1,6 @@ /* - * Copyright (C) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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/Empty9PatchTest.java b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/Empty9PatchTest.java index 484d97c5..9d2f762c 100644 --- a/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/Empty9PatchTest.java +++ b/brut.apktool/apktool-lib/src/test/java/brut/androlib/decode/Empty9PatchTest.java @@ -1,6 +1,6 @@ /* - * Copyright (C) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 c943b155..7c282aa6 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 a43031df..ab521e8a 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 5c0b3cf3..892e1462 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 4bc93ed6..ac04d896 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 48e87b1c..6b6a72e4 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 cfc9a8ce..baf8d648 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 d1fdb7d2..7278f220 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 64e04561..b40ba57e 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 74bc3273..833dcbf1 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 95af1eff..b4ee9338 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 3b6b899a..98b0ca24 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 3ad24d35..6e7f1039 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 db8ffb3d..b6ed8eb9 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 d5bf6678..371886d9 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 3f4a9156..8a0e7afb 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 72974e8d..94b63384 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 dcfd4dcf..14c79638 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 f3635738..883ad09f 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 13e4565a..9af096f0 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 bf3f851e..f9c47d07 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 123d0b1f..a17ef866 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 94f523ee..e11f3a08 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 803d924b..a1cb68f4 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 be679fb6..47e79fd8 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 2b60933b..758b0cc7 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 fffd8e31..b881689e 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 56a8f804..7de9ce86 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 c394f466..08b3048c 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 7c9bc4e9..10158cbe 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 04f6a198..a05412d3 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 57db09f2..11c7c709 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 89a5f09b..ff7ce7a9 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 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 4d4d89cd..749c77d0 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) 2019 Ryszard Wiśniewski - * Copyright (C) 2019 Connor Tumbleson + * Copyright (C) 2010 Ryszard Wiśniewski + * Copyright (C) 2010 Connor Tumbleson * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.