aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-04-19 22:10:13 +0000
committerKalle Wallin <kaw@linux.se>2004-04-19 22:10:13 +0000
commit230b0fe73ac3a07293d495e895207b43cdfb3369 (patch)
treed24f5d8f3155948e13800ee3369808279b23a92b /options.c
parentbf28b56f26bb5753c706e2e249265f95b500fd78 (diff)
downloadmpd-230b0fe73ac3a07293d495e895207b43cdfb3369.tar.gz
mpd-230b0fe73ac3a07293d495e895207b43cdfb3369.tar.xz
mpd-230b0fe73ac3a07293d495e895207b43cdfb3369.zip
Added copyright notice and license notice
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@833 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'options.c')
-rw-r--r--options.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/options.c b/options.c
index 81f67bd87..16a61ece0 100644
--- a/options.c
+++ b/options.c
@@ -1,3 +1,21 @@
+/*
+ * (c) 2004 by Kalle Wallin (kaw@linux.se)
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>