From 5b6dcbb7d2155bb156eae044ac2547d9636abd9f Mon Sep 17 00:00:00 2001 From: Kirill Rozov Date: Sun, 7 Mar 2021 13:11:06 +0300 Subject: [PATCH] Update copyright --- README.md | 2 +- sample/build.gradle | 2 +- sample/src/main/AndroidManifest.xml | 2 +- sample/src/main/java/com/kirillr/application/MainActivity.java | 2 +- .../main/java/com/kirillr/application/SampleApplication.java | 2 +- sample/src/main/kotlin/SampleApplicationKt.kt | 2 +- sample/src/main/res/layout/activity_main.xml | 2 +- sample/src/main/res/values/colors.xml | 2 +- sample/src/main/res/values/strings.xml | 2 +- sample/src/main/res/values/styles.xml | 2 +- strict-mode-compat-kotlin/build.gradle | 2 +- .../com/kirillr/strictmodehelper/kotlin/StrictModeCompat.kt | 2 +- .../com/kirillr/strictmodehelper/kotlin/dsl/StrictModeConfig.kt | 2 +- .../com/kirillr/strictmodehelper/kotlin/dsl/StrictModeDsl.kt | 2 +- .../java/com/kirillr/strictmodehelper/kotlin/dsl/StringMode.kt | 2 +- .../kirillr/strictmodehelper/kotlin/dsl/ThreadPolicyConfig.kt | 2 +- .../com/kirillr/strictmodehelper/kotlin/dsl/ThreadPolicyDsl.kt | 2 +- .../java/com/kirillr/strictmodehelper/kotlin/dsl/VmPolicyDsl.kt | 2 +- strict-mode-compat/build.gradle | 2 +- .../java/com/kirillr/strictmodehelper/StrictModeCompat.java | 2 +- .../src/main/java/com/kirillr/strictmodehelper/Utils.java | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 6fc5edf..51cf2bc 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ class SampleApplicationKt : Application() { License ------- - Copyright 2017-2019 Kirill Rozov + Copyright 2017-2021 Kirill Rozov Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/sample/build.gradle b/sample/build.gradle index 1496fba..1dae650 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 Kirill Rozov + * Copyright 2017-2021 Kirill Rozov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sample/src/main/AndroidManifest.xml b/sample/src/main/AndroidManifest.xml index bd5d5df..705caa2 100644 --- a/sample/src/main/AndroidManifest.xml +++ b/sample/src/main/AndroidManifest.xml @@ -1,6 +1,6 @@