comparison OrthancServer/Sources/main.cpp @ 5485:48b8dae6dc77

upgrade to year 2024
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 04 Jan 2024 15:10:42 +0100
parents 312e866e2550
children 4dd50c4b985a
comparison
equal deleted inserted replaced
5484:723251b2b71e 5485:48b8dae6dc77
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-2023 Osimis S.A., Belgium 5 * Copyright (C) 2017-2024 Osimis S.A., Belgium
6 * Copyright (C) 2021-2023 Sebastien Jodogne, ICTEAM UCLouvain, Belgium 6 * Copyright (C) 2021-2024 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-2023 Osimis S.A. (Belgium)" << std::endl 745 << "Copyright (C) 2017-2024 Osimis S.A. (Belgium)" << std::endl
746 << "Copyright (C) 2021-2023 Sebastien Jodogne, ICTEAM UCLouvain (Belgium)" << std::endl 746 << "Copyright (C) 2021-2024 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;