|
1 | 1 | #!/usr/bin/python |
2 | 2 | # -*- coding: utf-8 -*- |
3 | 3 | ## |
4 | | -# _exceptions.py: Derived classes for Errors and Warnings specific to Qinfer. |
| 4 | +# _exceptions.py: Derived classes for Errors and Warnings specific to QInfer. |
5 | 5 | ## |
6 | | -# © 2012 Chris Ferrie (csferrie@gmail.com) and |
7 | | -# Christopher E. Granade (cgranade@gmail.com) |
8 | | -# |
9 | | -# This file is a part of the Qinfer project. |
10 | | -# Licensed under the AGPL version 3. |
11 | | -## |
12 | | -# This program is free software: you can redistribute it and/or modify |
13 | | -# it under the terms of the GNU Affero General Public License as published by |
14 | | -# the Free Software Foundation, either version 3 of the License, or |
15 | | -# (at your option) any later version. |
| 6 | +# © 2017, Chris Ferrie (csferrie@gmail.com) and |
| 7 | +# Christopher Granade (cgranade@cgranade.com). |
| 8 | +# |
| 9 | +# Redistribution and use in source and binary forms, with or without |
| 10 | +# modification, are permitted provided that the following conditions are met: |
| 11 | +# |
| 12 | +# 1. Redistributions of source code must retain the above copyright |
| 13 | +# notice, this list of conditions and the following disclaimer. |
| 14 | +# |
| 15 | +# 2. Redistributions in binary form must reproduce the above copyright |
| 16 | +# notice, this list of conditions and the following disclaimer in the |
| 17 | +# documentation and/or other materials provided with the distribution. |
16 | 18 | # |
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 Affero General Public License for more details. |
| 19 | +# 3. Neither the name of the copyright holder nor the names of its |
| 20 | +# contributors may be used to endorse or promote products derived from |
| 21 | +# this software without specific prior written permission. |
21 | 22 | # |
22 | | -# You should have received a copy of the GNU Affero General Public License |
23 | | -# along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 23 | +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 24 | +# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 25 | +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 26 | +# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE |
| 27 | +# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 28 | +# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 29 | +# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 30 | +# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 31 | +# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 32 | +# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 33 | +# POSSIBILITY OF SUCH DAMAGE. |
24 | 34 | ## |
25 | 35 |
|
26 | 36 | ## FEATURES ################################################################### |
|
0 commit comments