comparison OrthancServer/Sources/main.cpp @ 5185:0ea402b4d901

upgrade to year 2023
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 25 Mar 2023 12:27:21 +0100
parents bdec57f3cbf2
children f8f1c4a9a216
comparison
equal deleted inserted replaced
5184:dd085f7e7e71 5185:0ea402b4d901
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-2022 Osimis S.A., Belgium 5 * Copyright (C) 2017-2023 Osimis S.A., Belgium
6 * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium 6 * Copyright (C) 2021-2023 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.
740 static void PrintVersion(const char* path) 740 static void PrintVersion(const char* path)
741 { 741 {
742 std::cout 742 std::cout
743 << path << " " << ORTHANC_VERSION << std::endl 743 << path << " " << ORTHANC_VERSION << std::endl
744 << "Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl 744 << "Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl
745 << "Copyright (C) 2017-2022 Osimis S.A. (Belgium)" << std::endl 745 << "Copyright (C) 2017-2023 Osimis S.A. (Belgium)" << std::endl
746 << "Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain (Belgium)" << std::endl 746 << "Copyright (C) 2021-2023 Sebastien Jodogne, ICTEAM UCLouvain (Belgium)" << std::endl
747 << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>." << std::endl 747 << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>." << std::endl
748 << "This is free software: you are free to change and redistribute it." << std::endl 748 << "This is free software: you are free to change and redistribute it." << std::endl
749 << "There is NO WARRANTY, to the extent permitted by law." << std::endl 749 << "There is NO WARRANTY, to the extent permitted by law." << std::endl
750 << std::endl 750 << std::endl
751 << "Written by Sebastien Jodogne <s.jodogne@orthanc-labs.com>" << std::endl; 751 << "Written by Sebastien Jodogne <s.jodogne@orthanc-labs.com>" << std::endl;