Mercurial > hg > orthanc
comparison Resources/Samples/Tools/RecoverCompressedFile.cpp @ 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 | 571583642ce2 |
children | 6e7e5ed91c2d |
comparison
equal
deleted
inserted
replaced
746:478f4f9de9eb | 747:44382c8bcd15 |
---|---|
1 /** | |
2 * Orthanc - A Lightweight, RESTful DICOM Store | |
3 * Copyright (C) 2012-2014 Medical Physics Department, CHU of Liege, | |
4 * Belgium | |
5 * | |
6 * This program is free software: you can redistribute it and/or | |
7 * modify it under the terms of the GNU General Public License as | |
8 * published by the Free Software Foundation, either version 3 of the | |
9 * License, or (at your option) any later version. | |
10 * | |
11 * This program is distributed in the hope that it will be useful, but | |
12 * WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
14 * General Public License for more details. | |
15 * | |
16 * You should have received a copy of the GNU General Public License | |
17 * along with this program. If not, see <http://www.gnu.org/licenses/>. | |
18 **/ | |
19 | |
20 | |
1 #include "../../../Core/Compression/ZlibCompressor.h" | 21 #include "../../../Core/Compression/ZlibCompressor.h" |
2 #include "../../../Core/Toolbox.h" | 22 #include "../../../Core/Toolbox.h" |
3 #include "../../../Core/OrthancException.h" | 23 #include "../../../Core/OrthancException.h" |
4 | 24 |
5 #include <stdio.h> | 25 #include <stdio.h> |