comparison OrthancServer/Sources/main.cpp @ 4870:43e613a7756b

upgrade to year 2022
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Jan 2022 11:15:42 +0100
parents 970092a67897
children 8523078f3f4b
comparison
equal deleted inserted replaced
4863:6cfb9f142bd0 4870:43e613a7756b
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-2021 Osimis S.A., Belgium 5 * Copyright (C) 2017-2022 Osimis S.A., Belgium
6 * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium 6 * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
7 * 7 *
8 * This program is free software: you can redistribute it and/or 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 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 10 * published by the Free Software Foundation, either version 3 of the
11 * License, or (at your option) any later version. 11 * License, or (at your option) any later version.
713 static void PrintVersion(const char* path) 713 static void PrintVersion(const char* path)
714 { 714 {
715 std::cout 715 std::cout
716 << path << " " << ORTHANC_VERSION << std::endl 716 << path << " " << ORTHANC_VERSION << std::endl
717 << "Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl 717 << "Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl
718 << "Copyright (C) 2017-2021 Osimis S.A. (Belgium)" << std::endl 718 << "Copyright (C) 2017-2022 Osimis S.A. (Belgium)" << std::endl
719 << "Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain (Belgium)" << std::endl 719 << "Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain (Belgium)" << std::endl
720 << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL exception." << std::endl 720 << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL exception." << std::endl
721 << "This is free software: you are free to change and redistribute it." << std::endl 721 << "This is free software: you are free to change and redistribute it." << std::endl
722 << "There is NO WARRANTY, to the extent permitted by law." << std::endl 722 << "There is NO WARRANTY, to the extent permitted by law." << std::endl
723 << std::endl 723 << std::endl
724 << "Written by Sebastien Jodogne <s.jodogne@orthanc-labs.com>" << std::endl; 724 << "Written by Sebastien Jodogne <s.jodogne@orthanc-labs.com>" << std::endl;