Changeset c3699cc1d630e771a7fe1547b75d660a70ec8ac4
- 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
| rda4dc63 |
rc3699cc |
|
| 23 | 23 | VALUE "FileVersion", STRINGIFY( VERSION ) |
|---|
| 24 | 24 | VALUE "FileDescription", "VLC media player" |
|---|
| 25 | | VALUE "LegalCopyright", "(c) 1996-2005 VideoLAN" |
|---|
| | 25 | VALUE "LegalCopyright", "(c) 1996-2006 VideoLAN" |
|---|
| 26 | 26 | END |
|---|
| 27 | 27 | END |
|---|
| rbbc11c1 |
rc3699cc |
|
| 5077 | 5077 | dnl |
|---|
| 5078 | 5078 | AC_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]) |
|---|
| | 5079 | AC_DEFINE_UNQUOTED(COPYRIGHT_MESSAGE, "VLC media player - version ${VERSION} ${CODENAME} - (c) 1996-2006 the VideoLAN team", [Copyright string]) |
|---|
| 5080 | 5080 | AC_DEFINE_UNQUOTED(CONFIGURE_LINE, "${CONFIGURE_LINE}", [The ./configure command line]) |
|---|
| 5081 | 5081 | AC_DEFINE_UNQUOTED(PACKAGE_VERSION_MAJOR,"${VERSION_MAJOR}", [version major number]) |
|---|
| rb9730dd |
rc3699cc |
|
| 17 | 17 | Måns Rullgård (mru(at)mru.ath.cx) |
|---|
| 18 | 18 | |
|---|
| 19 | | VideoLAN is Copyright 1996-2005 The VideoLAN Team |
|---|
| | 19 | VideoLAN is Copyright 1996-2006 The VideoLAN Team |
|---|
| 20 | 20 | |
|---|
| 21 | 21 | This program is free software; you can redistribute it and/or modify |
|---|
| r7f2b618 |
rc3699cc |
|
| 495 | 495 | string about = (string)"VLC media player " PACKAGE_VERSION + |
|---|
| 496 | 496 | _("\n(WinCE interface)\n\n") + |
|---|
| 497 | | _("(c) 1996-2005 - the VideoLAN Team\n\n") + |
|---|
| | 497 | _("(c) 1996-2006 - the VideoLAN Team\n\n") + |
|---|
| 498 | 498 | _("Compiled by ") + VLC_CompileBy() + "@" + |
|---|
| 499 | 499 | VLC_CompileHost() + "." + VLC_CompileDomain() + ".\n" + |
|---|
| rf9c3744 |
rc3699cc |
|
| 908 | 908 | msg.Printf( wxString(wxT("VLC media player " PACKAGE_VERSION)) + |
|---|
| 909 | 909 | 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")) + |
|---|
| 911 | 911 | wxU(_("Compiled by "))+ wxU(VLC_CompileBy())+ wxU("@") + |
|---|
| 912 | 912 | wxU(VLC_CompileHost())+ wxT(".")+ wxU(VLC_CompileDomain())+ wxT(".\n") + |
|---|
| r9b344d5 |
rc3699cc |
|
| 39 | 39 | VALUE "InternalName", "npvlc\0" |
|---|
| 40 | 40 | VALUE "CompanyName", "VideoLAN Team\0" |
|---|
| 41 | | VALUE "LegalCopyright", "Copyright VideoLAN \251 1996-2005\0" |
|---|
| | 41 | VALUE "LegalCopyright", "Copyright VideoLAN \251 1996-2006\0" |
|---|
| 42 | 42 | 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" |
|---|
| 43 | 43 | 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" |
|---|
| r9ef388c |
rc3699cc |
|
| 23 | 23 | VALUE "FileVersion", STRINGIFY( VERSION ) |
|---|
| 24 | 24 | VALUE "FileDescription", "VLC media player" |
|---|
| 25 | | VALUE "LegalCopyright", "(c) 1996-2005 VideoLAN" |
|---|
| | 25 | VALUE "LegalCopyright", "(c) 1996-2006 VideoLAN" |
|---|
| 26 | 26 | END |
|---|
| 27 | 27 | END |
|---|