summaryrefslogtreecommitdiff
path: root/threading_pthread.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-08 20:08:21 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-08 20:08:21 +0200
commit5ac9b34a8eef57de78308aa3b79eb99147346cd7 (patch)
tree1ba728359d398ee86c4932f49deba683eb648ccf /threading_pthread.c
parentda6dc6863c9bea29e1a7b3a8001d20453310a345 (diff)
added copyright notice to source files
Diffstat (limited to 'threading_pthread.c')
-rw-r--r--threading_pthread.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/threading_pthread.c b/threading_pthread.c
index 17ad59e3..5a2a343d 100644
--- a/threading_pthread.c
+++ b/threading_pthread.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 <pthread.h>
#include <stdlib.h>