From 2648f8f49e24705e167e701d2d27e56b88157ebd Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Wed, 21 Nov 2012 08:52:26 +0200 Subject: [PATCH] common/quvi/: Change license header Signed-off-by: Toni Gundogdu --- share/common/quvi/bit.lua | 21 ++++++++++----------- share/common/quvi/const.lua | 21 ++++++++++----------- share/common/quvi/debug.lua | 21 ++++++++++----------- share/common/quvi/entity.lua | 21 ++++++++++----------- share/common/quvi/html.lua | 21 ++++++++++----------- share/common/quvi/lxph.lua | 21 ++++++++++----------- share/common/quvi/stream.lua | 21 ++++++++++----------- share/common/quvi/util.lua | 21 ++++++++++----------- share/common/quvi/youtube.lua | 21 ++++++++++----------- 9 files changed, 90 insertions(+), 99 deletions(-) diff --git a/share/common/quvi/bit.lua b/share/common/quvi/bit.lua index 38f5a16..6cdbfdf 100644 --- a/share/common/quvi/bit.lua +++ b/share/common/quvi/bit.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 M = {} diff --git a/share/common/quvi/const.lua b/share/common/quvi/const.lua index edd6ea7..a19d08c 100644 --- a/share/common/quvi/const.lua +++ b/share/common/quvi/const.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 M = {} diff --git a/share/common/quvi/debug.lua b/share/common/quvi/debug.lua index 693791b..c0c8b8e 100644 --- a/share/common/quvi/debug.lua +++ b/share/common/quvi/debug.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 M = {} diff --git a/share/common/quvi/entity.lua b/share/common/quvi/entity.lua index 900d734..25cdc0d 100644 --- a/share/common/quvi/entity.lua +++ b/share/common/quvi/entity.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 M = {} diff --git a/share/common/quvi/html.lua b/share/common/quvi/html.lua index 5da94ed..f157210 100644 --- a/share/common/quvi/html.lua +++ b/share/common/quvi/html.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 +-- . -- -- diff --git a/share/common/quvi/lxph.lua b/share/common/quvi/lxph.lua index 2424e23..76e4e8c 100644 --- a/share/common/quvi/lxph.lua +++ b/share/common/quvi/lxph.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 +-- . -- -- diff --git a/share/common/quvi/stream.lua b/share/common/quvi/stream.lua index 9654444..0ece9eb 100644 --- a/share/common/quvi/stream.lua +++ b/share/common/quvi/stream.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 M = {} diff --git a/share/common/quvi/util.lua b/share/common/quvi/util.lua index 3b23bed..2a09dfe 100644 --- a/share/common/quvi/util.lua +++ b/share/common/quvi/util.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 M = {} diff --git a/share/common/quvi/youtube.lua b/share/common/quvi/youtube.lua index 87fc00c..59ce055 100644 --- a/share/common/quvi/youtube.lua +++ b/share/common/quvi/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 M = {} -- 2.11.4.GIT