comparison Plugins/Output/alsa/about.c @ 1458:f12d7e208b43 trunk

[svn] Update FSF address in copyright notices. Update autotools templates.
author chainsaw
date Wed, 02 Aug 2006 15:44:07 -0700
parents d60d23b9fe20
children 705d4c089fce
comparison
equal deleted inserted replaced
1457:bbd5869239e5 1458:f12d7e208b43
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details. 12 * GNU General Public License for more details.
13 * 13 *
14 * You should have received a copy of the GNU General Public License 14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software 15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
17 */ 17 */
18 18
19 #include "alsa.h" 19 #include "alsa.h"
20 #include <libaudacious/util.h> 20 #include <libaudacious/util.h>
21 21
39 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" 39 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
40 "GNU General Public License for more details.\n" 40 "GNU General Public License for more details.\n"
41 "\n" 41 "\n"
42 "You should have received a copy of the GNU General Public License\n" 42 "You should have received a copy of the GNU General Public License\n"
43 "along with this program; if not, write to the Free Software\n" 43 "along with this program; if not, write to the Free Software\n"
44 "Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,\n" 44 "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,\n"
45 "USA.\n" 45 "USA.\n"
46 "Author: Matthieu Sozeau (mattam@altern.org)"), _("OK"), FALSE, NULL, NULL); 46 "Author: Matthieu Sozeau (mattam@altern.org)"), _("OK"), FALSE, NULL, NULL);
47 gtk_signal_connect(GTK_OBJECT(dialog), "destroy", 47 gtk_signal_connect(GTK_OBJECT(dialog), "destroy",
48 GTK_SIGNAL_FUNC(gtk_widget_destroyed), 48 GTK_SIGNAL_FUNC(gtk_widget_destroyed),
49 &dialog); 49 &dialog);