From 1362d8e24f87e67dd30696c2d8bee6e5d9101a99 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 19 Dec 2009 14:38:38 +0000 Subject: [PATCH] Update my e-mail address everywhere. --- build-dos | 2 +- build-kernel | 2 +- build-win32 | 2 +- caca-config.in | 2 +- caca-php/examples/colors.php | 2 +- caca-php/examples/demo.php | 2 +- caca-php/examples/export.php | 2 +- caca-php/examples/fullwidth.php | 2 +- caca-php/examples/img2txt.php | 5 +++-- caca-php/examples/test.php | 4 ++-- caca-php/examples/text.php | 2 +- caca-php/examples/transform.php | 2 +- caca-php/examples/truecolor.php | 2 +- caca-php/examples/unicode.php | 2 +- caca-php/examples/www/colors.php | 2 +- caca-php/examples/www/export.php | 2 +- caca-php/examples/www/fullwidth.php | 2 +- caca-php/examples/www/img2txt.php | 5 +++-- caca-php/examples/www/text.php | 2 +- caca-php/examples/www/transform.php | 2 +- caca-php/examples/www/truecolor.php | 2 +- caca-php/examples/www/unicode.php | 2 +- caca-sharp/Attr.cs | 2 +- caca-sharp/Caca.cs | 2 +- caca-sharp/Display.cs | 2 +- caca-sharp/Dither.cs | 2 +- caca-sharp/Event.cs | 2 +- caca-sharp/Font.cs | 2 +- caca-sharp/test.cs | 2 +- caca/caca0.h | 2 +- caca/caca_stubs.h | 2 +- caca/caca_types.h.in | 2 +- caca/charset.c | 2 +- caca/conic.c | 2 +- caca/dither.c | 2 +- caca/file.c | 2 +- caca/font.c | 2 +- caca/line.c | 2 +- caca/time.c | 2 +- caca/triangle.c | 2 +- doc/caca-config.1 | 2 +- doc/cacafire.1 | 2 +- doc/cacaplay.1 | 2 +- doc/cacaserver.1 | 2 +- doc/cacaview.1 | 2 +- doc/img2txt.1 | 2 +- examples/canvas.c | 2 +- examples/colors.c | 2 +- examples/dithering.c | 2 +- examples/driver.c | 2 +- examples/event.c | 2 +- examples/font.c | 2 +- examples/frames.c | 2 +- examples/fullwidth.c | 2 +- examples/gamma.c | 2 +- examples/hsv.c | 2 +- examples/input.c | 2 +- examples/truecolor.c | 2 +- examples/unicode.c | 2 +- kernel/kernel.c | 2 +- kernel/kernel.h | 2 +- src/cacademo.c | 2 +- src/cacaview.c | 2 +- src/common-image.c | 2 +- src/common-image.h | 2 +- src/mygetopt.c | 2 +- src/mygetopt.h | 2 +- test/caca-test.cpp | 2 +- test/canvas.cpp | 2 +- test/driver.cpp | 2 +- test/simple.c | 2 +- tools/makefont.c | 2 +- tools/optipal.c | 2 +- tools/sortchars.c | 2 +- 74 files changed, 79 insertions(+), 77 deletions(-) diff --git a/build-dos b/build-dos index fac150f..6674832 100755 --- a/build-dos +++ b/build-dos @@ -1,6 +1,6 @@ #! /bin/sh -## DOS cross-compilation for libcaca -- Sam Hocevar +## DOS cross-compilation for libcaca -- Sam Hocevar ## $Id$ set -x diff --git a/build-kernel b/build-kernel index 72941e0..68adf96 100755 --- a/build-kernel +++ b/build-kernel @@ -1,6 +1,6 @@ #! /bin/sh -## Kernel-mode libcaca compilation script -- Sam Hocevar +## Kernel-mode libcaca compilation script -- Sam Hocevar ## $Id$ set -x diff --git a/build-win32 b/build-win32 index d6796f2..f8331d6 100755 --- a/build-win32 +++ b/build-win32 @@ -1,6 +1,6 @@ #! /bin/sh -## Win32 cross-compilation for libcaca -- Sam Hocevar +## Win32 cross-compilation for libcaca -- Sam Hocevar ## $Id$ set -x diff --git a/caca-config.in b/caca-config.in index c768b99..f28625f 100644 --- a/caca-config.in +++ b/caca-config.in @@ -1,6 +1,6 @@ #! /bin/sh -## config script for libcaca -- Sam Hocevar +## config script for libcaca -- Sam Hocevar ## $Id$ prefix=@prefix@ diff --git a/caca-php/examples/colors.php b/caca-php/examples/colors.php index b45cb30..43c090b 100755 --- a/caca-php/examples/colors.php +++ b/caca-php/examples/colors.php @@ -5,7 +5,7 @@ * Copyright (c) 2008 Benjamin C. Wiley Sittler * * This file is a Php port of "examples/colors.c" - * Copyright (c) 2003-2004 Sam Hocevar + * Copyright (c) 2003-2004 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca-php/examples/demo.php b/caca-php/examples/demo.php index f76b81a..7531bf5 100755 --- a/caca-php/examples/demo.php +++ b/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 + * Copyright (c) 2003 Sam Hocevar * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it diff --git a/caca-php/examples/export.php b/caca-php/examples/export.php index fe1c473..57c5487 100755 --- a/caca-php/examples/export.php +++ b/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 + * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca-php/examples/fullwidth.php b/caca-php/examples/fullwidth.php index 050f624..926a6cf 100755 --- a/caca-php/examples/fullwidth.php +++ b/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 + * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca-php/examples/img2txt.php b/caca-php/examples/img2txt.php index 716c536..f9f36df 100755 --- a/caca-php/examples/img2txt.php +++ b/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 + * Copyright (c) 2006 Sam Hocevar * 2007 Jean-Yves Lamoureux * 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: Version: %s\n" . + "Internet: \n" . + " Version: %s\n" . "\n" . "img2txt, along with its documentation, may be freely copied and distributed.\n" . "\n" . diff --git a/caca-php/examples/test.php b/caca-php/examples/test.php index 30031ef..9077bb0 100755 --- a/caca-php/examples/test.php +++ b/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 - * 2007 Sam Hocevar + * 2007 Sam Hocevar * All Rights Reserved * * $Id$ @@ -126,7 +126,7 @@ class Test { printf("libcaca %s PHP test\n", Libcaca::getVersion()); printf("(c) 2006 Jean-Yves Lamoureux \n"); - printf("(c) 2007 Sam Hocevar \n"); + printf("(c) 2007 Sam Hocevar \n"); printf("(c) 2008 Benjamin C. Wiley Sittler \n"); /* Instanciate a caca canvas */ diff --git a/caca-php/examples/text.php b/caca-php/examples/text.php index 87bae5d..cd5fac4 100755 --- a/caca-php/examples/text.php +++ b/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 + * Copyright (c) 2003 Sam Hocevar * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it diff --git a/caca-php/examples/transform.php b/caca-php/examples/transform.php index 9165b6f..7c9f456 100755 --- a/caca-php/examples/transform.php +++ b/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 + * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca-php/examples/truecolor.php b/caca-php/examples/truecolor.php index ad716bc..63efc26 100755 --- a/caca-php/examples/truecolor.php +++ b/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 + * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca-php/examples/unicode.php b/caca-php/examples/unicode.php index 7ff4c1f..5bf781e 100755 --- a/caca-php/examples/unicode.php +++ b/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 + * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca-php/examples/www/colors.php b/caca-php/examples/www/colors.php index 2ad07d7..a4b8357 100644 --- a/caca-php/examples/www/colors.php +++ b/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 * * This file is a Php port of "examples/colors.c" - * Copyright (c) 2003-2004 Sam Hocevar + * Copyright (c) 2003-2004 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca-php/examples/www/export.php b/caca-php/examples/www/export.php index 8afc019..32dd5cf 100644 --- a/caca-php/examples/www/export.php +++ b/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 + * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca-php/examples/www/fullwidth.php b/caca-php/examples/www/fullwidth.php index 51818a0..8b8bc03 100644 --- a/caca-php/examples/www/fullwidth.php +++ b/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 + * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca-php/examples/www/img2txt.php b/caca-php/examples/www/img2txt.php index 6477f39..f1af110 100644 --- a/caca-php/examples/www/img2txt.php +++ b/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 + * Copyright (c) 2006 Sam Hocevar * 2007 Jean-Yves Lamoureux * 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: Version: %s\n" . + "Internet: \n" . + " Version: %s\n" . "\n" . "img2txt, along with its documentation, may be freely copied and distributed.\n" . "\n" . diff --git a/caca-php/examples/www/text.php b/caca-php/examples/www/text.php index ea3efda..9c58bd8 100644 --- a/caca-php/examples/www/text.php +++ b/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 + * Copyright (c) 2003 Sam Hocevar * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it diff --git a/caca-php/examples/www/transform.php b/caca-php/examples/www/transform.php index 4e85ad0..4b13e58 100644 --- a/caca-php/examples/www/transform.php +++ b/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 + * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca-php/examples/www/truecolor.php b/caca-php/examples/www/truecolor.php index 2f4f0b5..791c97b 100644 --- a/caca-php/examples/www/truecolor.php +++ b/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 + * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca-php/examples/www/unicode.php b/caca-php/examples/www/unicode.php index 325921f..1b6130a 100644 --- a/caca-php/examples/www/unicode.php +++ b/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 + * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca-sharp/Attr.cs b/caca-sharp/Attr.cs index 5e51d05..fe5cdd6 100644 --- a/caca-sharp/Attr.cs +++ b/caca-sharp/Attr.cs @@ -1,7 +1,7 @@ /* * libcaca .NET bindings for libcaca * Copyright (c) 2006 Jean-Yves Lamoureux - * 2007 Sam Hocevar + * 2007 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca-sharp/Caca.cs b/caca-sharp/Caca.cs index 2471e4c..40bbf4d 100644 --- a/caca-sharp/Caca.cs +++ b/caca-sharp/Caca.cs @@ -1,7 +1,7 @@ /* * libcaca .NET bindings for libcaca * Copyright (c) 2006 Jean-Yves Lamoureux - * 2007 Sam Hocevar + * 2007 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca-sharp/Display.cs b/caca-sharp/Display.cs index 2da2d91..cb34cd7 100644 --- a/caca-sharp/Display.cs +++ b/caca-sharp/Display.cs @@ -1,7 +1,7 @@ /* * libcaca .NET bindings for libcaca * Copyright (c) 2006 Jean-Yves Lamoureux - * 2007 Sam Hocevar + * 2007 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca-sharp/Dither.cs b/caca-sharp/Dither.cs index 7c07bd1..94dfc95 100644 --- a/caca-sharp/Dither.cs +++ b/caca-sharp/Dither.cs @@ -1,7 +1,7 @@ /* * libcaca .NET bindings for libcaca * Copyright (c) 2006 Jean-Yves Lamoureux - * 2007 Sam Hocevar + * 2007 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca-sharp/Event.cs b/caca-sharp/Event.cs index 229644e..25c3ffd 100644 --- a/caca-sharp/Event.cs +++ b/caca-sharp/Event.cs @@ -1,7 +1,7 @@ /* * libcaca .NET bindings for libcaca * Copyright (c) 2006 Jean-Yves Lamoureux - * 2007 Sam Hocevar + * 2007 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca-sharp/Font.cs b/caca-sharp/Font.cs index 3ecc27e..a5ef937 100644 --- a/caca-sharp/Font.cs +++ b/caca-sharp/Font.cs @@ -1,7 +1,7 @@ /* * libcaca .NET bindings for libcaca * Copyright (c) 2006 Jean-Yves Lamoureux - * 2007 Sam Hocevar + * 2007 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca-sharp/test.cs b/caca-sharp/test.cs index bcba203..24e0535 100644 --- a/caca-sharp/test.cs +++ b/caca-sharp/test.cs @@ -1,7 +1,7 @@ /* * Test .NET bindings test program * Copyright (c) 2006 Jean-Yves Lamoureux - * 2007 Sam Hocevar + * 2007 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca/caca0.h b/caca/caca0.h index fd8470b..17c8c0b 100644 --- a/caca/caca0.h +++ b/caca/caca0.h @@ -1,6 +1,6 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2006 Sam Hocevar + * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca/caca_stubs.h b/caca/caca_stubs.h index edda059..51c31c6 100644 --- a/caca/caca_stubs.h +++ b/caca/caca_stubs.h @@ -1,6 +1,6 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2006 Sam Hocevar + * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca/caca_types.h.in b/caca/caca_types.h.in index 51d9a5e..8b1fc1d 100644 --- a/caca/caca_types.h.in +++ b/caca/caca_types.h.in @@ -1,7 +1,7 @@ /* * libcaca Colour ASCII-Art library * libcaca Colour ASCII-Art library - * Copyright (c) 2008 Sam Hocevar + * Copyright (c) 2008 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca/charset.c b/caca/charset.c index b1169fe..d0c5076 100644 --- a/caca/charset.c +++ b/caca/charset.c @@ -1,6 +1,6 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2007 Sam Hocevar + * Copyright (c) 2002-2007 Sam Hocevar * 2007 Ben Wiley Sittler * All Rights Reserved * diff --git a/caca/conic.c b/caca/conic.c index b62df1b..9d06891 100644 --- a/caca/conic.c +++ b/caca/conic.c @@ -1,6 +1,6 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2006 Sam Hocevar + * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca/dither.c b/caca/dither.c index 68178da..d87dc9f 100644 --- a/caca/dither.c +++ b/caca/dither.c @@ -1,6 +1,6 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2006 Sam Hocevar + * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca/file.c b/caca/file.c index d03fa48..ed33e57 100644 --- a/caca/file.c +++ b/caca/file.c @@ -1,6 +1,6 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2006-2007 Sam Hocevar + * Copyright (c) 2006-2007 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca/font.c b/caca/font.c index 79cf7c4..9779709 100644 --- a/caca/font.c +++ b/caca/font.c @@ -1,6 +1,6 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2006 Sam Hocevar + * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca/line.c b/caca/line.c index d488b78..23c663c 100644 --- a/caca/line.c +++ b/caca/line.c @@ -1,6 +1,6 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2006 Sam Hocevar + * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca/time.c b/caca/time.c index d7fc688..7166cc0 100644 --- a/caca/time.c +++ b/caca/time.c @@ -1,6 +1,6 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2006 Sam Hocevar + * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/caca/triangle.c b/caca/triangle.c index 97d06a2..2226b1a 100644 --- a/caca/triangle.c +++ b/caca/triangle.c @@ -1,6 +1,6 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2006 Sam Hocevar + * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/doc/caca-config.1 b/doc/caca-config.1 index a5711b5..f0911a2 100644 --- a/doc/caca-config.1 +++ b/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 . +The libcaca library was written by Sam Hocevar . .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 diff --git a/doc/cacafire.1 b/doc/cacafire.1 index 31258d1..ed75578 100644 --- a/doc/cacafire.1 +++ b/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 -. +. .PP .B cacademo's metaball effect was written by Jean-Yves Lamoureux , diff --git a/doc/cacaplay.1 b/doc/cacaplay.1 index f5c598c..b2afb0a 100644 --- a/doc/cacaplay.1 +++ b/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 . +This manual page was written by Sam Hocevar . diff --git a/doc/cacaserver.1 b/doc/cacaserver.1 index 3e08d07..e958e9c 100644 --- a/doc/cacaserver.1 +++ b/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 . +This manual page was written by Sam Hocevar . diff --git a/doc/cacaview.1 b/doc/cacaview.1 index 03b8e91..74a2c27 100644 --- a/doc/cacaview.1 +++ b/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 . +This manual page was written by Sam Hocevar . diff --git a/doc/img2txt.1 b/doc/img2txt.1 index 33e6296..b603b40 100644 --- a/doc/img2txt.1 +++ b/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 and Jean-Yves Lamoureux . +This manual page was written by Sam Hocevar and Jean-Yves Lamoureux . diff --git a/examples/canvas.c b/examples/canvas.c index b7576d6..1d60229 100644 --- a/examples/canvas.c +++ b/examples/canvas.c @@ -1,6 +1,6 @@ /* * all full libcaca API test - * Copyright (c) 2006 Sam Hocevar + * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/examples/colors.c b/examples/colors.c index 3a87627..505996e 100644 --- a/examples/colors.c +++ b/examples/colors.c @@ -1,6 +1,6 @@ /* * colors display all possible libcaca colour pairs - * Copyright (c) 2003-2004 Sam Hocevar + * Copyright (c) 2003-2004 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/examples/dithering.c b/examples/dithering.c index 4be8d9b..d086c7a 100644 --- a/examples/dithering.c +++ b/examples/dithering.c @@ -1,6 +1,6 @@ /* * dithering libcaca dithering test program - * Copyright (c) 2003 Sam Hocevar + * Copyright (c) 2003 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/examples/driver.c b/examples/driver.c index d45f28b..43c055c 100644 --- a/examples/driver.c +++ b/examples/driver.c @@ -1,6 +1,6 @@ /* * driver libcaca Unicode rendering test program - * Copyright (c) 2007 Sam Hocevar + * Copyright (c) 2007 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/examples/event.c b/examples/event.c index 2e540f6..c4efe11 100644 --- a/examples/event.c +++ b/examples/event.c @@ -1,6 +1,6 @@ /* * event event lister for libcaca - * Copyright (c) 2004 Sam Hocevar + * Copyright (c) 2004 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/examples/font.c b/examples/font.c index 8373644..3d37c89 100644 --- a/examples/font.c +++ b/examples/font.c @@ -1,6 +1,6 @@ /* * font libcaca font test program - * Copyright (c) 2006 Sam Hocevar + * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/examples/frames.c b/examples/frames.c index 467e302..a29a58b 100644 --- a/examples/frames.c +++ b/examples/frames.c @@ -1,6 +1,6 @@ /* * frames canvas frame switching features - * Copyright (c) 2006 Sam Hocevar + * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/examples/fullwidth.c b/examples/fullwidth.c index f6a925f..ebc16cc 100644 --- a/examples/fullwidth.c +++ b/examples/fullwidth.c @@ -1,6 +1,6 @@ /* * fullwidth libcaca fullwidth Unicode characters test program - * Copyright (c) 2006 Sam Hocevar + * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/examples/gamma.c b/examples/gamma.c index a36cdd4..f99f646 100644 --- a/examples/gamma.c +++ b/examples/gamma.c @@ -1,6 +1,6 @@ /* * gamma libcaca gamma test program - * Copyright (c) 2006 Sam Hocevar + * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/examples/hsv.c b/examples/hsv.c index d459f63..39d18bb 100644 --- a/examples/hsv.c +++ b/examples/hsv.c @@ -1,6 +1,6 @@ /* * hsv libcaca HSV rendering test program - * Copyright (c) 2003 Sam Hocevar + * Copyright (c) 2003 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/examples/input.c b/examples/input.c index 4fbf222..6158a41 100644 --- a/examples/input.c +++ b/examples/input.c @@ -1,6 +1,6 @@ /* * input libcaca text input test program - * Copyright (c) 2006 Sam Hocevar + * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/examples/truecolor.c b/examples/truecolor.c index eccf922..c8597d5 100644 --- a/examples/truecolor.c +++ b/examples/truecolor.c @@ -1,6 +1,6 @@ /* * truecolor truecolor canvas features - * Copyright (c) 2006 Sam Hocevar + * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/examples/unicode.c b/examples/unicode.c index 7f6f462..be66e5d 100644 --- a/examples/unicode.c +++ b/examples/unicode.c @@ -1,6 +1,6 @@ /* * unicode libcaca Unicode rendering test program - * Copyright (c) 2006 Sam Hocevar + * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/kernel/kernel.c b/kernel/kernel.c index b8d96b3..0d07058 100644 --- a/kernel/kernel.c +++ b/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 + * Copyright (c) 2006 Sam Hocevar * 2006 Jean-Yves Lamoureux * All Rights Reserved * diff --git a/kernel/kernel.h b/kernel/kernel.h index 58209d3..456e2fd 100644 --- a/kernel/kernel.h +++ b/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 + * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/src/cacademo.c b/src/cacademo.c index 8473d96..9e06ef9 100644 --- a/src/cacademo.c +++ b/src/cacademo.c @@ -2,7 +2,7 @@ * cacademo various demo effects for libcaca * Copyright (c) 1998 Michele Bini * 2003-2006 Jean-Yves Lamoureux - * 2004-2006 Sam Hocevar + * 2004-2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/src/cacaview.c b/src/cacaview.c index 66953c8..f8f4c65 100644 --- a/src/cacaview.c +++ b/src/cacaview.c @@ -1,6 +1,6 @@ /* * cacaview image viewer for libcaca - * Copyright (c) 2003-2006 Sam Hocevar + * Copyright (c) 2003-2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/src/common-image.c b/src/common-image.c index 4182a07..bdc9320 100644 --- a/src/common-image.c +++ b/src/common-image.c @@ -1,6 +1,6 @@ /* * Imaging tools for cacaview and img2irc - * Copyright (c) 2003-2006 Sam Hocevar + * Copyright (c) 2003-2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/src/common-image.h b/src/common-image.h index 2317589..81399ac 100644 --- a/src/common-image.h +++ b/src/common-image.h @@ -1,6 +1,6 @@ /* * Imaging tools for cacaview and img2irc - * Copyright (c) 2003-2006 Sam Hocevar + * Copyright (c) 2003-2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/src/mygetopt.c b/src/mygetopt.c index 5dc5bb4..abcc556 100644 --- a/src/mygetopt.c +++ b/src/mygetopt.c @@ -1,6 +1,6 @@ /* * zzuf - general purpose fuzzer - * Copyright (c) 2002, 2007 Sam Hocevar + * Copyright (c) 2002, 2007 Sam Hocevar * All Rights Reserved * * $Id: mygetopt.c 271 2007-02-02 11:58:06Z sam $ diff --git a/src/mygetopt.h b/src/mygetopt.h index 2cf62e5..54e4443 100644 --- a/src/mygetopt.h +++ b/src/mygetopt.h @@ -1,6 +1,6 @@ /* * zzuf - general purpose fuzzer - * Copyright (c) 2002, 2007 Sam Hocevar + * Copyright (c) 2002, 2007 Sam Hocevar * All Rights Reserved * * $Id: mygetopt.h 268 2007-02-01 22:33:07Z sam $ diff --git a/test/caca-test.cpp b/test/caca-test.cpp index be1cd7f..aba3b4e 100644 --- a/test/caca-test.cpp +++ b/test/caca-test.cpp @@ -1,6 +1,6 @@ /* * caca-test testsuite program for libcaca - * Copyright (c) 2008 Sam Hocevar + * Copyright (c) 2008 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/test/canvas.cpp b/test/canvas.cpp index bd392dc..c75cae3 100644 --- a/test/canvas.cpp +++ b/test/canvas.cpp @@ -1,6 +1,6 @@ /* * caca-test testsuite program for libcaca - * Copyright (c) 2008 Sam Hocevar + * Copyright (c) 2008 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/test/driver.cpp b/test/driver.cpp index f535bf2..3dfd384 100644 --- a/test/driver.cpp +++ b/test/driver.cpp @@ -1,6 +1,6 @@ /* * caca-test testsuite program for libcaca - * Copyright (c) 2008 Sam Hocevar + * Copyright (c) 2008 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/test/simple.c b/test/simple.c index c456f21..f5a2713 100644 --- a/test/simple.c +++ b/test/simple.c @@ -1,6 +1,6 @@ /* * simple simple testsuite program - * Copyright (c) 2007 Sam Hocevar + * Copyright (c) 2007 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/tools/makefont.c b/tools/makefont.c index b847646..c0723c0 100644 --- a/tools/makefont.c +++ b/tools/makefont.c @@ -1,6 +1,6 @@ /* * makefont create libcaca font data - * Copyright (c) 2006 Sam Hocevar + * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/tools/optipal.c b/tools/optipal.c index 23c33d6..d0d8afb 100644 --- a/tools/optipal.c +++ b/tools/optipal.c @@ -1,6 +1,6 @@ /* * optipal S-Lang optimised palette generator for libcaca - * Copyright (c) 2003 Sam Hocevar + * Copyright (c) 2003 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/tools/sortchars.c b/tools/sortchars.c index aab3470..2fcc6dc 100644 --- a/tools/sortchars.c +++ b/tools/sortchars.c @@ -1,6 +1,6 @@ /* * sortchars analyse ASCII characters - * Copyright (c) 2007 Sam Hocevar + * Copyright (c) 2007 Sam Hocevar * All Rights Reserved * * $Id$