Selaa lähdekoodia

Update my e-mail address everywhere.

tags/v0.99.beta17
Sam Hocevar sam 15 vuotta sitten
vanhempi
commit
1362d8e24f
74 muutettua tiedostoa jossa 79 lisäystä ja 77 poistoa
  1. +1
    -1
      build-dos
  2. +1
    -1
      build-kernel
  3. +1
    -1
      build-win32
  4. +1
    -1
      caca-config.in
  5. +1
    -1
      caca-php/examples/colors.php
  6. +1
    -1
      caca-php/examples/demo.php
  7. +1
    -1
      caca-php/examples/export.php
  8. +1
    -1
      caca-php/examples/fullwidth.php
  9. +3
    -2
      caca-php/examples/img2txt.php
  10. +2
    -2
      caca-php/examples/test.php
  11. +1
    -1
      caca-php/examples/text.php
  12. +1
    -1
      caca-php/examples/transform.php
  13. +1
    -1
      caca-php/examples/truecolor.php
  14. +1
    -1
      caca-php/examples/unicode.php
  15. +1
    -1
      caca-php/examples/www/colors.php
  16. +1
    -1
      caca-php/examples/www/export.php
  17. +1
    -1
      caca-php/examples/www/fullwidth.php
  18. +3
    -2
      caca-php/examples/www/img2txt.php
  19. +1
    -1
      caca-php/examples/www/text.php
  20. +1
    -1
      caca-php/examples/www/transform.php
  21. +1
    -1
      caca-php/examples/www/truecolor.php
  22. +1
    -1
      caca-php/examples/www/unicode.php
  23. +1
    -1
      caca-sharp/Attr.cs
  24. +1
    -1
      caca-sharp/Caca.cs
  25. +1
    -1
      caca-sharp/Display.cs
  26. +1
    -1
      caca-sharp/Dither.cs
  27. +1
    -1
      caca-sharp/Event.cs
  28. +1
    -1
      caca-sharp/Font.cs
  29. +1
    -1
      caca-sharp/test.cs
  30. +1
    -1
      caca/caca0.h
  31. +1
    -1
      caca/caca_stubs.h
  32. +1
    -1
      caca/caca_types.h.in
  33. +1
    -1
      caca/charset.c
  34. +1
    -1
      caca/conic.c
  35. +1
    -1
      caca/dither.c
  36. +1
    -1
      caca/file.c
  37. +1
    -1
      caca/font.c
  38. +1
    -1
      caca/line.c
  39. +1
    -1
      caca/time.c
  40. +1
    -1
      caca/triangle.c
  41. +1
    -1
      doc/caca-config.1
  42. +1
    -1
      doc/cacafire.1
  43. +1
    -1
      doc/cacaplay.1
  44. +1
    -1
      doc/cacaserver.1
  45. +1
    -1
      doc/cacaview.1
  46. +1
    -1
      doc/img2txt.1
  47. +1
    -1
      examples/canvas.c
  48. +1
    -1
      examples/colors.c
  49. +1
    -1
      examples/dithering.c
  50. +1
    -1
      examples/driver.c
  51. +1
    -1
      examples/event.c
  52. +1
    -1
      examples/font.c
  53. +1
    -1
      examples/frames.c
  54. +1
    -1
      examples/fullwidth.c
  55. +1
    -1
      examples/gamma.c
  56. +1
    -1
      examples/hsv.c
  57. +1
    -1
      examples/input.c
  58. +1
    -1
      examples/truecolor.c
  59. +1
    -1
      examples/unicode.c
  60. +1
    -1
      kernel/kernel.c
  61. +1
    -1
      kernel/kernel.h
  62. +1
    -1
      src/cacademo.c
  63. +1
    -1
      src/cacaview.c
  64. +1
    -1
      src/common-image.c
  65. +1
    -1
      src/common-image.h
  66. +1
    -1
      src/mygetopt.c
  67. +1
    -1
      src/mygetopt.h
  68. +1
    -1
      test/caca-test.cpp
  69. +1
    -1
      test/canvas.cpp
  70. +1
    -1
      test/driver.cpp
  71. +1
    -1
      test/simple.c
  72. +1
    -1
      tools/makefont.c
  73. +1
    -1
      tools/optipal.c
  74. +1
    -1
      tools/sortchars.c

+ 1
- 1
build-dos Näytä tiedosto

@@ -1,6 +1,6 @@
#! /bin/sh

## DOS cross-compilation for libcaca -- Sam Hocevar <sam@zoy.org>
## DOS cross-compilation for libcaca -- Sam Hocevar <sam@hocevar.net>
## $Id$

set -x


