vlc | branch: master | Marvin Scholz <[email protected]> | Sun Nov 26 02:13:37 2017 +0100| [eb26c513e53c270316fbc6f60cb2774e881825d1] | committer: Marvin Scholz
gui/minimal_macosx: Clarify comments and update copyright > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eb26c513e53c270316fbc6f60cb2774e881825d1 --- modules/gui/minimal_macosx/VLCMinimalVoutWindow.h | 4 ++-- modules/gui/minimal_macosx/VLCMinimalVoutWindow.m | 4 ++-- modules/gui/minimal_macosx/intf.m | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/gui/minimal_macosx/VLCMinimalVoutWindow.h b/modules/gui/minimal_macosx/VLCMinimalVoutWindow.h index 3217eaf62f..6dd0c2e47e 100644 --- a/modules/gui/minimal_macosx/VLCMinimalVoutWindow.h +++ b/modules/gui/minimal_macosx/VLCMinimalVoutWindow.h @@ -1,7 +1,7 @@ /***************************************************************************** - * VLCMinimalVoutWindow.h: MacOS X Minimal window for a vout + * VLCMinimalVoutWindow.h: macOS minimal vout window ***************************************************************************** - * Copyright (C) 2007-2012 VLC authors and VideoLAN + * Copyright (C) 2007-2017 VLC authors and VideoLAN * $Id$ * * Authors: Pierre d'Herbemont <pdherbemont # videolan.org> diff --git a/modules/gui/minimal_macosx/VLCMinimalVoutWindow.m b/modules/gui/minimal_macosx/VLCMinimalVoutWindow.m index d41c7eda44..bd58f7d6e1 100644 --- a/modules/gui/minimal_macosx/VLCMinimalVoutWindow.m +++ b/modules/gui/minimal_macosx/VLCMinimalVoutWindow.m @@ -1,7 +1,7 @@ /***************************************************************************** - * VLCMinimalVoutWindow.m: MacOS X Minimal interface window + * VLCMinimalVoutWindow.m: macOS minimal vout window ***************************************************************************** - * Copyright (C) 2007-2012 VLC authors and VideoLAN + * Copyright (C) 2007-2017 VLC authors and VideoLAN * $Id$ * * Authors: Pierre d'Herbemont <pdherbemont # videolan.org> diff --git a/modules/gui/minimal_macosx/intf.m b/modules/gui/minimal_macosx/intf.m index dff4bfd5a1..98768a89a0 100644 --- a/modules/gui/minimal_macosx/intf.m +++ b/modules/gui/minimal_macosx/intf.m @@ -1,7 +1,7 @@ /***************************************************************************** - * intf.m: MacOS X interface module + * intf.m: macOS minimal interface module ***************************************************************************** - * Copyright (C) 2002-2012 VLC authors and VideoLAN + * Copyright (C) 2002-2017 VLC authors and VideoLAN * $Id$ * * Authors: Pierre d'Herbemont <pdherbemont # videolan.org> _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
