Licence
Cardpics is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
more details.
You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc., 59
Temple Place - Suite 330, Boston, MA 02111-1307, USA. Or read it there:
http://www.gnu.org/copyleft/gpl.html.
Licence inside the images
The licence is set inside the cards. The easiest way to see it is:
strings <image.png>
Here is how it was set:
mv image.png _image.png
pngcrush -force -text b "Author" "Guillaume Weexsteen <gui.mail@wanadoo.fr>" \
-text b "Copyright" "2001 Guillaume Weexsteen" \
-text b "Licence" "Those cards are under licence GPL v2 or later, and part of the cardpic project. See http://www.nongnu.org/cardpics/" \
_image.png image.png
Pngcrush is a free software that you can find there: http://pmt.sourceforge.net/pngcrush/