Changeset 522
- Timestamp:
- Mar 4, 2006, 1:35:45 AM (17 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 1 added
- 31 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/Makefile.am
r366 r522 4 4 DIST_SUBDIRS = $(SUBDIRS) autotools debian msvc 5 5 6 EXTRA_DIST = NOTES bootstrap build-win32 caca-config.in libcaca.spec6 EXTRA_DIST = NOTES COPYING.LGPL bootstrap build-win32 caca-config.in libcaca.spec 7 7 AUTOMAKE_OPTIONS = dist-bzip2 8 8 -
libcaca/trunk/debian/copyright
r208 r522 1 This package was downloaded from http://sam.zoy.org/ projects/libcaca/.1 This package was downloaded from http://sam.zoy.org/libcaca/ 2 2 3 Upstream Author: Sam Hocevar <sam@zoy.org> 3 Upstream authors: Sam Hocevar <sam@zoy.org> 4 Jean-Yves Lamoureux <jylam@lnxscene.org> 5 John Beppu <beppu@lbox.org> 4 6 5 This library is free software; you can redistribute it and/or 7 License for libcaca and all demos except cacafire 8 ================================================= 9 10 Copyright (c) 2003, 2004, 2005, 2006 Sam Hocevar <sam@zoy.org> 11 2003, 2004, 2005, 2006 Jean-Yves Lamoureux <jylam@lnxscene.org> 12 2004, 2005 John Beppu <beppu@lbox.org> 13 14 | DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 15 | Version 2, December 2004 16 | 17 | Copyright (C) 2004 Sam Hocevar 18 | 22 rue de Plaisance, 75014 Paris, France 19 | Everyone is permitted to copy and distribute verbatim or modified 20 | copies of this license document, and changing it is allowed as long 21 | as the name is changed. 22 | 23 | DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 24 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 25 | 26 | 0. You just DO WHAT THE FUCK YOU WANT TO. 27 28 License for cacafire 29 ==================== 30 31 Copyright (c) 1998, 1999, 2001 Jan Hubicka <hubicka@freesoft.cz> 32 2003, 2004, 2005, 2006 Sam Hocevar <sam@zoy.org> 33 34 This program is free software; you can redistribute it and/or 6 35 modify it under the terms of the GNU Lesser General Public 7 36 License as published by the Free Software Foundation; either 8 37 version 2.1 of the License, or (at your option) any later version. 9 38 10 This libraryis distributed in the hope that it will be useful,39 This program is distributed in the hope that it will be useful, 11 40 but WITHOUT ANY WARRANTY; without even the implied warranty of 12 41 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -
libcaca/trunk/doc/cacademo.1
r340 r522 37 37 Please report any bugs you find to <libcaca@lists.zoy.org>. 38 38 .SH LICENSE 39 cacademo, cacaball, cacafire, cacamoir and cacaplas are covered by the GNU 40 Lesser General Public License (LGPL). 39 cacademo, cacaball, cacamoir and cacaplas are covered by the Do What The 40 Fuck You Want Public License (WTFPL). 41 cacafire is covered by the GNU Lesser General Public License (LGPL). 41 42 .SH AUTHORS 42 43 .B cacademo, cacamoir -
libcaca/trunk/examples/cacaball.c
r516 r522 7 7 * 8 8 * This program is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2 of the License, or (at your option) any later version. 12 * 13 * This program is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this program; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 21 * 02111-1307 USA 9 * modify it under the terms of the Do What The Fuck You Want To 10 * Public License, Version 2, as published by Sam Hocevar. See 11 * http://sam.zoy.org/wtfpl/COPYING for more details. 22 12 */ 23 13 -
libcaca/trunk/examples/cacamoir.c
r514 r522 7 7 * 8 8 * This program is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2 of the License, or (at your option) any later version. 12 * 13 * This program is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this program; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 21 * 02111-1307 USA 9 * modify it under the terms of the Do What The Fuck You Want To 10 * Public License, Version 2, as published by Sam Hocevar. See 11 * http://sam.zoy.org/wtfpl/COPYING for more details. 22 12 */ 23 13 -
libcaca/trunk/examples/cacaplas.c
r514 r522 8 8 * 9 9 * This program is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2 of the License, or (at your option) any later version. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this program; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 22 * 02111-1307 USA 10 * modify it under the terms of the Do What The Fuck You Want To 11 * Public License, Version 2, as published by Sam Hocevar. See 12 * http://sam.zoy.org/wtfpl/COPYING for more details. 23 13 */ 24 14 -
libcaca/trunk/examples/cacaview.c
r360 r522 7 7 * 8 8 * This program is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2 of the License, or (at your option) any later version. 12 * 13 * This program is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this program; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 21 * 02111-1307 USA 9 * modify it under the terms of the Do What The Fuck You Want To 10 * Public License, Version 2, as published by Sam Hocevar. See 11 * http://sam.zoy.org/wtfpl/COPYING for more details. 22 12 */ 23 13 -
libcaca/trunk/examples/demo.c
r316 r522 7 7 * 8 8 * This program is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2 of the License, or (at your option) any later version. 12 * 13 * This program is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this program; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 21 * 02111-1307 USA 9 * modify it under the terms of the Do What The Fuck You Want To 10 * Public License, Version 2, as published by Sam Hocevar. See 11 * http://sam.zoy.org/wtfpl/COPYING for more details. 22 12 */ 23 13 -
libcaca/trunk/perl/Build.PL
r379 r522 3 3 my $builder = Module::Build->new ( 4 4 module_name => 'Term::Caca', 5 license => ' lgpl',5 license => 'wtfpl', 6 6 7 7 requires => { -
libcaca/trunk/perl/META.yml
r379 r522 5 5 abstract: |- 6 6 perl interface for libcaca (Colour AsCii Art library) 7 license: lgpl7 license: wtfpl 8 8 build_requires: 9 9 Test::More: 0 -
libcaca/trunk/python/pypycaca.c
r518 r522 5 5 * 6 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 19 * 02111-1307 USA 7 * modify it under the terms of the Do What The Fuck You Want To 8 * Public License, Version 2, as published by Sam Hocevar. See 9 * http://sam.zoy.org/wtfpl/COPYING for more details. 20 10 */ 21 11 -
libcaca/trunk/python/pypycaca.h
r518 r522 5 5 * 6 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 19 * 02111-1307 USA 7 * modify it under the terms of the Do What The Fuck You Want To 8 * Public License, Version 2, as published by Sam Hocevar. See 9 * http://sam.zoy.org/wtfpl/COPYING for more details. 20 10 */ 21 11 -
libcaca/trunk/src/bitmap.c
r513 r522 5 5 * 6 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 19 * 02111-1307 USA 7 * modify it under the terms of the Do What The Fuck You Want To 8 * Public License, Version 2, as published by Sam Hocevar. See 9 * http://sam.zoy.org/wtfpl/COPYING for more details. 20 10 */ 21 11 -
libcaca/trunk/src/box.c
r298 r522 5 5 * 6 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 19 * 02111-1307 USA 7 * modify it under the terms of the Do What The Fuck You Want To 8 * Public License, Version 2, as published by Sam Hocevar. See 9 * http://sam.zoy.org/wtfpl/COPYING for more details. 20 10 */ 21 11 -
libcaca/trunk/src/caca.c
r510 r522 5 5 * 6 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 19 * 02111-1307 USA 7 * modify it under the terms of the Do What The Fuck You Want To 8 * Public License, Version 2, as published by Sam Hocevar. See 9 * http://sam.zoy.org/wtfpl/COPYING for more details. 20 10 */ 21 11 -
libcaca/trunk/src/caca.h
r515 r522 5 5 * 6 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 19 * 02111-1307 USA 7 * modify it under the terms of the Do What The Fuck You Want To 8 * Public License, Version 2, as published by Sam Hocevar. See 9 * http://sam.zoy.org/wtfpl/COPYING for more details. 20 10 */ 21 11 … … 43 33 * text terminal. 44 34 * 45 * \e libcaca is free software, released under the GNU Lesser General 46 * Public License. This ensures that \e libcaca will always remain free 47 * software. 35 * \e libcaca is free software, released under the Do What The Fuck You 36 * Want To Public License. This ensures that no one, not even the \e libcaca 37 * developers, will ever have anything to say about what you do with the 38 * software. It used to be licensed under the GNU Lesser General Public 39 * License, but that was not free enough. 48 40 * 49 41 * \section api The libcaca API -
libcaca/trunk/src/caca_internals.h
r487 r522 5 5 * 6 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 19 * 02111-1307 USA 7 * modify it under the terms of the Do What The Fuck You Want To 8 * Public License, Version 2, as published by Sam Hocevar. See 9 * http://sam.zoy.org/wtfpl/COPYING for more details. 20 10 */ 21 11 -
libcaca/trunk/src/conic.c
r322 r522 5 5 * 6 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 19 * 02111-1307 USA 7 * modify it under the terms of the Do What The Fuck You Want To 8 * Public License, Version 2, as published by Sam Hocevar. See 9 * http://sam.zoy.org/wtfpl/COPYING for more details. 20 10 */ 21 11 -
libcaca/trunk/src/event.c
r520 r522 5 5 * 6 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 19 * 02111-1307 USA 7 * modify it under the terms of the Do What The Fuck You Want To 8 * Public License, Version 2, as published by Sam Hocevar. See 9 * http://sam.zoy.org/wtfpl/COPYING for more details. 20 10 */ 21 11 -
libcaca/trunk/src/graphics.c
r519 r522 5 5 * 6 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 19 * 02111-1307 USA 7 * modify it under the terms of the Do What The Fuck You Want To 8 * Public License, Version 2, as published by Sam Hocevar. See 9 * http://sam.zoy.org/wtfpl/COPYING for more details. 20 10 */ 21 11 -
libcaca/trunk/src/line.c
r322 r522 5 5 * 6 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 19 * 02111-1307 USA 7 * modify it under the terms of the Do What The Fuck You Want To 8 * Public License, Version 2, as published by Sam Hocevar. See 9 * http://sam.zoy.org/wtfpl/COPYING for more details. 20 10 */ 21 11 -
libcaca/trunk/src/math.c
r495 r522 5 5 * 6 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 19 * 02111-1307 USA 7 * modify it under the terms of the Do What The Fuck You Want To 8 * Public License, Version 2, as published by Sam Hocevar. See 9 * http://sam.zoy.org/wtfpl/COPYING for more details. 20 10 */ 21 11 -
libcaca/trunk/src/sprite.c
r322 r522 5 5 * 6 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 19 * 02111-1307 USA 7 * modify it under the terms of the Do What The Fuck You Want To 8 * Public License, Version 2, as published by Sam Hocevar. See 9 * http://sam.zoy.org/wtfpl/COPYING for more details. 20 10 */ 21 11 -
libcaca/trunk/src/time.c
r344 r522 5 5 * 6 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 19 * 02111-1307 USA 7 * modify it under the terms of the Do What The Fuck You Want To 8 * Public License, Version 2, as published by Sam Hocevar. See 9 * http://sam.zoy.org/wtfpl/COPYING for more details. 20 10 */ 21 11 -
libcaca/trunk/src/triangle.c
r298 r522 5 5 * 6 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 19 * 02111-1307 USA 7 * modify it under the terms of the Do What The Fuck You Want To 8 * Public License, Version 2, as published by Sam Hocevar. See 9 * http://sam.zoy.org/wtfpl/COPYING for more details. 20 10 */ 21 11 -
libcaca/trunk/test/colors.c
r350 r522 7 7 * 8 8 * This program is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2 of the License, or (at your option) any later version. 12 * 13 * This program is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this program; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 21 * 02111-1307 USA 9 * modify it under the terms of the Do What The Fuck You Want To 10 * Public License, Version 2, as published by Sam Hocevar. See 11 * http://sam.zoy.org/wtfpl/COPYING for more details. 22 12 */ 23 13 -
libcaca/trunk/test/dithering.c
r316 r522 7 7 * 8 8 * This program is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2 of the License, or (at your option) any later version. 12 * 13 * This program is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this program; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 21 * 02111-1307 USA 9 * modify it under the terms of the Do What The Fuck You Want To 10 * Public License, Version 2, as published by Sam Hocevar. See 11 * http://sam.zoy.org/wtfpl/COPYING for more details. 22 12 */ 23 13 -
libcaca/trunk/test/event.c
r349 r522 7 7 * 8 8 * This program is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2 of the License, or (at your option) any later version. 12 * 13 * This program is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this program; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 21 * 02111-1307 USA 9 * modify it under the terms of the Do What The Fuck You Want To 10 * Public License, Version 2, as published by Sam Hocevar. See 11 * http://sam.zoy.org/wtfpl/COPYING for more details. 22 12 */ 23 13 -
libcaca/trunk/test/hsv.c
r316 r522 7 7 * 8 8 * This program is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2 of the License, or (at your option) any later version. 12 * 13 * This program is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this program; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 21 * 02111-1307 USA 9 * modify it under the terms of the Do What The Fuck You Want To 10 * Public License, Version 2, as published by Sam Hocevar. See 11 * http://sam.zoy.org/wtfpl/COPYING for more details. 22 12 */ 23 13 -
libcaca/trunk/test/optipal.c
r305 r522 7 7 * 8 8 * This program is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2 of the License, or (at your option) any later version. 12 * 13 * This program is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this program; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 21 * 02111-1307 USA 9 * modify it under the terms of the Do What The Fuck You Want To 10 * Public License, Version 2, as published by Sam Hocevar. See 11 * http://sam.zoy.org/wtfpl/COPYING for more details. 22 12 */ 23 13 -
libcaca/trunk/test/spritedit.c
r323 r522 7 7 * 8 8 * This program is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2 of the License, or (at your option) any later version. 12 * 13 * This program is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this program; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 21 * 02111-1307 USA 9 * modify it under the terms of the Do What The Fuck You Want To 10 * Public License, Version 2, as published by Sam Hocevar. See 11 * http://sam.zoy.org/wtfpl/COPYING for more details. 22 12 */ 23 13
Note: See TracChangeset
for help on using the changeset viewer.