Browse Source

* Bwarf, typo in the no warranty clause.

pull/1/head
Sam Hocevar sam 18 years ago
parent
commit
def7cfe97b
19 changed files with 19 additions and 19 deletions
  1. +1
    -1
      fonts/circle.tlf
  2. +1
    -1
      fonts/emboss.tlf
  3. +1
    -1
      fonts/emboss2.tlf
  4. +1
    -1
      fonts/future.tlf
  5. +1
    -1
      fonts/smblock.tlf
  6. +1
    -1
      fonts/smbraille.tlf
  7. +1
    -1
      src/export.c
  8. +1
    -1
      src/export.h
  9. +1
    -1
      src/figlet.c
  10. +1
    -1
      src/filter.c
  11. +1
    -1
      src/filter.h
  12. +1
    -1
      src/io.c
  13. +1
    -1
      src/io.h
  14. +1
    -1
      src/main.c
  15. +1
    -1
      src/render.c
  16. +1
    -1
      src/render.h
  17. +1
    -1
      src/term.c
  18. +1
    -1
      src/toilet.h
  19. +1
    -1
      tools/caca2tlf.c

+ 1
- 1
fonts/circle.tlf View File

@@ -3,7 +3,7 @@ tlf2a 1 1 3 -1 14 0 0 0
This is circle.tlf, or “Circle”, by Sam Hocevar <sam@zoy.org>. It was
created on October 1st, 2006.

This font is free software. It commes without any warranty, to the extent
This font is free software. It comes without any warranty, to the extent
permitted by applicable law. You can redistribute it and/or modify it under
the terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See http://sam.zoy.org/wtfpl/COPYING for more


+ 1
- 1
fonts/emboss.tlf View File

@@ -3,7 +3,7 @@ tlf2a 3 3 8 -1 17 0 0 0
This is emboss.tlf, or “Emboss”, by Sam Hocevar <sam@zoy.org>. It was
created on September 30th, 2006.

This font is free software. It commes without any warranty, to the extent
This font is free software. It comes without any warranty, to the extent
permitted by applicable law. You can redistribute it and/or modify it under
the terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See http://sam.zoy.org/wtfpl/COPYING for more


+ 1
- 1
fonts/emboss2.tlf View File

@@ -3,7 +3,7 @@ tlf2a 3 3 8 -1 17 0 0 0
This is emboss.tlf, or “Emboss”, by Sam Hocevar <sam@zoy.org>. It was
created on September 30th, 2006.

This font is free software. It commes without any warranty, to the extent
This font is free software. It comes without any warranty, to the extent
permitted by applicable law. You can redistribute it and/or modify it under
the terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See http://sam.zoy.org/wtfpl/COPYING for more


+ 1
- 1
fonts/future.tlf View File

@@ -10,7 +10,7 @@ tlf2a 3 3 8 -1 21 0 0 0
added: % ( ) * / \ ~
fixed: & 2 5 X

This font is free software. It commes without any warranty, to the extent
This font is free software. It comes without any warranty, to the extent
permitted by applicable law. You can redistribute it and/or modify it under
the terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See http://sam.zoy.org/wtfpl/COPYING for more


+ 1
- 1
fonts/smblock.tlf View File

@@ -6,7 +6,7 @@ tlf2a$ 4 3 8 0 15 0 64 0
font creation, all base characters
additional characters: latin1, katakana, blocks

This font is free software. It commes without any warranty, to the extent
This font is free software. It comes without any warranty, to the extent
permitted by applicable law. You can redistribute it and/or modify it under
the terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See http://sam.zoy.org/wtfpl/COPYING for more


+ 1
- 1
fonts/smbraille.tlf View File

@@ -3,7 +3,7 @@ tlf2a 2 3 6 -1 14 0 0 0
This is smbraille.tlf", or “Small Braille”, by Sam Hocevar <sam@zoy.org>. It
was created on September 30th, 2006.

This font is free software. It commes without any warranty, to the extent
This font is free software. It comes without any warranty, to the extent
permitted by applicable law. You can redistribute it and/or modify it under
the terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See http://sam.zoy.org/wtfpl/COPYING for more


+ 1
- 1
src/export.c View File

@@ -5,7 +5,7 @@
*
* $Id$
*
* This program is free software. It commes without any warranty, to
* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See


+ 1
- 1
src/export.h View File

@@ -5,7 +5,7 @@
*
* $Id$
*
* This program is free software. It commes without any warranty, to
* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See


+ 1
- 1
src/figlet.c View File

@@ -5,7 +5,7 @@
*
* $Id$
*
* This program is free software. It commes without any warranty, to
* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See


+ 1
- 1
src/filter.c View File

@@ -5,7 +5,7 @@
*
* $Id$
*
* This program is free software. It commes without any warranty, to
* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See


+ 1
- 1
src/filter.h View File

@@ -5,7 +5,7 @@
*
* $Id$
*
* This program is free software. It commes without any warranty, to
* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See


+ 1
- 1
src/io.c View File

@@ -5,7 +5,7 @@
*
* $Id$
*
* This program is free software. It commes without any warranty, to
* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See


+ 1
- 1
src/io.h View File

@@ -5,7 +5,7 @@
*
* $Id$
*
* This program is free software. It commes without any warranty, to
* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See


+ 1
- 1
src/main.c View File

@@ -5,7 +5,7 @@
*
* $Id$
*
* This program is free software. It commes without any warranty, to
* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See


+ 1
- 1
src/render.c View File

@@ -5,7 +5,7 @@
*
* $Id$
*
* This program is free software. It commes without any warranty, to
* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See


+ 1
- 1
src/render.h View File

@@ -5,7 +5,7 @@
*
* $Id$
*
* This program is free software. It commes without any warranty, to
* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See


+ 1
- 1
src/term.c View File

@@ -5,7 +5,7 @@
*
* $Id$
*
* This program is free software. It commes without any warranty, to
* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See


+ 1
- 1
src/toilet.h View File

@@ -5,7 +5,7 @@
*
* $Id$
*
* This program is free software. It commes without any warranty, to
* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See


+ 1
- 1
tools/caca2tlf.c View File

@@ -5,7 +5,7 @@
*
* $Id$
*
* This program is free software. It commes without any warranty, to
* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See


Loading…
Cancel
Save