From 758639f9a02bd2cc103ae3736e023b54cb488a9e Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Wed, 9 Apr 2008 14:02:37 +0000 Subject: gst/goom/: Change license of these files to LGPL, as permitted by the author, Guillaume Borios. See #515073. Original commit message from CVS: * gst/goom/ppc_drawings.s: * gst/goom/ppc_zoom_ultimate.s: Change license of these files to LGPL, as permitted by the author, Guillaume Borios. See #515073. --- gst/goom/ppc_drawings.s | 15 ++++++++++++++- gst/goom/ppc_zoom_ultimate.s | 15 ++++++++++++++- 2 files changed, 28 insertions(+), 2 deletions(-) (limited to 'gst/goom') diff --git a/gst/goom/ppc_drawings.s b/gst/goom/ppc_drawings.s index 845e5ea1..4e100b75 100644 --- a/gst/goom/ppc_drawings.s +++ b/gst/goom/ppc_drawings.s @@ -1,6 +1,19 @@ ; PowerPC optimized drawing methods for Goom ; © 2003 Guillaume Borios -; This Source Code is released under the terms of the General Public License +; This library is free software; you can redistribute it and/or +; modify it under the terms of the GNU Library General Public +; License as published by the Free Software Foundation; either +; version 2 of the License, or (at your option) any later version. +; +; This library 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 +; Library General Public License for more details. +; +; You should have received a copy of the GNU Library General Public +; License along with this library; if not, write to the +; Free Software Foundation, Inc., 59 Temple Place - Suite 330, +; Boston, MA 02111-1307, USA. ; Change log : ; 30 May 2003 : File creation diff --git a/gst/goom/ppc_zoom_ultimate.s b/gst/goom/ppc_zoom_ultimate.s index da252c67..10c25a5a 100644 --- a/gst/goom/ppc_zoom_ultimate.s +++ b/gst/goom/ppc_zoom_ultimate.s @@ -1,6 +1,19 @@ ; PowerPC optimized zoom for Goom ; © 2001-2003 Guillaume Borios -; This Source Code is released under the terms of the General Public License +; This library is free software; you can redistribute it and/or +; modify it under the terms of the GNU Library General Public +; License as published by the Free Software Foundation; either +; version 2 of the License, or (at your option) any later version. +; +; This library 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 +; Library General Public License for more details. +; +; You should have received a copy of the GNU Library General Public +; License along with this library; if not, write to the +; Free Software Foundation, Inc., 59 Temple Place - Suite 330, +; Boston, MA 02111-1307, USA. ; Change log : ; 21 Dec 2003 : Use of altivec is now determined with a parameter -- cgit