summaryrefslogtreecommitdiff
path: root/strdupa.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-02-08 10:17:59 +0100
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-02-08 10:17:59 +0100
commit64d456ab82afa922bb1e2d6a255b7371b60045f1 (patch)
tree760eb37f0819ea9afcee1bb748a53d1b6b0c3b7b /strdupa.h
parent6ea577867238662de0dc7790203acc2349497710 (diff)
license info updates, removed obsolete PKGBUILD
Diffstat (limited to 'strdupa.h')
-rw-r--r--strdupa.h27
1 files changed, 25 insertions, 2 deletions
diff --git a/strdupa.h b/strdupa.h
index b158f4d1..d2c4a93b 100644
--- a/strdupa.h
+++ b/strdupa.h
@@ -1,5 +1,28 @@
-#ifndef __DDB_PLATFORM_H
-#define __DDB_PLATFORM_H
+/*
+ DeaDBeeF -- the music player
+ Copyright (C) 2009-2014 Alexey Yakovenko and other contributors
+
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+
+ 3. This notice may not be removed or altered from any source distribution.
+*/
+
+#ifndef __DDB_STRDUPA_H
+#define __DDB_STRDUPA_H
#include <string.h>