2 # bookland.py - generate EAN-13 bar codes, including ISBN and ISMN
4 # Copyright (C) 1999-2007 Judah Milgram
6 # This program is free software; you can redistribute it and/or
7 # modify it under the terms of the GNU General Public License
8 # as published by the Free Software Foundation; either version 2
9 # of the License, or (at your option) any later version.
11 # Because this program copies a portion of itself into its output
12 # file, its output files are also copyright the author and licensed
13 # under the GPL. Relevant provisions of the GPL notwithstanding,
14 # the author licenses users to use and redistribute output files
15 # generated by this program without restriction.
17 # This program is distributed in the hope that it will be useful,
18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 # GNU General Public License for more details.
22 # You should have received a copy of the GNU General Public License along
23 # with this program; if not, write to the Free Software Foundation, Inc.,
24 # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.