Personal rebranding.

This commit is contained in:
Marisa the Magician 2022-05-13 18:39:14 +02:00
commit e63a373a4e
16 changed files with 16 additions and 25 deletions

View file

@ -1,7 +1,7 @@
/*
lutconv2.c : Improved, general purpose LUT converter.
Turns 2D LUT textures into DDS Volume Maps for convenience.
(C)2017 Marisa Kirisame, UnSX Team.
(C)2017 Marisa the Magician, UnSX Team.
Released under the MIT license.
*/
#include <stdio.h>
@ -570,9 +570,6 @@ int loadpng( const char *filename )
int main( int argc, char **argv )
{
printf("LUTCONV 2.1 - (C)2017 Marisa Kirisame, UnSX Team.\n"
"This program is free software under the GNU GPL v3.\n"
"See https://www.gnu.org/licenses/gpl.html for details.\n\n");
if ( argc < 2 )
{
printf("No files have been passed for processing.\n");