Browse Source

* Add a no warranty clause to the code.

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

+ 2
- 1
fonts/circle.tlf View File

@@ -3,7 +3,8 @@ 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; you can redistribute it and/or modify it under
This font is free software. It commes without any warranty, to the extent
permitted by applicable law. You can redistribute it and/or modify it under
the terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See http://sam.zoy.org/wtfpl/COPYING for more
details.


+ 2
- 1
fonts/emboss.tlf View File

@@ -3,7 +3,8 @@ 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; you can redistribute it and/or modify it under
This font is free software. It commes without any warranty, to the extent
permitted by applicable law. You can redistribute it and/or modify it under
the terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See http://sam.zoy.org/wtfpl/COPYING for more
details.


+ 2
- 1
fonts/emboss2.tlf View File

@@ -3,7 +3,8 @@ 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; you can redistribute it and/or modify it under
This font is free software. It commes without any warranty, to the extent
permitted by applicable law. You can redistribute it and/or modify it under
the terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See http://sam.zoy.org/wtfpl/COPYING for more
details.


+ 2
- 1
fonts/future.tlf View File

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

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


+ 2
- 1
fonts/smblock.tlf View File

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

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


+ 2
- 1
fonts/smbraille.tlf View File

@@ -3,7 +3,8 @@ 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; you can redistribute it and/or modify it under
This font is free software. It commes without any warranty, to the extent
permitted by applicable law. You can redistribute it and/or modify it under
the terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See http://sam.zoy.org/wtfpl/COPYING for more
details.


+ 4
- 3
src/export.c View File

@@ -5,9 +5,10 @@
*
* $Id$
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the Do What The Fuck You Want To
* Public License, Version 2, as published by Sam Hocevar. See
* This program is free software. It commes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://sam.zoy.org/wtfpl/COPYING for more details.
*/



+ 4
- 3
src/export.h View File

@@ -5,9 +5,10 @@
*
* $Id$
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the Do What The Fuck You Want To
* Public License, Version 2, as published by Sam Hocevar. See
* This program is free software. It commes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://sam.zoy.org/wtfpl/COPYING for more details.
*/



+ 4
- 3
src/figlet.c View File

@@ -5,9 +5,10 @@
*
* $Id$
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the Do What The Fuck You Want To
* Public License, Version 2, as published by Sam Hocevar. See
* This program is free software. It commes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://sam.zoy.org/wtfpl/COPYING for more details.
*/



+ 4
- 3
src/filter.c View File

@@ -5,9 +5,10 @@
*
* $Id$
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the Do What The Fuck You Want To
* Public License, Version 2, as published by Sam Hocevar. See
* This program is free software. It commes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://sam.zoy.org/wtfpl/COPYING for more details.
*/



+ 4
- 3
src/filter.h View File

@@ -5,9 +5,10 @@
*
* $Id$
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the Do What The Fuck You Want To
* Public License, Version 2, as published by Sam Hocevar. See
* This program is free software. It commes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://sam.zoy.org/wtfpl/COPYING for more details.
*/



+ 4
- 3
src/io.c View File

@@ -5,9 +5,10 @@
*
* $Id$
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the Do What The Fuck You Want To
* Public License, Version 2, as published by Sam Hocevar. See
* This program is free software. It commes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://sam.zoy.org/wtfpl/COPYING for more details.
*/



+ 4
- 3
src/io.h View File

@@ -5,9 +5,10 @@
*
* $Id$
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the Do What The Fuck You Want To
* Public License, Version 2, as published by Sam Hocevar. See
* This program is free software. It commes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://sam.zoy.org/wtfpl/COPYING for more details.
*/



+ 4
- 3
src/main.c View File

@@ -5,9 +5,10 @@
*
* $Id$
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the Do What The Fuck You Want To
* Public License, Version 2, as published by Sam Hocevar. See
* This program is free software. It commes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://sam.zoy.org/wtfpl/COPYING for more details.
*/



+ 4
- 3
src/render.c View File

@@ -5,9 +5,10 @@
*
* $Id$
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the Do What The Fuck You Want To
* Public License, Version 2, as published by Sam Hocevar. See
* This program is free software. It commes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://sam.zoy.org/wtfpl/COPYING for more details.
*/



+ 4
- 3
src/render.h View File

@@ -5,9 +5,10 @@
*
* $Id$
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the Do What The Fuck You Want To
* Public License, Version 2, as published by Sam Hocevar. See
* This program is free software. It commes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://sam.zoy.org/wtfpl/COPYING for more details.
*/



+ 4
- 3
src/term.c View File

@@ -5,9 +5,10 @@
*
* $Id$
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the Do What The Fuck You Want To
* Public License, Version 2, as published by Sam Hocevar. See
* This program is free software. It commes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://sam.zoy.org/wtfpl/COPYING for more details.
*/



+ 4
- 3
src/toilet.h View File

@@ -5,9 +5,10 @@
*
* $Id$
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the Do What The Fuck You Want To
* Public License, Version 2, as published by Sam Hocevar. See
* This program is free software. It commes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://sam.zoy.org/wtfpl/COPYING for more details.
*/



+ 4
- 3
tools/caca2tlf.c View File

@@ -5,9 +5,10 @@
*
* $Id$
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the Do What The Fuck You Want To
* Public License, Version 2, as published by Sam Hocevar. See
* This program is free software. It commes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://sam.zoy.org/wtfpl/COPYING for more details.
*/



Loading…
Cancel
Save