Преглед на файлове

Update my e-mail address everywhere.

tags/v0.99.beta17
Sam Hocevar sam преди 15 години
родител
ревизия
1362d8e24f
променени са 74 файла, в които са добавени 79 реда и са изтрити 77 реда
  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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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$


Зареждане…
Отказ
Запис