summaryrefslogtreecommitdiff
path: root/src/libaudgui/libaudgui.h
diff options
context:
space:
mode:
authorAlessio Treglia <alessio@debian.org>2012-09-06 17:32:55 +0200
committerAlessio Treglia <alessio@debian.org>2012-09-06 17:32:55 +0200
commit3c46cd7449c32f71b7b3246b4f32aace3d9e3f84 (patch)
tree0b1f4f501c9251ffbc622508c726e0ae58370fd0 /src/libaudgui/libaudgui.h
parent5927940f774494d20baf7fc501326c2b084e3846 (diff)
Imported Upstream version 3.3.1
Diffstat (limited to 'src/libaudgui/libaudgui.h')
-rw-r--r--src/libaudgui/libaudgui.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/libaudgui/libaudgui.h b/src/libaudgui/libaudgui.h
index 3f4aebc..3aeec3a 100644
--- a/src/libaudgui/libaudgui.h
+++ b/src/libaudgui/libaudgui.h
@@ -2,20 +2,19 @@
* libaudgui.h
* Copyright 2007-2009 Giacomo Lozito and Tomasz Moń
- * 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; under version 3 of the License.
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
*
- * 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.
+ * 1. Redistributions of source code must retain the above copyright notice,
+ * this list of conditions, and the following disclaimer.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses>.
+ * 2. Redistributions in binary form must reproduce the above copyright notice,
+ * this list of conditions, and the following disclaimer in the documentation
+ * provided with the distribution.
*
- * The Audacious team does not consider modular code linking to
- * Audacious or using our public API to be a derived work.
+ * This software is provided "as is" and without any warranty, express or
+ * implied. In no event shall the authors be liable for any damages arising from
+ * the use of this software.
*/
#ifndef LIBAUDGUI_H
@@ -24,6 +23,7 @@
#include <libaudcore/core.h>
/* macro defines for Audacious stock icons */
+#define AUD_STOCK_AUDACIOUS "aud-audacious"
#define AUD_STOCK_PLAYLIST "aud-playlist"
#define AUD_STOCK_PLUGIN "aud-plugin"
#define AUD_STOCK_QUEUETOGGLE "aud-queuetoggle"