From 7d25bda5e3d798c89eb705097e8a42a6e90db1c6 Mon Sep 17 00:00:00 2001 From: Pranav Pandey Date: Thu, 12 Mar 2020 23:50:20 +0530 Subject: [PATCH] Fix copyright year --- LICENSE | 2 +- README.md | 2 +- build.gradle | 2 +- dynamic-motion/bintray.gradle | 2 +- dynamic-motion/build.gradle | 2 +- dynamic-motion/maven.gradle | 2 +- dynamic-motion/src/main/AndroidManifest.xml | 2 +- .../android/dynamic/motion/adapter/ViewPagerAdapter.java | 2 +- .../android/dynamic/motion/widget/DynamicMotionLayout.java | 2 +- dynamic-motion/src/main/res/layout/adm_dummy_layout.xml | 2 +- dynamic-motion/src/main/res/layout/adm_view_pager.xml | 2 +- dynamic-motion/src/main/res/values/attrs.xml | 2 +- sample/build.gradle | 2 +- sample/src/main/AndroidManifest.xml | 2 +- .../android/dynamic/motion/sample/DynamicMotionActivity.java | 2 +- .../android/dynamic/motion/sample/widget/DynamicImageView.java | 2 +- sample/src/main/res/drawable/ic_launcher_foreground.xml | 2 +- sample/src/main/res/layout/activity_dynamic_motion.xml | 2 +- sample/src/main/res/mipmap-anydpi-v26/ic_launcher.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 +- sample/src/main/res/xml/motion_scene.xml | 2 +- settings.gradle | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/LICENSE b/LICENSE index b043dac..2b0cd6e 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2019-2020 Pranav Pandey + Copyright 2018-2020 Pranav Pandey Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 9c7b624..8e99b43 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Pranav Pandey ## License - Copyright 2019-2020 Pranav Pandey + Copyright 2018-2020 Pranav Pandey Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/build.gradle b/build.gradle index bffca89..7c17b61 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Pranav Pandey + * Copyright 2018-2020 Pranav Pandey * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dynamic-motion/bintray.gradle b/dynamic-motion/bintray.gradle index ea26b6c..4541264 100644 --- a/dynamic-motion/bintray.gradle +++ b/dynamic-motion/bintray.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Pranav Pandey + * Copyright 2018-2020 Pranav Pandey * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dynamic-motion/build.gradle b/dynamic-motion/build.gradle index 8b33934..235f1d4 100644 --- a/dynamic-motion/build.gradle +++ b/dynamic-motion/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Pranav Pandey + * Copyright 2018-2020 Pranav Pandey * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dynamic-motion/maven.gradle b/dynamic-motion/maven.gradle index 456060b..00d4020 100644 --- a/dynamic-motion/maven.gradle +++ b/dynamic-motion/maven.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Pranav Pandey + * Copyright 2018-2020 Pranav Pandey * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dynamic-motion/src/main/AndroidManifest.xml b/dynamic-motion/src/main/AndroidManifest.xml index 1886b60..a0d44ad 100644 --- a/dynamic-motion/src/main/AndroidManifest.xml +++ b/dynamic-motion/src/main/AndroidManifest.xml @@ -1,6 +1,6 @@