summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-04-25 19:19:45 +0200
committerGravatar waker <wakeroid@gmail.com>2011-04-25 19:19:45 +0200
commit3d8f7348c65f7b071ad488c6d09ecfa6e3baaee6 (patch)
tree20bf51a6475330c3a0065944a4b8ca367cf1088d
parent90d0da7dc1558f12756c88c5c5bfa99f9ba2212c (diff)
changed gtkui api header to use zlib license
-rw-r--r--plugins/gtkui/gtkui_api.h37
1 files changed, 21 insertions, 16 deletions
diff --git a/plugins/gtkui/gtkui_api.h b/plugins/gtkui/gtkui_api.h
index 596aeb17..f20c411e 100644
--- a/plugins/gtkui/gtkui_api.h
+++ b/plugins/gtkui/gtkui_api.h
@@ -1,22 +1,27 @@
/*
- DeaDBeeF - ultimate music player for GNU/Linux systems with X11
- Copyright (C) 2009-2011 Alexey Yakovenko <waker@users.sourceforge.net>
+ gtkui_api.h -- API of the DeaDBeeF GTK UI plugin
+ http://deadbeef.sourceforge.net
- 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.
-*/
+ Copyright (C) 2009-2011 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 __GTKUI_API_H
#define __GTKUI_API_H