changeset 3123:f1c756f39e6c trunk audacious-1.4.0-DR1

Invoke "Plugins are not derived work" clause provided by GPL3.
author William Pitcock <nenolod@atheme-project.org>
date Fri, 20 Jul 2007 09:09:58 -0500
parents 6b76324748f5
children 3eb465d93e1d
files src/audacious/actions-equalizer.h src/audacious/actions-mainwin.h src/audacious/actions-playlist.h src/audacious/auddrct.c src/audacious/auddrct.h src/audacious/configdb.c src/audacious/dbus-service.h src/audacious/dbus.c src/audacious/dbus.h src/audacious/dnd.c src/audacious/dnd.h src/audacious/dock.c src/audacious/dock.h src/audacious/effect.c src/audacious/effect.h src/audacious/fft.c src/audacious/fft.h src/audacious/formatter.c src/audacious/general.c src/audacious/general.h src/audacious/genevent.c src/audacious/genevent.h src/audacious/glade.c src/audacious/glade.h src/audacious/hints.c src/audacious/hints.h src/audacious/hook.c src/audacious/hook.h src/audacious/i18n.h src/audacious/icons-stock.h src/audacious/input.c src/audacious/input.h src/audacious/logger.c src/audacious/logger.h src/audacious/main.c src/audacious/main.h src/audacious/memorypool.c src/audacious/memorypool.h src/audacious/mime.c src/audacious/mime.h src/audacious/output.c src/audacious/output.h src/audacious/pixbuf_effects.c src/audacious/platform/smartinclude.h src/audacious/playback.c src/audacious/playback.h src/audacious/playlist.c src/audacious/playlist.h src/audacious/playlist_container.c src/audacious/playlist_container.h src/audacious/pluginenum.c src/audacious/pluginenum.h src/audacious/rcfile.c src/audacious/rcfile.h src/audacious/signals.c src/audacious/signals.h src/audacious/strings.c src/audacious/strings.h src/audacious/ui_about.c src/audacious/ui_albumart.c src/audacious/ui_credits.c src/audacious/ui_equalizer.c src/audacious/ui_equalizer.h src/audacious/ui_fileinfo.c src/audacious/ui_fileinfopopup.c src/audacious/ui_fileopener.c src/audacious/ui_fileopener.h src/audacious/ui_jumptotrack.c src/audacious/ui_jumptotrack.h src/audacious/ui_main.c src/audacious/ui_main.h src/audacious/ui_manager.c src/audacious/ui_manager.h src/audacious/ui_playlist.c src/audacious/ui_playlist.h src/audacious/ui_playlist_manager.c src/audacious/ui_playlist_manager.h src/audacious/ui_preferences.c src/audacious/ui_preferences.h src/audacious/ui_skinned_button.c src/audacious/ui_skinned_button.h src/audacious/ui_skinned_cursor.c src/audacious/ui_skinned_cursor.h src/audacious/ui_skinned_equalizer_graph.h src/audacious/ui_skinned_horizontal_slider.c src/audacious/ui_skinned_horizontal_slider.h src/audacious/ui_skinned_menurow.c src/audacious/ui_skinned_menurow.h src/audacious/ui_skinned_monostereo.c src/audacious/ui_skinned_monostereo.h src/audacious/ui_skinned_number.c src/audacious/ui_skinned_number.h src/audacious/ui_skinned_playstatus.c src/audacious/ui_skinned_playstatus.h src/audacious/ui_skinned_textbox.c src/audacious/ui_skinned_textbox.h src/audacious/ui_skinned_window.c src/audacious/ui_skinned_window.h src/audacious/ui_skinselector.c src/audacious/ui_skinselector.h src/audacious/ui_svis.c src/audacious/ui_svis.h src/audacious/ui_urlopener.c src/audacious/ui_urlopener.h src/audacious/ui_vis.c src/audacious/ui_vis.h src/audacious/util.c src/audacious/util.h src/audacious/vfs.c src/audacious/vfs.h src/audacious/vfs_buffer.c src/audacious/vfs_buffer.h src/audacious/vfs_buffered_file.c src/audacious/vfs_buffered_file.h src/audacious/vfs_common.c src/audacious/visualization.c src/audacious/visualization.h src/audacious/widgets/playlist_list.c src/audacious/widgets/playlist_list.h src/audacious/widgets/playlist_slider.c src/audacious/widgets/playlist_slider.h src/audacious/widgets/skin.c src/audacious/widgets/skin.h src/audacious/widgets/widget.c src/audacious/widgets/widget.h src/audacious/widgets/widgetcore.h src/audacious/xconvert.c
diffstat 127 files changed, 383 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/actions-equalizer.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/actions-equalizer.h	Fri Jul 20 09:09:58 2007 -0500
@@ -12,6 +12,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef ACTIONS_EQUALIZER_H
--- a/src/audacious/actions-mainwin.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/actions-mainwin.h	Fri Jul 20 09:09:58 2007 -0500
@@ -12,6 +12,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef ACTIONS_MAINWIN_H
--- a/src/audacious/actions-playlist.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/actions-playlist.h	Fri Jul 20 09:09:58 2007 -0500
@@ -12,6 +12,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef ACTIONS_PLAYLIST_H
--- a/src/audacious/auddrct.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/auddrct.c	Fri Jul 20 09:09:58 2007 -0500
@@ -13,6 +13,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 /* audacious_drct_* provides a handy interface for player
--- a/src/audacious/auddrct.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/auddrct.h	Fri Jul 20 09:09:58 2007 -0500
@@ -13,6 +13,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 /* audacious_drct_* provides a handy interface for player
--- a/src/audacious/configdb.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/configdb.c	Fri Jul 20 09:09:58 2007 -0500
@@ -9,6 +9,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/dbus-service.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/dbus-service.h	Fri Jul 20 09:09:58 2007 -0500
@@ -13,6 +13,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #ifndef _DBUS_SERVICE_H
--- a/src/audacious/dbus.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/dbus.c	Fri Jul 20 09:09:58 2007 -0500
@@ -13,6 +13,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/dbus.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/dbus.h	Fri Jul 20 09:09:58 2007 -0500
@@ -13,6 +13,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #ifndef _AUDDBUS_H
--- a/src/audacious/dnd.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/dnd.c	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #include "dnd.h"
--- a/src/audacious/dnd.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/dnd.h	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef DND_H
--- a/src/audacious/dock.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/dock.c	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #include "dock.h"
--- a/src/audacious/dock.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/dock.h	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef DOCK_H
--- a/src/audacious/effect.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/effect.c	Fri Jul 20 09:09:58 2007 -0500
@@ -19,6 +19,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #include "effect.h"
--- a/src/audacious/effect.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/effect.h	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef EFFECT_H
--- a/src/audacious/fft.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/fft.c	Fri Jul 20 09:09:58 2007 -0500
@@ -15,6 +15,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 /* fft.c: iterative implementation of a FFT */
--- a/src/audacious/fft.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/fft.h	Fri Jul 20 09:09:58 2007 -0500
@@ -14,6 +14,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 /* fft.h: header for iterative implementation of a FFT */
--- a/src/audacious/formatter.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/formatter.c	Fri Jul 20 09:09:58 2007 -0500
@@ -17,6 +17,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/general.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/general.c	Fri Jul 20 09:09:58 2007 -0500
@@ -15,6 +15,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #include <glib.h>
--- a/src/audacious/general.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/general.h	Fri Jul 20 09:09:58 2007 -0500
@@ -15,6 +15,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef GENERIC_H
--- a/src/audacious/genevent.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/genevent.c	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/genevent.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/genevent.h	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef GENEVENT_H
--- a/src/audacious/glade.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/glade.c	Fri Jul 20 09:09:58 2007 -0500
@@ -15,6 +15,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef HAVE_CONFIG_H
--- a/src/audacious/glade.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/glade.h	Fri Jul 20 09:09:58 2007 -0500
@@ -15,6 +15,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef BMP_GLADE_H
--- a/src/audacious/hints.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/hints.c	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #include "hints.h"
--- a/src/audacious/hints.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/hints.h	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef HINTS_H
--- a/src/audacious/hook.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/hook.c	Fri Jul 20 09:09:58 2007 -0500
@@ -12,6 +12,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #include <glib.h>
--- a/src/audacious/hook.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/hook.h	Fri Jul 20 09:09:58 2007 -0500
@@ -12,6 +12,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef __AUDACIOUS_HOOK_H__
--- a/src/audacious/i18n.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/i18n.h	Fri Jul 20 09:09:58 2007 -0500
@@ -12,6 +12,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef __AUDACIOUS_I18N_H__
--- a/src/audacious/icons-stock.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/icons-stock.h	Fri Jul 20 09:09:58 2007 -0500
@@ -12,6 +12,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef ICONSSTOCK_H
--- a/src/audacious/input.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/input.c	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/input.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/input.h	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef INPUT_H
--- a/src/audacious/logger.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/logger.c	Fri Jul 20 09:09:58 2007 -0500
@@ -15,6 +15,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/logger.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/logger.h	Fri Jul 20 09:09:58 2007 -0500
@@ -15,6 +15,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef LOGGER_H
--- a/src/audacious/main.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/main.c	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/main.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/main.h	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef AUD_MAIN_H
--- a/src/audacious/memorypool.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/memorypool.c	Fri Jul 20 09:09:58 2007 -0500
@@ -12,6 +12,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #include <glib.h>
--- a/src/audacious/memorypool.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/memorypool.h	Fri Jul 20 09:09:58 2007 -0500
@@ -12,6 +12,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef AUDACIOUS_MEMORYPOOL_H
--- a/src/audacious/mime.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/mime.c	Fri Jul 20 09:09:58 2007 -0500
@@ -13,6 +13,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #include "mime.h"
--- a/src/audacious/mime.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/mime.h	Fri Jul 20 09:09:58 2007 -0500
@@ -13,6 +13,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #include <glib.h>
--- a/src/audacious/output.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/output.c	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/output.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/output.h	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef OUTPUT_H
--- a/src/audacious/pixbuf_effects.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/pixbuf_effects.c	Fri Jul 20 09:09:58 2007 -0500
@@ -13,6 +13,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #include <glib.h>
--- a/src/audacious/platform/smartinclude.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/platform/smartinclude.h	Fri Jul 20 09:09:58 2007 -0500
@@ -12,6 +12,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #include <gdk/gdk.h>
--- a/src/audacious/playback.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/playback.c	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/playback.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/playback.h	Fri Jul 20 09:09:58 2007 -0500
@@ -15,6 +15,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef PLAYBACK_H
--- a/src/audacious/playlist.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/playlist.c	Fri Jul 20 09:09:58 2007 -0500
@@ -21,6 +21,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/playlist.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/playlist.h	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 #ifndef PLAYLIST_H
 #define PLAYLIST_H
