comparison OrthancFramework/Resources/RetrieveCACertificates.py @ 4119:bf7b9edf6b81 framework-lgpl

re-licensing the OrthancFramework to LGPL, in order to license Stone of Orthanc under LGPL
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Jul 2020 19:17:56 +0200
parents d25f4c0fa160
children d9473bd5ed43
comparison
equal deleted inserted replaced
4118:a0c30785b7d7 4119:bf7b9edf6b81
4 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics 4 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
5 # Department, University Hospital of Liege, Belgium 5 # Department, University Hospital of Liege, Belgium
6 # Copyright (C) 2017-2020 Osimis S.A., Belgium 6 # Copyright (C) 2017-2020 Osimis S.A., Belgium
7 # 7 #
8 # This program is free software: you can redistribute it and/or 8 # This program is free software: you can redistribute it and/or
9 # modify it under the terms of the GNU General Public License as 9 # modify it under the terms of the GNU Lesser General Public License
10 # published by the Free Software Foundation, either version 3 of the 10 # as published by the Free Software Foundation, either version 3 of
11 # License, or (at your option) any later version. 11 # the License, or (at your option) any later version.
12 # 12 #
13 # In addition, as a special exception, the copyright holders of this
14 # program give permission to link the code of its release with the
15 # OpenSSL project's "OpenSSL" library (or with modified versions of it
16 # that use the same license as the "OpenSSL" library), and distribute
17 # the linked executables. You must obey the GNU General Public License
18 # in all respects for all of the code used other than "OpenSSL". If you
19 # modify file(s) with this exception, you may extend this exception to
20 # your version of the file(s), but you are not obligated to do so. If
21 # you do not wish to do so, delete this exception statement from your
22 # version. If you delete this exception statement from all source files
23 # in the program, then also delete it here.
24 #
25 # This program is distributed in the hope that it will be useful, but 13 # This program is distributed in the hope that it will be useful, but
26 # WITHOUT ANY WARRANTY; without even the implied warranty of 14 # WITHOUT ANY WARRANTY; without even the implied warranty of
27 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
28 # General Public License for more details. 16 # Lesser General Public License for more details.
29 # 17 #
30 # You should have received a copy of the GNU General Public License 18 # You should have received a copy of the GNU Lesser General Public
31 # along with this program. If not, see <http://www.gnu.org/licenses/>. 19 # License along with this program. If not, see
20 # <http://www.gnu.org/licenses/>.
32 21
33 22
34 import re 23 import re
35 import sys 24 import sys
36 import subprocess 25 import subprocess