[vlc-commits] macosx: Update file headers on extensions
Brendon Justin
git at videolan.org
Sat Jan 14 19:41:57 CET 2012
vlc | branch: master | Brendon Justin <brendonjustin at gmail.com> | Fri Jan 13 21:04:50 2012 -0500| [de5f5cfac4f59cda181e631f5d4a7421098861af] | committer: Jean-Baptiste Kempf
macosx: Update file headers on extensions
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=de5f5cfac4f59cda181e631f5d4a7421098861af
---
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