--- a/src/audacious/playlist_container.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/playlist_container.c	Fri Jul 20 09:09:58 2007 -0500
@@ -14,6 +14,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #include <glib.h>
--- a/src/audacious/playlist_container.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/playlist_container.h	Fri Jul 20 09:09:58 2007 -0500
@@ -14,6 +14,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #ifndef _PLAYLIST_CONTAINER_H_
--- a/src/audacious/pluginenum.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/pluginenum.c	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/pluginenum.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/pluginenum.h	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 #ifndef PLUGINENUM_H
 #define PLUGINENUM_H
--- a/src/audacious/rcfile.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/rcfile.c	Fri Jul 20 09:09:58 2007 -0500
@@ -15,6 +15,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #include "rcfile.h"
--- a/src/audacious/rcfile.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/rcfile.h	Fri Jul 20 09:09:58 2007 -0500
@@ -15,6 +15,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 #ifndef RCFILE_H
 #define RCFILE_H
--- a/src/audacious/signals.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/signals.c	Fri Jul 20 09:09:58 2007 -0500
@@ -13,6 +13,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 //#define _XOPEN_SOURCE
--- a/src/audacious/signals.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/signals.h	Fri Jul 20 09:09:58 2007 -0500
@@ -16,6 +16,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #ifndef SIGNALS_H
--- a/src/audacious/strings.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/strings.c	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/strings.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/strings.h	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef AUD_STRINGS_H
--- a/src/audacious/ui_about.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_about.c	Fri Jul 20 09:09:58 2007 -0500
@@ -19,6 +19,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/ui_albumart.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_albumart.c	Fri Jul 20 09:09:58 2007 -0500
@@ -14,6 +14,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/ui_credits.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_credits.c	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/ui_equalizer.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_equalizer.c	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/ui_equalizer.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_equalizer.h	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef EQUALIZER_H
--- a/src/audacious/ui_fileinfo.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_fileinfo.c	Fri Jul 20 09:09:58 2007 -0500
@@ -14,6 +14,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/ui_fileinfopopup.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_fileinfopopup.c	Fri Jul 20 09:09:58 2007 -0500
@@ -14,6 +14,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/ui_fileopener.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_fileopener.c	Fri Jul 20 09:09:58 2007 -0500
@@ -12,6 +12,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #include "ui_fileopener.h"
--- a/src/audacious/ui_fileopener.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_fileopener.h	Fri Jul 20 09:09:58 2007 -0500
@@ -12,6 +12,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef UI_FILEOPENER_H
--- a/src/audacious/ui_jumptotrack.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_jumptotrack.c	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/ui_jumptotrack.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_jumptotrack.h	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef UI_JUMPTOTRACK_H
--- a/src/audacious/ui_main.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_main.c	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/ui_main.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_main.h	Fri Jul 20 09:09:58 2007 -0500
@@ -15,6 +15,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef MAINWIN_H
--- a/src/audacious/ui_manager.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_manager.c	Fri Jul 20 09:09:58 2007 -0500
@@ -12,6 +12,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/ui_manager.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_manager.h	Fri Jul 20 09:09:58 2007 -0500
@@ -12,6 +12,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef AUD_UIMANAGER_H
--- a/src/audacious/ui_playlist.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_playlist.c	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #include "ui_playlist.h"
--- a/src/audacious/ui_playlist.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_playlist.h	Fri Jul 20 09:09:58 2007 -0500
@@ -15,6 +15,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef PLAYLISTWIN_H
--- a/src/audacious/ui_playlist_manager.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_playlist_manager.c	Fri Jul 20 09:09:58 2007 -0500
@@ -12,6 +12,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #include "ui_playlist_manager.h"
--- a/src/audacious/ui_playlist_manager.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_playlist_manager.h	Fri Jul 20 09:09:58 2007 -0500
@@ -12,6 +12,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef PLAYLISTMANAGER_H
--- a/src/audacious/ui_preferences.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_preferences.c	Fri Jul 20 09:09:58 2007 -0500
@@ -15,6 +15,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/ui_preferences.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_preferences.h	Fri Jul 20 09:09:58 2007 -0500
@@ -12,6 +12,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef PREFSWIN_H
--- a/src/audacious/ui_skinned_button.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_skinned_button.c	Fri Jul 20 09:09:58 2007 -0500
@@ -13,6 +13,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #include "widgets/widgetcore.h"
--- a/src/audacious/ui_skinned_button.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_skinned_button.h	Fri Jul 20 09:09:58 2007 -0500
@@ -13,6 +13,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #ifndef UISKINNEDBUTTON_H
--- a/src/audacious/ui_skinned_cursor.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_skinned_cursor.c	Fri Jul 20 09:09:58 2007 -0500
@@ -13,6 +13,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #include "platform/smartinclude.h"
--- a/src/audacious/ui_skinned_cursor.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_skinned_cursor.h	Fri Jul 20 09:09:58 2007 -0500
@@ -13,6 +13,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #ifndef UI_SKINNED_CURSOR_H
--- a/src/audacious/ui_skinned_equalizer_graph.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_skinned_equalizer_graph.h	Fri Jul 20 09:09:58 2007 -0500
@@ -19,6 +19,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #ifndef UISKINNEDEQUALIZERGRAPH_H
--- a/src/audacious/ui_skinned_horizontal_slider.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_skinned_horizontal_slider.c	Fri Jul 20 09:09:58 2007 -0500
@@ -19,6 +19,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #include "widgets/widgetcore.h"
--- a/src/audacious/ui_skinned_horizontal_slider.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_skinned_horizontal_slider.h	Fri Jul 20 09:09:58 2007 -0500
@@ -19,6 +19,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #ifndef UISKINNEDHORIZONTAL_SLIDER_H
--- a/src/audacious/ui_skinned_menurow.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_skinned_menurow.c	Fri Jul 20 09:09:58 2007 -0500
@@ -19,6 +19,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #include "widgets/widgetcore.h"
--- a/src/audacious/ui_skinned_menurow.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_skinned_menurow.h	Fri Jul 20 09:09:58 2007 -0500
@@ -19,6 +19,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #ifndef UISKINNEDMENUROW_H
--- a/src/audacious/ui_skinned_monostereo.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_skinned_monostereo.c	Fri Jul 20 09:09:58 2007 -0500
@@ -19,6 +19,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #include "widgets/widgetcore.h"
--- a/src/audacious/ui_skinned_monostereo.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_skinned_monostereo.h	Fri Jul 20 09:09:58 2007 -0500
@@ -19,6 +19,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #ifndef UISKINNEDMONOSTEREO_H
--- a/src/audacious/ui_skinned_number.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_skinned_number.c	Fri Jul 20 09:09:58 2007 -0500
@@ -19,6 +19,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #include "widgets/widgetcore.h"
--- a/src/audacious/ui_skinned_number.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_skinned_number.h	Fri Jul 20 09:09:58 2007 -0500
@@ -13,6 +13,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #ifndef UISKINNEDNUMBER_H
--- a/src/audacious/ui_skinned_playstatus.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_skinned_playstatus.c	Fri Jul 20 09:09:58 2007 -0500
@@ -19,6 +19,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #include "widgets/widgetcore.h"
--- a/src/audacious/ui_skinned_playstatus.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_skinned_playstatus.h	Fri Jul 20 09:09:58 2007 -0500
@@ -19,6 +19,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #ifndef UISKINNEDPLAYSTATUS_H
--- a/src/audacious/ui_skinned_textbox.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_skinned_textbox.c	Fri Jul 20 09:09:58 2007 -0500
@@ -19,6 +19,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #include "widgets/widgetcore.h"
--- a/src/audacious/ui_skinned_textbox.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_skinned_textbox.h	Fri Jul 20 09:09:58 2007 -0500
@@ -19,6 +19,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #ifndef UISKINNEDTEXTBOX_H
--- a/src/audacious/ui_skinned_window.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_skinned_window.c	Fri Jul 20 09:09:58 2007 -0500
@@ -13,6 +13,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #include "platform/smartinclude.h"
--- a/src/audacious/ui_skinned_window.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_skinned_window.h	Fri Jul 20 09:09:58 2007 -0500
@@ -13,6 +13,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #ifndef UI_SKINNED_WINDOW_H
--- a/src/audacious/ui_skinselector.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_skinselector.c	Fri Jul 20 09:09:58 2007 -0500
@@ -15,6 +15,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/ui_skinselector.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_skinselector.h	Fri Jul 20 09:09:58 2007 -0500
@@ -15,6 +15,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef SKINWIN_H
--- a/src/audacious/ui_svis.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_svis.c	Fri Jul 20 09:09:58 2007 -0500
@@ -19,6 +19,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #include "widgets/widgetcore.h"
--- a/src/audacious/ui_svis.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_svis.h	Fri Jul 20 09:09:58 2007 -0500
@@ -13,6 +13,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #ifndef UISVIS_H
--- a/src/audacious/ui_urlopener.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_urlopener.c	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/ui_urlopener.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_urlopener.h	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef __AUDACIOUS_UI_URLOPENER_H__
--- a/src/audacious/ui_vis.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_vis.c	Fri Jul 20 09:09:58 2007 -0500
@@ -19,6 +19,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #include "widgets/widgetcore.h"
--- a/src/audacious/ui_vis.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/ui_vis.h	Fri Jul 20 09:09:58 2007 -0500
@@ -13,6 +13,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #ifndef UIVIS_H
--- a/src/audacious/util.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/util.c	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/util.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/util.h	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef UTIL_H
--- a/src/audacious/vfs.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/vfs.c	Fri Jul 20 09:09:58 2007 -0500
@@ -12,6 +12,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #include "vfs.h"
--- a/src/audacious/vfs.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/vfs.h	Fri Jul 20 09:09:58 2007 -0500
@@ -13,6 +13,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #ifndef VFS_H
--- a/src/audacious/vfs_buffer.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/vfs_buffer.c	Fri Jul 20 09:09:58 2007 -0500
@@ -12,6 +12,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #include <glib.h>
--- a/src/audacious/vfs_buffer.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/vfs_buffer.h	Fri Jul 20 09:09:58 2007 -0500
@@ -12,6 +12,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef AUDACIOUS_VFS_BUFFER_H
--- a/src/audacious/vfs_buffered_file.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/vfs_buffered_file.c	Fri Jul 20 09:09:58 2007 -0500
@@ -12,6 +12,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #include <glib.h>
--- a/src/audacious/vfs_buffered_file.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/vfs_buffered_file.h	Fri Jul 20 09:09:58 2007 -0500
@@ -12,6 +12,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef AUDACIOUS_VFS_BUFFERED_FILE_H
--- a/src/audacious/vfs_common.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/vfs_common.c	Fri Jul 20 09:09:58 2007 -0500
@@ -1,7 +1,6 @@
 /*  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.
+ *  the Free Software Foundation; under version 3 of the License.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -9,8 +8,10 @@
  *  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.
+ *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #include "vfs.h"
--- a/src/audacious/visualization.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/visualization.c	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #include "visualization.h"
--- a/src/audacious/visualization.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/visualization.h	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 #ifndef VISUALIZATION_H
 #define VISUALIZATION_H
--- a/src/audacious/widgets/playlist_list.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/widgets/playlist_list.c	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 /*
--- a/src/audacious/widgets/playlist_list.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/widgets/playlist_list.h	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef _WIDGETCORE_H_
--- a/src/audacious/widgets/playlist_slider.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/widgets/playlist_slider.c	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #include "widgetcore.h"
--- a/src/audacious/widgets/playlist_slider.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/widgets/playlist_slider.h	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef _WIDGETCORE_H_
--- a/src/audacious/widgets/skin.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/widgets/skin.c	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifdef HAVE_CONFIG_H
--- a/src/audacious/widgets/skin.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/widgets/skin.h	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef _WIDGETCORE_H_
--- a/src/audacious/widgets/widget.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/widgets/widget.c	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #include "widgetcore.h"
--- a/src/audacious/widgets/widget.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/widgets/widget.h	Fri Jul 20 09:09:58 2007 -0500
@@ -18,6 +18,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #ifndef _WIDGETCORE_H_
--- a/src/audacious/widgets/widgetcore.h	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/widgets/widgetcore.h	Fri Jul 20 09:09:58 2007 -0500
@@ -13,6 +13,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ * The Audacious team does not consider modular code linking to
+ * Audacious or using our public API to be a derived work.
  */
 
 #ifndef _WIDGETCORE_H_
--- a/src/audacious/xconvert.c	Fri Jul 20 09:00:33 2007 -0500
+++ b/src/audacious/xconvert.c	Fri Jul 20 09:09:58 2007 -0500
@@ -17,6 +17,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses>.
+ *
+ *  The Audacious team does not consider modular code linking to
+ *  Audacious or using our public API to be a derived work.
  */
 
 #include "config.h"