diff --git a/caca-no-build-date.patch b/caca-no-build-date.patch index 2c4a326..4be2b7a 100644 --- a/caca-no-build-date.patch +++ b/caca-no-build-date.patch @@ -1,13 +1,13 @@ Index: src/img2txt.c =================================================================== ---- src/img2txt.c.orig 2010-08-30 16:06:50.000000000 -0400 -+++ src/img2txt.c 2010-08-30 16:08:38.214714972 -0400 -@@ -81,14 +81,14 @@ static void version(void) +--- src/img2txt.c.orig 2011-01-29 13:45:16.663763404 +0200 ++++ src/img2txt.c 2011-01-29 13:45:34.053759487 +0200 +@@ -79,14 +79,14 @@ static void version(void) { printf( "img2txt Copyright 2006-2007 Sam Hocevar and Jean-Yves Lamoureux\n" -- "Internet: Version: %s, date: %s\n" -+ "Internet: Version: %s\n" +- "Internet: Version: %s, date: %s\n" ++ "Internet: Version: %s\n" "\n" "img2txt, along with its documentation, may be freely copied and distributed.\n" "\n" diff --git a/libcaca-0.99-texbuild.patch b/libcaca-0.99-texbuild.patch new file mode 100644 index 0000000..9709aef --- /dev/null +++ b/libcaca-0.99-texbuild.patch @@ -0,0 +1,13 @@ +Index: doc/doxygen.cfg.in +=================================================================== +--- doc/doxygen.cfg.in.orig 2010-01-03 04:54:32.000000000 +0200 ++++ doc/doxygen.cfg.in 2010-11-20 07:32:05.000000000 +0200 +@@ -1047,7 +1047,7 @@ USE_PDFLATEX = YES + # running if errors occur, instead of asking the user for help. + # This option is also used when generating formulas in HTML. + +-LATEX_BATCHMODE = YES ++LATEX_BATCHMODE = NO + + # If LATEX_HIDE_INDICES is set to YES then doxygen will not + # include the index chapters (such as File Index, Compound Index, etc.) diff --git a/libcaca-0.99.beta16-libtool.patch b/libcaca-0.99.beta16-libtool.patch deleted file mode 100644 index 028d9ab..0000000 --- a/libcaca-0.99.beta16-libtool.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: configure.ac -=================================================================== ---- configure.ac.orig 2009-03-16 02:37:22.000000000 +0100 -+++ configure.ac 2009-03-16 02:44:16.000000000 +0100 -@@ -47,7 +47,8 @@ if test "${build}" != "${host}" -a "${PK - fi - - AC_MSG_CHECKING(for library suffix) --LT_SUFFIX="`./libtool -n --mode=link gcc -o libTEST.la -no-undefined -version-number 123:666:999 -rpath / | xargs -n 1 | sed -ne 's/.*libTEST\(@<:@^, ()0-9@:>@*\)123\(@<:@^, ()0-9@:>@*\).*/\1'$LT_MAJOR'\2/p' | grep -v '\.$' | head -n 1`" -+LT_SUFFIX="`/usr/bin/libtool -n --mode=link gcc -o libTEST.la -no-undefined -version-number 123:666:999 -rpath / | xargs -n 1 | sed -ne 's/.*libTEST\(@<:@^, ()0-9@:>@*\)123\(@<:@^, ()0-9@:>@*\).*/\1'$LT_MAJOR'\2/p' | grep -v '\.$' | head -n 1`" -+ - if test "$LT_SUFFIX" = ""; then - LT_SUFFIX=".so.$LT_MAJOR" - AC_MSG_RESULT([unknown, defaulting to $LT_SUFFIX]) diff --git a/libcaca-0.99.beta16-missing-GLU.patch b/libcaca-0.99.beta16-missing-GLU.patch index cade422..5383063 100644 --- a/libcaca-0.99.beta16-missing-GLU.patch +++ b/libcaca-0.99.beta16-missing-GLU.patch @@ -1,13 +1,13 @@ Index: caca/Makefile.am =================================================================== ---- caca/Makefile.am.orig 2008-10-18 14:49:52.000000000 +0200 -+++ caca/Makefile.am 2009-03-14 19:10:40.000000000 +0100 -@@ -49,7 +49,7 @@ libcaca_la_DEPENDENCIES = \ - $(NULL) - libcaca_la_CPPFLAGS = $(AM_CPPFLAGS) @CACA_CFLAGS@ -D__LIBCACA__ - libcaca_la_LDFLAGS = -no-undefined -version-number @LT_VERSION@ --libcaca_la_LIBADD = @CACA_LIBS@ $(ZLIB_LIBS) -+libcaca_la_LIBADD = @CACA_LIBS@ $(ZLIB_LIBS) -lGLU - - codec_source = \ - codec/import.c \ +--- caca/Makefile.am.orig 2010-02-08 14:34:28.000000000 +0200 ++++ caca/Makefile.am 2011-01-29 12:13:29.633631655 +0200 +@@ -54,7 +54,7 @@ libcaca_la_DEPENDENCIES = \ + $(NULL) + libcaca_la_CPPFLAGS = $(AM_CPPFLAGS) @CACA_CFLAGS@ -D__LIBCACA__ + libcaca_la_LDFLAGS = -no-undefined -version-number @LT_VERSION@ +-libcaca_la_LIBADD = @CACA_LIBS@ $(ZLIB_LIBS) ++libcaca_la_LIBADD = @CACA_LIBS@ $(ZLIB_LIBS) -lGLU + + codec_source = \ + codec/import.c \ diff --git a/libcaca-0.99.beta16.tar.bz2 b/libcaca-0.99.beta16.tar.bz2 deleted file mode 100644 index a23fed6..0000000 --- a/libcaca-0.99.beta16.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f371ce84d39dbe733ddc38251ec137015e8af575110529681ea6b04e8d35839b -size 750022 diff --git a/libcaca-0.99.beta17.tar.bz2 b/libcaca-0.99.beta17.tar.bz2 new file mode 100644 index 0000000..a14cb69 --- /dev/null +++ b/libcaca-0.99.beta17.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b692b091ee4a9e0c377eb0cddc83e2dd6296899e6fbe9e3bec421a975a199c +size 891770 diff --git a/libcaca-X11_test.patch b/libcaca-X11_test.patch index 03c272f..cf4ca57 100644 --- a/libcaca-X11_test.patch +++ b/libcaca-X11_test.patch @@ -1,6 +1,8 @@ ---- configure.ac -+++ configure.ac -@@ -173,7 +173,7 @@ +Index: configure.ac +=================================================================== +--- configure.ac.orig 2010-02-08 14:34:28.000000000 +0200 ++++ configure.ac 2011-01-29 12:09:24.385753017 +0200 +@@ -213,7 +213,7 @@ if test "${enable_x11}" != "no"; then AC_CHECK_LIB(X11, XOpenDisplay, [ac_cv_my_have_x11="yes" if test -n "${x_includes}"; then X_CFLAGS="-I${x_includes}"; fi diff --git a/libcaca-no_man3_pages.patch b/libcaca-no_man3_pages.patch deleted file mode 100644 index f8bde17..0000000 --- a/libcaca-no_man3_pages.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff --git a/doc/Makefile.am b/doc/Makefile.am -index 4b5d10a..6404126 100644 ---- a/doc/Makefile.am -+++ b/doc/Makefile.am -@@ -4,7 +4,7 @@ EXTRA_DIST = doxygen.cfg.in doxygen.css footer.html header.html \ - $(man_MANS) $(doxygen_DOX) - - doxygen_DOX = libcaca.dox user.dox migrating.dox tutorial.dox canvas.dox font.dox style.dox --man_MANS = caca-config.1 cacafire.1 cacaview.1 cacaserver.1 img2txt.1 cacaplay.1 -+man1_MANS = caca-config.1 cacafire.1 cacaview.1 cacaserver.1 img2txt.1 cacaplay.1 - - if BUILD_DOCUMENTATION - htmldoc_DATA = html/doxygen.css -@@ -48,11 +48,6 @@ if BUILD_DOCUMENTATION - $(mkinstalldirs) $(DESTDIR)$(datadir)/doc/libcaca-dev/html - cp `find html -name '*.html' -o -name '*.gif' -o -name '*.png'` \ - $(DESTDIR)$(datadir)/doc/libcaca-dev/html -- $(mkinstalldirs) $(DESTDIR)$(mandir)/man3 -- for man in $$(find man -name '*.3caca'); do \ -- sed -e 's/man3caca/man3/g' -e "s/fC'\([a-zA-Z0-9]*\)'/fC\"\1\"/g" \ -- $$man >$(DESTDIR)$(mandir)/man3/$${man##*/}; \ -- done - $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 - rm -f $(DESTDIR)$(mandir)/man1/cacademo.1 - ln -s cacafire.1 $(DESTDIR)$(mandir)/man1/cacademo.1 diff --git a/libcaca-no_slang_acsmap.patch b/libcaca-no_slang_acsmap.patch deleted file mode 100644 index cfffa89..0000000 --- a/libcaca-no_slang_acsmap.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- src/caca.c -+++ src/caca.c -@@ -37,6 +37,7 @@ - # else - # include - # endif -+# undef acs_map - #endif - #if defined(USE_NCURSES) - # if defined(HAVE_NCURSES_H) ---- src/event.c -+++ src/event.c -@@ -35,6 +35,7 @@ - # else - # include - # endif -+# undef acs_map - #endif - #if defined(USE_NCURSES) - # if defined(HAVE_NCURSES_H) ---- src/graphics.c -+++ src/graphics.c -@@ -35,6 +35,7 @@ - # else - # include - # endif -+# undef acs_map - #endif - #if defined(USE_NCURSES) - # if defined(HAVE_NCURSES_H) diff --git a/libcaca-ruby_am_cflags.patch b/libcaca-ruby_am_cflags.patch index b20a3da..e6a41d3 100644 --- a/libcaca-ruby_am_cflags.patch +++ b/libcaca-ruby_am_cflags.patch @@ -1,8 +1,8 @@ Index: ruby/Makefile.am =================================================================== ---- ruby/Makefile.am.orig -+++ ruby/Makefile.am -@@ -9,7 +9,7 @@ rubysite_DATA = lib/caca.rb +--- ruby/Makefile.am.orig 2010-02-08 03:27:22.000000000 +0200 ++++ ruby/Makefile.am 2010-11-20 07:31:50.000000000 +0200 +@@ -8,7 +8,7 @@ rubysite_DATA = lib/caca.rb TESTS = test endif diff --git a/libcaca-ruby_vendor_install.patch b/libcaca-ruby_vendor_install.patch index 16358c9..d2df067 100644 --- a/libcaca-ruby_vendor_install.patch +++ b/libcaca-ruby_vendor_install.patch @@ -1,8 +1,8 @@ -diff --git a/configure.ac b/configure.ac -index 630ea32..d3b4894 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -398,12 +398,12 @@ if test "${enable_ruby}" != "no"; then +Index: configure.ac +=================================================================== +--- configure.ac.orig 2011-01-29 12:09:24.385753017 +0200 ++++ configure.ac 2011-01-29 12:09:54.937754460 +0200 +@@ -471,12 +471,12 @@ if test "${enable_ruby}" != "no"; then if test "${RUBY}" != "no"; then RUBY_CFLAGS="-I$(ruby -r rbconfig -e 'print Config::CONFIG@<:@"archdir"@:>@')" RUBY_LIBS="-L$(ruby -r rbconfig -e 'print Config::CONFIG@<:@"libdir"@:>@') -l$(ruby -r rbconfig -e 'print Config::CONFIG@<:@"RUBY_SO_NAME"@:>@')" @@ -19,12 +19,11 @@ index 630ea32..d3b4894 100644 CPPFLAGS="${CPPFLAGS} ${RUBY_CFLAGS}" AC_CHECK_HEADERS([ruby.h], [ac_cv_my_have_ruby="yes" -diff --git a/ruby/Makefile.am b/ruby/Makefile.am -index d4f226b..1dd2b41 100644 ---- a/ruby/Makefile.am -+++ b/ruby/Makefile.am -@@ -1,11 +1,11 @@ - # $Id: $ +Index: ruby/Makefile.am +=================================================================== +--- ruby/Makefile.am.orig 2011-01-29 12:09:52.514753254 +0200 ++++ ruby/Makefile.am 2011-01-29 12:09:54.938755226 +0200 +@@ -1,10 +1,10 @@ -rubylibdir = $(RUBY_SITEARCHDIR) -rubysitedir = $(RUBY_SITELIBDIR) diff --git a/libcaca.changes b/libcaca.changes index 0b94e32..15cda95 100644 --- a/libcaca.changes +++ b/libcaca.changes @@ -1,14 +1,60 @@ +------------------------------------------------------------------- +Wed Jan 26 20:40:12 UTC 2011 - davejplater@gmail.com + +- Fix libcaca-devel Requires: libcaca-plugins to correct + Requires: libcaca0-plugins. + +------------------------------------------------------------------- +Sat Nov 20 01:21:36 UTC 2010 - davejplater@gmail.com + +- Update to libcaca-0.99beta17 +- Removed patches: libcaca-no_slang_acsmap.patch for < 10.1 + libcaca-no_man3_pages.patch - pending investigation + remove_badwords.patch - waiting for confirmation about bad words + libcaca-0.99.beta16-libtool.patch - libtool method changed. +- Fixed patches : libcaca-ruby_am_cflags.patch, + libcaca-ruby_vendor_install.patch, caca-no-build-date.patch + and libcaca-0.99.beta16-missing-GLU.patch. +- Upstream changes : (See Changelog for more) + * Add triangle texture mapping to NEWS and update ChangeLog. + * Disable set_dither_palette until we really use it. + * Fix distribution of Java source. + * Large source code cleanup, getting rid of spaces, tabs, and svn keywords. + * Nicer make check output for our custom tests. + * Add missing ruby/test file to the distributed tarball. + * Update logo in the PHP bindings. + * Replace the old caca texture with a copy of our new logo. + * Add #undef __extern at the end of caca0.h. Thanks to Carlo Bramini for + * fixing this in #48. + * Only define CACA_ALIAS with gcc > 3 (instead of >= 3). Patch courtesy of + * Carlo Bramini. Addresses #48. + * Add brief documentation to figfont functions. + * Split check-build into check-doygen, check-source and check-win32. + * Document file functions and fix a few issues here and there. + * Move some configuration stuff from build-kernel into configure.ac. + * Activate colour toilet font support. + * Don't fail the check-build test if documentation was not built. + * Simpler and more accurate troff colour selection. + * Always draw all background in troff output, on beginning of lines too + * Fix the source code to reduce testsuite errors. + * Always draw all background in troff output + * Fix check-build verbosity. + * Fix shrext_cmds usage in configure.ac. + * Map colors to the ones known by groff, defining mines don't work + * Improve a bit troff export + * Fix libcaca.a linkage (was off by one argument), fill memory with 0xCACA. + ------------------------------------------------------------------- Fri Nov 19 12:51:39 UTC 2010 - coolo@novell.com -- disable pdf API reference documentation, it fails to build +- disable pdf API reference documentation, it fails to build with newer doxygen and the html documentation should be enough for the package ------------------------------------------------------------------- Mon Aug 30 20:36:35 UTC 2010 - cristian.rodriguez@opensuse.org -- Do not include build date in binaries +- Do not include build date in binaries ------------------------------------------------------------------- Tue Nov 3 19:09:25 UTC 2009 - coolo@novell.com @@ -29,12 +75,12 @@ Mon Mar 16 14:28:30 CET 2009 - crrodriguez@suse.de ------------------------------------------------------------------- Wed Jan 28 14:38:21 CET 2009 - crrodriguez@suse.de -- remove "la" files +- remove "la" files ------------------------------------------------------------------- Thu Dec 4 13:01:06 CET 2008 - cfarrell@suse.de -- added patch to remove badwords because of bnc#441358 +- added patch to remove badwords because of bnc#441358 ------------------------------------------------------------------- Thu Jun 12 19:19:15 CEST 2008 - pth@suse.de @@ -97,7 +143,7 @@ Wed Feb 13 12:39:11 CET 2008 - pth@suse.de ------------------------------------------------------------------- Sun Apr 22 23:10:09 CEST 2007 - ro@suse.de -- use texlive for building +- use texlive for building ------------------------------------------------------------------- Fri Mar 30 11:57:12 CEST 2007 - rguenther@suse.de @@ -127,7 +173,7 @@ Wed Jan 25 21:37:23 CET 2006 - mls@suse.de ------------------------------------------------------------------- Mon Dec 19 15:04:33 CET 2005 - ro@suse.de -- added missing manpage symlinks to filelist +- added missing manpage symlinks to filelist ------------------------------------------------------------------- Fri Nov 25 13:52:49 CET 2005 - pth@suse.de diff --git a/libcaca.spec b/libcaca.spec index e2fa621..091181f 100644 --- a/libcaca.spec +++ b/libcaca.spec @@ -1,7 +1,7 @@ # -# spec file for package libcaca (Version 0.99.beta16) +# spec file for package libcaca (Version 0.99.abeta17) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,28 +17,41 @@ # norootforbuild +%define withjava 0 +%define withpython 0 Name: libcaca BuildRequires: doxygen freetype2-devel imlib2-devel ncurses-devel pkgconfig -BuildRequires: slang-devel xorg-x11 xorg-x11-devel -BuildRequires: freeglut-devel xorg-x11-libs -BuildRequires: gcc-c++ mono-devel ruby-devel -Version: 0.99.beta16 -Release: 10 -License: GPLv2+ +BuildRequires: slang-devel xorg-x11 xorg-x11-devel fdupes +#texlive-latex +BuildRequires: freeglut-devel xorg-x11-libs ftgl-devel +BuildRequires: gcc-c++ mono-devel ruby-devel python-devel java-devel +%{py_requires} +Version: 0.99.beta17 +Release: 0 +License: WTFPL Summary: Library for Colour ASCII Art, text mode graphics Group: Development/Languages/C and C++ Url: http://sam.zoy.org/projects/libcaca/ -Source: http://sam.zoy.org/projects/libcaca/%{name}-%{version}.tar.bz2 -Patch0: libcaca-no_slang_acsmap.patch -Patch1: libcaca-no_man3_pages.patch +Source0: http://caca.zoy.org/files/libcaca/%{name}-%{version}.tar.bz2 +Patch1: libcaca-0.99-texbuild.patch Patch2: libcaca-X11_test.patch Patch4: libcaca-ruby_am_cflags.patch Patch5: libcaca-ruby_vendor_install.patch -Patch6: remove_badwords.patch Patch7: libcaca-0.99.beta16-missing-GLU.patch -Patch8: libcaca-0.99.beta16-libtool.patch Patch9: caca-no-build-date.patch +# Patches from git for python bindings +#Patch10: libcaca-python-makefile.patch +#Patch11: libcaca-python-canvas.patch +#Patch12: libcaca-python-import.patch +#Patch13: libcaca-python-fixdirt.patch +#Patch14: libcaca-python-export.patch +#Patch15: libcaca-python-args.patch +#Patch16: libcaca-python-pointer.patch +#Patch17: libcaca-python-bad.patch +#Patch18: libcaca-python-events.patch +#Patch19: libcaca-python-configure.ac.patch +#Patch20: libcaca-python-Makefile.am.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %define rb_vendorarch %{_libdir}/ruby/vendor_ruby/%{rb_ver}/%{rb_arch} %define rb_vendorlib %{_libdir}/ruby/vendor_ruby/%{rb_ver} @@ -49,34 +62,143 @@ functions for colour text drawing, simple primitives for line, polygon and ellipse drawing, as well as powerful image to text conversion routines. + + +Authors: +-------- + Sam Hocevar + Jean-Yves Lamoureux + +%package -n libcaca0 +License: WTFPL +Summary: Library for Colour ASCII Art, text mode graphics +Group: Development/Languages/C and C++ +Provides: libcaca = %{version} +Obsoletes: libcaca < %{version} +%if 0%{?suse_version} <= 1110 +%ifarch == x86_64 +%define python_sitelib /usr/lib64/python2.6/site-packages +%else +%define python_sitelib /usr/lib/python2.6/site-packages +%endif +%endif + +%description -n libcaca0 +libcaca is the Colour AsCii Art library. It provides high level +functions for colour text drawing, simple primitives for line, polygon +and ellipse drawing, as well as powerful image to text conversion +routines. + + + +Authors: +-------- + Sam Hocevar + Jean-Yves Lamoureux + %if "%(pkg-config --variable prefix x11 || echo /usr/X11R6)" == "/usr" %define _xorg7libs %{_libdir} %else %define _xorg7libs /usr/X11R6/%{_lib} %endif -%package devel -License: GPLv2+ +%package devel +License: WTFPL Summary: Library for Colour ASCII Art, text mode graphics Group: Development/Languages/C and C++ #yes, nothing else is required to link other applications with "libcaca" Requires: %{name} = %{version} +Requires: %{name}0-plugins = %{version} +%if 0%{?withjava} == 1 +Requires: %{name}0-java = %{version} +%endif %description devel This package contains the header files and static libraries needed to compile applications or shared objects that use libcaca. + + +Authors: +-------- + Sam Hocevar + Jean-Yves Lamoureux + %package csharp -License: GPLv2+ +License: WTFPL Summary: C# support for libcaca Group: Development/Languages/Mono -Requires: %{name} = %{version} mono +Requires: %{name} = %{version} +Requires: mono %description csharp This package contains all that is needed to use libcaca from C# code. + + +Authors: +-------- + Sam Hocevar + Jean-Yves Lamoureux + +%if 0%{?withjava} == 1 +%package -n libcaca0-java +License: WTFPL +Summary: Java support for libcaca +Group: Development/Languages/Java +Requires: %{name} = %{version} +Requires: java + +%description -n libcaca0-java +This package contains all that is needed to use libcaca from java. + + + +Authors: +-------- + Sam Hocevar + Jean-Yves Lamoureux +%endif + +%if 0%{?withpython} == 1 +%package python +License: WTFPL +Summary: Python support for libcaca +Group: Development/Languages/Python +Requires: %{name} = %{version} python-base = %{py_ver} +%if 0%{?suse_version} >= 1120 +BuildArch: noarch +%endif + +%description python +This package contains all that is needed to use libcaca from python. + + + +Authors: +-------- + Sam Hocevar + Jean-Yves Lamoureux +%endif + +%package -n libcaca0-plugins +License: WTFPL +Summary: Plugins for libcaca +Group: Development/Languages/C and C++ +Requires: %{name} = %{version} + +%description -n libcaca0-plugins +This package contains gl and x11 plugins for caca. + + + +Authors: +-------- + Sam Hocevar + Jean-Yves Lamoureux + %package ruby -License: GPLv2+ +License: WTFPL Summary: Ruby bindings for libcaca Group: Development/Languages/Ruby Requires: %{name} = %{version} ruby @@ -84,8 +206,15 @@ Requires: %{name} = %{version} ruby %description ruby All that is needed to use libcaca from ruby code. + + +Authors: +-------- + Sam Hocevar + Jean-Yves Lamoureux + %package -n caca-utils -License: GPLv2+ +License: WTFPL Summary: Colour ASCII Art Text mode graphics utilities based on libcaca Group: Amusements/Toys/Graphics @@ -104,22 +233,53 @@ displays burning ASCII art flames, and cacademo is a simple application that shows the libcaca rendering features such as line and ellipses drawing, triangle filling and sprite blitting. + + +Authors: +-------- + Sam Hocevar + Jean-Yves Lamoureux + %prep -%setup -q -%if %{suse_version} < 1010 -%patch0 -%endif -%patch1 -p1 +chmod 0644 %{S:0} +%setup -q -n libcaca-%{version} %patch2 %patch4 -%patch5 -p1 -%patch6 -p1 +%patch5 %patch7 -%patch8 %patch9 +%patch1 +cat < -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 and */ - /* 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 . - .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 -