]> git.sesse.net Git - vlc/commitdiff
macosx: add missing licence headers
authorDavid Fuhrmann <david.fuhrmann@googlemail.com>
Sun, 16 Feb 2014 19:29:47 +0000 (20:29 +0100)
committerDavid Fuhrmann <david.fuhrmann@googlemail.com>
Sun, 16 Feb 2014 19:29:47 +0000 (20:29 +0100)
modules/gui/macosx/Spotify.h
modules/gui/macosx/iTunes.h

index 097163a2ebf167c2481ec30db70f3d79e2e0c042..dc7e7ecd9ac921c5007d27229b8909731338b224 100644 (file)
@@ -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>
index cdae69be241bda1f3ccb6ccaa0c42f1df59188ba..e408988e7835bdd18da224a5cf93b1f5838e72fb 100644 (file)
@@ -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>