summaryrefslogtreecommitdiff
path: root/conf.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-18 20:53:10 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-18 20:53:10 +0200
commit8550ffc3fe280fc25d6d7f3d923719405992b528 (patch)
tree2fdbd8389b81a95c22ef39bdf791191928207e5d /conf.c
parent2d59f81467ab8ad1e646aa15ec993d00b495b819 (diff)
added license text in source code where it was missing
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index 03c3a785..e94e40b0 100644
--- a/conf.c
+++ b/conf.c
@@ -1,3 +1,20 @@
+/*
+ DeaDBeeF - ultimate music player for GNU/Linux systems with X11
+ Copyright (C) 2009 Alexey Yakovenko
+
+ 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 3 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, see <http://www.gnu.org/licenses/>.
+*/
#include <stdio.h>
#include <stdint.h>
#include <string.h>