]> git.sesse.net Git - vlc/commitdiff
Happy New Year
authorChristophe Mutricy <xtophe@videolan.org>
Sun, 14 Jan 2007 20:49:22 +0000 (20:49 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Sun, 14 Jan 2007 20:49:22 +0000 (20:49 +0000)
activex/axvlc_rc.rc
configure.ac
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
extras/MacOSX/plugin/Info.plist
mozilla/npvlc_rc.rc
mozilla/vlc.r
mozilla/vlcplugin.h

index 0d267d843491589a42f13bbe804f24feef424c6c..090a17e0d088636a103a4c7d9d048ee29c747679 100644 (file)
@@ -22,7 +22,7 @@ BEGIN
       VALUE "CompanyName", "VideoLAN Team"
       VALUE "FileVersion", STRINGIFY( VERSION )
       VALUE "FileDescription", "VLC media player"
-      VALUE "LegalCopyright", "(c) 1996-2006 VideoLAN"
+      VALUE "LegalCopyright", "(c) 1996-2007 VideoLAN"
       VALUE "OLESelfRegister", "\0"
     END
   END
index c9644ea38b1df50aa3c1a5d2ee05c89d897dc023..1ee7ae9f89239adb2cb681d79cd3f06e4ccc8cf9 100644 (file)
@@ -5615,7 +5615,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])
index a924a2378a48a8934d3fdfcd26055228a47df551..f74e3382e8506704de6244208c795d9179fb9e3c 100644 (file)
@@ -2,5 +2,5 @@
 
 CFBundleName = "VLC";
 CFBundleShortVersionString = "0.9.0-svn";
-CFBundleGetInfoString = "VLC media player 0.9.0-svn Copyright (c) 1996-2006 the VideoLAN team";
-NSHumanReadableCopyright = "Copyright (c) 1996-2006 the VideoLAN team";
+CFBundleGetInfoString = "VLC media player 0.9.0-svn Copyright (c) 1996-2007 the VideoLAN team";
+NSHumanReadableCopyright = "Copyright (c) 1996-2007 the VideoLAN team";
index 7093f949d8695c079c36b7d569d01eb488bdd0ab..cef5597ad52a6d7ed9666895dcce2936632eca62 100644 (file)
@@ -7,7 +7,7 @@
        <key>CFBundleExecutable</key>
        <string>VLC Plugin</string>
        <key>CFBundleGetInfoString</key>
-       <string>Copyright 2002-2006 The VideoLAN Team. All Rights Reserved</string>
+       <string>Copyright 2002-2007 The VideoLAN Team. All Rights Reserved</string>
        <key>CFBundleIdentifier</key>
        <string>com.netscape.vlc</string>
        <key>CFBundleInfoDictionaryVersion</key>
index 16626913c402906647b4922a40e7119c81880fd0..dc3415333faebe88ac656be6035faecb58c09880 100644 (file)
@@ -35,7 +35,7 @@ BEGIN
             VALUE "ProductVersion", STRINGIFY( VERSION )
             VALUE "OriginalFilename", "npvlc.dll\0"
             VALUE "FileVersion", STRINGIFY( VERSION )
-            VALUE "FileDescription", "Version " STRINGIFY( VERSION ) ", copyright 1996-2006 The VideoLAN Team<br><a href=""http://www.videolan.org/"">http://www.videolan.org/</a>\0"
+            VALUE "FileDescription", "Version " STRINGIFY( VERSION ) ", copyright 1996-2007 The VideoLAN Team<br><a href=""http://www.videolan.org/"">http://www.videolan.org/</a>\0"
             VALUE "InternalName", "npvlc\0"
             VALUE "CompanyName", "VideoLAN Team\0"
             VALUE "LegalCopyright", "Copyright \251 1996-2006 The VideoLAN Team\0"
index 7c1ce8520e0c0e6fe7f18d6f0ffd08940eaace98..2da3cf836b3c11f681883ba53a007a19ba5ef341 100644 (file)
@@ -13,7 +13,7 @@ data 'carb' (0)
 resource 'STR#' (126)
 {
     {
-        "Version 0.9.0, copyright 1996-2006 The VideoLAN Team"
+        "Version 0.9.0, copyright 1996-2007 The VideoLAN Team"
         "<BR><A HREF='http://www.videolan.org'>http://www.videolan.org</A>",
         "VLC Multimedia Plugin"
     };
index 4977d41ad038f71f58589ec07dd15e55d9e57c35..66c578fff4c615a0811a78f93ce9b46f13f46874 100644 (file)
@@ -121,7 +121,7 @@ private:
  ******************************************************************************/
 #define PLUGIN_NAME         "VLC Multimedia Plugin"
 #define PLUGIN_DESCRIPTION \
-    "Version %s, copyright 1996-2006 The VideoLAN Team" \
+    "Version %s, copyright 1996-2007 The VideoLAN Team" \
     "<br><a href=\"http://www.videolan.org/\">http://www.videolan.org/</a>"
 
 #define PLUGIN_MIMETYPES \