comparison OrthancServer/Sources/main.cpp @ 5640:f7adfb22e20e

updated copyright, as Orthanc Team now replaces Osimis
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 30 May 2024 21:19:57 +0200
parents 4535194cbb8a
children b1a18218860c
comparison
equal deleted inserted replaced
5639:b6a6179a2a69 5640:f7adfb22e20e
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-2024 Osimis S.A., Belgium 5 * Copyright (C) 2017-2023 Osimis S.A., Belgium
6 * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
6 * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium 7 * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
7 * 8 *
8 * This program is free software: you can redistribute it and/or 9 * 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 * 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 * published by the Free Software Foundation, either version 3 of the
740 static void PrintVersion(const char* path) 741 static void PrintVersion(const char* path)
741 { 742 {
742 std::cout 743 std::cout
743 << path << " " << ORTHANC_VERSION << std::endl 744 << path << " " << ORTHANC_VERSION << std::endl
744 << "Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl 745 << "Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl
745 << "Copyright (C) 2017-2024 Osimis S.A. (Belgium)" << std::endl 746 << "Copyright (C) 2017-2023 Osimis S.A. (Belgium)" << std::endl
747 << "Copyright (C) 2024-2024 Orthanc Team SRL (Belgium)" << std::endl
746 << "Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain (Belgium)" << std::endl 748 << "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 749 << "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 750 << "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 751 << "There is NO WARRANTY, to the extent permitted by law." << std::endl
750 << std::endl 752 << std::endl