From 228814f9f3bf91fa772423b4feb05ed344372db8 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Tue, 11 Sep 2012 17:19:54 +0300 Subject: [PATCH] tests/playlist/: Use the intended license --- tests/playlist/playlist_soundcloud.c | 20 ++++++++++---------- tests/playlist/playlist_youtube.c | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/tests/playlist/playlist_soundcloud.c b/tests/playlist/playlist_soundcloud.c index 9f5cdba..7cb966d 100644 --- a/tests/playlist/playlist_soundcloud.c +++ b/tests/playlist/playlist_soundcloud.c @@ -1,20 +1,20 @@ /* libquvi-scripts * Copyright (C) 2012 Toni Gundogdu * - * 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 library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * This library 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. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser 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 + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301, USA. + * 02110-1301 USA */ #include "config.h" diff --git a/tests/playlist/playlist_youtube.c b/tests/playlist/playlist_youtube.c index 34adb37..aa2fc62 100644 --- a/tests/playlist/playlist_youtube.c +++ b/tests/playlist/playlist_youtube.c @@ -1,20 +1,20 @@ /* libquvi-scripts * Copyright (C) 2012 Toni Gundogdu * - * 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 library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * This library 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. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser 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 + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301, USA. + * 02110-1301 USA */ #include "config.h" -- 2.11.4.GIT