From b23b9418dd0bf8651f146b4fbd6a3823629ac77d Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Wed, 21 Nov 2012 09:12:07 +0200 Subject: [PATCH] playlist/: Change license header Signed-off-by: Toni Gundogdu --- share/playlist/soundcloud.lua | 21 ++++++++++----------- share/playlist/youtube.lua | 21 ++++++++++----------- 2 files changed, 20 insertions(+), 22 deletions(-) diff --git a/share/playlist/soundcloud.lua b/share/playlist/soundcloud.lua index 429850e..26ca862 100644 --- a/share/playlist/soundcloud.lua +++ b/share/playlist/soundcloud.lua @@ -3,20 +3,19 @@ -- -- This file is part of libquvi-scripts . -- --- 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 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 library is distributed in the hope that it will be useful, +-- 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 +-- . -- local Soundcloud = {} -- Utility functions unique to this script diff --git a/share/playlist/youtube.lua b/share/playlist/youtube.lua index ce591f4..5059cf6 100644 --- a/share/playlist/youtube.lua +++ b/share/playlist/youtube.lua @@ -3,20 +3,19 @@ -- -- This file is part of libquvi-scripts . -- --- 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 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 library is distributed in the hope that it will be useful, +-- 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 +-- . -- local YouTube = {} -- Utility functions unique to this script -- 2.11.4.GIT