comparison OrthancServer/Plugins/Samples/DelayedDeletion/LargeDeleteJob.cpp @ 5264:99751c5a7cfe

added missing copyrights
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Apr 2023 17:43:05 +0200
parents c2ebc47f4f18
children 49477780e25a
comparison
equal deleted inserted replaced
5263:ae3f29be5ca5 5264:99751c5a7cfe
1 /**
2 * Orthanc - A Lightweight, RESTful DICOM Store
3 * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
4 * Department, University Hospital of Liege, Belgium
5 * Copyright (C) 2017-2023 Osimis S.A., Belgium
6 * Copyright (C) 2021-2023 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
7 *
8 * This program is free software: you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation, either version 3 of the
11 * License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful, but
14 * WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program. If not, see <http://www.gnu.org/licenses/>.
20 **/
21
22
1 #include "LargeDeleteJob.h" 23 #include "LargeDeleteJob.h"
2 24
3 #include "../../../../OrthancFramework/Sources/Logging.h" 25 #include "../../../../OrthancFramework/Sources/Logging.h"
4 #include "../../../../OrthancFramework/Sources/OrthancException.h" 26 #include "../../../../OrthancFramework/Sources/OrthancException.h"
5 27