[Android] Update copyleft dates in about and licenses screens
Nicolas Pomepuy
git at videolan.org
Mon Jul 19 06:13:18 UTC 2021
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Jul 16 07:08:30 2021 +0200| [ba8b2c7ec1b9bbe1996ec6d54413aa91bcae3f4e] | committer: Nicolas Pomepuy
Update copyleft dates in about and licenses screens
> https://code.videolan.org/videolan/vlc-android/commit/ba8b2c7ec1b9bbe1996ec6d54413aa91bcae3f4e
---
application/resources/src/main/res/values/strings.xml | 2 +-
application/vlc-android/assets/license.htm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/application/resources/src/main/res/values/strings.xml b/application/resources/src/main/res/values/strings.xml
index 79eec505b..c0faddb5d 100644
--- a/application/resources/src/main/res/values/strings.xml
+++ b/application/resources/src/main/res/values/strings.xml
@@ -242,7 +242,7 @@
<string name="about_link" translatable="false"> <a href="https://www.videolan.org/vlc/">https://www.videolan.org/vlc/</a></string>
<string name="authors" translatable="false">Edward Wang, Sébastien Toque, Adrien Maglo, Jean-Baptiste Kempf, Ludovic Fauvet, Rafaël Carré, Alexandre Perraud, Michael Merg, Martin Storsjö, Rémi Duraffort, Dominique Martinet, Jean-Philippe André, Felix Abecassis, Christoph Miebach, Hugo Beauzée-Luyssen, Felix Paul Kühne, John Mooring, Pavol Rusnak, Rohit Yadav, Tanguy Pruvot, Thomas Clavier, Asad Mehmood, Garret Kelly, Philipp Dreimann, Walter Heck, Thomas Guillem, Geoffrey Métais, Habib Kazemi, Nicolas Pomepuy</string>
<string name="feedback_link" translatable="false"><a href="https://forum.videolan.org/viewforum.php?f=35">%s</a></string>
- <string name="about_copyright" translatable="false">Copyleft © 1996–2020 by VideoLAN.\n</string>
+ <string name="about_copyright" translatable="false">Copyleft © 1996–2021 by VideoLAN.\n</string>
<string name="vlc_authors">and VLC Authors.</string>
<string name="compiled_by">This version of VLC is compiled by:</string>
<string name="feedback_forum">Feedback forum</string>
diff --git a/application/vlc-android/assets/license.htm b/application/vlc-android/assets/license.htm
index ff83ac7fb..8bb42798e 100644
--- a/application/vlc-android/assets/license.htm
+++ b/application/vlc-android/assets/license.htm
@@ -9,7 +9,7 @@
<body id="top">
<h1>VLC for Android</h1>
- <p>Copyleft © 1996-2020 VideoLAN, VLC authors</p>
+ <p>Copyleft © 1996-2021 VideoLAN, VLC authors</p>
<div>
<h2>License</h2>
<p>VLC for Android is licensed under the <a href="#gpl">GNU General Public License, version 3 or later</a> (herein referred to as GPL).</p>
More information about the Android
mailing list