diff --git a/DotNet/AssemblyInfo.cs b/DotNet/AssemblyInfo.cs index 4f68ce1..0f427f5 100644 --- a/DotNet/AssemblyInfo.cs +++ b/DotNet/AssemblyInfo.cs @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/DotNet/Caca.cs b/DotNet/Caca.cs index 444051f..dbead5c 100644 --- a/DotNet/Caca.cs +++ b/DotNet/Caca.cs @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/DotNet/Cucul.cs b/DotNet/Cucul.cs index 6f427c4..9979b94 100644 --- a/DotNet/Cucul.cs +++ b/DotNet/Cucul.cs @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/DotNet/test.cs b/DotNet/test.cs index 21f0bb4..3722b19 100644 --- a/DotNet/test.cs +++ b/DotNet/test.cs @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This program is free software. It commes 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. */ @@ -59,7 +60,7 @@ class Test { - qq.setColor(i+1, Cucul.CUCUL_BLACK); + qq.setColor(i+9, Cucul.CUCUL_BLACK); /* drawLine is already clipped, we don't care about overflows */ qq.drawLine(0, y-2, qq.getWidth(), y-2, '-'); qq.drawLine(0, y-1, qq.getWidth(), y-1, '*'); diff --git a/caca/caca.c b/caca/caca.c index 13e5a0a..1534929 100644 --- a/caca/caca.c +++ b/caca/caca.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/caca/caca.h b/caca/caca.h index b717696..48ac942 100644 --- a/caca/caca.h +++ b/caca/caca.h @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/caca/caca0.c b/caca/caca0.c index baf9218..74e7ca7 100644 --- a/caca/caca0.c +++ b/caca/caca0.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/caca/caca0.h b/caca/caca0.h index 0db515b..5ae146f 100644 --- a/caca/caca0.h +++ b/caca/caca0.h @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/caca/caca_internals.h b/caca/caca_internals.h index 71e9709..3cc9ccf 100644 --- a/caca/caca_internals.h +++ b/caca/caca_internals.h @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/caca/driver_cocoa.m b/caca/driver_cocoa.m index 7ea2e5e..0821fea 100644 --- a/caca/driver_cocoa.m +++ b/caca/driver_cocoa.m @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/caca/driver_conio.c b/caca/driver_conio.c index bb29303..3568958 100644 --- a/caca/driver_conio.c +++ b/caca/driver_conio.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/caca/driver_gl.c b/caca/driver_gl.c index d78da67..c90e192 100644 --- a/caca/driver_gl.c +++ b/caca/driver_gl.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/caca/driver_ncurses.c b/caca/driver_ncurses.c index 0169269..13be0bc 100644 --- a/caca/driver_ncurses.c +++ b/caca/driver_ncurses.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/caca/driver_raw.c b/caca/driver_raw.c index 92ccf97..84b349e 100644 --- a/caca/driver_raw.c +++ b/caca/driver_raw.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/caca/driver_slang.c b/caca/driver_slang.c index 0f350d3..72757d3 100644 --- a/caca/driver_slang.c +++ b/caca/driver_slang.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/caca/driver_vga.c b/caca/driver_vga.c index 9eaecd8..4655c2e 100644 --- a/caca/driver_vga.c +++ b/caca/driver_vga.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/caca/driver_win32.c b/caca/driver_win32.c index d03c77a..c07955e 100644 --- a/caca/driver_win32.c +++ b/caca/driver_win32.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/caca/driver_x11.c b/caca/driver_x11.c index 2802578..50232b5 100644 --- a/caca/driver_x11.c +++ b/caca/driver_x11.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/caca/event.c b/caca/event.c index a155dd0..5590be4 100644 --- a/caca/event.c +++ b/caca/event.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/caca/graphics.c b/caca/graphics.c index 7d7e615..661822f 100644 --- a/caca/graphics.c +++ b/caca/graphics.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/caca/time.c b/caca/time.c index 041f717..e4e5c75 100644 --- a/caca/time.c +++ b/caca/time.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/cucul/attr.c b/cucul/attr.c index 0d93b3e..0d717a0 100644 --- a/cucul/attr.c +++ b/cucul/attr.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/cucul/box.c b/cucul/box.c index 25f90d4..b9d8ecc 100644 --- a/cucul/box.c +++ b/cucul/box.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/cucul/canvas.c b/cucul/canvas.c index ba1d8eb..7ba5a78 100644 --- a/cucul/canvas.c +++ b/cucul/canvas.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/cucul/charset.c b/cucul/charset.c index f8b43d6..c325fee 100644 --- a/cucul/charset.c +++ b/cucul/charset.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/cucul/conic.c b/cucul/conic.c index bdc4eae..82eb80a 100644 --- a/cucul/conic.c +++ b/cucul/conic.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/cucul/cucul.c b/cucul/cucul.c index 6f565f5..0bb59d0 100644 --- a/cucul/cucul.c +++ b/cucul/cucul.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/cucul/cucul.h b/cucul/cucul.h index 400a1fd..2581a2e 100644 --- a/cucul/cucul.h +++ b/cucul/cucul.h @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/cucul/cucul_internals.h b/cucul/cucul_internals.h index becff56..e40c4e8 100644 --- a/cucul/cucul_internals.h +++ b/cucul/cucul_internals.h @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/cucul/dither.c b/cucul/dither.c index 73756d1..abca5d5 100644 --- a/cucul/dither.c +++ b/cucul/dither.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/cucul/export.c b/cucul/export.c index ee5f0db..1282837 100644 --- a/cucul/export.c +++ b/cucul/export.c @@ -6,9 +6,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/cucul/font.c b/cucul/font.c index a1600a0..a27a019 100644 --- a/cucul/font.c +++ b/cucul/font.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/cucul/frame.c b/cucul/frame.c index 425f7a1..633910b 100644 --- a/cucul/frame.c +++ b/cucul/frame.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/cucul/import.c b/cucul/import.c index 961deb8..9dd8fc3 100644 --- a/cucul/import.c +++ b/cucul/import.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/cucul/legacy.c b/cucul/legacy.c index 676a0d7..9abed8b 100644 --- a/cucul/legacy.c +++ b/cucul/legacy.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/cucul/line.c b/cucul/line.c index f99f941..4f8fe08 100644 --- a/cucul/line.c +++ b/cucul/line.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/cucul/transform.c b/cucul/transform.c index 1d60186..2b71c00 100644 --- a/cucul/transform.c +++ b/cucul/transform.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/cucul/triangle.c b/cucul/triangle.c index 43929b2..052a0b3 100644 --- a/cucul/triangle.c +++ b/cucul/triangle.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/cxx/caca++.cpp b/cxx/caca++.cpp index 2660aef..8831944 100644 --- a/cxx/caca++.cpp +++ b/cxx/caca++.cpp @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/cxx/caca++.h b/cxx/caca++.h index c29f452..11d6def 100644 --- a/cxx/caca++.h +++ b/cxx/caca++.h @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/cxx/cucul++.cpp b/cxx/cucul++.cpp index b6803c5..2c47c3f 100644 --- a/cxx/cucul++.cpp +++ b/cxx/cucul++.cpp @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/cxx/cucul++.h b/cxx/cucul++.h index c203476..d067e3a 100644 --- a/cxx/cucul++.h +++ b/cxx/cucul++.h @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/cxx/cxxtest.cpp b/cxx/cxxtest.cpp index 233356a..6eebfc1 100644 --- a/cxx/cxxtest.cpp +++ b/cxx/cxxtest.cpp @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/kernel/kernel.c b/kernel/kernel.c index e737ff3..094e0b7 100644 --- a/kernel/kernel.c +++ b/kernel/kernel.c @@ -7,9 +7,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/kernel/kernel.h b/kernel/kernel.h index 2a92fc7..ae9b390 100644 --- a/kernel/kernel.h +++ b/kernel/kernel.h @@ -6,9 +6,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/python/pypycaca.c b/python/pypycaca.c index 3ef9747..ae55117 100644 --- a/python/pypycaca.c +++ b/python/pypycaca.c @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/python/pypycaca.h b/python/pypycaca.h index 3d1820a..e022fc6 100644 --- a/python/pypycaca.h +++ b/python/pypycaca.h @@ -5,9 +5,10 @@ * * $Id$ * - * This library is free software; 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 + * This library is free software. It commes 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. */ diff --git a/src/aafire.c b/src/aafire.c index 0256a80..eae2732 100644 --- a/src/aafire.c +++ b/src/aafire.c @@ -6,9 +6,10 @@ * * $Id$ * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either + * This program is free software. It commes 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 * version 2 of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/src/cacademo.c b/src/cacademo.c index 0c6431e..878545a 100644 --- a/src/cacademo.c +++ b/src/cacademo.c @@ -7,9 +7,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/src/cacadraw.c b/src/cacadraw.c index 4b84f78..edb3240 100644 --- a/src/cacadraw.c +++ b/src/cacadraw.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/src/cacaplay.c b/src/cacaplay.c index 088e20b..4ac2f76 100644 --- a/src/cacaplay.c +++ b/src/cacaplay.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/src/cacaserver.c b/src/cacaserver.c index 4fe0b45..c4dae18 100644 --- a/src/cacaserver.c +++ b/src/cacaserver.c @@ -6,9 +6,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ @@ -20,6 +21,10 @@ #include #if defined(HAVE_ARPA_INET_H) # include +# if defined(USE_COCOA) && defined(HAVE_NETINET_IN_H) +/* for sockaddr_in (not included from arpa/inet.h in 10.3.9 SDK) */ +# include +# endif #elif defined(HAVE_NETINET_IN_H) # include #elif defined(HAVE_WINSOCK2_H) diff --git a/src/cacaview.c b/src/cacaview.c index 67b5a73..086171d 100644 --- a/src/cacaview.c +++ b/src/cacaview.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/src/common-image.c b/src/common-image.c index e38fea2..1d98fc2 100644 --- a/src/common-image.c +++ b/src/common-image.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/src/common-image.h b/src/common-image.h index 54d16ac..2afbfdd 100644 --- a/src/common-image.h +++ b/src/common-image.h @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/src/img2irc.c b/src/img2irc.c index 2d01a66..c9311a8 100644 --- a/src/img2irc.c +++ b/src/img2irc.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/test/blit.c b/test/blit.c index c252252..c508955 100644 --- a/test/blit.c +++ b/test/blit.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/test/colors.c b/test/colors.c index b6d8da4..eadd52f 100644 --- a/test/colors.c +++ b/test/colors.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/test/cucul.c b/test/cucul.c index 70b1b0f..32a425c 100644 --- a/test/cucul.c +++ b/test/cucul.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/test/demo.c b/test/demo.c index b59b88e..398f4b6 100644 --- a/test/demo.c +++ b/test/demo.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/test/dithering.c b/test/dithering.c index 5cd465a..8e53562 100644 --- a/test/dithering.c +++ b/test/dithering.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/test/event.c b/test/event.c index 6fa0db3..26fd37d 100644 --- a/test/event.c +++ b/test/event.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/test/export.c b/test/export.c index ec5fd87..6b6ce32 100644 --- a/test/export.c +++ b/test/export.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/test/font.c b/test/font.c index 97cefb1..5fe83f9 100644 --- a/test/font.c +++ b/test/font.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/test/font2tga.c b/test/font2tga.c index a3889e3..259354a 100644 --- a/test/font2tga.c +++ b/test/font2tga.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/test/frames.c b/test/frames.c index aaa57dd..ce57969 100644 --- a/test/frames.c +++ b/test/frames.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/test/fullwidth.c b/test/fullwidth.c index 030b49b..b5ab426 100644 --- a/test/fullwidth.c +++ b/test/fullwidth.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/test/gamma.c b/test/gamma.c index 40f812a..c45e46a 100644 --- a/test/gamma.c +++ b/test/gamma.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/test/hsv.c b/test/hsv.c index 8f6960d..fd85031 100644 --- a/test/hsv.c +++ b/test/hsv.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/test/import.c b/test/import.c index b985b61..c60d85a 100644 --- a/test/import.c +++ b/test/import.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/test/input.c b/test/input.c index 3b5cc3b..5d0b560 100644 --- a/test/input.c +++ b/test/input.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/test/spritedit.c b/test/spritedit.c index 4fb4444..510cc87 100644 --- a/test/spritedit.c +++ b/test/spritedit.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/test/swallow.c b/test/swallow.c index 8632a7b..ce8bfc3 100644 --- a/test/swallow.c +++ b/test/swallow.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/test/text.c b/test/text.c index e6fdce0..9c7eb80 100644 --- a/test/text.c +++ b/test/text.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/test/transform.c b/test/transform.c index 69f89cf..efe719a 100644 --- a/test/transform.c +++ b/test/transform.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/test/truecolor.c b/test/truecolor.c index 9861c99..4c54f25 100644 --- a/test/truecolor.c +++ b/test/truecolor.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/test/unicode.c b/test/unicode.c index 9b25202..0992899 100644 --- a/test/unicode.c +++ b/test/unicode.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */ diff --git a/tools/makefont.c b/tools/makefont.c index 8fd5836..df5e025 100644 --- a/tools/makefont.c +++ b/tools/makefont.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. * * Usage: diff --git a/tools/optipal.c b/tools/optipal.c index c01e615..5411534 100644 --- a/tools/optipal.c +++ b/tools/optipal.c @@ -5,9 +5,10 @@ * * $Id$ * - * This program is free software; 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 + * This program is free software. It commes 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. */