Commit d60a7267 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* update the copyright dates

parent 1a08c091
......@@ -5391,7 +5391,7 @@ dnl
dnl Stuff used by the program
dnl
AC_DEFINE_UNQUOTED(VERSION_MESSAGE, "${VERSION} ${CODENAME}", [Simple version string])
AC_DEFINE_UNQUOTED(COPYRIGHT_MESSAGE, "VLC media player - version ${VERSION} ${CODENAME} - (c) 1996-2006 the VideoLAN team", [Copyright string])
AC_DEFINE_UNQUOTED(COPYRIGHT_MESSAGE, "VLC media player - version ${VERSION} ${CODENAME} - (c) 1996-2007 the VideoLAN team", [Copyright string])
AC_DEFINE_UNQUOTED(CONFIGURE_LINE, "${CONFIGURE_LINE}", [The ./configure command line])
AC_DEFINE_UNQUOTED(PACKAGE_VERSION_MAJOR,"${VERSION_MAJOR}", [version major number])
AC_DEFINE_UNQUOTED(PACKAGE_VERSION_MINOR,"${VERSION_MINOR}", [version minor number])
......
......@@ -2,5 +2,5 @@
CFBundleName = "VLC";
CFBundleShortVersionString = "0.8.6a";
CFBundleGetInfoString = "VLC media player 0.8.6a Copyright (c) 1996-2006 the VideoLAN team";
NSHumanReadableCopyright = "Copyright (c) 1996-2006 the VideoLAN team";
CFBundleGetInfoString = "VLC media player 0.8.6a Copyright (c) 1996-2007 the VideoLAN team";
NSHumanReadableCopyright = "Copyright (c) 1996-2007 the VideoLAN team";
......@@ -744,7 +744,7 @@
<key>CFBundleExecutable</key>
<string>VLC</string>
<key>CFBundleGetInfoString</key>
<string>VLC media player 0.8.6a, Copyright (c) 1996-2006 the VideoLAN team.</string>
<string>VLC media player 0.8.6a, Copyright (c) 1996-2007 the VideoLAN team.</string>
<key>CFBundleIconFile</key>
<string>vlc.icns</string>
<key>CFBundleIdentifier</key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment