From 3b805fce024bfc188472457c4de27db05f155acc Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Wed, 21 Nov 2012 09:30:13 +0200 Subject: [PATCH] tests/playlist/: Change license header Signed-off-by: Toni Gundogdu --- tests/playlist/playlist_soundcloud.c | 23 ++++++++++++----------- tests/playlist/playlist_youtube.c | 23 ++++++++++++----------- 2 files changed, 24 insertions(+), 22 deletions(-) diff --git a/tests/playlist/playlist_soundcloud.c b/tests/playlist/playlist_soundcloud.c index 7cb966d..0f2a8a0 100644 --- a/tests/playlist/playlist_soundcloud.c +++ b/tests/playlist/playlist_soundcloud.c @@ -1,20 +1,21 @@ /* libquvi-scripts * Copyright (C) 2012 Toni Gundogdu * - * 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 file is part of libquvi-scripts . * - * This library is distributed in the hope that it will be useful, + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public + * License as published by the Free Software Foundation, either + * version 3 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. * - * 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 + * You should have received a copy of the GNU Affero General + * Public License along with this program. If not, see + * . */ #include "config.h" diff --git a/tests/playlist/playlist_youtube.c b/tests/playlist/playlist_youtube.c index aa2fc62..9c6c196 100644 --- a/tests/playlist/playlist_youtube.c +++ b/tests/playlist/playlist_youtube.c @@ -1,20 +1,21 @@ /* libquvi-scripts * Copyright (C) 2012 Toni Gundogdu * - * 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 file is part of libquvi-scripts . * - * This library is distributed in the hope that it will be useful, + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public + * License as published by the Free Software Foundation, either + * version 3 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. * - * 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 + * You should have received a copy of the GNU Affero General + * Public License along with this program. If not, see + * . */ #include "config.h" -- 2.11.4.GIT