[vlc-devel] [PATCH] NPAPI: configure: bump year
Sean McGovern
gseanmcg at gmail.com
Wed Feb 4 02:35:34 CET 2015
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index cbf1821..31045e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Autoconf settings for npapi-vlc
-AC_COPYRIGHT([Copyright 2002-2014 VLC authors and VideoLAN])
+AC_COPYRIGHT([Copyright 2002-2015 VLC authors and VideoLAN])
AC_INIT(npapi-vlc, 2.2.0)
VERSION_MAJOR="2"
@@ -18,7 +18,7 @@ case $( echo ${VERSION_EXTRA}|wc -m ) in
*) if test "${VERSION_EXTRA}" = "-git"; then VERSION_EXTRA_RC="666"; else VERSION_EXTRA_RC="99"; fi
esac
AC_SUBST(VERSION_EXTRA_RC)
-COPYRIGHT_YEARS="2002-2014"
+COPYRIGHT_YEARS="2002-2015"
AC_SUBST(COPYRIGHT_YEARS)
COPYRIGHT_MESSAGE="Copyright © ${COPYRIGHT_YEARS} VLC authors and VideoLAN"
AC_SUBST(COPYRIGHT_MESSAGE)
--
1.7.9.2
More information about the vlc-devel
mailing list