comparison Applications/ApplicationToolbox.cpp @ 175:e3cbf890b588

upgrade to year 2020
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 31 Jan 2020 17:44:03 +0100
parents 6b8ccfc02051
children f299c191cd76
comparison
equal deleted inserted replaced
174:e767d24425f3 175:e3cbf890b588
1 /** 1 /**
2 * Orthanc - A Lightweight, RESTful DICOM Store 2 * Orthanc - A Lightweight, RESTful DICOM Store
3 * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics 3 * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
4 * Department, University Hospital of Liege, Belgium 4 * Department, University Hospital of Liege, Belgium
5 * Copyright (C) 2017-2019 Osimis S.A., Belgium 5 * Copyright (C) 2017-2020 Osimis S.A., Belgium
6 * 6 *
7 * This program is free software: you can redistribute it and/or 7 * This program is free software: you can redistribute it and/or
8 * modify it under the terms of the GNU Affero General Public License 8 * modify it under the terms of the GNU Affero General Public License
9 * as published by the Free Software Foundation, either version 3 of 9 * as published by the Free Software Foundation, either version 3 of
10 * the License, or (at your option) any later version. 10 * the License, or (at your option) any later version.
216 { 216 {
217 std::cout 217 std::cout
218 << path << " " << ORTHANC_WSI_VERSION << std::endl 218 << path << " " << ORTHANC_WSI_VERSION << std::endl
219 << "Copyright (C) 2012-2016 Sebastien Jodogne, " 219 << "Copyright (C) 2012-2016 Sebastien Jodogne, "
220 << "Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl 220 << "Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl
221 << "Copyright (C) 2017-2019 Osimis S.A. (Belgium)" << std::endl 221 << "Copyright (C) 2017-2020 Osimis S.A. (Belgium)" << std::endl
222 << "Licensing AGPL: GNU AGPL version 3 or later <http://gnu.org/licenses/agpl.html>." << std::endl 222 << "Licensing AGPL: GNU AGPL version 3 or later <http://gnu.org/licenses/agpl.html>." << std::endl
223 << "This is free software: you are free to change and redistribute it." << std::endl 223 << "This is free software: you are free to change and redistribute it." << std::endl
224 << "There is NO WARRANTY, to the extent permitted by law." << std::endl 224 << "There is NO WARRANTY, to the extent permitted by law." << std::endl
225 << std::endl 225 << std::endl
226 << "Written by Sebastien Jodogne <s.jodogne@orthanc-labs.com>" << std::endl; 226 << "Written by Sebastien Jodogne <s.jodogne@orthanc-labs.com>" << std::endl;