comparison OrthancServer/Sources/main.cpp @ 4833:970092a67897

fix PrintVersion()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 25 Nov 2021 19:05:41 +0100
parents 7053502fbf97
children 3e9a76464e8a 43e613a7756b
comparison
equal deleted inserted replaced
4831:7053502fbf97 4833:970092a67897
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-2021 Osimis S.A. (Belgium)" << std::endl
719 << "Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain (Belgium)" << std::endl
719 << "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
720 << "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
721 << "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
722 << std::endl 723 << std::endl
723 << "Written by Sebastien Jodogne <s.jodogne@orthanc-labs.com>" << std::endl; 724 << "Written by Sebastien Jodogne <s.jodogne@orthanc-labs.com>" << std::endl;