@@ -1,6 +1,6 @@ | |||||
#! /bin/sh | #! /bin/sh | ||||
## DOS cross-compilation for libcaca -- Sam Hocevar <sam@zoy.org> | |||||
## DOS cross-compilation for libcaca -- Sam Hocevar <sam@hocevar.net> | |||||
## $Id$ | ## $Id$ | ||||
set -x | set -x | ||||
@@ -1,6 +1,6 @@ | |||||
#! /bin/sh | #! /bin/sh | ||||
## Kernel-mode libcaca compilation script -- Sam Hocevar <sam@zoy.org> | |||||
## Kernel-mode libcaca compilation script -- Sam Hocevar <sam@hocevar.net> | |||||
## $Id$ | ## $Id$ | ||||
set -x | set -x | ||||
@@ -1,6 +1,6 @@ | |||||
#! /bin/sh | #! /bin/sh | ||||
## Win32 cross-compilation for libcaca -- Sam Hocevar <sam@zoy.org> | |||||
## Win32 cross-compilation for libcaca -- Sam Hocevar <sam@hocevar.net> | |||||
## $Id$ | ## $Id$ | ||||
set -x | set -x | ||||
@@ -1,6 +1,6 @@ | |||||
#! /bin/sh | #! /bin/sh | ||||
## config script for libcaca -- Sam Hocevar <sam@zoy.org> | |||||
## config script for libcaca -- Sam Hocevar <sam@hocevar.net> | |||||
## $Id$ | ## $Id$ | ||||
prefix=@prefix@ | prefix=@prefix@ | ||||
@@ -5,7 +5,7 @@ | |||||
* Copyright (c) 2008 Benjamin C. Wiley Sittler <bsittler@gmail.com> | * Copyright (c) 2008 Benjamin C. Wiley Sittler <bsittler@gmail.com> | ||||
* | * | ||||
* This file is a Php port of "examples/colors.c" | * This file is a Php port of "examples/colors.c" | ||||
* Copyright (c) 2003-2004 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2003-2004 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -6,7 +6,7 @@ | |||||
* | * | ||||
* This file is a Php port of the official libcaca's sample program "demo.c" | * This file is a Php port of the official libcaca's sample program "demo.c" | ||||
* which is: | * which is: | ||||
* Copyright (c) 2003 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2003 Sam Hocevar <sam@hocevar.net> | |||||
* | * | ||||
* This program is free software. It comes without any warranty, to | * This program is free software. It comes without any warranty, to | ||||
* the extent permitted by applicable law. You can redistribute it | * the extent permitted by applicable law. You can redistribute it | ||||
@@ -6,7 +6,7 @@ | |||||
* | * | ||||
* This file is a Php port of "examples/export.c" | * This file is a Php port of "examples/export.c" | ||||
* which is: | * which is: | ||||
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -6,7 +6,7 @@ | |||||
* | * | ||||
* This file is a Php port of "examples/fullwidth.c" | * This file is a Php port of "examples/fullwidth.c" | ||||
* which is: | * which is: | ||||
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -6,7 +6,7 @@ | |||||
* | * | ||||
* This file is a Php port of "src/img2txt.c" | * This file is a Php port of "src/img2txt.c" | ||||
* which is: | * which is: | ||||
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> | |||||
* 2007 Jean-Yves Lamoureux <jylam@lnxscene.org> | * 2007 Jean-Yves Lamoureux <jylam@lnxscene.org> | ||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
@@ -234,7 +234,8 @@ function version() | |||||
printf( | printf( | ||||
"img2txt Copyright 2006-2007 Sam Hocevar and Jean-Yves Lamoureux\n" . | "img2txt Copyright 2006-2007 Sam Hocevar and Jean-Yves Lamoureux\n" . | ||||
" Copyright 2008 Benjamin C. Wiley Sittler\n" . | " Copyright 2008 Benjamin C. Wiley Sittler\n" . | ||||
"Internet: <sam@zoy.org> <jylam@lnxscene.org> <bsittler@gmail.com> Version: %s\n" . | |||||
"Internet: <sam@hocevar.net> <jylam@lnxscene.org>\n" . | |||||
" <bsittler@gmail.com> Version: %s\n" . | |||||
"\n" . | "\n" . | ||||
"img2txt, along with its documentation, may be freely copied and distributed.\n" . | "img2txt, along with its documentation, may be freely copied and distributed.\n" . | ||||
"\n" . | "\n" . | ||||
@@ -7,7 +7,7 @@ | |||||
* This file is a Php port of "caca-sharp/test.cs" | * This file is a Php port of "caca-sharp/test.cs" | ||||
* which is: | * which is: | ||||
* Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org> | * Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org> | ||||
* 2007 Sam Hocevar <sam@zoy.org> | |||||
* 2007 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -126,7 +126,7 @@ class Test | |||||
{ | { | ||||
printf("libcaca %s PHP test\n", Libcaca::getVersion()); | printf("libcaca %s PHP test\n", Libcaca::getVersion()); | ||||
printf("(c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org>\n"); | printf("(c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org>\n"); | ||||
printf("(c) 2007 Sam Hocevar <sam@zoy.org>\n"); | |||||
printf("(c) 2007 Sam Hocevar <sam@hocevar.net>\n"); | |||||
printf("(c) 2008 Benjamin C. Wiley Sittler <bsittler@gmail.com>\n"); | printf("(c) 2008 Benjamin C. Wiley Sittler <bsittler@gmail.com>\n"); | ||||
/* Instanciate a caca canvas */ | /* Instanciate a caca canvas */ | ||||
@@ -6,7 +6,7 @@ | |||||
* | * | ||||
* This file is a Php port of the official libcaca's sample program "demo.c" | * This file is a Php port of the official libcaca's sample program "demo.c" | ||||
* which is: | * which is: | ||||
* Copyright (c) 2003 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2003 Sam Hocevar <sam@hocevar.net> | |||||
* | * | ||||
* This program is free software. It comes without any warranty, to | * This program is free software. It comes without any warranty, to | ||||
* the extent permitted by applicable law. You can redistribute it | * the extent permitted by applicable law. You can redistribute it | ||||
@@ -6,7 +6,7 @@ | |||||
* | * | ||||
* This file is a Php port of "examples/transform.c" | * This file is a Php port of "examples/transform.c" | ||||
* which is: | * which is: | ||||
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -6,7 +6,7 @@ | |||||
* | * | ||||
* This file is a Php port of "examples/truecolor.c" | * This file is a Php port of "examples/truecolor.c" | ||||
* which is: | * which is: | ||||
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -6,7 +6,7 @@ | |||||
* | * | ||||
* This file is a Php port of "examples/unicode.c" | * This file is a Php port of "examples/unicode.c" | ||||
* which is: | * which is: | ||||
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -11,7 +11,7 @@ header('Content-Type: text/html; charset=UTF-8'); | |||||
* Copyright (c) 2008 Benjamin C. Wiley Sittler <bsittler@gmail.com> | * Copyright (c) 2008 Benjamin C. Wiley Sittler <bsittler@gmail.com> | ||||
* | * | ||||
* This file is a Php port of "examples/colors.c" | * This file is a Php port of "examples/colors.c" | ||||
* Copyright (c) 2003-2004 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2003-2004 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -5,7 +5,7 @@ | |||||
* | * | ||||
* This file is a Php port of "examples/export.c" | * This file is a Php port of "examples/export.c" | ||||
* which is: | * which is: | ||||
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -12,7 +12,7 @@ header('Content-Type: text/html; charset=UTF-8'); | |||||
* | * | ||||
* This file is a Php port of "examples/fullwidth.c" | * This file is a Php port of "examples/fullwidth.c" | ||||
* which is: | * which is: | ||||
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -5,7 +5,7 @@ | |||||
* | * | ||||
* This file is a Php port of "src/img2txt.c" | * This file is a Php port of "src/img2txt.c" | ||||
* which is: | * which is: | ||||
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> | |||||
* 2007 Jean-Yves Lamoureux <jylam@lnxscene.org> | * 2007 Jean-Yves Lamoureux <jylam@lnxscene.org> | ||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
@@ -256,7 +256,8 @@ function version() | |||||
$stdout .= sprintf( | $stdout .= sprintf( | ||||
"img2txt Copyright 2006-2007 Sam Hocevar and Jean-Yves Lamoureux\n" . | "img2txt Copyright 2006-2007 Sam Hocevar and Jean-Yves Lamoureux\n" . | ||||
" Copyright 2008 Benjamin C. Wiley Sittler\n" . | " Copyright 2008 Benjamin C. Wiley Sittler\n" . | ||||
"Internet: <sam@zoy.org> <jylam@lnxscene.org> <bsittler@gmail.com> Version: %s\n" . | |||||
"Internet: <sam@hocevar.net> <jylam@lnxscene.org>\n" . | |||||
" <bsittler@gmail.com> Version: %s\n" . | |||||
"\n" . | "\n" . | ||||
"img2txt, along with its documentation, may be freely copied and distributed.\n" . | "img2txt, along with its documentation, may be freely copied and distributed.\n" . | ||||
"\n" . | "\n" . | ||||
@@ -12,7 +12,7 @@ header('Content-Type: text/html; charset=UTF-8'); | |||||
* | * | ||||
* This file is a Php port of the official libcaca's sample program "demo.c" | * This file is a Php port of the official libcaca's sample program "demo.c" | ||||
* which is: | * which is: | ||||
* Copyright (c) 2003 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2003 Sam Hocevar <sam@hocevar.net> | |||||
* | * | ||||
* This program is free software. It comes without any warranty, to | * This program is free software. It comes without any warranty, to | ||||
* the extent permitted by applicable law. You can redistribute it | * the extent permitted by applicable law. You can redistribute it | ||||
@@ -12,7 +12,7 @@ header('Content-Type: text/html; charset=UTF-8'); | |||||
* | * | ||||
* This file is a Php port of "examples/transform.c" | * This file is a Php port of "examples/transform.c" | ||||
* which is: | * which is: | ||||
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -12,7 +12,7 @@ header('Content-Type: text/html; charset=UTF-8'); | |||||
* | * | ||||
* This file is a Php port of "examples/truecolor.c" | * This file is a Php port of "examples/truecolor.c" | ||||
* which is: | * which is: | ||||
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -12,7 +12,7 @@ header('Content-Type: text/html; charset=UTF-8'); | |||||
* | * | ||||
* This file is a Php port of "examples/unicode.c" | * This file is a Php port of "examples/unicode.c" | ||||
* which is: | * which is: | ||||
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,7 +1,7 @@ | |||||
/* | /* | ||||
* libcaca .NET bindings for libcaca | * libcaca .NET bindings for libcaca | ||||
* Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org> | * Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org> | ||||
* 2007 Sam Hocevar <sam@zoy.org> | |||||
* 2007 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,7 +1,7 @@ | |||||
/* | /* | ||||
* libcaca .NET bindings for libcaca | * libcaca .NET bindings for libcaca | ||||
* Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org> | * Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org> | ||||
* 2007 Sam Hocevar <sam@zoy.org> | |||||
* 2007 Sam Hocevar <sam@@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,7 +1,7 @@ | |||||
/* | /* | ||||
* libcaca .NET bindings for libcaca | * libcaca .NET bindings for libcaca | ||||
* Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org> | * Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org> | ||||
* 2007 Sam Hocevar <sam@zoy.org> | |||||
* 2007 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,7 +1,7 @@ | |||||
/* | /* | ||||
* libcaca .NET bindings for libcaca | * libcaca .NET bindings for libcaca | ||||
* Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org> | * Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org> | ||||
* 2007 Sam Hocevar <sam@zoy.org> | |||||
* 2007 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,7 +1,7 @@ | |||||
/* | /* | ||||
* libcaca .NET bindings for libcaca | * libcaca .NET bindings for libcaca | ||||
* Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org> | * Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org> | ||||
* 2007 Sam Hocevar <sam@zoy.org> | |||||
* 2007 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,7 +1,7 @@ | |||||
/* | /* | ||||
* libcaca .NET bindings for libcaca | * libcaca .NET bindings for libcaca | ||||
* Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org> | * Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org> | ||||
* 2007 Sam Hocevar <sam@zoy.org> | |||||
* 2007 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,7 +1,7 @@ | |||||
/* | /* | ||||
* Test .NET bindings test program | * Test .NET bindings test program | ||||
* Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org> | * Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org> | ||||
* 2007 Sam Hocevar <sam@zoy.org> | |||||
* 2007 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* libcaca Colour ASCII-Art library | * libcaca Colour ASCII-Art library | ||||
* Copyright (c) 2002-2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2002-2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* libcaca Colour ASCII-Art library | * libcaca Colour ASCII-Art library | ||||
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,7 +1,7 @@ | |||||
/* | /* | ||||
* libcaca Colour ASCII-Art library | * libcaca Colour ASCII-Art library | ||||
* libcaca Colour ASCII-Art library | * libcaca Colour ASCII-Art library | ||||
* Copyright (c) 2008 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2008 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* libcaca Colour ASCII-Art library | * libcaca Colour ASCII-Art library | ||||
* Copyright (c) 2002-2007 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2002-2007 Sam Hocevar <sam@hocevar.net> | |||||
* 2007 Ben Wiley Sittler <bsittler@gmail.com> | * 2007 Ben Wiley Sittler <bsittler@gmail.com> | ||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* libcaca Colour ASCII-Art library | * libcaca Colour ASCII-Art library | ||||
* Copyright (c) 2002-2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2002-2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* libcaca Colour ASCII-Art library | * libcaca Colour ASCII-Art library | ||||
* Copyright (c) 2002-2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2002-2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* libcaca Colour ASCII-Art library | * libcaca Colour ASCII-Art library | ||||
* Copyright (c) 2006-2007 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2006-2007 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* libcaca Colour ASCII-Art library | * libcaca Colour ASCII-Art library | ||||
* Copyright (c) 2002-2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2002-2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* libcaca Colour ASCII-Art library | * libcaca Colour ASCII-Art library | ||||
* Copyright (c) 2002-2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2002-2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* libcaca Colour ASCII-Art library | * libcaca Colour ASCII-Art library | ||||
* Copyright (c) 2002-2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2002-2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* libcaca Colour ASCII-Art library | * libcaca Colour ASCII-Art library | ||||
* Copyright (c) 2002-2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2002-2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -59,7 +59,7 @@ to link compiled objects into an executable program. | |||||
.SH SEE ALSO | .SH SEE ALSO | ||||
pkg-config(1) | pkg-config(1) | ||||
.SH AUTHOR | .SH AUTHOR | ||||
The libcaca library was written by Sam Hocevar <sam@zoy.org>. | |||||
The libcaca library was written by Sam Hocevar <sam@hocevar.net>. | |||||
.PP | .PP | ||||
This manual page was written for sdl-config by Branden Robinson, originally | This manual page was written for sdl-config by Branden Robinson, originally | ||||
for Progeny Linux Systems, Inc., and the Debian Project. It was adapted to | for Progeny Linux Systems, Inc., and the Debian Project. It was adapted to | ||||
@@ -33,7 +33,7 @@ cacademo is covered by the Do What The Fuck You Want To Public License | |||||
.SH AUTHORS | .SH AUTHORS | ||||
.B cacademo's | .B cacademo's | ||||
moire and matrix effects and this manual page were written by Sam Hocevar | moire and matrix effects and this manual page were written by Sam Hocevar | ||||
<sam@zoy.org>. | |||||
<sam@hocevar.net>. | |||||
.PP | .PP | ||||
.B cacademo's | .B cacademo's | ||||
metaball effect was written by Jean-Yves Lamoureux <jylam@lnxscene.org>, | metaball effect was written by Jean-Yves Lamoureux <jylam@lnxscene.org>, | ||||
@@ -23,4 +23,4 @@ CACA_DRIVER=raw CACA_GEOMETRY=80x32 cacademo | cacaplay | |||||
.SH SEE ALSO | .SH SEE ALSO | ||||
cacaserver(1) | cacaserver(1) | ||||
.SH AUTHOR | .SH AUTHOR | ||||
This manual page was written by Sam Hocevar <sam@zoy.org>. | |||||
This manual page was written by Sam Hocevar <sam@hocevar.net>. |
@@ -27,4 +27,4 @@ telnet localhost 51914 | |||||
.SH SEE ALSO | .SH SEE ALSO | ||||
cacaplay(1) | cacaplay(1) | ||||
.SH AUTHOR | .SH AUTHOR | ||||
This manual page was written by Sam Hocevar <sam@zoy.org>. | |||||
This manual page was written by Sam Hocevar <sam@hocevar.net>. |
@@ -53,4 +53,4 @@ it is completely useless when run without an argument. | |||||
.SH SEE ALSO | .SH SEE ALSO | ||||
img2txt(1) | img2txt(1) | ||||
.SH AUTHOR | .SH AUTHOR | ||||
This manual page was written by Sam Hocevar <sam@zoy.org>. | |||||
This manual page was written by Sam Hocevar <sam@hocevar.net>. |
@@ -130,4 +130,4 @@ to be able to load a wide variety of image formats. Otherwise you will only be | |||||
.SH SEE ALSO | .SH SEE ALSO | ||||
cacaview(1) | cacaview(1) | ||||
.SH AUTHOR | .SH AUTHOR | ||||
This manual page was written by Sam Hocevar <sam@zoy.org> and Jean-Yves Lamoureux <jylam@lnxscene.org>. | |||||
This manual page was written by Sam Hocevar <sam@hocevar.net> and Jean-Yves Lamoureux <jylam@lnxscene.org>. |
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* all full libcaca API test | * all full libcaca API test | ||||
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* colors display all possible libcaca colour pairs | * colors display all possible libcaca colour pairs | ||||
* Copyright (c) 2003-2004 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2003-2004 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* dithering libcaca dithering test program | * dithering libcaca dithering test program | ||||
* Copyright (c) 2003 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2003 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* driver libcaca Unicode rendering test program | * driver libcaca Unicode rendering test program | ||||
* Copyright (c) 2007 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2007 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* event event lister for libcaca | * event event lister for libcaca | ||||
* Copyright (c) 2004 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2004 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* font libcaca font test program | * font libcaca font test program | ||||
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* frames canvas frame switching features | * frames canvas frame switching features | ||||
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* fullwidth libcaca fullwidth Unicode characters test program | * fullwidth libcaca fullwidth Unicode characters test program | ||||
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* gamma libcaca gamma test program | * gamma libcaca gamma test program | ||||
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* hsv libcaca HSV rendering test program | * hsv libcaca HSV rendering test program | ||||
* Copyright (c) 2003 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2003 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* input libcaca text input test program | * input libcaca text input test program | ||||
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* truecolor truecolor canvas features | * truecolor truecolor canvas features | ||||
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* unicode libcaca Unicode rendering test program | * unicode libcaca Unicode rendering test program | ||||
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,7 +1,7 @@ | |||||
/* | /* | ||||
* libcaca Canvas for ultrafast compositing of Unicode letters | * libcaca Canvas for ultrafast compositing of Unicode letters | ||||
* libcaca Colour ASCII-Art library | * libcaca Colour ASCII-Art library | ||||
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> | |||||
* 2006 Jean-Yves Lamoureux <jylam@lnxscene.org> | * 2006 Jean-Yves Lamoureux <jylam@lnxscene.org> | ||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
@@ -1,7 +1,7 @@ | |||||
/* | /* | ||||
* libcaca Canvas for ultrafast compositing of Unicode letters | * libcaca Canvas for ultrafast compositing of Unicode letters | ||||
* libcaca Colour ASCII-Art library | * libcaca Colour ASCII-Art library | ||||
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -2,7 +2,7 @@ | |||||
* cacademo various demo effects for libcaca | * cacademo various demo effects for libcaca | ||||
* Copyright (c) 1998 Michele Bini <mibin@tin.it> | * Copyright (c) 1998 Michele Bini <mibin@tin.it> | ||||
* 2003-2006 Jean-Yves Lamoureux <jylam@lnxscene.org> | * 2003-2006 Jean-Yves Lamoureux <jylam@lnxscene.org> | ||||
* 2004-2006 Sam Hocevar <sam@zoy.org> | |||||
* 2004-2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* cacaview image viewer for libcaca | * cacaview image viewer for libcaca | ||||
* Copyright (c) 2003-2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2003-2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* Imaging tools for cacaview and img2irc | * Imaging tools for cacaview and img2irc | ||||
* Copyright (c) 2003-2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2003-2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* Imaging tools for cacaview and img2irc | * Imaging tools for cacaview and img2irc | ||||
* Copyright (c) 2003-2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2003-2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* zzuf - general purpose fuzzer | * zzuf - general purpose fuzzer | ||||
* Copyright (c) 2002, 2007 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2002, 2007 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id: mygetopt.c 271 2007-02-02 11:58:06Z sam $ | * $Id: mygetopt.c 271 2007-02-02 11:58:06Z sam $ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* zzuf - general purpose fuzzer | * zzuf - general purpose fuzzer | ||||
* Copyright (c) 2002, 2007 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2002, 2007 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id: mygetopt.h 268 2007-02-01 22:33:07Z sam $ | * $Id: mygetopt.h 268 2007-02-01 22:33:07Z sam $ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* caca-test testsuite program for libcaca | * caca-test testsuite program for libcaca | ||||
* Copyright (c) 2008 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2008 Sam Hocevar <samhocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* caca-test testsuite program for libcaca | * caca-test testsuite program for libcaca | ||||
* Copyright (c) 2008 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2008 Sam Hocevar <samhocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* caca-test testsuite program for libcaca | * caca-test testsuite program for libcaca | ||||
* Copyright (c) 2008 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2008 Sam Hocevar <samhocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* simple simple testsuite program | * simple simple testsuite program | ||||
* Copyright (c) 2007 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2007 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* makefont create libcaca font data | * makefont create libcaca font data | ||||
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* optipal S-Lang optimised palette generator for libcaca | * optipal S-Lang optimised palette generator for libcaca | ||||
* Copyright (c) 2003 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2003 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* sortchars analyse ASCII characters | * sortchars analyse ASCII characters | ||||
* Copyright (c) 2007 Sam Hocevar <sam@zoy.org> | |||||
* Copyright (c) 2007 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | * All Rights Reserved | ||||
* | * | ||||
* $Id$ | * $Id$ | ||||