Mercurial > hg > orthanc
comparison OrthancServer/Internals/MoveScp.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 |
---|---|
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 | 31 |
32 | 32 |
33 | |
34 | |
35 /*========================================================================= | |
36 | |
37 This file is based on portions of the following project: | |
38 | |
39 Program: DCMTK 3.6.0 | |
40 Module: http://dicom.offis.de/dcmtk.php.en | |
41 | |
42 Copyright (C) 1994-2011, OFFIS e.V. | |
43 All rights reserved. | |
44 | |
45 This software and supporting documentation were developed by | |
46 | |
47 OFFIS e.V. | |
48 R&D Division Health | |
49 Escherweg 2 | |
50 26121 Oldenburg, Germany | |
51 | |
52 Redistribution and use in source and binary forms, with or without | |
53 modification, are permitted provided that the following conditions | |
54 are met: | |
55 | |
56 - Redistributions of source code must retain the above copyright | |
57 notice, this list of conditions and the following disclaimer. | |
58 | |
59 - Redistributions in binary form must reproduce the above copyright | |
60 notice, this list of conditions and the following disclaimer in the | |
61 documentation and/or other materials provided with the distribution. | |
62 | |
63 - Neither the name of OFFIS nor the names of its contributors may be | |
64 used to endorse or promote products derived from this software | |
65 without specific prior written permission. | |
66 | |
67 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | |
68 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | |
69 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | |
70 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | |
71 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | |
72 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | |
73 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | |
74 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | |
75 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | |
76 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | |
77 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
78 | |
79 =========================================================================*/ | |
80 | |
81 | |
33 #include "MoveScp.h" | 82 #include "MoveScp.h" |
34 | 83 |
35 #include <memory> | 84 #include <memory> |
36 | 85 |
37 #include "../FromDcmtkBridge.h" | 86 #include "../FromDcmtkBridge.h" |