+ 1
- 1
build-kernel Näytä tiedosto

@@ -1,6 +1,6 @@
#! /bin/sh

## Kernel-mode libcaca compilation script -- Sam Hocevar <sam@zoy.org>
## Kernel-mode libcaca compilation script -- Sam Hocevar <sam@hocevar.net>
## $Id$

set -x


+ 1
- 1
build-win32 Näytä tiedosto

@@ -1,6 +1,6 @@
#! /bin/sh

## Win32 cross-compilation for libcaca -- Sam Hocevar <sam@zoy.org>
## Win32 cross-compilation for libcaca -- Sam Hocevar <sam@hocevar.net>
## $Id$

set -x


+ 1
- 1
caca-config.in Näytä tiedosto

@@ -1,6 +1,6 @@
#! /bin/sh

## config script for libcaca -- Sam Hocevar <sam@zoy.org>
## config script for libcaca -- Sam Hocevar <sam@hocevar.net>
## $Id$

prefix=@prefix@


+ 1
- 1
caca-php/examples/colors.php Näytä tiedosto

@@ -5,7 +5,7 @@
* Copyright (c) 2008 Benjamin C. Wiley Sittler <bsittler@gmail.com>
*
* 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
*
* $Id$


+ 1
- 1
caca-php/examples/demo.php Näytä tiedosto

@@ -6,7 +6,7 @@
*
* This file is a Php port of the official libcaca's sample program "demo.c"
* 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
* the extent permitted by applicable law. You can redistribute it


+ 1
- 1
caca-php/examples/export.php Näytä tiedosto

@@ -6,7 +6,7 @@
*
* This file is a Php port of "examples/export.c"
* which is:
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org>
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
caca-php/examples/fullwidth.php Näytä tiedosto

@@ -6,7 +6,7 @@
*
* This file is a Php port of "examples/fullwidth.c"
* which is:
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org>
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 3
- 2
caca-php/examples/img2txt.php Näytä tiedosto

