comparison Resources/Orthanc/CMake/EmbedResources.py @ 28:b7e32fe4973b

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Jul 2020 20:42:52 +0200
parents 065bc476bcdc
children 3bd0ec7c5a7c
comparison
equal deleted inserted replaced
27:8f3137dc55c1 28:b7e32fe4973b
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 sys 23 import sys
35 import os 24 import os
36 import os.path 25 import os.path