[vlc-commits] Update Copyright for 2017

Jean-Baptiste Kempf git at videolan.org
Sun Jan 1 16:24:23 CET 2017


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jan  1 16:24:08 2017 +0100| [f3fe29607f180025fd36d90068bca456929b30fc] | committer: Jean-Baptiste Kempf

Update Copyright for 2017

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f3fe29607f180025fd36d90068bca456929b30fc
---

 configure.ac    | 4 ++--
 doc/Makefile.am | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 158ae60..2f17465 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl Autoconf settings for vlc
 
-AC_COPYRIGHT([Copyright 1999-2016 VLC authors and VideoLAN])
+AC_COPYRIGHT([Copyright 1999-2017 VLC authors and VideoLAN])
 
 AC_INIT(vlc, 3.0.0-git)
 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-2016"
+COPYRIGHT_YEARS="1996-2017"
 
 AC_CONFIG_SRCDIR(src/libvlc.c)
 AC_CONFIG_AUX_DIR(autotools)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index aa8c7a8..90abd76 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -37,6 +37,7 @@ CHANGELOGS = \
 	ChangeLog-2014 \
 	ChangeLog-2015 \
 	ChangeLog-2016 \
+	ChangeLog-2017 \
 	$(NULL)
 
 man1_MANS = \



More information about the vlc-commits mailing list