|
1 | 1 | # Copyright (C) 2014-2018 Leo Singer |
2 | 2 | # |
3 | | -# This program is free software; you can redistribute it and/or modify it |
4 | | -# under the terms of the GNU General Public License as published by the |
5 | | -# Free Software Foundation; either version 2 of the License, or (at your |
6 | | -# option) any later version. |
| 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 3 of the License, or |
| 6 | +# (at your option) any later version. |
7 | 7 | # |
8 | | -# This program is distributed in the hope that it will be useful, but |
9 | | -# WITHOUT ANY WARRANTY; without even the implied warranty of |
10 | | -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General |
11 | | -# Public License for more details. |
| 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 | 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. |
| 13 | +# You should have received a copy of the GNU General Public License |
| 14 | +# along with this program. If not, see <https://www.gnu.org/licenses/>. |
16 | 15 | # |
17 | 16 | """ |
18 | 17 | Anonymous VOEvent client for receiving GCNs in XML format, implementing the |
|
0 commit comments