"Fossies" - the Fresh Open Source Software Archive 
Member "PhotoCollage-1.4.5/photocollage/__init__.py" (9 Jul 2021, 917 Bytes) of package /linux/privat/PhotoCollage-1.4.5.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Python source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
For more information about "__init__.py" see the
Fossies "Dox" file reference documentation and the latest
Fossies "Diffs" side-by-side code changes report:
1.4.4_vs_1.4.5.
1 # Copyright (C) 2013 Adrien Vergé
2 #
3 # This program is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; either version 2 of the License, or
6 # (at your option) any later version.
7 #
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 # GNU General Public License for more details.
12 #
13 # You should have received a copy of the GNU General Public License along
14 # with this program; if not, write to the Free Software Foundation, Inc.,
15 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
16
17 APP_NAME = "photocollage"
18 APP_VERSION = "1.4.5"
19
20 __author__ = "Adrien Vergé"
21 __copyright__ = "Copyright 2013, Adrien Vergé"
22 __license__ = "GPLv2+"
23 __version__ = APP_VERSION