FILTERS: Changed the 2xSaImmx implementation to GPLv2+, since the author allowed it. This will make life easier to packagers.

This commit is contained in:
bgk 2011-02-25 19:25:17 +00:00
parent 1cdcbe07c4
commit e49be92119
1 changed files with 19 additions and 12 deletions

View File

@ -1,15 +1,22 @@
;/*---------------------------------------------------------------------* ; 2xSaI engine
; * The following (piece of) code, (part of) the 2xSaI engine, * ; Copyright (C) 1999 - 2001 by Derek Liauw Kie Fa
; * copyright (c) 1999 - 2001 by Derek Liauw Kie Fa. *
; * Non-Commercial use of this software is allowed and is encouraged, * ; This program is free software; you can redistribute it and/or modify
; * provided that appropriate credit be given. * ; it under the terms of the GNU General Public License as published by
; * You may freely modify this code, but I request * ; the Free Software Foundation; either version 2, or(at your option)
; * that any improvements to the engine be submitted to me, so * ; any later version.
; * that I can implement these improvements in newer versions of * ;
; * the software. * ; This program is distributed in the hope that it will be useful,
; * If you need more information, have any comments or suggestions, * ; but WITHOUT ANY WARRANTY; without even the implied warranty of
; * you can e-mail me. My e-mail: derek-liauw@usa.net. * ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
; *---------------------------------------------------------------------*/ ; GNU 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 Foundation,
; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
; The author released that file under GPLv2+ on the Fedora legal list :
; http://lists.fedoraproject.org/pipermail/legal/2009-October/000947.html
;---------------------- ;----------------------
; 2xSaI version 0.59 WIP, soon to become version 0.60 ; 2xSaI version 0.59 WIP, soon to become version 0.60