[vlc-commits] configure.ac: Update copyright years
    David Fuhrmann 
    git at videolan.org
       
    Sun Mar 29 11:45:31 CEST 2020
    
    
  
vlc/vlc-3.0 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun Mar 29 10:14:12 2020 +0200| [9488c3e00b2ff36291cb0e67179224e26d74a7e1] | committer: David Fuhrmann
configure.ac: Update copyright years
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=9488c3e00b2ff36291cb0e67179224e26d74a7e1
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 7b192eccd5..c60fd78e11 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl Autoconf settings for vlc
 
-AC_COPYRIGHT([Copyright 1999-2019 VLC authors and VideoLAN])
+AC_COPYRIGHT([Copyright 1999-2020 VLC authors and VideoLAN])
 
 AC_INIT(vlc, 3.0.9)
 VERSION_MAJOR=3
@@ -14,7 +14,7 @@ AC_SUBST(PKGDIR)
 
 CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
 CODENAME="Vetinari"
-COPYRIGHT_YEARS="1996-2019"
+COPYRIGHT_YEARS="1996-2020"
 
 AC_CONFIG_SRCDIR(src/libvlc.c)
 AC_CONFIG_AUX_DIR(autotools)
    
    
More information about the vlc-commits
mailing list