comparison Resources/Samples/Python/ChangesLoop.py @ 747:44382c8bcd15

added explicit licensing terms for samples
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Apr 2014 11:48:40 +0200
parents b51c67f28b33
children 4e9d517503ae
comparison
equal deleted inserted replaced
746:478f4f9de9eb 747:44382c8bcd15
1 #!/usr/bin/python 1 #!/usr/bin/python
2
3 # Orthanc - A Lightweight, RESTful DICOM Store
4 # Copyright (C) 2012-2014 Medical Physics Department, CHU of Liege,
5 # Belgium
6 #
7 # This program is free software: you can redistribute it and/or
8 # modify it under the terms of the GNU General Public License as
9 # published by the Free Software Foundation, either version 3 of the
10 # License, or (at your option) any later version.
11 #
12 # This program is distributed in the hope that it will be useful, but
13 # WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 # General Public License for more details.
16 #
17 # You should have received a copy of the GNU General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19
20
2 21
3 import time 22 import time
4 import sys 23 import sys
5 import RestToolbox 24 import RestToolbox
6 25