mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-15 19:52:05 +00:00
Fix algofill.cpp and rotate.cpp files to refer to the correct license.
This commit is contained in:
parent
6b4591c5fd
commit
da9e9fd062
@ -1,21 +1,9 @@
|
|||||||
/* ______ ___ ___
|
// The floodfill routine.
|
||||||
* /\ _ \ /\_ \ /\_ \
|
// By Shawn Hargreaves.
|
||||||
* \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___
|
|
||||||
* \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\
|
|
||||||
* \ \ \/\ \ \_\ \_ \_\ \_/\ __//\ \L\ \ \ \//\ \L\ \
|
|
||||||
* \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/
|
|
||||||
* \/_/\/_/\/____/\/____/\/____/\/___L\ \/_/ \/___/
|
|
||||||
* /\____/
|
|
||||||
* \_/__/
|
|
||||||
*
|
|
||||||
* The floodfill routine.
|
|
||||||
*
|
|
||||||
* By Shawn Hargreaves.
|
|
||||||
*
|
|
||||||
* See readme.txt for copyright information.
|
|
||||||
*/
|
|
||||||
|
|
||||||
// Adapted to ASEPRITE by David Capello
|
// Adapted to ASEPRITE by David Capello
|
||||||
|
//
|
||||||
|
// This source file is ditributed under a Allegro license, please
|
||||||
|
// read allegro4-LICENSE.txt for more information.
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
@ -1,27 +1,11 @@
|
|||||||
/* ASEPRITE
|
// Most code come from original Allegro rotation code:
|
||||||
* Copyright (C) 2001-2012 David Capello
|
// By Shawn Hargreaves.
|
||||||
*
|
// Flipping routines by Andrew Geers.
|
||||||
* This program is free software; you can redistribute it and/or modify
|
// Optimized by Sven Sandberg.
|
||||||
* it under the terms of the GNU General Public License as published by
|
// To C++ templates by David Capello
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
//
|
||||||
* (at your option) any later version.
|
// This source file is ditributed under a Allegro license, please
|
||||||
*
|
// read allegro4-LICENSE.txt for more information.
|
||||||
* 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 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
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Most code come from original Allegro rotation code:
|
|
||||||
* By Shawn Hargreaves.
|
|
||||||
* Flipping routines by Andrew Geers.
|
|
||||||
* Optimized by Sven Sandberg.
|
|
||||||
* To C++ templates by David Capello
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user