From 32cb98d750534399da78ff85f839a5b3b57a27cd Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Fri, 17 May 2013 11:26:28 +0300 Subject: [PATCH] media/videa.lua: Relicense under AGPLv3+ See also: * http://article.gmane.org/gmane.comp.web.flash.quvi/243 Signed-off-by: Toni Gundogdu --- share/media/videa.lua | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/share/media/videa.lua b/share/media/videa.lua index ce4bb7a..7b613fb 100644 --- a/share/media/videa.lua +++ b/share/media/videa.lua @@ -1,23 +1,23 @@ - -- libquvi-scripts +-- Copyright (C) 2013 Toni Gundogdu -- Copyright (C) 2011 Bastien Nocera -- -- 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 Affero General +-- Public License along with this program. If not, see +-- . -- --- 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 local Videa = {} -- Utility functions unique to this script -- 2.11.4.GIT