comparison OrthancServer/Internals/FindScp.cpp @ 766:0a2f8c707c78

Fix missing licensing terms about reuse of some DCMTK code
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Apr 2014 17:37:19 +0200
parents 3596177682a9
children a811bdf8b8eb
comparison
equal deleted inserted replaced
763:b5e6d2823115 766:0a2f8c707c78
26 * General Public License for more details. 26 * General Public License for more details.
27 * 27 *
28 * You should have received a copy of the GNU General Public License 28 * You should have received a copy of the GNU General Public License
29 * along with this program. If not, see <http://www.gnu.org/licenses/>. 29 * along with this program. If not, see <http://www.gnu.org/licenses/>.
30 **/ 30 **/
31
32
33
34 /*=========================================================================
35
36 This file is based on portions of the following project:
37
38 Program: DCMTK 3.6.0
39 Module: http://dicom.offis.de/dcmtk.php.en
40
41 Copyright (C) 1994-2011, OFFIS e.V.
42 All rights reserved.
43
44 This software and supporting documentation were developed by
45
46 OFFIS e.V.
47 R&D Division Health
48 Escherweg 2
49 26121 Oldenburg, Germany
50
51 Redistribution and use in source and binary forms, with or without
52 modification, are permitted provided that the following conditions
53 are met:
54
55 - Redistributions of source code must retain the above copyright
56 notice, this list of conditions and the following disclaimer.
57
58 - Redistributions in binary form must reproduce the above copyright
59 notice, this list of conditions and the following disclaimer in the
60 documentation and/or other materials provided with the distribution.
61
62 - Neither the name of OFFIS nor the names of its contributors may be
63 used to endorse or promote products derived from this software
64 without specific prior written permission.
65
66 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
67 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
68 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
69 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
70 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
71 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
72 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
73 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
74 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
75 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
76 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
77
78 =========================================================================*/
79
31 80
32 81
33 #include "FindScp.h" 82 #include "FindScp.h"
34 83
35 #include "../FromDcmtkBridge.h" 84 #include "../FromDcmtkBridge.h"