Changeset 0e4fd36cd90c429ad72d98fb357b6278aed7cf23
- Timestamp:
- 03/07/08 00:35:14
(6 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1204846514 +0100
- git-parent:
[897fdb260c6eb0908797ac1c131d826740b4a785]
- git-author:
- Rafaël Carré <funman@videolan.org> 1204846514 +0100
- Message:
svn -> git in OSX package
Update the copyright date
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2e888fd |
r0e4fd36 |
|
| 2 | 2 | |
|---|
| 3 | 3 | CFBundleName = "VLC"; |
|---|
| 4 | | CFBundleShortVersionString = "0.9.0-svn"; |
|---|
| 5 | | CFBundleGetInfoString = "VLC media player 0.9.0-svn Copyright (c) 1996-2007 the VideoLAN team"; |
|---|
| 6 | | NSHumanReadableCopyright = "Copyright (c) 1996-2007 the VideoLAN team"; |
|---|
| | 4 | CFBundleShortVersionString = "0.9.0-git"; |
|---|
| | 5 | CFBundleGetInfoString = "VLC media player 0.9.0-git Copyright (c) 1996-2008 the VideoLAN team"; |
|---|
| | 6 | NSHumanReadableCopyright = "Copyright (c) 1996-2008 the VideoLAN team"; |
|---|
| r9f2ffff |
r0e4fd36 |
|
| 895 | 895 | <string>VLC</string> |
|---|
| 896 | 896 | <key>CFBundleGetInfoString</key> |
|---|
| 897 | | <string>VLC media player 0.9.0-svn, Copyright (c) 1996-2006 the VideoLAN team.</string> |
|---|
| | 897 | <string>VLC media player 0.9.0-git, Copyright (c) 1996-2008 the VideoLAN team.</string> |
|---|
| 898 | 898 | <key>CFBundleIconFile</key> |
|---|
| 899 | 899 | <string>vlc.icns</string> |
|---|
| … | … | |
| 907 | 907 | <string>APPL</string> |
|---|
| 908 | 908 | <key>CFBundleShortVersionString</key> |
|---|
| 909 | | <string>0.9.0-svn</string> |
|---|
| | 909 | <string>0.9.0-git</string> |
|---|
| 910 | 910 | <key>CFBundleSignature</key> |
|---|
| 911 | 911 | <string>VLC#</string> |
|---|
| … | … | |
| 964 | 964 | </array> |
|---|
| 965 | 965 | <key>CFBundleVersion</key> |
|---|
| 966 | | <string>0.9.0-svn</string> |
|---|
| | 966 | <string>0.9.0-git</string> |
|---|
| 967 | 967 | <key>NSAppleScriptEnabled</key> |
|---|
| 968 | 968 | <string>YES</string> |
|---|