forked from gyger/OpenFilters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.py
48 lines (34 loc) · 2.28 KB
/
about.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# -*- coding: latin-1 -*-
# about.py
#
# Title and content of the about message for OpenFilters.
#
# Copyright (c) 2000-2009,2012,2015,2016 Stephane Larouche.
#
# This file is part of OpenFilters.
#
# OpenFilters 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.
#
# OpenFilters 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
import release
title = "OpenFilters %s" % release.VERSION
message = u"""OpenFilters is a software for the design of interference optical filters. It was written by Stéphane Larouche while he was a graduate student at École polytechnique de Montréal under the supervision of Professor Ludvik Martinu.
The latest version of OpenFilters is available at http://www.polymtl.ca/larfis. All questions, bug reports, and comments should be sent to OpenFilters@polymtl.ca.
Copyright (c) 2000-2016 Stéphane Larouche.
Portions of this software are copyright (c) 2003, 2007 Bill Baloukas.
Portions of this software are copyright (c) 1996-2000 Gerard Jungman.
Portions of this software are copyright (c) 1996-2000, 2002 Gerard Jungman, Brian Gough, David Necas.
OpenFilters 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.
OpenFilters 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"""