comparison Resources/EmbedResources.py @ 143:f1aeec53795b

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