summaryrefslogtreecommitdiffstats
path: root/gui/interface.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-22 09:33:39 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-22 09:33:39 +0000
commit05bc68ae36ab3eb258e889f3d205a016fceae9a4 (patch)
treebee1bda565e6e5d6915fab0dcf47e05d81a249d0 /gui/interface.c
parente84b4b7686cdc16a0181c2f4290bcecb03437bf2 (diff)
downloadmpv-05bc68ae36ab3eb258e889f3d205a016fceae9a4.tar.bz2
mpv-05bc68ae36ab3eb258e889f3d205a016fceae9a4.tar.xz
Add standard GPL header to individual files.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26490 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui/interface.c')
-rw-r--r--gui/interface.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/gui/interface.c b/gui/interface.c
index 479804cba5..7d5a3581d6 100644
--- a/gui/interface.c
+++ b/gui/interface.c
@@ -1,3 +1,20 @@
+/*
+ * This file is part of MPlayer.
+ *
+ * MPlayer 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.
+ *
+ * MPlayer 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 MPlayer; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
#include <inttypes.h>
#include <stdlib.h>