vlc | branch: master | David Fuhrmann <[email protected]> | Sun Feb 10 20:14:22 2013 +0100| [7b621263eea504d2e5c28bba64a55958ef789e41] | committer: David Fuhrmann
macosx: update copyright headers for some recently changed files > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7b621263eea504d2e5c28bba64a55958ef789e41 --- modules/gui/macosx/ControlsBar.m | 2 +- modules/gui/macosx/MainWindow.h | 3 ++- modules/gui/macosx/MainWindow.m | 3 ++- modules/gui/macosx/VLCVoutWindowController.h | 2 +- modules/gui/macosx/VLCVoutWindowController.m | 2 +- modules/gui/macosx/VideoView.h | 3 ++- modules/gui/macosx/VideoView.m | 3 ++- modules/gui/macosx/Windows.h | 2 +- modules/gui/macosx/Windows.m | 2 +- modules/gui/macosx/fspanel.h | 3 ++- modules/gui/macosx/fspanel.m | 3 ++- modules/gui/macosx/intf.h | 2 +- 12 files changed, 18 insertions(+), 12 deletions(-) diff --git a/modules/gui/macosx/ControlsBar.m b/modules/gui/macosx/ControlsBar.m index 481e08d..00e1db9 100644 --- a/modules/gui/macosx/ControlsBar.m +++ b/modules/gui/macosx/ControlsBar.m @@ -1,7 +1,7 @@ /***************************************************************************** * ControlsBar.m: MacOS X interface module ***************************************************************************** - * Copyright (C) 2012 VLC authors and VideoLAN + * Copyright (C) 2012-2013 VLC authors and VideoLAN * $Id$ * * Authors: Felix Paul Kühne <fkuehne -at- videolan -dot- org> diff --git a/modules/gui/macosx/MainWindow.h b/modules/gui/macosx/MainWindow.h index 316845f..9ce21b8 100644 --- a/modules/gui/macosx/MainWindow.h +++ b/modules/gui/macosx/MainWindow.h @@ -1,13 +1,14 @@ /***************************************************************************** * MainWindow.h: MacOS X interface module ***************************************************************************** - * Copyright (C) 2002-2012 VLC authors and VideoLAN + * Copyright (C) 2002-2013 VLC authors and VideoLAN * $Id$ * * Authors: Felix Paul Kühne <fkuehne -at- videolan -dot- org> * Jon Lech Johansen <[email protected]> * Christophe Massiot <[email protected]> * Derk-Jan Hartman <hartman at videolan.org> + * David Fuhrmann <david dot fuhrmann at googlemail dot com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/gui/macosx/MainWindow.m b/modules/gui/macosx/MainWindow.m index 1da0e57..57bc84d 100644 --- a/modules/gui/macosx/MainWindow.m +++ b/modules/gui/macosx/MainWindow.m @@ -1,13 +1,14 @@ /***************************************************************************** * MainWindow.m: MacOS X interface module ***************************************************************************** - * Copyright (C) 2002-2012 VLC authors and VideoLAN + * Copyright (C) 2002-2013 VLC authors and VideoLAN * $Id$ * * Authors: Felix Paul Kühne <fkuehne -at- videolan -dot- org> * Jon Lech Johansen <[email protected]> * Christophe Massiot <[email protected]> * Derk-Jan Hartman <hartman at videolan.org> + * David Fuhrmann <david dot fuhrmann at googlemail dot com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/gui/macosx/VLCVoutWindowController.h b/modules/gui/macosx/VLCVoutWindowController.h index bd149db..3071028 100644 --- a/modules/gui/macosx/VLCVoutWindowController.h +++ b/modules/gui/macosx/VLCVoutWindowController.h @@ -1,7 +1,7 @@ /***************************************************************************** * VLCVoutWindowController.h: MacOS X interface module ***************************************************************************** - * Copyright (C) 2012 VLC authors and VideoLAN + * Copyright (C) 2012-2013 VLC authors and VideoLAN * $Id$ * * Authors: Felix Paul Kühne <fkuehne -at- videolan -dot- org> diff --git a/modules/gui/macosx/VLCVoutWindowController.m b/modules/gui/macosx/VLCVoutWindowController.m index 4429c01..2677f7b 100644 --- a/modules/gui/macosx/VLCVoutWindowController.m +++ b/modules/gui/macosx/VLCVoutWindowController.m @@ -1,7 +1,7 @@ /***************************************************************************** * VLCVoutWindowController.m: MacOS X interface module ***************************************************************************** - * Copyright (C) 2012 VLC authors and VideoLAN + * Copyright (C) 2012-2013 VLC authors and VideoLAN * $Id$ * * Authors: Felix Paul Kühne <fkuehne -at- videolan -dot- org> diff --git a/modules/gui/macosx/VideoView.h b/modules/gui/macosx/VideoView.h index 339b597..3ba9e05 100644 --- a/modules/gui/macosx/VideoView.h +++ b/modules/gui/macosx/VideoView.h @@ -1,7 +1,7 @@ /***************************************************************************** * VideoView.h: MacOS X video output module ***************************************************************************** - * Copyright (C) 2002-2012 VLC authors and VideoLAN + * Copyright (C) 2002-2013 VLC authors and VideoLAN * $Id$ * * Authors: Derk-Jan Hartman <hartman at videolan dot org> @@ -9,6 +9,7 @@ * Benjamin Pracht <bigben at videolan dot org> * Pierre d'Herbemont <pdherbemont # videolan org> * Felix Paul Kühne <fkuehne at videolan dot org> + * David Fuhrmann <david dot fuhrmann at googlemail dot com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/gui/macosx/VideoView.m b/modules/gui/macosx/VideoView.m index 7239cc9..90b8881 100644 --- a/modules/gui/macosx/VideoView.m +++ b/modules/gui/macosx/VideoView.m @@ -1,7 +1,7 @@ /***************************************************************************** * VideoView.m: MacOS X video output module ***************************************************************************** - * Copyright (C) 2002-2012 VLC authors and VideoLAN + * Copyright (C) 2002-2013 VLC authors and VideoLAN * $Id$ * * Authors: Derk-Jan Hartman <hartman at videolan dot org> @@ -9,6 +9,7 @@ * Benjamin Pracht <bigben at videolan dot org> * Pierre d'Herbemont <pdherbemont # videolan org> * Felix Paul Kühne <fkuehne at videolan dot org> + * David Fuhrmann <david dot fuhrmann at googlemail dot com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/gui/macosx/Windows.h b/modules/gui/macosx/Windows.h index 992a12b..c8dbfea 100644 --- a/modules/gui/macosx/Windows.h +++ b/modules/gui/macosx/Windows.h @@ -1,7 +1,7 @@ /***************************************************************************** * Windows.h: MacOS X interface module ***************************************************************************** - * Copyright (C) 2012 VLC authors and VideoLAN + * Copyright (C) 2012-2013 VLC authors and VideoLAN * $Id$ * * Authors: Felix Paul Kühne <fkuehne -at- videolan -dot- org> diff --git a/modules/gui/macosx/Windows.m b/modules/gui/macosx/Windows.m index 20bb730..ae63250 100644 --- a/modules/gui/macosx/Windows.m +++ b/modules/gui/macosx/Windows.m @@ -1,7 +1,7 @@ /***************************************************************************** * Windows.m: MacOS X interface module ***************************************************************************** - * Copyright (C) 2012 VLC authors and VideoLAN + * Copyright (C) 2012-2013 VLC authors and VideoLAN * $Id$ * * Authors: Felix Paul Kühne <fkuehne -at- videolan -dot- org> diff --git a/modules/gui/macosx/fspanel.h b/modules/gui/macosx/fspanel.h index a997b07..37c855a 100644 --- a/modules/gui/macosx/fspanel.h +++ b/modules/gui/macosx/fspanel.h @@ -1,11 +1,12 @@ /***************************************************************************** * fspanel.h: MacOS X full screen panel ***************************************************************************** - * Copyright (C) 2006-2012 VLC authors and VideoLAN + * Copyright (C) 2006-2013 VLC authors and VideoLAN * $Id$ * * Authors: Jérôme Decoodt <djc at videolan dot org> * Felix Paul Kühne <fkuehne at videolan dot org> + * David Fuhrmann <david dot fuhrmann at googlemail dot com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/gui/macosx/fspanel.m b/modules/gui/macosx/fspanel.m index f033384..54a1ee6 100644 --- a/modules/gui/macosx/fspanel.m +++ b/modules/gui/macosx/fspanel.m @@ -1,11 +1,12 @@ /***************************************************************************** * fspanel.m: MacOS X full screen panel ***************************************************************************** - * Copyright (C) 2006-2012 VLC authors and VideoLAN + * Copyright (C) 2006-2013 VLC authors and VideoLAN * $Id$ * * Authors: Jérôme Decoodt <djc at videolan dot org> * Felix Paul Kühne <fkuehne at videolan dot org> + * David Fuhrmann <david dot fuhrmann at googlemail dot com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/gui/macosx/intf.h b/modules/gui/macosx/intf.h index bdb3084..2551cf6 100644 --- a/modules/gui/macosx/intf.h +++ b/modules/gui/macosx/intf.h @@ -1,7 +1,7 @@ /***************************************************************************** * intf.h: MacOS X interface module ***************************************************************************** - * Copyright (C) 2002-2012 VLC authors and VideoLAN + * Copyright (C) 2002-2013 VLC authors and VideoLAN * $Id$ * * Authors: Jon Lech Johansen <[email protected]> _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
