summaryrefslogtreecommitdiff
path: root/plugins/ape
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-09-01 19:59:19 +0200
committerGravatar waker <wakeroid@gmail.com>2009-09-01 19:59:19 +0200
commit96c45759a327b0176894fd3ab5aa04ad8b3202fc (patch)
tree62ab5346972d4b2287cb50032c34282f3ca24af2 /plugins/ape
parent72d88ede43ceea5479965b45d482f0f1817bf6b6 (diff)
fixed apedec (mac plugin) license; moved libdemac; started work on demac plugin
Diffstat (limited to 'plugins/ape')
-rw-r--r--plugins/ape/ape.c38
-rw-r--r--plugins/ape/apewrapper.cpp24
-rw-r--r--plugins/ape/apewrapper.h24
3 files changed, 70 insertions, 16 deletions
diff --git a/plugins/ape/ape.c b/plugins/ape/ape.c
index 619d8f1c..66e7af17 100644
--- a/plugins/ape/ape.c
+++ b/plugins/ape/ape.c
@@ -1,20 +1,26 @@
/*
- 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 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ apedec - Monkey's Audio Decoder plugin for DeaDBeeF player
+ http://deadbeef.sourceforge.net
+
+ Copyright (C) 2009 Alexey Yakovenko
+
+ 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.
+
+ Note: DeaDBeeF player itself uses different license
*/
#include <stdio.h>
#include <string.h>
diff --git a/plugins/ape/apewrapper.cpp b/plugins/ape/apewrapper.cpp
index 995034f6..3e13136c 100644
--- a/plugins/ape/apewrapper.cpp
+++ b/plugins/ape/apewrapper.cpp
@@ -1,3 +1,27 @@
+/*
+ apedec - Monkey's Audio Decoder plugin for DeaDBeeF player
+ http://deadbeef.sourceforge.net
+
+ Copyright (C) 2009 Alexey Yakovenko
+
+ 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.
+
+ Note: DeaDBeeF player itself uses different license
+*/
#include <mac/All.h>
#include <mac/GlobalFunctions.h>
#include <mac/MACLib.h>
diff --git a/plugins/ape/apewrapper.h b/plugins/ape/apewrapper.h
index 27da0f36..ca3c0f92 100644
--- a/plugins/ape/apewrapper.h
+++ b/plugins/ape/apewrapper.h
@@ -1,3 +1,27 @@
+/*
+ apedec - Monkey's Audio Decoder plugin for DeaDBeeF player
+ http://deadbeef.sourceforge.net
+
+ Copyright (C) 2009 Alexey Yakovenko
+
+ 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.
+
+ Note: DeaDBeeF player itself uses different license
+*/
#ifndef __APEWRAPPER_H
#define __APEWRAPPER_H