diff --git a/COPYING b/COPYING index 2978491..8b014d6 100644 --- a/COPYING +++ b/COPYING @@ -2,7 +2,7 @@ Version 2, December 2004 Copyright (C) 2004 Sam Hocevar - 14 rue de Plaisance, 75014 Paris, France + Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. diff --git a/bootstrap b/bootstrap index 311a1b8..0ccb35d 100755 --- a/bootstrap +++ b/bootstrap @@ -6,9 +6,9 @@ # # This program is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it -# and/or modify it under the terms of the Do What The Fuck You Want -# To Public License, Version 2, as published by Sam Hocevar. See -# http://sam.zoy.org/wtfpl/COPYING for more details. +# and/or modify it under the terms of the Do What the Fuck You Want +# to Public License, Version 2, as published by Sam Hocevar. See +# http://www.wtfpl.net/ for more details. # # The latest version of this script can be found at the following place: # http://caca.zoy.org/wiki/build diff --git a/caca-php/caca.php b/caca-php/caca.php index 489b797..c848305 100644 --- a/caca-php/caca.php +++ b/caca-php/caca.php @@ -7,9 +7,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ class Libcaca diff --git a/caca-php/examples/cacainfo.php b/caca-php/examples/cacainfo.php index baa486e..70644e3 100755 --- a/caca-php/examples/cacainfo.php +++ b/caca-php/examples/cacainfo.php @@ -6,9 +6,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ diff --git a/caca-php/examples/cacapig.php b/caca-php/examples/cacapig.php index d0f6779..decc4e1 100755 --- a/caca-php/examples/cacapig.php +++ b/caca-php/examples/cacapig.php @@ -11,9 +11,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ if (php_sapi_name() != "cli") { diff --git a/caca-php/examples/colors.php b/caca-php/examples/colors.php index bd6178d..440b625 100755 --- a/caca-php/examples/colors.php +++ b/caca-php/examples/colors.php @@ -10,9 +10,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ if (php_sapi_name() != "cli") { diff --git a/caca-php/examples/demo.php b/caca-php/examples/demo.php index 9e48048..be8fd5f 100755 --- a/caca-php/examples/demo.php +++ b/caca-php/examples/demo.php @@ -10,9 +10,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ function main() { diff --git a/caca-php/examples/dithering.php b/caca-php/examples/dithering.php index cb3a113..fc85a75 100755 --- a/caca-php/examples/dithering.php +++ b/caca-php/examples/dithering.php @@ -6,9 +6,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ if (php_sapi_name() != "cli") { diff --git a/caca-php/examples/export.php b/caca-php/examples/export.php index c674e96..17841c9 100755 --- a/caca-php/examples/export.php +++ b/caca-php/examples/export.php @@ -11,9 +11,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ if (php_sapi_name() != "cli") { diff --git a/caca-php/examples/figfont.php b/caca-php/examples/figfont.php index 125bdf0..8a43798 100755 --- a/caca-php/examples/figfont.php +++ b/caca-php/examples/figfont.php @@ -6,9 +6,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ function unistr_to_ords($str, $encoding = 'UTF-8'){ diff --git a/caca-php/examples/fullwidth.php b/caca-php/examples/fullwidth.php index 7250371..bd66770 100755 --- a/caca-php/examples/fullwidth.php +++ b/caca-php/examples/fullwidth.php @@ -11,9 +11,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ if (php_sapi_name() != "cli") { diff --git a/caca-php/examples/img2txt.php b/caca-php/examples/img2txt.php index cc99f6d..2754dbf 100755 --- a/caca-php/examples/img2txt.php +++ b/caca-php/examples/img2txt.php @@ -12,9 +12,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ if (php_sapi_name() != "cli") { diff --git a/caca-php/examples/import.php b/caca-php/examples/import.php index 00011fd..3453507 100755 --- a/caca-php/examples/import.php +++ b/caca-php/examples/import.php @@ -11,9 +11,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ if (php_sapi_name() != "cli") { diff --git a/caca-php/examples/polyline.php b/caca-php/examples/polyline.php index 602d4b3..984e325 100755 --- a/caca-php/examples/polyline.php +++ b/caca-php/examples/polyline.php @@ -6,9 +6,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ function transform($tbl, $tx, $ty, $sx, $sy) { diff --git a/caca-php/examples/test.php b/caca-php/examples/test.php index e16ebfc..f348909 100755 --- a/caca-php/examples/test.php +++ b/caca-php/examples/test.php @@ -12,9 +12,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ if (php_sapi_name() != "cli") { diff --git a/caca-php/examples/text.php b/caca-php/examples/text.php index 194c0b1..a81a772 100755 --- a/caca-php/examples/text.php +++ b/caca-php/examples/text.php @@ -10,9 +10,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ if (php_sapi_name() != "cli") { diff --git a/caca-php/examples/transform.php b/caca-php/examples/transform.php index b13566f..fd3afd8 100755 --- a/caca-php/examples/transform.php +++ b/caca-php/examples/transform.php @@ -11,9 +11,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ if (php_sapi_name() != "cli") { diff --git a/caca-php/examples/truecolor.php b/caca-php/examples/truecolor.php index 52088d0..29763b6 100755 --- a/caca-php/examples/truecolor.php +++ b/caca-php/examples/truecolor.php @@ -11,9 +11,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ if (php_sapi_name() != "cli") { diff --git a/caca-php/examples/unicode.php b/caca-php/examples/unicode.php index 6737987..7a12e2e 100755 --- a/caca-php/examples/unicode.php +++ b/caca-php/examples/unicode.php @@ -11,9 +11,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ if (php_sapi_name() != "cli") { diff --git a/caca-php/examples/www/cacainfo.php b/caca-php/examples/www/cacainfo.php index 33a3a90..ec3e58a 100644 --- a/caca-php/examples/www/cacainfo.php +++ b/caca-php/examples/www/cacainfo.php @@ -12,9 +12,9 @@ header('Content-Type: text/html; charset=UTF-8'); * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ ?> diff --git a/caca-php/examples/www/colors.php b/caca-php/examples/www/colors.php index 51cd684..984b3ba 100644 --- a/caca-php/examples/www/colors.php +++ b/caca-php/examples/www/colors.php @@ -16,9 +16,9 @@ header('Content-Type: text/html; charset=UTF-8'); * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ ?> diff --git a/caca-php/examples/www/dithering.php b/caca-php/examples/www/dithering.php index 6849931..acd01bf 100644 --- a/caca-php/examples/www/dithering.php +++ b/caca-php/examples/www/dithering.php @@ -17,9 +17,9 @@ header('Content-Type: text/html; charset=UTF-8'); * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ $src = "logo-caca.png"; diff --git a/caca-php/examples/www/export.php b/caca-php/examples/www/export.php index f0714f5..d296c27 100644 --- a/caca-php/examples/www/export.php +++ b/caca-php/examples/www/export.php @@ -10,9 +10,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ define('WIDTH', 80); diff --git a/caca-php/examples/www/figlet.php b/caca-php/examples/www/figlet.php index ca5cd4b..99f8e36 100644 --- a/caca-php/examples/www/figlet.php +++ b/caca-php/examples/www/figlet.php @@ -17,9 +17,9 @@ header('Content-Type: text/html; charset=UTF-8'); * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ function unistr_to_ords($str, $encoding = 'UTF-8'){ diff --git a/caca-php/examples/www/fullwidth.php b/caca-php/examples/www/fullwidth.php index 11bb825..f11b2a5 100644 --- a/caca-php/examples/www/fullwidth.php +++ b/caca-php/examples/www/fullwidth.php @@ -17,9 +17,9 @@ header('Content-Type: text/html; charset=UTF-8'); * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ ?> diff --git a/caca-php/examples/www/img2txt.php b/caca-php/examples/www/img2txt.php index 165460c..8dee40b 100644 --- a/caca-php/examples/www/img2txt.php +++ b/caca-php/examples/www/img2txt.php @@ -11,9 +11,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ $img2txt_php = isset($_SERVER['SCRIPT_NAME']) diff --git a/caca-php/examples/www/import.php b/caca-php/examples/www/import.php index cf50253..7449cab 100644 --- a/caca-php/examples/www/import.php +++ b/caca-php/examples/www/import.php @@ -17,9 +17,9 @@ header('Content-Type: text/html; charset=UTF-8'); * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ $imports = caca_get_import_list(); diff --git a/caca-php/examples/www/text.php b/caca-php/examples/www/text.php index 4aa75d4..5e4b300 100644 --- a/caca-php/examples/www/text.php +++ b/caca-php/examples/www/text.php @@ -16,9 +16,9 @@ header('Content-Type: text/html; charset=UTF-8'); * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ ?> diff --git a/caca-php/examples/www/transform.php b/caca-php/examples/www/transform.php index f16f35e..cb590ea 100644 --- a/caca-php/examples/www/transform.php +++ b/caca-php/examples/www/transform.php @@ -17,9 +17,9 @@ header('Content-Type: text/html; charset=UTF-8'); * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ ?> diff --git a/caca-php/examples/www/truecolor.php b/caca-php/examples/www/truecolor.php index e2f29a7..252c934 100644 --- a/caca-php/examples/www/truecolor.php +++ b/caca-php/examples/www/truecolor.php @@ -17,9 +17,9 @@ header('Content-Type: text/html; charset=UTF-8'); * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ ?> diff --git a/caca-php/examples/www/unicode.php b/caca-php/examples/www/unicode.php index e107efd..71fea71 100644 --- a/caca-php/examples/www/unicode.php +++ b/caca-php/examples/www/unicode.php @@ -17,9 +17,9 @@ header('Content-Type: text/html; charset=UTF-8'); * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ ?> diff --git a/caca-php/php_caca.c b/caca-php/php_caca.c index 609700b..de9ae09 100644 --- a/caca-php/php_caca.c +++ b/caca-php/php_caca.c @@ -5,9 +5,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #ifdef HAVE_CONFIG_H diff --git a/caca-php/php_caca.h b/caca-php/php_caca.h index 255405e..61000bf 100644 --- a/caca-php/php_caca.h +++ b/caca-php/php_caca.h @@ -5,9 +5,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #ifndef PHP_CACA_H diff --git a/caca-sharp/AssemblyInfo.cs b/caca-sharp/AssemblyInfo.cs index bbfaebc..c0f0d5e 100644 --- a/caca-sharp/AssemblyInfo.cs +++ b/caca-sharp/AssemblyInfo.cs @@ -5,9 +5,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ diff --git a/caca-sharp/Attr.cs b/caca-sharp/Attr.cs index 977dd36..eab6ec9 100644 --- a/caca-sharp/Attr.cs +++ b/caca-sharp/Attr.cs @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ using System; diff --git a/caca-sharp/Caca.cs b/caca-sharp/Caca.cs index 2d02f54..281ec72 100644 --- a/caca-sharp/Caca.cs +++ b/caca-sharp/Caca.cs @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ using System; diff --git a/caca-sharp/Canvas.cs b/caca-sharp/Canvas.cs index 699d96d..dcab534 100644 --- a/caca-sharp/Canvas.cs +++ b/caca-sharp/Canvas.cs @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ using System; diff --git a/caca-sharp/Display.cs b/caca-sharp/Display.cs index 3f9be4c..17dba3d 100644 --- a/caca-sharp/Display.cs +++ b/caca-sharp/Display.cs @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ using System; diff --git a/caca-sharp/Dither.cs b/caca-sharp/Dither.cs index a08731a..e0cc64d 100644 --- a/caca-sharp/Dither.cs +++ b/caca-sharp/Dither.cs @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ using System; diff --git a/caca-sharp/Event.cs b/caca-sharp/Event.cs index 292eb94..0c1f942 100644 --- a/caca-sharp/Event.cs +++ b/caca-sharp/Event.cs @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ using System; diff --git a/caca-sharp/Font.cs b/caca-sharp/Font.cs index 9fcd05a..751064c 100644 --- a/caca-sharp/Font.cs +++ b/caca-sharp/Font.cs @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ using System; diff --git a/caca-sharp/test.cs b/caca-sharp/test.cs index 345d0aa..0bf5e98 100644 --- a/caca-sharp/test.cs +++ b/caca-sharp/test.cs @@ -6,9 +6,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ diff --git a/caca/attr.c b/caca/attr.c index c9b3963..d02f10d 100644 --- a/caca/attr.c +++ b/caca/attr.c @@ -5,9 +5,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/box.c b/caca/box.c index 6c4238e..6f47efc 100644 --- a/caca/box.c +++ b/caca/box.c @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/caca.c b/caca/caca.c index 70f998f..2a453ff 100644 --- a/caca/caca.c +++ b/caca/caca.c @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2006-2010 Sam Hocevar + * Copyright (c) 2006-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/caca.h b/caca/caca.h index 21f140c..b978dab 100644 --- a/caca/caca.h +++ b/caca/caca.h @@ -5,9 +5,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /** \file caca.h diff --git a/caca/caca0.c b/caca/caca0.c index 86f5d27..fae6c50 100644 --- a/caca/caca0.c +++ b/caca/caca0.c @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/caca0.h b/caca/caca0.h index 096b8bf..a48a921 100644 --- a/caca/caca0.h +++ b/caca/caca0.h @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/caca_conio.c b/caca/caca_conio.c index 2cad914..d5937e3 100644 --- a/caca/caca_conio.c +++ b/caca/caca_conio.c @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/caca_conio.h b/caca/caca_conio.h index 5fcdaf2..325c17e 100644 --- a/caca/caca_conio.h +++ b/caca/caca_conio.h @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/caca_debug.h b/caca/caca_debug.h index 430379c..0eacf6f 100644 --- a/caca/caca_debug.h +++ b/caca/caca_debug.h @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2006-2010 Sam Hocevar + * Copyright (c) 2006-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/caca_internals.h b/caca/caca_internals.h index bcc0499..84d790b 100644 --- a/caca/caca_internals.h +++ b/caca/caca_internals.h @@ -5,9 +5,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #ifndef __CACA_INTERNALS_H__ diff --git a/caca/caca_prof.h b/caca/caca_prof.h index b2db77b..885cf84 100644 --- a/caca/caca_prof.h +++ b/caca/caca_prof.h @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2009-2010 Sam Hocevar + * Copyright (c) 2009-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/caca_stubs.h b/caca/caca_stubs.h index 5f47477..bba3298 100644 --- a/caca/caca_stubs.h +++ b/caca/caca_stubs.h @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2006-2010 Sam Hocevar + * Copyright (c) 2006-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/caca_types.h b/caca/caca_types.h index c7d8854..806c18a 100644 --- a/caca/caca_types.h +++ b/caca/caca_types.h @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2008-2010 Sam Hocevar + * Copyright (c) 2008-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/canvas.c b/caca/canvas.c index f9cd2ed..55dd213 100644 --- a/caca/canvas.c +++ b/caca/canvas.c @@ -5,9 +5,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/charset.c b/caca/charset.c index 9af4d27..63824ea 100644 --- a/caca/charset.c +++ b/caca/charset.c @@ -1,14 +1,14 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * 2007 Ben Wiley Sittler * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/codec/codec.h b/caca/codec/codec.h index b1e1b52..867253d 100644 --- a/caca/codec/codec.h +++ b/caca/codec/codec.h @@ -1,14 +1,14 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * 2006 Jean-Yves Lamoureux * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ ssize_t _import_text(caca_canvas_t *, void const *, size_t); diff --git a/caca/codec/export.c b/caca/codec/export.c index 3ae667d..1bb7bab 100644 --- a/caca/codec/export.c +++ b/caca/codec/export.c @@ -1,14 +1,14 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * 2006 Jean-Yves Lamoureux * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/codec/import.c b/caca/codec/import.c index dcaed28..c1877ba 100644 --- a/caca/codec/import.c +++ b/caca/codec/import.c @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/codec/text.c b/caca/codec/text.c index bbbbeff..3f8a496 100644 --- a/caca/codec/text.c +++ b/caca/codec/text.c @@ -1,14 +1,14 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * 2006 Jean-Yves Lamoureux * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/conic.c b/caca/conic.c index 901883b..9184a79 100644 --- a/caca/conic.c +++ b/caca/conic.c @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/dirty.c b/caca/dirty.c index 33974f4..5ec65e7 100644 --- a/caca/dirty.c +++ b/caca/dirty.c @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/dither.c b/caca/dither.c index 2af2d6d..a32f4cf 100644 --- a/caca/dither.c +++ b/caca/dither.c @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/driver/cocoa.m b/caca/driver/cocoa.m index 2744456..d8fed69 100644 --- a/caca/driver/cocoa.m +++ b/caca/driver/cocoa.m @@ -5,9 +5,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/driver/conio.c b/caca/driver/conio.c index d28439c..72813ec 100644 --- a/caca/driver/conio.c +++ b/caca/driver/conio.c @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/driver/gl.c b/caca/driver/gl.c index ab9d10b..7736a4c 100644 --- a/caca/driver/gl.c +++ b/caca/driver/gl.c @@ -1,15 +1,15 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * 2006 Jean-Yves Lamoureux * 2007 Ben Wiley Sittler * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/driver/ncurses.c b/caca/driver/ncurses.c index f120c00..bfd6026 100644 --- a/caca/driver/ncurses.c +++ b/caca/driver/ncurses.c @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/driver/null.c b/caca/driver/null.c index ade7eb5..c5a81e7 100644 --- a/caca/driver/null.c +++ b/caca/driver/null.c @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/driver/raw.c b/caca/driver/raw.c index 2e31060..1f4671c 100644 --- a/caca/driver/raw.c +++ b/caca/driver/raw.c @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/driver/slang.c b/caca/driver/slang.c index 425928c..9714956 100644 --- a/caca/driver/slang.c +++ b/caca/driver/slang.c @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/driver/vga.c b/caca/driver/vga.c index 44954ee..2b2c053 100644 --- a/caca/driver/vga.c +++ b/caca/driver/vga.c @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/driver/win32.c b/caca/driver/win32.c index 6a91aa5..7e26707 100644 --- a/caca/driver/win32.c +++ b/caca/driver/win32.c @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/driver/x11.c b/caca/driver/x11.c index 9bf22b5..25aa244 100644 --- a/caca/driver/x11.c +++ b/caca/driver/x11.c @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/event.c b/caca/event.c index 992dbfe..e5e829c 100644 --- a/caca/event.c +++ b/caca/event.c @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/figfont.c b/caca/figfont.c index a7a6249..caa44d5 100644 --- a/caca/figfont.c +++ b/caca/figfont.c @@ -5,9 +5,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/file.c b/caca/file.c index 9d2f7b6..27e4e83 100644 --- a/caca/file.c +++ b/caca/file.c @@ -5,9 +5,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/font.c b/caca/font.c index 08c33dc..263bb52 100644 --- a/caca/font.c +++ b/caca/font.c @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/frame.c b/caca/frame.c index 66f71c3..bf1a3b9 100644 --- a/caca/frame.c +++ b/caca/frame.c @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/getopt.c b/caca/getopt.c index f04547c..8b137d0 100644 --- a/caca/getopt.c +++ b/caca/getopt.c @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/graphics.c b/caca/graphics.c index 4c9d004..ef13865 100644 --- a/caca/graphics.c +++ b/caca/graphics.c @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/legacy.c b/caca/legacy.c index dcada85..5439b48 100644 --- a/caca/legacy.c +++ b/caca/legacy.c @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/line.c b/caca/line.c index 8c8dfde..4ed4948 100644 --- a/caca/line.c +++ b/caca/line.c @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/prof.c b/caca/prof.c index 7eacf25..4581aaf 100644 --- a/caca/prof.c +++ b/caca/prof.c @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2009-2010 Sam Hocevar + * Copyright (c) 2009-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/string.c b/caca/string.c index eb3f68d..22e0af2 100644 --- a/caca/string.c +++ b/caca/string.c @@ -5,9 +5,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/time.c b/caca/time.c index b663383..2d9341f 100644 --- a/caca/time.c +++ b/caca/time.c @@ -5,9 +5,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/transform.c b/caca/transform.c index cb6bd06..b14e229 100644 --- a/caca/transform.c +++ b/caca/transform.c @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/caca/triangle.c b/caca/triangle.c index 5cd8c26..540b813 100644 --- a/caca/triangle.c +++ b/caca/triangle.c @@ -1,13 +1,13 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/configure.ac b/configure.ac index 42d8a46..400a4cf 100644 --- a/configure.ac +++ b/configure.ac @@ -356,7 +356,7 @@ AM_CONDITIONAL(USE_PLUGINS, test "${ac_cv_my_have_plugins}" = "yes") AC_MSG_CHECKING(valid output drivers) if test -z "${CACA_DRIVERS}"; then AC_MSG_RESULT(no) - AC_MSG_ERROR([no output drivers were selected!]) + AC_MSG_WARN([no output drivers were selected!]) else CACA_DRIVERS="${CACA_DRIVERS# *}" AC_MSG_RESULT([${CACA_DRIVERS}]) diff --git a/cxx/caca++.cpp b/cxx/caca++.cpp index c6b6253..351c864 100644 --- a/cxx/caca++.cpp +++ b/cxx/caca++.cpp @@ -1,14 +1,14 @@ /* * libcaca++ C++ bindings for libcaca * Copyright (c) 2006-2007 Jean-Yves Lamoureux - * 2009-2010 Sam Hocevar + * 2009-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/cxx/caca++.h b/cxx/caca++.h index 9930a23..2fc46ab 100644 --- a/cxx/caca++.h +++ b/cxx/caca++.h @@ -1,14 +1,14 @@ /* * libcaca++ C++ bindings for libcaca * Copyright (c) 2006-2007 Jean-Yves Lamoureux - * 2009-2010 Sam Hocevar + * 2009-2012 Sam Hocevar * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /** \file caca++.h diff --git a/cxx/cxxtest.cpp b/cxx/cxxtest.cpp index 785707e..44854bb 100644 --- a/cxx/cxxtest.cpp +++ b/cxx/cxxtest.cpp @@ -1,14 +1,14 @@ /* * cpptest libcaca++ rendering test * Copyright (c) 2006-2007 Jean-Yves Lamoureux - * 2009-2010 Sam Hocevar + * 2009-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include diff --git a/doc/cacafire.1 b/doc/cacafire.1 index ed75578..f9bc847 100644 --- a/doc/cacafire.1 +++ b/doc/cacafire.1 @@ -28,7 +28,7 @@ exits the program .SH BUGS Please report any bugs you find to . .SH LICENSE -cacademo is covered by the Do What The Fuck You Want To Public License +cacademo is covered by the Do What the Fuck You Want to Public License (WTFPL). cacafire is covered by the GNU Lesser General Public License (LGPL). .SH AUTHORS .B cacademo's diff --git a/doc/libcaca.dox b/doc/libcaca.dox index ab65d3b..9182a30 100644 --- a/doc/libcaca.dox +++ b/doc/libcaca.dox @@ -14,8 +14,8 @@ without a screen, the raw driver can be used to send the output to another machine, using for instance cacaserver. - \e libcaca is free software, released under the Do What The Fuck You - Want To Public License. This ensures that no one, not even the \e libcaca + \e libcaca is free software, released under the Do What the Fuck You + Want to Public License. This ensures that no one, not even the \e libcaca developers, will ever have anything to say about what you do with the software. It used to be licensed under the GNU Lesser General Public License, but that was not free enough. @@ -55,7 +55,7 @@ \section license License Permission is granted to copy, distribute and/or modify this document - under the terms of the Do What The Fuck You Want To Public License, version - 2 as published by Sam Hocevar. For details see http://sam.zoy.org/wtfpl/ . + under the terms of the Do What the Fuck You Want to Public License, version + 2 as published by Sam Hocevar. For details see http://www.wtfpl.net/ . */ diff --git a/examples/blit.c b/examples/blit.c index 90d1dc2..d03ec9e 100644 --- a/examples/blit.c +++ b/examples/blit.c @@ -1,13 +1,13 @@ /* * blit libcaca blit test program - * Copyright (c) 2006-2010 Sam Hocevar + * Copyright (c) 2006-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/examples/canvas.c b/examples/canvas.c index a304d54..b4ec974 100644 --- a/examples/canvas.c +++ b/examples/canvas.c @@ -5,9 +5,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/examples/colors.c b/examples/colors.c index a1b6e26..85a6d47 100644 --- a/examples/colors.c +++ b/examples/colors.c @@ -1,13 +1,13 @@ /* * colors display all possible libcaca colour pairs - * Copyright (c) 2003-2010 Sam Hocevar + * Copyright (c) 2003-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/examples/demo.c b/examples/demo.c index 3f88a24..63aba80 100644 --- a/examples/demo.c +++ b/examples/demo.c @@ -1,13 +1,13 @@ /* * demo demo for libcaca - * Copyright (c) 2003-2010 Sam Hocevar + * Copyright (c) 2003-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/examples/dithering.c b/examples/dithering.c index d032fbc..81e12d7 100644 --- a/examples/dithering.c +++ b/examples/dithering.c @@ -1,13 +1,13 @@ /* * dithering libcaca dithering test program - * Copyright (c) 2003-2010 Sam Hocevar + * Copyright (c) 2003-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/examples/driver.c b/examples/driver.c index 02f7875..32a9d49 100644 --- a/examples/driver.c +++ b/examples/driver.c @@ -1,13 +1,13 @@ /* * driver libcaca Unicode rendering test program - * Copyright (c) 2007-2010 Sam Hocevar + * Copyright (c) 2007-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/examples/event.c b/examples/event.c index cf16d15..8db492d 100644 --- a/examples/event.c +++ b/examples/event.c @@ -1,13 +1,13 @@ /* * event event lister for libcaca - * Copyright (c) 2004-2010 Sam Hocevar + * Copyright (c) 2004-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/examples/export.c b/examples/export.c index 730842c..0775881 100644 --- a/examples/export.c +++ b/examples/export.c @@ -1,13 +1,13 @@ /* * export libcaca export test program - * Copyright (c) 2006-2010 Sam Hocevar + * Copyright (c) 2006-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/examples/figfont.c b/examples/figfont.c index 4302c8f..7bbaa81 100644 --- a/examples/figfont.c +++ b/examples/figfont.c @@ -1,13 +1,13 @@ /* * figfont libcaca FIGfont test program - * Copyright (c) 2007-2010 Sam Hocevar + * Copyright (c) 2007-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/examples/font.c b/examples/font.c index a424be7..af8d366 100644 --- a/examples/font.c +++ b/examples/font.c @@ -1,13 +1,13 @@ /* * font libcaca font test program - * Copyright (c) 2006-2010 Sam Hocevar + * Copyright (c) 2006-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/examples/font2tga.c b/examples/font2tga.c index b04ee04..b7e7410 100644 --- a/examples/font2tga.c +++ b/examples/font2tga.c @@ -1,13 +1,13 @@ /* * font2tga libcaca font test program - * Copyright (c) 2006-2010 Sam Hocevar + * Copyright (c) 2006-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/examples/frames.c b/examples/frames.c index 5bce052..10d1bef 100644 --- a/examples/frames.c +++ b/examples/frames.c @@ -1,13 +1,13 @@ /* * frames canvas frame switching features - * Copyright (c) 2006-2010 Sam Hocevar + * Copyright (c) 2006-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/examples/fullwidth.c b/examples/fullwidth.c index 7bfa115..9f94c50 100644 --- a/examples/fullwidth.c +++ b/examples/fullwidth.c @@ -1,13 +1,13 @@ /* * fullwidth libcaca fullwidth Unicode characters test program - * Copyright (c) 2006-2010 Sam Hocevar + * Copyright (c) 2006-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/examples/gamma.c b/examples/gamma.c index ad09452..7b3516a 100644 --- a/examples/gamma.c +++ b/examples/gamma.c @@ -1,13 +1,13 @@ /* * gamma libcaca gamma test program - * Copyright (c) 2006-2010 Sam Hocevar + * Copyright (c) 2006-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/examples/hsv.c b/examples/hsv.c index 3b1fa47..67971c1 100644 --- a/examples/hsv.c +++ b/examples/hsv.c @@ -1,13 +1,13 @@ /* * hsv libcaca HSV rendering test program - * Copyright (c) 2003-2010 Sam Hocevar + * Copyright (c) 2003-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/examples/import.c b/examples/import.c index 6928087..000a63b 100644 --- a/examples/import.c +++ b/examples/import.c @@ -1,13 +1,13 @@ /* * import libcaca importers test program - * Copyright (c) 2006-2010 Jean-Yves Lamoureux + * Copyright (c) 2006-2012 Jean-Yves Lamoureux * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/examples/input.c b/examples/input.c index 12b698c..dc4bfe8 100644 --- a/examples/input.c +++ b/examples/input.c @@ -1,13 +1,13 @@ /* * input libcaca text input test program - * Copyright (c) 2006-2010 Sam Hocevar + * Copyright (c) 2006-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/examples/mouse.c b/examples/mouse.c index d7200f3..2b491c0 100644 --- a/examples/mouse.c +++ b/examples/mouse.c @@ -1,13 +1,13 @@ /* * mouse libcaca mouse events - * Copyright (c) 2006-2010 Jean-Yves Lamoureux + * Copyright (c) 2006-2012 Jean-Yves Lamoureux * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/examples/spritedit.c b/examples/spritedit.c index 8c98ee2..96c1d7b 100644 --- a/examples/spritedit.c +++ b/examples/spritedit.c @@ -1,13 +1,13 @@ /* * spritedit sprite editor for libcaca - * Copyright (c) 2003-2010 Sam Hocevar + * Copyright (c) 2003-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/examples/swallow.c b/examples/swallow.c index 54d54c6..01dd873 100644 --- a/examples/swallow.c +++ b/examples/swallow.c @@ -1,13 +1,13 @@ /* * swallow swallow another libcaca application - * Copyright (c) 2006-2010 Sam Hocevar + * Copyright (c) 2006-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/examples/text.c b/examples/text.c index a09592f..e91c917 100644 --- a/examples/text.c +++ b/examples/text.c @@ -1,13 +1,13 @@ /* * text canvas text import/export - * Copyright (c) 2006-2010 Sam Hocevar + * Copyright (c) 2006-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/examples/transform.c b/examples/transform.c index 9bbe1a3..89219c2 100644 --- a/examples/transform.c +++ b/examples/transform.c @@ -1,13 +1,13 @@ /* * unicode libcaca Unicode rendering test program - * Copyright (c) 2006-2010 Sam Hocevar + * Copyright (c) 2006-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/examples/trifiller.c b/examples/trifiller.c index 66be18d..5a06f23 100644 --- a/examples/trifiller.c +++ b/examples/trifiller.c @@ -1,13 +1,13 @@ /* * trifiller texture mapping features - * Copyright (c) 2009-2010 Jean-Yves Lamoureux + * Copyright (c) 2009-2012 Jean-Yves Lamoureux * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ diff --git a/examples/truecolor.c b/examples/truecolor.c index 1f25a86..c184f91 100644 --- a/examples/truecolor.c +++ b/examples/truecolor.c @@ -1,13 +1,13 @@ /* * truecolor truecolor canvas features - * Copyright (c) 2006-2010 Sam Hocevar + * Copyright (c) 2006-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/examples/unicode.c b/examples/unicode.c index 9bf6ce1..8e2084e 100644 --- a/examples/unicode.c +++ b/examples/unicode.c @@ -1,13 +1,13 @@ /* * unicode libcaca Unicode rendering test program - * Copyright (c) 2006-2010 Sam Hocevar + * Copyright (c) 2006-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/java/caca_java_common.c b/java/caca_java_common.c index 9b94a3b..8a7b023 100644 --- a/java/caca_java_common.c +++ b/java/caca_java_common.c @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "caca_java_common.h" diff --git a/java/caca_java_common.h b/java/caca_java_common.h index 3a9274c..236f0c5 100644 --- a/java/caca_java_common.h +++ b/java/caca_java_common.h @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #ifndef __CACA_JAVA_COMMON_H__ diff --git a/java/examples/Driver.java b/java/examples/Driver.java index d22c22b..abd1f40 100644 --- a/java/examples/Driver.java +++ b/java/examples/Driver.java @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ import org.zoy.caca.Canvas; diff --git a/java/examples/TrueColor.java b/java/examples/TrueColor.java index 1a74df9..3b53816 100644 --- a/java/examples/TrueColor.java +++ b/java/examples/TrueColor.java @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ import org.zoy.caca.Canvas; diff --git a/java/org/zoy/caca/Attribute.java b/java/org/zoy/caca/Attribute.java index 9406301..abbe3e0 100644 --- a/java/org/zoy/caca/Attribute.java +++ b/java/org/zoy/caca/Attribute.java @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ package org.zoy.caca; diff --git a/java/org/zoy/caca/Caca.java b/java/org/zoy/caca/Caca.java index 4c96bd7..24e48e4 100644 --- a/java/org/zoy/caca/Caca.java +++ b/java/org/zoy/caca/Caca.java @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ package org.zoy.caca; diff --git a/java/org/zoy/caca/CacaException.java b/java/org/zoy/caca/CacaException.java index d87c454..401ed1d 100644 --- a/java/org/zoy/caca/CacaException.java +++ b/java/org/zoy/caca/CacaException.java @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ package org.zoy.caca; diff --git a/java/org/zoy/caca/CacaObject.java b/java/org/zoy/caca/CacaObject.java index 0d6ea85..4e424a3 100644 --- a/java/org/zoy/caca/CacaObject.java +++ b/java/org/zoy/caca/CacaObject.java @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ package org.zoy.caca; diff --git a/java/org/zoy/caca/Canvas.java b/java/org/zoy/caca/Canvas.java index 1f06980..d409c59 100644 --- a/java/org/zoy/caca/Canvas.java +++ b/java/org/zoy/caca/Canvas.java @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ package org.zoy.caca; diff --git a/java/org/zoy/caca/Color.java b/java/org/zoy/caca/Color.java index 2d04a00..26abcfe 100644 --- a/java/org/zoy/caca/Color.java +++ b/java/org/zoy/caca/Color.java @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ package org.zoy.caca; diff --git a/java/org/zoy/caca/Display.java b/java/org/zoy/caca/Display.java index 65ccc42..59cc7a7 100644 --- a/java/org/zoy/caca/Display.java +++ b/java/org/zoy/caca/Display.java @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ package org.zoy.caca; diff --git a/java/org/zoy/caca/Dither.java b/java/org/zoy/caca/Dither.java index 96adee7..d0eff53 100644 --- a/java/org/zoy/caca/Dither.java +++ b/java/org/zoy/caca/Dither.java @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ package org.zoy.caca; diff --git a/java/org/zoy/caca/Event.java b/java/org/zoy/caca/Event.java index c03cfcc..a2343b3 100644 --- a/java/org/zoy/caca/Event.java +++ b/java/org/zoy/caca/Event.java @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ package org.zoy.caca; diff --git a/java/org/zoy/caca/Font.java b/java/org/zoy/caca/Font.java index 4bbf7d1..0f79813 100644 --- a/java/org/zoy/caca/Font.java +++ b/java/org/zoy/caca/Font.java @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ package org.zoy.caca; diff --git a/java/org/zoy/caca/NativeObject.java b/java/org/zoy/caca/NativeObject.java index cd4863d..62919b7 100644 --- a/java/org/zoy/caca/NativeObject.java +++ b/java/org/zoy/caca/NativeObject.java @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ package org.zoy.caca; diff --git a/java/org/zoy/caca/TimeoutException.java b/java/org/zoy/caca/TimeoutException.java index 31c6f95..6092bc7 100644 --- a/java/org/zoy/caca/TimeoutException.java +++ b/java/org/zoy/caca/TimeoutException.java @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ package org.zoy.caca; diff --git a/java/org_zoy_caca_Attribute.c b/java/org_zoy_caca_Attribute.c index 3d4ee07..395d672 100644 --- a/java/org_zoy_caca_Attribute.c +++ b/java/org_zoy_caca_Attribute.c @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "org_zoy_caca_Attribute.h" diff --git a/java/org_zoy_caca_Caca.c b/java/org_zoy_caca_Caca.c index e3d8d95..bd98b1e 100644 --- a/java/org_zoy_caca_Caca.c +++ b/java/org_zoy_caca_Caca.c @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "org_zoy_caca_Caca.h" diff --git a/java/org_zoy_caca_Canvas.c b/java/org_zoy_caca_Canvas.c index 7b7525a..fe04006 100644 --- a/java/org_zoy_caca_Canvas.c +++ b/java/org_zoy_caca_Canvas.c @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "org_zoy_caca_Canvas.h" diff --git a/java/org_zoy_caca_Display.c b/java/org_zoy_caca_Display.c index 172d455..51821f0 100644 --- a/java/org_zoy_caca_Display.c +++ b/java/org_zoy_caca_Display.c @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "caca_java_common.h" diff --git a/java/org_zoy_caca_Dither.c b/java/org_zoy_caca_Dither.c index b246748..7455af4 100644 --- a/java/org_zoy_caca_Dither.c +++ b/java/org_zoy_caca_Dither.c @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "org_zoy_caca_Dither.h" diff --git a/java/org_zoy_caca_Event.c b/java/org_zoy_caca_Event.c index 0092f4a..fc25ca4 100644 --- a/java/org_zoy_caca_Event.c +++ b/java/org_zoy_caca_Event.c @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "org_zoy_caca_Event.h" diff --git a/java/org_zoy_caca_Font.c b/java/org_zoy_caca_Font.c index 159ea92..1029c6c 100644 --- a/java/org_zoy_caca_Font.c +++ b/java/org_zoy_caca_Font.c @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "caca_java_common.h" diff --git a/kernel/boot/gdt.c b/kernel/boot/gdt.c index b75f01c..52a6f1f 100644 --- a/kernel/boot/gdt.c +++ b/kernel/boot/gdt.c @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/kernel/boot/idt.c b/kernel/boot/idt.c index defe555..33706ed 100644 --- a/kernel/boot/idt.c +++ b/kernel/boot/idt.c @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/kernel/boot/interruptions.c b/kernel/boot/interruptions.c index 33f48dc..ecbb509 100644 --- a/kernel/boot/interruptions.c +++ b/kernel/boot/interruptions.c @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ diff --git a/kernel/boot/pic.c b/kernel/boot/pic.c index 4ef2c4d..2094b3d 100644 --- a/kernel/boot/pic.c +++ b/kernel/boot/pic.c @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ diff --git a/kernel/boot/stage2.c b/kernel/boot/stage2.c index 96b3a10..21dd63f 100644 --- a/kernel/boot/stage2.c +++ b/kernel/boot/stage2.c @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "kernel.h" diff --git a/kernel/boot/stage2.h b/kernel/boot/stage2.h index b69040f..4dca6b0 100644 --- a/kernel/boot/stage2.h +++ b/kernel/boot/stage2.h @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ diff --git a/kernel/drivers/floppy.c b/kernel/drivers/floppy.c index 8edaedb..ccfa3d0 100644 --- a/kernel/drivers/floppy.c +++ b/kernel/drivers/floppy.c @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "kernel.h" diff --git a/kernel/drivers/floppy.h b/kernel/drivers/floppy.h index 0867bde..869e56c 100644 --- a/kernel/drivers/floppy.h +++ b/kernel/drivers/floppy.h @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ struct floppy_drive diff --git a/kernel/drivers/keyboard.c b/kernel/drivers/keyboard.c index 98676a0..624fe28 100644 --- a/kernel/drivers/keyboard.c +++ b/kernel/drivers/keyboard.c @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "kernel.h" diff --git a/kernel/drivers/memory.c b/kernel/drivers/memory.c index dd8294d..bc8f34a 100644 --- a/kernel/drivers/memory.c +++ b/kernel/drivers/memory.c @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "kernel.h" diff --git a/kernel/drivers/memory.h b/kernel/drivers/memory.h index e96bb9d..8e0d12b 100644 --- a/kernel/drivers/memory.h +++ b/kernel/drivers/memory.h @@ -6,7 +6,7 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ diff --git a/kernel/drivers/processor.c b/kernel/drivers/processor.c index d88e284..c937d0e 100644 --- a/kernel/drivers/processor.c +++ b/kernel/drivers/processor.c @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "kernel.h" diff --git a/kernel/drivers/processor.h b/kernel/drivers/processor.h index 876c7e0..d3d7bc0 100644 --- a/kernel/drivers/processor.h +++ b/kernel/drivers/processor.h @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ enum cpuid_requests diff --git a/kernel/drivers/timer.c b/kernel/drivers/timer.c index ed0ad8f..015de90 100644 --- a/kernel/drivers/timer.c +++ b/kernel/drivers/timer.c @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "kernel.h" diff --git a/kernel/drivers/timer.h b/kernel/drivers/timer.h index 00132d4..d80867a 100644 --- a/kernel/drivers/timer.h +++ b/kernel/drivers/timer.h @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ extern u32 ticks; diff --git a/kernel/kernel.c b/kernel/kernel.c index a231a45..9abc66b 100644 --- a/kernel/kernel.c +++ b/kernel/kernel.c @@ -1,14 +1,14 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2006 Sam Hocevar + * Copyright (c) 2006-2012 Sam Hocevar * 2009-2010 Jean-Yves Lamoureux * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/kernel/kernel.h b/kernel/kernel.h index d0ef48d..dc5c8ed 100644 --- a/kernel/kernel.h +++ b/kernel/kernel.h @@ -1,15 +1,15 @@ /* * libcaca * libcaca Colour ASCII-Art library - * Copyright (c) 2006 Sam Hocevar + * Copyright (c) 2006-2012 Sam Hocevar * 2009-2010 Jean-Yves Lamoureux * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ diff --git a/kernel/klibc.c b/kernel/klibc.c index dc7d322..c13e45d 100644 --- a/kernel/klibc.c +++ b/kernel/klibc.c @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/kernel/klibc.h b/kernel/klibc.h index 020e2c6..c999dca 100644 --- a/kernel/klibc.h +++ b/kernel/klibc.h @@ -6,9 +6,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ /* diff --git a/python/caca/__init__.py b/python/caca/__init__.py index 2b443b2..4d3c059 100644 --- a/python/caca/__init__.py +++ b/python/caca/__init__.py @@ -7,9 +7,9 @@ # # This library is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it -# and/or modify it under the terms of the Do What The Fuck You Want -# To Public License, Version 2, as published by Sam Hocevar. See -# http://sam.zoy.org/wtfpl/COPYING for more details. +# and/or modify it under the terms of the Do What the Fuck You Want +# to Public License, Version 2, as published by Sam Hocevar. See +# http://www.wtfpl.net/ for more details. # """ Libcaca Python bindings """ diff --git a/python/caca/canvas.py b/python/caca/canvas.py index 6665e10..725ae49 100644 --- a/python/caca/canvas.py +++ b/python/caca/canvas.py @@ -7,9 +7,9 @@ # # This library is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it -# and/or modify it under the terms of the Do What The Fuck You Want -# To Public License, Version 2, as published by Sam Hocevar. See -# http://sam.zoy.org/wtfpl/COPYING for more details. +# and/or modify it under the terms of the Do What the Fuck You Want +# to Public License, Version 2, as published by Sam Hocevar. See +# http://www.wtfpl.net/ for more details. # """ Libcaca Python bindings """ diff --git a/python/caca/common.py b/python/caca/common.py index a8517aa..1783d5a 100644 --- a/python/caca/common.py +++ b/python/caca/common.py @@ -7,9 +7,9 @@ # # This library is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it -# and/or modify it under the terms of the Do What The Fuck You Want -# To Public License, Version 2, as published by Sam Hocevar. See -# http://sam.zoy.org/wtfpl/COPYING for more details. +# and/or modify it under the terms of the Do What the Fuck You Want +# to Public License, Version 2, as published by Sam Hocevar. See +# http://www.wtfpl.net/ for more details. # """ Libcaca Python bindings """ diff --git a/python/caca/display.py b/python/caca/display.py index 46991b9..93e028b 100644 --- a/python/caca/display.py +++ b/python/caca/display.py @@ -7,9 +7,9 @@ # # This library is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it -# and/or modify it under the terms of the Do What The Fuck You Want -# To Public License, Version 2, as published by Sam Hocevar. See -# http://sam.zoy.org/wtfpl/COPYING for more details. +# and/or modify it under the terms of the Do What the Fuck You Want +# to Public License, Version 2, as published by Sam Hocevar. See +# http://www.wtfpl.net/ for more details. # """ Libcaca Python bindings """ diff --git a/python/caca/dither.py b/python/caca/dither.py index c2957bd..fde2cb0 100644 --- a/python/caca/dither.py +++ b/python/caca/dither.py @@ -7,9 +7,9 @@ # # This library is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it -# and/or modify it under the terms of the Do What The Fuck You Want -# To Public License, Version 2, as published by Sam Hocevar. See -# http://sam.zoy.org/wtfpl/COPYING for more details. +# and/or modify it under the terms of the Do What the Fuck You Want +# to Public License, Version 2, as published by Sam Hocevar. See +# http://www.wtfpl.net/ for more details. # """ Libcaca Python bindings """ diff --git a/python/caca/font.py b/python/caca/font.py index a3d0301..7792e4a 100644 --- a/python/caca/font.py +++ b/python/caca/font.py @@ -7,9 +7,9 @@ # # This library is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it -# and/or modify it under the terms of the Do What The Fuck You Want -# To Public License, Version 2, as published by Sam Hocevar. See -# http://sam.zoy.org/wtfpl/COPYING for more details. +# and/or modify it under the terms of the Do What the Fuck You Want +# to Public License, Version 2, as published by Sam Hocevar. See +# http://www.wtfpl.net/ for more details. # """ Libcaca Python bindings """ diff --git a/python/examples/blit.py b/python/examples/blit.py index f0d1795..6bca014 100755 --- a/python/examples/blit.py +++ b/python/examples/blit.py @@ -11,9 +11,9 @@ # # This library is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it -# and/or modify it under the terms of the Do What The Fuck You Want -# To Public License, Version 2, as published by Sam Hocevar. See -# http://sam.zoy.org/wtfpl/COPYING for more details. +# and/or modify it under the terms of the Do What the Fuck You Want +# to Public License, Version 2, as published by Sam Hocevar. See +# http://www.wtfpl.net/ for more details. # import sys diff --git a/python/examples/cacainfo.py b/python/examples/cacainfo.py index 3ecb69d..cb707b1 100755 --- a/python/examples/cacainfo.py +++ b/python/examples/cacainfo.py @@ -8,9 +8,9 @@ # # This library is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it -# and/or modify it under the terms of the Do What The Fuck You Want -# To Public License, Version 2, as published by Sam Hocevar. See -# http://sam.zoy.org/wtfpl/COPYING for more details. +# and/or modify it under the terms of the Do What the Fuck You Want +# to Public License, Version 2, as published by Sam Hocevar. See +# http://www.wtfpl.net/ for more details. # """ Libcaca Python bindings """ diff --git a/python/examples/colors.py b/python/examples/colors.py index 87285f1..72b2361 100755 --- a/python/examples/colors.py +++ b/python/examples/colors.py @@ -11,9 +11,9 @@ # # This library is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it -# and/or modify it under the terms of the Do What The Fuck You Want -# To Public License, Version 2, as published by Sam Hocevar. See -# http://sam.zoy.org/wtfpl/COPYING for more details. +# and/or modify it under the terms of the Do What the Fuck You Want +# to Public License, Version 2, as published by Sam Hocevar. See +# http://www.wtfpl.net/ for more details. # import sys diff --git a/python/examples/drawing.py b/python/examples/drawing.py index 2cd0378..4a9609c 100755 --- a/python/examples/drawing.py +++ b/python/examples/drawing.py @@ -8,9 +8,9 @@ # # This library is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it -# and/or modify it under the terms of the Do What The Fuck You Want -# To Public License, Version 2, as published by Sam Hocevar. See -# http://sam.zoy.org/wtfpl/COPYING for more details. +# and/or modify it under the terms of the Do What the Fuck You Want +# to Public License, Version 2, as published by Sam Hocevar. See +# http://www.wtfpl.net/ for more details. # """ Libcaca Python bindings """ diff --git a/python/examples/driver.py b/python/examples/driver.py index bdf6b2a..373d927 100755 --- a/python/examples/driver.py +++ b/python/examples/driver.py @@ -11,9 +11,9 @@ # # This library is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it -# and/or modify it under the terms of the Do What The Fuck You Want -# To Public License, Version 2, as published by Sam Hocevar. See -# http://sam.zoy.org/wtfpl/COPYING for more details. +# and/or modify it under the terms of the Do What the Fuck You Want +# to Public License, Version 2, as published by Sam Hocevar. See +# http://www.wtfpl.net/ for more details. # import sys diff --git a/python/examples/event.py b/python/examples/event.py index 481afe4..2308c5e 100755 --- a/python/examples/event.py +++ b/python/examples/event.py @@ -11,9 +11,9 @@ # # This library is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it -# and/or modify it under the terms of the Do What The Fuck You Want -# To Public License, Version 2, as published by Sam Hocevar. See -# http://sam.zoy.org/wtfpl/COPYING for more details. +# and/or modify it under the terms of the Do What the Fuck You Want +# to Public License, Version 2, as published by Sam Hocevar. See +# http://www.wtfpl.net/ for more details. # import sys diff --git a/python/examples/figfont.py b/python/examples/figfont.py index 7299751..158c2f9 100755 --- a/python/examples/figfont.py +++ b/python/examples/figfont.py @@ -11,9 +11,9 @@ # # This library is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it -# and/or modify it under the terms of the Do What The Fuck You Want -# To Public License, Version 2, as published by Sam Hocevar. See -# http://sam.zoy.org/wtfpl/COPYING for more details. +# and/or modify it under the terms of the Do What the Fuck You Want +# to Public License, Version 2, as published by Sam Hocevar. See +# http://www.wtfpl.net/ for more details. # import codecs diff --git a/python/examples/font.py b/python/examples/font.py index 71cf4fc..cf36c8a 100755 --- a/python/examples/font.py +++ b/python/examples/font.py @@ -11,9 +11,9 @@ # # This library is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it -# and/or modify it under the terms of the Do What The Fuck You Want -# To Public License, Version 2, as published by Sam Hocevar. See -# http://sam.zoy.org/wtfpl/COPYING for more details. +# and/or modify it under the terms of the Do What the Fuck You Want +# to Public License, Version 2, as published by Sam Hocevar. See +# http://www.wtfpl.net/ for more details. # import ctypes diff --git a/python/examples/frames.py b/python/examples/frames.py index 9a690c7..e60355f 100755 --- a/python/examples/frames.py +++ b/python/examples/frames.py @@ -11,9 +11,9 @@ # # This library is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it -# and/or modify it under the terms of the Do What The Fuck You Want -# To Public License, Version 2, as published by Sam Hocevar. See -# http://sam.zoy.org/wtfpl/COPYING for more details. +# and/or modify it under the terms of the Do What the Fuck You Want +# to Public License, Version 2, as published by Sam Hocevar. See +# http://www.wtfpl.net/ for more details. # import sys diff --git a/python/examples/gol.py b/python/examples/gol.py index 77b1a07..9f7e681 100755 --- a/python/examples/gol.py +++ b/python/examples/gol.py @@ -8,9 +8,9 @@ # # This library is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it -# and/or modify it under the terms of the Do What The Fuck You Want -# To Public License, Version 2, as published by Sam Hocevar. See -# http://sam.zoy.org/wtfpl/COPYING for more details. +# and/or modify it under the terms of the Do What the Fuck You Want +# to Public License, Version 2, as published by Sam Hocevar. See +# http://www.wtfpl.net/ for more details. # """ Libcaca Python bindings """ diff --git a/python/examples/img2txt.py b/python/examples/img2txt.py index a1a10e0..6cec52e 100755 --- a/python/examples/img2txt.py +++ b/python/examples/img2txt.py @@ -12,9 +12,9 @@ # # This library is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it -# and/or modify it under the terms of the Do What The Fuck You Want -# To Public License, Version 2, as published by Sam Hocevar. See -# http://sam.zoy.org/wtfpl/COPYING for more details. +# and/or modify it under the terms of the Do What the Fuck You Want +# to Public License, Version 2, as published by Sam Hocevar. See +# http://www.wtfpl.net/ for more details. # import getopt diff --git a/python/examples/text.py b/python/examples/text.py index 46fd263..9e43b55 100755 --- a/python/examples/text.py +++ b/python/examples/text.py @@ -11,9 +11,9 @@ # # This library is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it -# and/or modify it under the terms of the Do What The Fuck You Want -# To Public License, Version 2, as published by Sam Hocevar. See -# http://sam.zoy.org/wtfpl/COPYING for more details. +# and/or modify it under the terms of the Do What the Fuck You Want +# to Public License, Version 2, as published by Sam Hocevar. See +# http://www.wtfpl.net/ for more details. # import sys diff --git a/python/test/__init__.py b/python/test/__init__.py index 9136952..26c6dc2 100644 --- a/python/test/__init__.py +++ b/python/test/__init__.py @@ -7,9 +7,9 @@ # # This program is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it -# and/or modify it under the terms of the Do What The Fuck You Want -# To Public License, Version 2, as published by Sam Hocevar. See -# http://sam.zoy.org/wtfpl/COPYING for more details. +# and/or modify it under the terms of the Do What the Fuck You Want +# to Public License, Version 2, as published by Sam Hocevar. See +# http://www.wtfpl.net/ for more details. # """ Test module """ diff --git a/python/test/canvas.py b/python/test/canvas.py index 7e91684..1bbdc35 100644 --- a/python/test/canvas.py +++ b/python/test/canvas.py @@ -7,9 +7,9 @@ # # This program is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it -# and/or modify it under the terms of the Do What The Fuck You Want -# To Public License, Version 2, as published by Sam Hocevar. See -# http://sam.zoy.org/wtfpl/COPYING for more details. +# and/or modify it under the terms of the Do What the Fuck You Want +# to Public License, Version 2, as published by Sam Hocevar. See +# http://www.wtfpl.net/ for more details. # """ Libcaca canvas test suite """ diff --git a/ruby/caca-canvas.c b/ruby/caca-canvas.c index 0f96015..084a7b8 100644 --- a/ruby/caca-canvas.c +++ b/ruby/caca-canvas.c @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include diff --git a/ruby/caca-canvas.h b/ruby/caca-canvas.h index ca7e4ad..540d348 100644 --- a/ruby/caca-canvas.h +++ b/ruby/caca-canvas.h @@ -1,12 +1,13 @@ /* * libcaca Ruby bindings * Copyright (c) 2007-2010 Pascal Terjan + * 2012 Sam Hocevar * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #ifndef __CACA_CANVAS_H__ diff --git a/ruby/caca-display.c b/ruby/caca-display.c index 8d894cb..ac29daf 100644 --- a/ruby/caca-display.c +++ b/ruby/caca-display.c @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include diff --git a/ruby/caca-display.h b/ruby/caca-display.h index 149246d..013e1cb 100644 --- a/ruby/caca-display.h +++ b/ruby/caca-display.h @@ -1,12 +1,13 @@ /* * libcaca Ruby bindings * Copyright (c) 2007-2010 Pascal Terjan + * 2012 Sam Hocevar * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #ifndef __CACA_DISPLAY_H__ diff --git a/ruby/caca-dither.c b/ruby/caca-dither.c index 88f25b5..0ca5e5f 100644 --- a/ruby/caca-dither.c +++ b/ruby/caca-dither.c @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include diff --git a/ruby/caca-dither.h b/ruby/caca-dither.h index c4d0c94..131b5cc 100644 --- a/ruby/caca-dither.h +++ b/ruby/caca-dither.h @@ -1,12 +1,13 @@ /* * libcaca Ruby bindings * Copyright (c) 2007-2010 Pascal Terjan + * 2012 Sam Hocevar * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #ifndef __CACA_DITHER_H__ diff --git a/ruby/caca-event.c b/ruby/caca-event.c index 53b1cd4..15e303f 100644 --- a/ruby/caca-event.c +++ b/ruby/caca-event.c @@ -1,12 +1,13 @@ /* * libcaca Ruby bindings * Copyright (c) 2007-2010 Pascal Terjan + * 2012 Sam Hocevar * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include diff --git a/ruby/caca-event.h b/ruby/caca-event.h index afdba4b..9f49198 100644 --- a/ruby/caca-event.h +++ b/ruby/caca-event.h @@ -1,12 +1,13 @@ /* * libcaca Ruby bindings * Copyright (c) 2007-2010 Pascal Terjan + * 2012 Sam Hocevar * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #ifndef __CACA_EVENT_H__ diff --git a/ruby/caca-font.c b/ruby/caca-font.c index 489ca67..705f928 100644 --- a/ruby/caca-font.c +++ b/ruby/caca-font.c @@ -4,9 +4,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include diff --git a/ruby/caca-font.h b/ruby/caca-font.h index 1bfc182..8b3f34e 100644 --- a/ruby/caca-font.h +++ b/ruby/caca-font.h @@ -1,12 +1,13 @@ /* * libcaca Ruby bindings * Copyright (c) 2007-2010 Pascal Terjan + * 2012 Sam Hocevar * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #ifndef __CACA_FONT_H__ diff --git a/ruby/caca.c b/ruby/caca.c index 4bd7771..973ee80 100644 --- a/ruby/caca.c +++ b/ruby/caca.c @@ -1,12 +1,13 @@ /* * libcaca Ruby bindings * Copyright (c) 2007-2010 Pascal Terjan + * 2012 Sam Hocevar * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include diff --git a/ruby/common.h b/ruby/common.h index 5b47f62..9bc96d1 100644 --- a/ruby/common.h +++ b/ruby/common.h @@ -1,12 +1,13 @@ /* * libcaca Ruby bindings * Copyright (c) 2007-2010 Pascal Terjan + * 2012 Sam Hocevar * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #ifndef __COMMON_H__ diff --git a/src/cacaclock.c b/src/cacaclock.c index 5e06fb8..3a405ea 100644 --- a/src/cacaclock.c +++ b/src/cacaclock.c @@ -5,9 +5,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/src/cacademo.c b/src/cacademo.c index 90a403d..f2f08b1 100644 --- a/src/cacademo.c +++ b/src/cacademo.c @@ -2,14 +2,14 @@ * cacademo various demo effects for libcaca * Copyright (c) 1998 Michele Bini * 2003-2006 Jean-Yves Lamoureux - * 2004-2010 Sam Hocevar + * 2004-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/src/cacadraw.c b/src/cacadraw.c index 33a0dee..7556d4e 100644 --- a/src/cacadraw.c +++ b/src/cacadraw.c @@ -1,13 +1,13 @@ /* * event event lister for libcaca - * Copyright (c) 2004-2010 Sam Hocevar + * Copyright (c) 2004-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/src/cacaplay.c b/src/cacaplay.c index ebbdab5..2776cc8 100644 --- a/src/cacaplay.c +++ b/src/cacaplay.c @@ -5,9 +5,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/src/cacaserver.c b/src/cacaserver.c index ae65340..06204e6 100644 --- a/src/cacaserver.c +++ b/src/cacaserver.c @@ -1,14 +1,14 @@ /* * cacaserver Colour ASCII-Art library * Copyright (c) 2006 Jean-Yves Lamoureux - * 2006-2010 Sam Hocevar + * 2006-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/src/cacaview.c b/src/cacaview.c index a2e6105..03878e9 100644 --- a/src/cacaview.c +++ b/src/cacaview.c @@ -1,13 +1,13 @@ /* * cacaview image viewer for libcaca - * Copyright (c) 2003-2010 Sam Hocevar + * Copyright (c) 2003-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/src/common-image.c b/src/common-image.c index aa2e5d9..8f5cd15 100644 --- a/src/common-image.c +++ b/src/common-image.c @@ -1,13 +1,13 @@ /* * Imaging tools for cacaview and img2irc - * Copyright (c) 2003-2010 Sam Hocevar + * Copyright (c) 2002-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/src/common-image.h b/src/common-image.h index 52944af..b78b05c 100644 --- a/src/common-image.h +++ b/src/common-image.h @@ -1,13 +1,13 @@ /* * Imaging tools for cacaview and img2irc - * Copyright (c) 2003-2010 Sam Hocevar + * Copyright (c) 2003-2012 Sam Hocevar * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ struct image diff --git a/src/img2txt.c b/src/img2txt.c index 3e04864..555b10e 100644 --- a/src/img2txt.c +++ b/src/img2txt.c @@ -1,14 +1,14 @@ /* * img2txt image to text converter - * Copyright (c) 2006-2010 Sam Hocevar + * Copyright (c) 2006-2012 Sam Hocevar * 2007 Jean-Yves Lamoureux * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/src/texture.h b/src/texture.h index 283286f..a06f03d 100644 --- a/src/texture.h +++ b/src/texture.h @@ -1,13 +1,13 @@ /* * cacademo various demo effects for libcaca - * Copyright (c) 2009-2010 carmie@zoy.org + * Copyright (c) 2009-2012 carmie@zoy.org * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ static uint32_t const texture256x256[] = { diff --git a/test/bench.c b/test/bench.c index 8fdd5e0..eb0f5e7 100644 --- a/test/bench.c +++ b/test/bench.c @@ -5,9 +5,9 @@ * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/test/caca-test.cpp b/test/caca-test.cpp index 595625c..857b0da 100644 --- a/test/caca-test.cpp +++ b/test/caca-test.cpp @@ -5,9 +5,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/test/canvas.cpp b/test/canvas.cpp index fc32168..832c337 100644 --- a/test/canvas.cpp +++ b/test/canvas.cpp @@ -5,9 +5,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/test/dirty.cpp b/test/dirty.cpp index 47e5fa2..ca3d896 100644 --- a/test/dirty.cpp +++ b/test/dirty.cpp @@ -5,9 +5,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/test/driver.cpp b/test/driver.cpp index e3bff4a..d3a9578 100644 --- a/test/driver.cpp +++ b/test/driver.cpp @@ -5,9 +5,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/test/export.cpp b/test/export.cpp index 2310bdc..030937b 100644 --- a/test/export.cpp +++ b/test/export.cpp @@ -5,9 +5,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/test/simple.c b/test/simple.c index 9fc07d7..6320609 100644 --- a/test/simple.c +++ b/test/simple.c @@ -5,9 +5,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/tools/makefont.c b/tools/makefont.c index 0be8afc..226c883 100644 --- a/tools/makefont.c +++ b/tools/makefont.c @@ -5,9 +5,9 @@ * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. * * Usage: * makefont diff --git a/tools/optipal.c b/tools/optipal.c index c42ccfb..bc8ba53 100644 --- a/tools/optipal.c +++ b/tools/optipal.c @@ -1,14 +1,14 @@ /* * optipal S-Lang optimised palette generator for libcaca - * Copyright (c) 2003-2010 Sam Hocevar + * Copyright (c) 2003-2012 Sam Hocevar * All Rights Reserved * * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h" diff --git a/tools/sortchars.c b/tools/sortchars.c index b1648cf..8ce064f 100644 --- a/tools/sortchars.c +++ b/tools/sortchars.c @@ -1,14 +1,14 @@ /* * sortchars analyse ASCII characters - * Copyright (c) 2007-2010 Sam Hocevar + * Copyright (c) 2007-2012 Sam Hocevar * All Rights Reserved * * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it - * and/or modify it under the terms of the Do What The Fuck You Want - * To Public License, Version 2, as published by Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * and/or modify it under the terms of the Do What the Fuck You Want + * to Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ #include "config.h"