# HG changeset patch # User Paula Stanciu # Date 1216231037 -10800 # Node ID 22a5075fc7f7f962f3de8bbc4cbbcc98385096ca # Parent 22a2ffe86750ba3614cd42ad43dec2fcb67e93c0 GPL Headers diff -r 22a2ffe86750 -r 22a5075fc7f7 src/bluetooth/agent.c --- a/src/bluetooth/agent.c Wed Jul 16 20:48:09 2008 +0300 +++ b/src/bluetooth/agent.c Wed Jul 16 20:57:17 2008 +0300 @@ -1,3 +1,27 @@ +/* + * Audacious Bluetooth headset suport plugin + * + * Copyright (c) 2008 Paula Stanciu + * Copyright (C) 2005-2008 Marcel Holtmann + * Copyright (C) 2006-2007 Bastien Nocera + * + * + * 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 St, Fifth Floor, Boston, MA 02110-1301 USA + * + */ + #include #include "bluetooth.h" #include "gui.h" diff -r 22a2ffe86750 -r 22a5075fc7f7 src/bluetooth/agent.h --- a/src/bluetooth/agent.h Wed Jul 16 20:48:09 2008 +0300 +++ b/src/bluetooth/agent.h Wed Jul 16 20:57:17 2008 +0300 @@ -1,3 +1,27 @@ +/* + * Audacious Bluetooth headset suport plugin + * + * Copyright (c) 2008 Paula Stanciu + * Copyright (C) 2005-2008 Marcel Holtmann + * Copyright (C) 2006-2007 Bastien Nocera + * + * + * 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 St, Fifth Floor, Boston, MA 02110-1301 USA + * + */ + #include #include #include diff -r 22a2ffe86750 -r 22a5075fc7f7 src/bluetooth/bluetooth.c --- a/src/bluetooth/bluetooth.c Wed Jul 16 20:48:09 2008 +0300 +++ b/src/bluetooth/bluetooth.c Wed Jul 16 20:57:17 2008 +0300 @@ -1,3 +1,21 @@ +/* + * Audacious Bluetooth headset suport plugin + * + * Copyright (c) 2008 Paula Stanciu paula.stanciu@gmail.com + * + * 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. + * + * 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, see . + */ + #include "bluetooth.h" #include "marshal.h" #include "gui.h" diff -r 22a2ffe86750 -r 22a5075fc7f7 src/bluetooth/bluetooth.h --- a/src/bluetooth/bluetooth.h Wed Jul 16 20:48:09 2008 +0300 +++ b/src/bluetooth/bluetooth.h Wed Jul 16 20:57:17 2008 +0300 @@ -1,3 +1,21 @@ +/* + * Audacious Bluetooth headset suport plugin + * + * Copyright (c) 2008 Paula Stanciu paula.stanciu@gmail.com + * + * 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. + * + * 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, see . + */ + #include #include #include diff -r 22a2ffe86750 -r 22a5075fc7f7 src/bluetooth/gui.c --- a/src/bluetooth/gui.c Wed Jul 16 20:48:09 2008 +0300 +++ b/src/bluetooth/gui.c Wed Jul 16 20:57:17 2008 +0300 @@ -1,3 +1,21 @@ +/* + * Audacious Bluetooth headset suport plugin + * + * Copyright (c) 2008 Paula Stanciu paula.stanciu@gmail.com + * + * 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. + * + * 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, see . + */ + #include "gui.h" #include "bluetooth.h" diff -r 22a2ffe86750 -r 22a5075fc7f7 src/bluetooth/gui.h --- a/src/bluetooth/gui.h Wed Jul 16 20:48:09 2008 +0300 +++ b/src/bluetooth/gui.h Wed Jul 16 20:57:17 2008 +0300 @@ -1,3 +1,21 @@ +/* + * Audacious Bluetooth headset suport plugin + * + * Copyright (c) 2008 Paula Stanciu paula.stanciu@gmail.com + * + * 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. + * + * 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, see . + */ + #include #include diff -r 22a2ffe86750 -r 22a5075fc7f7 src/bluetooth/scan_gui.c --- a/src/bluetooth/scan_gui.c Wed Jul 16 20:48:09 2008 +0300 +++ b/src/bluetooth/scan_gui.c Wed Jul 16 20:57:17 2008 +0300 @@ -1,3 +1,21 @@ +/* + * Audacious Bluetooth headset suport plugin + * + * Copyright (c) 2008 Paula Stanciu paula.stanciu@gmail.com + * + * 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. + * + * 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, see . + */ + #include "scan_gui.h" #include "bluetooth.h" static GtkWidget *window = NULL; diff -r 22a2ffe86750 -r 22a5075fc7f7 src/bluetooth/scan_gui.h --- a/src/bluetooth/scan_gui.h Wed Jul 16 20:48:09 2008 +0300 +++ b/src/bluetooth/scan_gui.h Wed Jul 16 20:57:17 2008 +0300 @@ -1,3 +1,21 @@ +/* + * Audacious Bluetooth headset suport plugin + * + * Copyright (c) 2008 Paula Stanciu paula.stanciu@gmail.com + * + * 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. + * + * 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, see . + */ + #include #include void show_scan();