[vlc-commits] macosx: add missing licence headers

David Fuhrmann git at videolan.org
Sun Feb 16 20:30:38 CET 2014


vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Sun Feb 16 20:29:47 2014 +0100| [50888f4421ace97b2de2d333cceef1e51d4ed264] | committer: David Fuhrmann

macosx: add missing licence headers

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=50888f4421ace97b2de2d333cceef1e51d4ed264
---

 modules/gui/macosx/Spotify.h |   21 +++++++++++++++++++--
 modules/gui/macosx/iTunes.h  |   21 +++++++++++++++++++--
 2 files changed, 38 insertions(+), 4 deletions(-)

diff --git a/modules/gui/macosx/Spotify.h b/modules/gui/macosx/Spotify.h
index 097163a..dc7e7ec 100644
--- a/modules/gui/macosx/Spotify.h
+++ b/modules/gui/macosx/Spotify.h
@@ -1,6 +1,23 @@
-/*
+/*****************************************************************************
  * Spotify.h
- */
+ *****************************************************************************
+ * Copyright (C) 2014 VLC authors and VideoLAN
+ * $Id$
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ *****************************************************************************/
 
 #import <AppKit/AppKit.h>
 #import <ScriptingBridge/ScriptingBridge.h>
diff --git a/modules/gui/macosx/iTunes.h b/modules/gui/macosx/iTunes.h
index cdae69b..e408988 100644
--- a/modules/gui/macosx/iTunes.h
+++ b/modules/gui/macosx/iTunes.h
@@ -1,6 +1,23 @@
-/*
+/*****************************************************************************
  * iTunes.h
- */
+ *****************************************************************************
+ * Copyright (C) 2013-2014 VLC authors and VideoLAN
+ * $Id$
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ *****************************************************************************/
 
 #import <AppKit/AppKit.h>
 #import <ScriptingBridge/ScriptingBridge.h>



More information about the vlc-commits mailing list