summaryrefslogtreecommitdiff
path: root/threading.h
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.h
parentda6dc6863c9bea29e1a7b3a8001d20453310a345 (diff)
added copyright notice to source files
Diffstat (limited to 'threading.h')
-rw-r--r--threading.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/threading.h b/threading.h
index 6b2b9237..32f74c3b 100644
--- a/threading.h
+++ b/threading.h
@@ -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/>.
+*/
#ifndef __THREADING_H
#define __THREADING_H