Changeset c3699cc1d630e771a7fe1547b75d660a70ec8ac4

Show
Ignore:
Timestamp:
01/27/06 15:11:55 (3 years ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1138371115 +0000
git-parent:

[8a171c809b57bcccc25936b2e7569715120eef31]

git-author:
Antoine Cellerier <dionoea@videolan.org> 1138371115 +0000
Message:

Update copyright dates used in interfaces and binaries (2005 -> 2006)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • activex/axvlc_rc.rc

    rda4dc63 rc3699cc  
    2323      VALUE "FileVersion", STRINGIFY( VERSION ) 
    2424      VALUE "FileDescription", "VLC media player" 
    25       VALUE "LegalCopyright", "(c) 1996-2005 VideoLAN" 
     25      VALUE "LegalCopyright", "(c) 1996-2006 VideoLAN" 
    2626    END 
    2727  END 
  • configure.ac

    rbbc11c1 rc3699cc  
    50775077dnl 
    50785078AC_DEFINE_UNQUOTED(VERSION_MESSAGE, "${VERSION} ${CODENAME}", [Simple version string]) 
    5079 AC_DEFINE_UNQUOTED(COPYRIGHT_MESSAGE, "VLC media player - version ${VERSION} ${CODENAME} - (c) 1996-2005 the VideoLAN team", [Copyright string]) 
     5079AC_DEFINE_UNQUOTED(COPYRIGHT_MESSAGE, "VLC media player - version ${VERSION} ${CODENAME} - (c) 1996-2006 the VideoLAN team", [Copyright string]) 
    50805080AC_DEFINE_UNQUOTED(CONFIGURE_LINE, "${CONFIGURE_LINE}", [The ./configure command line]) 
    50815081AC_DEFINE_UNQUOTED(PACKAGE_VERSION_MAJOR,"${VERSION_MAJOR}", [version major number]) 
  • debian/copyright

    rb9730dd rc3699cc  
    1717              Måns Rullgård (mru(at)mru.ath.cx) 
    1818 
    19 VideoLAN is Copyright 1996-2005 The VideoLAN Team 
     19VideoLAN is Copyright 1996-2006 The VideoLAN Team 
    2020 
    2121  This program is free software; you can redistribute it and/or modify 
  • modules/gui/wince/interface.cpp

    r7f2b618 rc3699cc  
    495495            string about = (string)"VLC media player " PACKAGE_VERSION + 
    496496                _("\n(WinCE interface)\n\n") + 
    497                 _("(c) 1996-2005 - the VideoLAN Team\n\n") + 
     497                _("(c) 1996-2006 - the VideoLAN Team\n\n") + 
    498498                _("Compiled by ") + VLC_CompileBy() + "@" + 
    499499                VLC_CompileHost() + "." + VLC_CompileDomain() + ".\n" + 
  • modules/gui/wxwidgets/interface.cpp

    rf9c3744 rc3699cc  
    908908    msg.Printf( wxString(wxT("VLC media player " PACKAGE_VERSION)) + 
    909909        wxU(_(" (wxWidgets interface)\n\n")) + 
    910         wxU(_("(c) 1996-2005 - the VideoLAN Team\n\n")) + 
     910        wxU(_("(c) 1996-2006 - the VideoLAN Team\n\n")) + 
    911911       wxU(_("Compiled by "))+ wxU(VLC_CompileBy())+ wxU("@") + 
    912912       wxU(VLC_CompileHost())+ wxT(".")+ wxU(VLC_CompileDomain())+ wxT(".\n") + 
  • mozilla/npvlc_rc.rc

    r9b344d5 rc3699cc  
    3939            VALUE "InternalName", "npvlc\0" 
    4040            VALUE "CompanyName", "VideoLAN Team\0" 
    41             VALUE "LegalCopyright", "Copyright VideoLAN \251 1996-2005\0" 
     41            VALUE "LegalCopyright", "Copyright VideoLAN \251 1996-2006\0" 
    4242            VALUE "MIMEType", "audio/mpeg|audio/x-mpeg|video/mpeg|video/x-mpeg|video/mpeg-system|video/x-mpeg-system|video/mpeg4|audio/mpeg4|application/mpeg4-iod|application/mpeg4-muxcodetable|video/x-msvideo|video/quicktime|application/x-ogg|application/x-vlc-plugin|video/x-ms-asf-plugin|video/x-ms-asf|application/x-mplayer2|video/x-ms-wmv|application/x-google-vlc-plugin\0" 
    4343            VALUE "FileExtents", "mp2,mp3,mpga,mpega|mp2,mp3,mpga,mpega|mpg,mpeg,mpe|mpg,mpeg,mpe|mpg,mpeg,vob|mpg,mpeg,vob|mp4,mpg4|mp4,mpg4|mp4,mpg4|mp4,mpg4|avi|mov,qt|ogg||\0" 
  • share/vlc_win32_rc.rc

    r9ef388c rc3699cc  
    2323      VALUE "FileVersion", STRINGIFY( VERSION ) 
    2424      VALUE "FileDescription", "VLC media player" 
    25       VALUE "LegalCopyright", "(c) 1996-2005 VideoLAN" 
     25      VALUE "LegalCopyright", "(c) 1996-2006 VideoLAN" 
    2626    END 
    2727  END