File remove_badwords.patch of Package libcaca
From b3ddb19101ad5a0044a78559b547e6fadc24396f Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Cristian=20Rodr=C3=ADguez?= <crrodriguez@suse.de>
Date: Sat, 14 Mar 2009 19:37:04 +0100
Subject: [PATCH] remove bad words
---
ChangeLog | 4 ++--
bootstrap | 2 +-
caca-sharp/AssemblyInfo.cs | 2 +-
caca-sharp/Attr.cs | 2 +-
caca-sharp/Caca.cs | 2 +-
caca-sharp/Canvas.cs | 2 +-
caca-sharp/Display.cs | 2 +-
caca-sharp/Dither.cs | 4 ++--
caca-sharp/Event.cs | 2 +-
caca-sharp/Font.cs | 2 +-
caca-sharp/test.cs | 2 +-
caca/attr.c | 2 +-
caca/box.c | 2 +-
caca/caca.c | 2 +-
caca/caca.h | 2 +-
caca/caca0.c | 2 +-
caca/caca0.h | 6 +++---
caca/caca_internals.h | 2 +-
caca/caca_stubs.h | 2 +-
caca/caca_types.h | 2 +-
caca/caca_types.h.in | 2 +-
caca/canvas.c | 2 +-
caca/charset.c | 2 +-
caca/codec/export.c | 2 +-
caca/codec/import.c | 6 +++---
caca/conic.c | 2 +-
caca/dither.c | 2 +-
caca/driver/cocoa.m | 2 +-
caca/driver/conio.c | 2 +-
caca/driver/gl.c | 2 +-
caca/driver/ncurses.c | 2 +-
caca/driver/raw.c | 2 +-
caca/driver/slang.c | 2 +-
caca/driver/vga.c | 2 +-
caca/driver/win32.c | 2 +-
caca/driver/x11.c | 2 +-
caca/event.c | 2 +-
caca/figfont.c | 2 +-
caca/file.c | 2 +-
caca/font.c | 2 +-
caca/frame.c | 2 +-
caca/graphics.c | 2 +-
caca/legacy.c | 2 +-
caca/line.c | 2 +-
caca/string.c | 2 +-
caca/time.c | 2 +-
caca/transform.c | 2 +-
caca/triangle.c | 2 +-
cxx/caca++.cpp | 2 +-
cxx/caca++.h | 2 +-
cxx/cxxtest.cpp | 2 +-
doc/cacafire.1 | 2 +-
doc/libcaca.dox | 4 ++--
examples/blit.c | 2 +-
examples/canvas.c | 2 +-
examples/colors.c | 2 +-
examples/demo.c | 2 +-
examples/dithering.c | 2 +-
examples/driver.c | 2 +-
examples/event.c | 2 +-
examples/export.c | 2 +-
examples/figfont.c | 2 +-
examples/font.c | 2 +-
examples/font2tga.c | 2 +-
examples/frames.c | 2 +-
examples/fullwidth.c | 2 +-
examples/gamma.c | 2 +-
examples/hsv.c | 2 +-
examples/import.c | 2 +-
examples/input.c | 2 +-
examples/spritedit.c | 2 +-
examples/swallow.c | 2 +-
examples/text.c | 2 +-
examples/transform.c | 2 +-
examples/truecolor.c | 2 +-
examples/unicode.c | 2 +-
kernel/kernel.c | 2 +-
kernel/kernel.h | 2 +-
python/pypycaca.c | 2 +-
python/pypycaca.h | 2 +-
ruby/caca-canvas.c | 2 +-
ruby/caca-display.c | 2 +-
ruby/caca-dither.c | 2 +-
ruby/caca-event.c | 2 +-
ruby/caca-font.c | 2 +-
ruby/caca.c | 2 +-
src/cacademo.c | 2 +-
src/cacadraw.c | 2 +-
src/cacaplay.c | 2 +-
src/cacaserver.c | 2 +-
src/cacaview.c | 2 +-
src/common-image.c | 2 +-
src/common-image.h | 2 +-
src/img2txt.c | 2 +-
src/mygetopt.c | 2 +-
src/mygetopt.h | 2 +-
tests/caca-test.cpp | 2 +-
tests/canvas.cpp | 2 +-
tests/driver.cpp | 2 +-
tests/simple.c | 2 +-
tools/makefont.c | 4 ++--
tools/optipal.c | 2 +-
tools/sortchars.c | 2 +-
103 files changed, 111 insertions(+), 111 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 4134e01..dbc0e8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1213,7 +1213,7 @@ r2188 | sam | 2008-01-10 23:42:29 +0000 (Thu, 10 Jan 2008) | 3 lines
Changed paths:
M /libcaca/trunk/caca/caca.h
- * Put back all the shit in struct caca_event to avoid breaking existing
+ * Put back all the stuff in struct caca_event to avoid breaking existing
applications. I'll think of a migration path later.
------------------------------------------------------------------------
@@ -5355,7 +5355,7 @@ r1103 | sam | 2006-09-25 15:58:33 +0000 (Mon, 25 Sep 2006) | 3 lines
Changed paths:
M /libcaca/trunk/doc/Makefile.am
- * Fucking Doxygen replaces "s with 's in manpages. And it does not even
+ * Hecking Doxygen replaces "s with 's in manpages. And it does not even
escape them. Fix that upon installation.
------------------------------------------------------------------------
diff --git a/bootstrap b/bootstrap
index 53ba8ab..516c995 100755
--- a/bootstrap
+++ b/bootstrap
@@ -7,7 +7,7 @@
#
# 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
+# and/or modify it under the terms of the Do What The Heck 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-sharp/AssemblyInfo.cs b/caca-sharp/AssemblyInfo.cs
index 5b5adcb..9ab3b05 100644
--- a/caca-sharp/AssemblyInfo.cs
+++ b/caca-sharp/AssemblyInfo.cs
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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-sharp/Attr.cs b/caca-sharp/Attr.cs
index 5e51d05..1879e3e 100644
--- a/caca-sharp/Attr.cs
+++ b/caca-sharp/Attr.cs
@@ -8,7 +8,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
+ * and/or modify it under the terms of the Do What The Heck 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-sharp/Caca.cs b/caca-sharp/Caca.cs
index 2471e4c..2e42083 100644
--- a/caca-sharp/Caca.cs
+++ b/caca-sharp/Caca.cs
@@ -8,7 +8,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
+ * and/or modify it under the terms of the Do What The Heck 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-sharp/Canvas.cs b/caca-sharp/Canvas.cs
index 64c3977..5792322 100644
--- a/caca-sharp/Canvas.cs
+++ b/caca-sharp/Canvas.cs
@@ -8,7 +8,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
+ * and/or modify it under the terms of the Do What The Heck 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-sharp/Display.cs b/caca-sharp/Display.cs
index 2da2d91..1ad389c 100644
--- a/caca-sharp/Display.cs
+++ b/caca-sharp/Display.cs
@@ -8,7 +8,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
+ * and/or modify it under the terms of the Do What The Heck 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-sharp/Dither.cs b/caca-sharp/Dither.cs
index 7c07bd1..641f3a3 100644
--- a/caca-sharp/Dither.cs
+++ b/caca-sharp/Dither.cs
@@ -8,7 +8,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
+ * and/or modify it under the terms of the Do What The Heck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://sam.zoy.org/wtfpl/COPYING for more details.
*/
@@ -48,7 +48,7 @@ namespace Caca
GC.SuppressFinalize(this);
}
- /* TODO: fix this shit */
+ /* TODO: fix this stuff */
[DllImport("libcaca.dll", CallingConvention=CallingConvention.Cdecl),
SuppressUnmanagedCodeSecurity]
diff --git a/caca-sharp/Event.cs b/caca-sharp/Event.cs
index 229644e..a56f446 100644
--- a/caca-sharp/Event.cs
+++ b/caca-sharp/Event.cs
@@ -8,7 +8,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
+ * and/or modify it under the terms of the Do What The Heck 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-sharp/Font.cs b/caca-sharp/Font.cs
index 3ecc27e..4eb2ca9 100644
--- a/caca-sharp/Font.cs
+++ b/caca-sharp/Font.cs
@@ -8,7 +8,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
+ * and/or modify it under the terms of the Do What The Heck 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-sharp/test.cs b/caca-sharp/test.cs
index bcba203..3c07618 100644
--- a/caca-sharp/test.cs
+++ b/caca-sharp/test.cs
@@ -8,7 +8,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/attr.c b/caca/attr.c
index 4bd7fbb..874d4bf 100644
--- a/caca/attr.c
+++ b/caca/attr.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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/box.c b/caca/box.c
index a47b18b..2362cd5 100644
--- a/caca/box.c
+++ b/caca/box.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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.c b/caca/caca.c
index ee972f1..ed38150 100644
--- a/caca/caca.c
+++ b/caca/caca.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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 4c8be1d..b4b20bc 100644
--- a/caca/caca.h
+++ b/caca/caca.h
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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 083d945..03b3e83 100644
--- a/caca/caca0.c
+++ b/caca/caca0.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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 7d48274..cef5364 100644
--- a/caca/caca0.h
+++ b/caca/caca0.h
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://sam.zoy.org/wtfpl/COPYING for more details.
*/
@@ -112,7 +112,7 @@ enum caca_feature
#define CACA_EVENT_RESIZE 0x20000000
#define CACA_EVENT_ANY 0xff000000
-/* Backwards compatibility macros for even older shit */
+/* Backwards compatibility macros for even older stuff */
#define caca_dithering caca_feature
#define caca_set_dithering caca_set_feature
#define caca_get_dithering_name caca_get_feature_name
@@ -120,7 +120,7 @@ enum caca_feature
#define CACA_DITHER_ORDERED CACA_DITHERING_ORDERED8
#define CACA_DITHER_RANDOM CACA_DITHERING_RANDOM
-/* Macros to redefine all the shit */
+/* Macros to redefine all the stuff */
#define caca_init __caca0_init
#define caca_set_delay(x) caca_set_display_time(__caca0_dp, x)
#define caca_get_feature __caca0_get_feature
diff --git a/caca/caca_internals.h b/caca/caca_internals.h
index f3aa50a..8fe3405 100644
--- a/caca/caca_internals.h
+++ b/caca/caca_internals.h
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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_stubs.h b/caca/caca_stubs.h
index 07761a5..6a01737 100644
--- a/caca/caca_stubs.h
+++ b/caca/caca_stubs.h
@@ -6,7 +6,7 @@
* $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
+ * modify it under the terms of the Do What The Heck 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_types.h b/caca/caca_types.h
index 9bf6052..e906402 100644
--- a/caca/caca_types.h
+++ b/caca/caca_types.h
@@ -7,7 +7,7 @@
* $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
+ * modify it under the terms of the Do What The Heck 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_types.h.in b/caca/caca_types.h.in
index 7fe5f2e..29744cd 100644
--- a/caca/caca_types.h.in
+++ b/caca/caca_types.h.in
@@ -7,7 +7,7 @@
* $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
+ * modify it under the terms of the Do What The Heck 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/canvas.c b/caca/canvas.c
index 6f12407..6d9c231 100644
--- a/caca/canvas.c
+++ b/caca/canvas.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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/charset.c b/caca/charset.c
index b1169fe..60c252c 100644
--- a/caca/charset.c
+++ b/caca/charset.c
@@ -8,7 +8,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
+ * and/or modify it under the terms of the Do What The Heck 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/codec/export.c b/caca/codec/export.c
index 0d49464..a1328b9 100644
--- a/caca/codec/export.c
+++ b/caca/codec/export.c
@@ -8,7 +8,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
+ * and/or modify it under the terms of the Do What The Heck 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/codec/import.c b/caca/codec/import.c
index 4f796ad..2772d50 100644
--- a/caca/codec/import.c
+++ b/caca/codec/import.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://sam.zoy.org/wtfpl/COPYING for more details.
*/
@@ -458,7 +458,7 @@ static ssize_t import_ansi(caca_canvas_t *cv, void const *data,
else if(buffer[i] == '\x1b' && i + 2 >= size)
break;
- /* XXX: What the fuck is this shit? */
+ /* XXX: What the fuck is this stuff? */
else if(buffer[i] == '\x1b' && buffer[i + 1] == '('
&& buffer[i + 2] == 'B')
{
@@ -665,7 +665,7 @@ static ssize_t import_ansi(caca_canvas_t *cv, void const *data,
break; /* Not enough data or no bell found */
/* FIXME: XTerm also reacts to <ESC><backslash> and <ST> */
/* FIXME: differenciate between not enough data (try again)
- * and invalid data (print shit) */
+ * and invalid data (print stuff) */
skip += final;
diff --git a/caca/conic.c b/caca/conic.c
index b62df1b..c9e4b71 100644
--- a/caca/conic.c
+++ b/caca/conic.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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/dither.c b/caca/dither.c
index c85d5c2..3c29433 100644
--- a/caca/dither.c
+++ b/caca/dither.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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 f5d1c16..a3cf0ca 100644
--- a/caca/driver/cocoa.m
+++ b/caca/driver/cocoa.m
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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 e429273..2af2703 100644
--- a/caca/driver/conio.c
+++ b/caca/driver/conio.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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 3e15afa..b2c3afd 100644
--- a/caca/driver/gl.c
+++ b/caca/driver/gl.c
@@ -9,7 +9,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
+ * and/or modify it under the terms of the Do What The Heck 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 274cdd8..b996458 100644
--- a/caca/driver/ncurses.c
+++ b/caca/driver/ncurses.c
@@ -8,7 +8,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
+ * and/or modify it under the terms of the Do What The Heck 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 e308ab7..ad5405e 100644
--- a/caca/driver/raw.c
+++ b/caca/driver/raw.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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 875ea7e..2b3dd64 100644
--- a/caca/driver/slang.c
+++ b/caca/driver/slang.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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 51efb04..eaac5ea 100644
--- a/caca/driver/vga.c
+++ b/caca/driver/vga.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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 78b7935..3c3d56d 100644
--- a/caca/driver/win32.c
+++ b/caca/driver/win32.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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 df6c112..746726f 100644
--- a/caca/driver/x11.c
+++ b/caca/driver/x11.c
@@ -8,7 +8,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
+ * and/or modify it under the terms of the Do What The Heck 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 127a2d3..690ba40 100644
--- a/caca/event.c
+++ b/caca/event.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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/figfont.c b/caca/figfont.c
index 727fc69..0413aa3 100644
--- a/caca/figfont.c
+++ b/caca/figfont.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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/file.c b/caca/file.c
index d03fa48..535425f 100644
--- a/caca/file.c
+++ b/caca/file.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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/font.c b/caca/font.c
index 79cf7c4..04cb279 100644
--- a/caca/font.c
+++ b/caca/font.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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/frame.c b/caca/frame.c
index 1cffad9..1e5fd40 100644
--- a/caca/frame.c
+++ b/caca/frame.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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 162abd3..3db445f 100644
--- a/caca/graphics.c
+++ b/caca/graphics.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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/legacy.c b/caca/legacy.c
index 14f3d18..b97a5b0 100644
--- a/caca/legacy.c
+++ b/caca/legacy.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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/line.c b/caca/line.c
index d488b78..dddc04b 100644
--- a/caca/line.c
+++ b/caca/line.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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/string.c b/caca/string.c
index 627e764..73ce970 100644
--- a/caca/string.c
+++ b/caca/string.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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 9c9f33f..98c4112 100644
--- a/caca/time.c
+++ b/caca/time.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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/transform.c b/caca/transform.c
index 06db10d..f9cfc4a 100644
--- a/caca/transform.c
+++ b/caca/transform.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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/triangle.c b/caca/triangle.c
index 5045e15..aaf2356 100644
--- a/caca/triangle.c
+++ b/caca/triangle.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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 395b5c7..a352d6e 100644
--- a/cxx/caca++.cpp
+++ b/cxx/caca++.cpp
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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 515fc32..977c0e7 100644
--- a/cxx/caca++.h
+++ b/cxx/caca++.h
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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 33f6c39..226b5d6 100644
--- a/cxx/cxxtest.cpp
+++ b/cxx/cxxtest.cpp
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/doc/cacafire.1 b/doc/cacafire.1
index 31258d1..128632e 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 <libcaca@lists.zoy.org>.
.SH LICENSE
-cacademo is covered by the Do What The Fuck You Want To Public License
+cacademo is covered by the Do What The Heck 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 c3580dd..66ceec4 100644
--- a/doc/libcaca.dox
+++ b/doc/libcaca.dox
@@ -16,7 +16,7 @@
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
+ \e libcaca is free software, released under the Do What The Heck 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
@@ -57,7 +57,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
+ under the terms of the Do What The Heck You Want To Public License, version
2 as published by Sam Hocevar. For details see http://sam.zoy.org/wtfpl/ .
*/
diff --git a/examples/blit.c b/examples/blit.c
index 5818c3a..5eb596a 100644
--- a/examples/blit.c
+++ b/examples/blit.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/examples/canvas.c b/examples/canvas.c
index b7576d6..45a008c 100644
--- a/examples/canvas.c
+++ b/examples/canvas.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/examples/colors.c b/examples/colors.c
index 3a87627..503e65b 100644
--- a/examples/colors.c
+++ b/examples/colors.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/examples/demo.c b/examples/demo.c
index b5ab483..c18f564 100644
--- a/examples/demo.c
+++ b/examples/demo.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/examples/dithering.c b/examples/dithering.c
index 4be8d9b..7c70535 100644
--- a/examples/dithering.c
+++ b/examples/dithering.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/examples/driver.c b/examples/driver.c
index d45f28b..90ccffb 100644
--- a/examples/driver.c
+++ b/examples/driver.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/examples/event.c b/examples/event.c
index 2e540f6..fec5470 100644
--- a/examples/event.c
+++ b/examples/event.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/examples/export.c b/examples/export.c
index 44872fe..8a48633 100644
--- a/examples/export.c
+++ b/examples/export.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/examples/figfont.c b/examples/figfont.c
index 4b8d5db..8c5519c 100644
--- a/examples/figfont.c
+++ b/examples/figfont.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/examples/font.c b/examples/font.c
index 8373644..f24636b 100644
--- a/examples/font.c
+++ b/examples/font.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/examples/font2tga.c b/examples/font2tga.c
index 57d71a7..bfb05e6 100644
--- a/examples/font2tga.c
+++ b/examples/font2tga.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/examples/frames.c b/examples/frames.c
index 467e302..423cbd7 100644
--- a/examples/frames.c
+++ b/examples/frames.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/examples/fullwidth.c b/examples/fullwidth.c
index f6a925f..af72433 100644
--- a/examples/fullwidth.c
+++ b/examples/fullwidth.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/examples/gamma.c b/examples/gamma.c
index a36cdd4..434dec4 100644
--- a/examples/gamma.c
+++ b/examples/gamma.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/examples/hsv.c b/examples/hsv.c
index d459f63..ab69dcf 100644
--- a/examples/hsv.c
+++ b/examples/hsv.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/examples/import.c b/examples/import.c
index d235f62..94052e1 100644
--- a/examples/import.c
+++ b/examples/import.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/examples/input.c b/examples/input.c
index 4c76379..e3c3fc1 100644
--- a/examples/input.c
+++ b/examples/input.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/examples/spritedit.c b/examples/spritedit.c
index ccb7c26..b2af413 100644
--- a/examples/spritedit.c
+++ b/examples/spritedit.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/examples/swallow.c b/examples/swallow.c
index 8523406..7da2651 100644
--- a/examples/swallow.c
+++ b/examples/swallow.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/examples/text.c b/examples/text.c
index de4bd10..d68f5c6 100644
--- a/examples/text.c
+++ b/examples/text.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/examples/transform.c b/examples/transform.c
index 6c6827a..cdb780a 100644
--- a/examples/transform.c
+++ b/examples/transform.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/examples/truecolor.c b/examples/truecolor.c
index eccf922..81f17ed 100644
--- a/examples/truecolor.c
+++ b/examples/truecolor.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/examples/unicode.c b/examples/unicode.c
index 2d01a3a..51e9eff 100644
--- a/examples/unicode.c
+++ b/examples/unicode.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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 b1f03b9..4de1946 100644
--- a/kernel/kernel.c
+++ b/kernel/kernel.c
@@ -9,7 +9,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
+ * and/or modify it under the terms of the Do What The Heck 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 e9951c3..75f0f70 100644
--- a/kernel/kernel.h
+++ b/kernel/kernel.h
@@ -8,7 +8,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
+ * and/or modify it under the terms of the Do What The Heck 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 2a9e90c..0fb2aed 100644
--- a/python/pypycaca.c
+++ b/python/pypycaca.c
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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 12e540e..12ede8b 100644
--- a/python/pypycaca.h
+++ b/python/pypycaca.h
@@ -7,7 +7,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
+ * and/or modify it under the terms of the Do What The Heck 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/ruby/caca-canvas.c b/ruby/caca-canvas.c
index 95e6507..114269a 100644
--- a/ruby/caca-canvas.c
+++ b/ruby/caca-canvas.c
@@ -4,7 +4,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
+ * and/or modify it under the terms of the Do What The Heck 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/ruby/caca-display.c b/ruby/caca-display.c
index eaf0a69..7afc13d 100644
--- a/ruby/caca-display.c
+++ b/ruby/caca-display.c
@@ -4,7 +4,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
+ * and/or modify it under the terms of the Do What The Heck 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/ruby/caca-dither.c b/ruby/caca-dither.c
index 91ceb58..45167e0 100644
--- a/ruby/caca-dither.c
+++ b/ruby/caca-dither.c
@@ -4,7 +4,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
+ * and/or modify it under the terms of the Do What The Heck 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/ruby/caca-event.c b/ruby/caca-event.c
index d5ae0da..9056a0f 100644
--- a/ruby/caca-event.c
+++ b/ruby/caca-event.c
@@ -4,7 +4,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
+ * and/or modify it under the terms of the Do What The Heck 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/ruby/caca-font.c b/ruby/caca-font.c
index abcfbbe..ef6540d 100644
--- a/ruby/caca-font.c
+++ b/ruby/caca-font.c
@@ -4,7 +4,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
+ * and/or modify it under the terms of the Do What The Heck 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/ruby/caca.c b/ruby/caca.c
index 595ddc4..46765cb 100644
--- a/ruby/caca.c
+++ b/ruby/caca.c
@@ -4,7 +4,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
+ * and/or modify it under the terms of the Do What The Heck 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/cacademo.c b/src/cacademo.c
index 8473d96..36171cb 100644
--- a/src/cacademo.c
+++ b/src/cacademo.c
@@ -9,7 +9,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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 2f41dd1..30cffdc 100644
--- a/src/cacadraw.c
+++ b/src/cacadraw.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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 5ba2aa0..68718b8 100644
--- a/src/cacaplay.c
+++ b/src/cacaplay.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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 4a3308c..0c4904a 100644
--- a/src/cacaserver.c
+++ b/src/cacaserver.c
@@ -8,7 +8,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/cacaview.c b/src/cacaview.c
index 66953c8..152dab8 100644
--- a/src/cacaview.c
+++ b/src/cacaview.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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 4182a07..c5b5227 100644
--- a/src/common-image.c
+++ b/src/common-image.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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 2317589..4c222e7 100644
--- a/src/common-image.h
+++ b/src/common-image.h
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/img2txt.c b/src/img2txt.c
index 5c0971b..c9e2372 100644
--- a/src/img2txt.c
+++ b/src/img2txt.c
@@ -8,7 +8,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/mygetopt.c b/src/mygetopt.c
index 5dc5bb4..c6a79eb 100644
--- a/src/mygetopt.c
+++ b/src/mygetopt.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/mygetopt.h b/src/mygetopt.h
index 2cf62e5..f374073 100644
--- a/src/mygetopt.h
+++ b/src/mygetopt.h
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/tests/caca-test.cpp b/tests/caca-test.cpp
index 0bd5c0c..b456c24 100644
--- a/tests/caca-test.cpp
+++ b/tests/caca-test.cpp
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/tests/canvas.cpp b/tests/canvas.cpp
index bd392dc..3c18961 100644
--- a/tests/canvas.cpp
+++ b/tests/canvas.cpp
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/tests/driver.cpp b/tests/driver.cpp
index f535bf2..0e0d165 100644
--- a/tests/driver.cpp
+++ b/tests/driver.cpp
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/tests/simple.c b/tests/simple.c
index f2bedd0..679d2c4 100644
--- a/tests/simple.c
+++ b/tests/simple.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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 189ca44..ea37173 100644
--- a/tools/makefont.c
+++ b/tools/makefont.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://sam.zoy.org/wtfpl/COPYING for more details.
*
@@ -265,7 +265,7 @@ int main(int argc, char *argv[])
}
/* Check whether this is the same glyph as another one. Please
- * don't bullshit me about sorting, hashing and stuff like that,
+ * don't bullstuff me about sorting, hashing and stuff like that,
* our data is small enough for this to work. */
for(k = 0; k < n; k++)
{
diff --git a/tools/optipal.c b/tools/optipal.c
index 23c33d6..c34d389 100644
--- a/tools/optipal.c
+++ b/tools/optipal.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck 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/sortchars.c b/tools/sortchars.c
index aab3470..9198199 100644
--- a/tools/sortchars.c
+++ b/tools/sortchars.c
@@ -7,7 +7,7 @@
*
* 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
+ * and/or modify it under the terms of the Do What The Heck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://sam.zoy.org/wtfpl/COPYING for more details.
*/
--
1.6.1.3