]> git.sesse.net Git - vlc/commitdiff
* change copyright date
authorAntoine Cellerier <dionoea@videolan.org>
Tue, 1 Mar 2005 23:21:22 +0000 (23:21 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Tue, 1 Mar 2005 23:21:22 +0000 (23:21 +0000)
modules/gui/wxwindows/interface.cpp

index c7e498996a4f3b094de0441f7beb3c471e6643e7..1f960b6d3856e3d41ea101cf905f91ddc860ca98 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * interface.cpp : wxWindows plugin for vlc
  *****************************************************************************
- * Copyright (C) 2000-2004, 2003 VideoLAN
+ * Copyright (C) 2000-2005 VideoLAN
  * $Id$
  *
  * Authors: Gildas Bazin <gbazin@videolan.org>
@@ -715,7 +715,7 @@ void Interface::OnAbout( wxCommandEvent& WXUNUSED(event) )
     wxString msg;
     msg.Printf( wxString(wxT("VLC media player " PACKAGE_VERSION)) +
         wxU(_(" (wxWindows interface)\n\n")) +
-        wxU(_("(c) 1996-2004 - the VideoLAN Team\n\n")) +
+        wxU(_("(c) 1996-2005 - the VideoLAN Team\n\n")) +
         wxU( vlc_wraptext(INTF_ABOUT_MSG,WRAPCOUNT,ISUTF8) ) + wxT("\n\n") +
         wxU(_("The VideoLAN team <videolan@videolan.org>\n"
               "http://www.videolan.org/\n\n")) );