[vlc-commits] Update file headers (Re:macosx: Lua extensions infrastructure)
Brendon Justin
git at videolan.org
Sat Jan 14 19:22:27 CET 2012
vlc | branch: master | Brendon Justin <brendonjustin at gmail.com> | Fri Jan 13 21:04:50 2012 -0500| [52b1e17b865ffd37761272528e57647c59dc10d0] | committer: Felix Paul Kühne
Update file headers (Re:macosx: Lua extensions infrastructure)
Updates file headers which I missed previously. Applies on top of the last
patch that I sent, titled 'macosx: Lua extensions infrastructure (revised)'
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=52b1e17b865ffd37761272528e57647c59dc10d0
---
modules/gui/macosx/VLCUIWidgets.h | 7 ++++---
modules/gui/macosx/VLCUIWidgets.m | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/modules/gui/macosx/VLCUIWidgets.h b/modules/gui/macosx/VLCUIWidgets.h
index 326e467..7c94b06 100644
--- a/modules/gui/macosx/VLCUIWidgets.h
+++ b/modules/gui/macosx/VLCUIWidgets.h
@@ -1,10 +1,11 @@
/*****************************************************************************
- * VLCUIWidgets.h: Widgets for VLC's Minimal Dialog Provider for Mac OS X
+ * VLCUIWidgets.h: Widgets for VLC's extensions dialogs for Mac OS X
*****************************************************************************
- * Copyright (C) 2009-2012 the VideoLAN team
+ * Copyright (C) 2009-2012 the VideoLAN team and authors
* $Id$
*
- * Authors: Pierre d'Herbemont <pdherbemont # videolan dot>
+ * Authors: Pierre d'Herbemont <pdherbemont # videolan dot>,
+ * Brendon Justin <brendonjustin at gmail.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/VLCUIWidgets.m b/modules/gui/macosx/VLCUIWidgets.m
index 13c3202..ca534ef 100644
--- a/modules/gui/macosx/VLCUIWidgets.m
+++ b/modules/gui/macosx/VLCUIWidgets.m
@@ -1,10 +1,11 @@
/*****************************************************************************
- * VLCUIWidgets.m: Widgets for VLC's Minimal Dialog Provider for Mac OS X
+ * VLCUIWidgets.m: Widgets for VLC's extensions dialogs for Mac OS X
*****************************************************************************
- * Copyright (C) 2009-2010 the VideoLAN team
+ * Copyright (C) 2009-2012 the VideoLAN team and authors
* $Id$
*
- * Authors: Pierre d'Herbemont <pdherbemont # videolan dot>
+ * Authors: Pierre d'Herbemont <pdherbemont # videolan dot>,
+ * Brendon Justin <brendonjustin at gmail.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
More information about the vlc-commits
mailing list