diff options
author | Bradley Sepos <[email protected]> | 2019-01-01 00:00:00 +0000 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2019-01-01 00:00:00 +0000 |
commit | 5a65df0d5838a3c8896ca0f5ce077cdf051358dc (patch) | |
tree | aae2ae532d8366c58919c750306c81dc966af799 /macosx | |
parent | 47f3f2a6528bbeb205aee565f9cfbcde3bcba514 (diff) |
Update copyright dates to 2019.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Info.plist.m4 | 2 | ||||
-rwxr-xr-x | macosx/hbsign | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/macosx/Info.plist.m4 b/macosx/Info.plist.m4 index 96c7a98de..cb647b9bc 100644 --- a/macosx/Info.plist.m4 +++ b/macosx/Info.plist.m4 @@ -58,7 +58,7 @@ dnl <key>LSMinimumSystemVersion</key> <string>${MACOSX_DEPLOYMENT_TARGET}</string> <key>NSHumanReadableCopyright</key> - <string>Copyright © 2003-2018 __HB_name Team. + <string>Copyright © 2003-2019 __HB_name Team. GPLv2 license.</string> <key>NSMainNibFile</key> <string>MainMenu</string> diff --git a/macosx/hbsign b/macosx/hbsign index a63ee3d27..09ec3c790 100755 --- a/macosx/hbsign +++ b/macosx/hbsign @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Copyright (C) 2012-2017 VLC authors and VideoLAN # Copyright (C) 2012-2014 Felix Paul Kühne <fkuehne at videolan dot org> -# Copyright (C) 2018 Damiano Galassi <[email protected]> -# Copyright (C) 2018 Bradley Sepos <[email protected]> +# Copyright (C) 2018-2019 Damiano Galassi <[email protected]> +# Copyright (C) 2018-2019 Bradley Sepos <[email protected]> # # Based on VLC's codesign.sh # |