@@ -6,7 +6,7 @@
*
* This file is a Php port of "src/img2txt.c"
* 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>
* All Rights Reserved
*
@@ -234,7 +234,8 @@ function version()
printf(
"img2txt Copyright 2006-2007 Sam Hocevar and Jean-Yves Lamoureux\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" .
"img2txt, along with its documentation, may be freely copied and distributed.\n" .
"\n" .


+ 2
- 2
caca-php/examples/test.php Näytä tiedosto

@@ -7,7 +7,7 @@
* This file is a Php port of "caca-sharp/test.cs"
* which is:
* Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org>
* 2007 Sam Hocevar <sam@zoy.org>
* 2007 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$
@@ -126,7 +126,7 @@ class Test
{
printf("libcaca %s PHP test\n", Libcaca::getVersion());
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");

/* Instanciate a caca canvas */


+ 1
- 1
caca-php/examples/text.php Näytä tiedosto

@@ -6,7 +6,7 @@
*
* This file is a Php port of the official libcaca's sample program "demo.c"
* 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
* the extent permitted by applicable law. You can redistribute it


+ 1
- 1
caca-php/examples/transform.php Näytä tiedosto

@@ -6,7 +6,7 @@
*
* This file is a Php port of "examples/transform.c"
* which is:
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org>
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
caca-php/examples/truecolor.php Näytä tiedosto

@@ -6,7 +6,7 @@
*
* This file is a Php port of "examples/truecolor.c"
* which is:
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org>
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
caca-php/examples/unicode.php Näytä tiedosto

@@ -6,7 +6,7 @@
*
* This file is a Php port of "examples/unicode.c"
* which is:
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org>
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
caca-php/examples/www/colors.php Näytä tiedosto

@@ -11,7 +11,7 @@ header('Content-Type: text/html; charset=UTF-8');
* Copyright (c) 2008 Benjamin C. Wiley Sittler <bsittler@gmail.com>
*
* 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
*
* $Id$


+ 1
- 1
caca-php/examples/www/export.php Näytä tiedosto

@@ -5,7 +5,7 @@
*
* This file is a Php port of "examples/export.c"
* which is:
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org>
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
caca-php/examples/www/fullwidth.php Näytä tiedosto

@@ -12,7 +12,7 @@ header('Content-Type: text/html; charset=UTF-8');
*
* This file is a Php port of "examples/fullwidth.c"
* which is:
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org>
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 3
- 2
caca-php/examples/www/img2txt.php Näytä tiedosto

@@ -5,7 +5,7 @@
*
* This file is a Php port of "src/img2txt.c"
* 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>
* All Rights Reserved
*
@@ -256,7 +256,8 @@ function version()
$stdout .= sprintf(
"img2txt Copyright 2006-2007 Sam Hocevar and Jean-Yves Lamoureux\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" .
"img2txt, along with its documentation, may be freely copied and distributed.\n" .
"\n" .


+ 1
- 1
caca-php/examples/www/text.php Näytä tiedosto

@@ -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"
* 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
* the extent permitted by applicable law. You can redistribute it


+ 1
- 1
caca-php/examples/www/transform.php Näytä tiedosto

@@ -12,7 +12,7 @@ header('Content-Type: text/html; charset=UTF-8');
*
* This file is a Php port of "examples/transform.c"
* which is:
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org>
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
caca-php/examples/www/truecolor.php Näytä tiedosto

@@ -12,7 +12,7 @@ header('Content-Type: text/html; charset=UTF-8');
*
* This file is a Php port of "examples/truecolor.c"
* which is:
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org>
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
caca-php/examples/www/unicode.php Näytä tiedosto

@@ -12,7 +12,7 @@ header('Content-Type: text/html; charset=UTF-8');
*
* This file is a Php port of "examples/unicode.c"
* which is:
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org>
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
caca-sharp/Attr.cs Näytä tiedosto

@@ -1,7 +1,7 @@
/*
* libcaca .NET bindings for libcaca
* Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org>
* 2007 Sam Hocevar <sam@zoy.org>
* 2007 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
caca-sharp/Caca.cs Näytä tiedosto

@@ -1,7 +1,7 @@
/*
* libcaca .NET bindings for libcaca
* Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org>
* 2007 Sam Hocevar <sam@zoy.org>
* 2007 Sam Hocevar <sam@@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
caca-sharp/Display.cs Näytä tiedosto

@@ -1,7 +1,7 @@
/*
* libcaca .NET bindings for libcaca
* Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org>
* 2007 Sam Hocevar <sam@zoy.org>
* 2007 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
caca-sharp/Dither.cs Näytä tiedosto

@@ -1,7 +1,7 @@
/*
* libcaca .NET bindings for libcaca
* Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org>
* 2007 Sam Hocevar <sam@zoy.org>
* 2007 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
caca-sharp/Event.cs Näytä tiedosto

@@ -1,7 +1,7 @@
/*
* libcaca .NET bindings for libcaca
* Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org>
* 2007 Sam Hocevar <sam@zoy.org>
* 2007 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
caca-sharp/Font.cs Näytä tiedosto

@@ -1,7 +1,7 @@
/*
* libcaca .NET bindings for libcaca
* Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org>
* 2007 Sam Hocevar <sam@zoy.org>
* 2007 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
caca-sharp/test.cs Näytä tiedosto

@@ -1,7 +1,7 @@
/*
* Test .NET bindings test program
* Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org>
* 2007 Sam Hocevar <sam@zoy.org>
* 2007 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
caca/caca0.h Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* 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
*
* $Id$


+ 1
- 1
caca/caca_stubs.h Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* libcaca Colour ASCII-Art library
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org>
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
caca/caca_types.h.in Näytä tiedosto

@@ -1,7 +1,7 @@
/*
* 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
*
* $Id$


+ 1
- 1
caca/charset.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* 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>
* All Rights Reserved
*


+ 1
- 1
caca/conic.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* 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
*
* $Id$


+ 1
- 1
caca/dither.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* 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
*
* $Id$


+ 1
- 1
caca/file.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* 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
*
* $Id$


+ 1
- 1
caca/font.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* 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
*
* $Id$


+ 1
- 1
caca/line.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* 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
*
* $Id$


+ 1
- 1
caca/time.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* 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
*
* $Id$


+ 1
- 1
caca/triangle.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* 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
*
* $Id$


+ 1
- 1
doc/caca-config.1 Näytä tiedosto

@@ -59,7 +59,7 @@ to link compiled objects into an executable program.
.SH SEE ALSO
pkg-config(1)
.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
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


+ 1
- 1
doc/cacafire.1 Näytä tiedosto

@@ -33,7 +33,7 @@ cacademo is covered by the Do What The Fuck You Want To Public License
.SH AUTHORS
.B cacademo's
moire and matrix effects and this manual page were written by Sam Hocevar
<sam@zoy.org>.
<sam@hocevar.net>.
.PP
.B cacademo's
metaball effect was written by Jean-Yves Lamoureux <jylam@lnxscene.org>,


+ 1
- 1
doc/cacaplay.1 Näytä tiedosto

@@ -23,4 +23,4 @@ CACA_DRIVER=raw CACA_GEOMETRY=80x32 cacademo | cacaplay
.SH SEE ALSO
cacaserver(1)
.SH AUTHOR
This manual page was written by Sam Hocevar <sam@zoy.org>.
This manual page was written by Sam Hocevar <sam@hocevar.net>.

+ 1
- 1
doc/cacaserver.1 Näytä tiedosto

@@ -27,4 +27,4 @@ telnet localhost 51914
.SH SEE ALSO
cacaplay(1)
.SH AUTHOR
This manual page was written by Sam Hocevar <sam@zoy.org>.
This manual page was written by Sam Hocevar <sam@hocevar.net>.

+ 1
- 1
doc/cacaview.1 Näytä tiedosto

@@ -53,4 +53,4 @@ it is completely useless when run without an argument.
.SH SEE ALSO
img2txt(1)
.SH AUTHOR
This manual page was written by Sam Hocevar <sam@zoy.org>.
This manual page was written by Sam Hocevar <sam@hocevar.net>.

+ 1
- 1
doc/img2txt.1 Näytä tiedosto

@@ -130,4 +130,4 @@ to be able to load a wide variety of image formats. Otherwise you will only be
.SH SEE ALSO
cacaview(1)
.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
- 1
examples/canvas.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* all full libcaca API test
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org>
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
examples/colors.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* 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
*
* $Id$


+ 1
- 1
examples/dithering.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* dithering libcaca dithering test program
* Copyright (c) 2003 Sam Hocevar <sam@zoy.org>
* Copyright (c) 2003 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
examples/driver.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* 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
*
* $Id$


+ 1
- 1
examples/event.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* event event lister for libcaca
* Copyright (c) 2004 Sam Hocevar <sam@zoy.org>
* Copyright (c) 2004 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
examples/font.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* font libcaca font test program
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org>
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
examples/frames.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* frames canvas frame switching features
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org>
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
examples/fullwidth.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* 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
*
* $Id$


+ 1
- 1
examples/gamma.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* gamma libcaca gamma test program
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org>
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
examples/hsv.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* 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
*
* $Id$


+ 1
- 1
examples/input.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* 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
*
* $Id$


+ 1
- 1
examples/truecolor.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* truecolor truecolor canvas features
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org>
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
examples/unicode.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* 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
*
* $Id$


+ 1
- 1
kernel/kernel.c Näytä tiedosto

@@ -1,7 +1,7 @@
/*
* libcaca Canvas for ultrafast compositing of Unicode letters
* 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>
* All Rights Reserved
*


+ 1
- 1
kernel/kernel.h Näytä tiedosto

@@ -1,7 +1,7 @@
/*
* libcaca Canvas for ultrafast compositing of Unicode letters
* libcaca Colour ASCII-Art library
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org>
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
src/cacademo.c Näytä tiedosto

@@ -2,7 +2,7 @@
* cacademo various demo effects for libcaca
* Copyright (c) 1998 Michele Bini <mibin@tin.it>
* 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
*
* $Id$


+ 1
- 1
src/cacaview.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* 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
*
* $Id$


+ 1
- 1
src/common-image.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* 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
*
* $Id$


+ 1
- 1
src/common-image.h Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* 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
*
* $Id$


+ 1
- 1
src/mygetopt.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* 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
*
* $Id: mygetopt.c 271 2007-02-02 11:58:06Z sam $


+ 1
- 1
src/mygetopt.h Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* 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
*
* $Id: mygetopt.h 268 2007-02-01 22:33:07Z sam $


+ 1
- 1
test/caca-test.cpp Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* caca-test testsuite program for libcaca
* Copyright (c) 2008 Sam Hocevar <sam@zoy.org>
* Copyright (c) 2008 Sam Hocevar <samhocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
test/canvas.cpp Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* caca-test testsuite program for libcaca
* Copyright (c) 2008 Sam Hocevar <sam@zoy.org>
* Copyright (c) 2008 Sam Hocevar <samhocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
test/driver.cpp Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* caca-test testsuite program for libcaca
* Copyright (c) 2008 Sam Hocevar <sam@zoy.org>
* Copyright (c) 2008 Sam Hocevar <samhocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
test/simple.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* simple simple testsuite program
* Copyright (c) 2007 Sam Hocevar <sam@zoy.org>
* Copyright (c) 2007 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
tools/makefont.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* makefont create libcaca font data
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org>
* Copyright (c) 2006 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


+ 1
- 1
tools/optipal.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* 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
*
* $Id$


+ 1
- 1
tools/sortchars.c Näytä tiedosto

@@ -1,6 +1,6 @@
/*
* sortchars analyse ASCII characters
* Copyright (c) 2007 Sam Hocevar <sam@zoy.org>
* Copyright (c) 2007 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$


Ladataan…
Peruuta
Tallenna