Ver código fonte

* Bwarf, typo in the no warranty clause.

pull/1/head
Sam Hocevar sam 19 anos atrás
pai
commit
def7cfe97b
19 arquivos alterados com 19 adições e 19 exclusões
  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 Ver arquivo

@@ -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 Ver arquivo

@@ -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 Ver arquivo

@@ -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 Ver arquivo

@@ -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 Ver arquivo

@@ -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 Ver arquivo

@@ -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 Ver arquivo

@@ -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 Ver arquivo

@@ -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 Ver arquivo

@@ -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 Ver arquivo

@@ -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 Ver arquivo

@@ -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 Ver arquivo

@@ -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 Ver arquivo

@@ -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 Ver arquivo

@@ -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 Ver arquivo

@@ -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 Ver arquivo

@@ -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 Ver arquivo

@@ -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 Ver arquivo

@@ -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 Ver arquivo

@@ -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


Carregando…
Cancelar
Salvar