comparison OrthancServer/Sources/main.cpp @ 4860:3e9a76464e8a openssl-3.x

integration mainline->openssl-3.x
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 24 Dec 2021 16:52:51 +0100
parents 2e71a08eea15 970092a67897
children 9adb28193a8a
comparison
equal deleted inserted replaced
4832:2e71a08eea15 4860:3e9a76464e8a
702 { 702 {
703 std::cout 703 std::cout
704 << path << " " << ORTHANC_VERSION << std::endl 704 << path << " " << ORTHANC_VERSION << std::endl
705 << "Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl 705 << "Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl
706 << "Copyright (C) 2017-2021 Osimis S.A. (Belgium)" << std::endl 706 << "Copyright (C) 2017-2021 Osimis S.A. (Belgium)" << std::endl
707 << "Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain (Belgium)" << std::endl
707 << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL exception." << std::endl 708 << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL exception." << std::endl
708 << "This is free software: you are free to change and redistribute it." << std::endl 709 << "This is free software: you are free to change and redistribute it." << std::endl
709 << "There is NO WARRANTY, to the extent permitted by law." << std::endl 710 << "There is NO WARRANTY, to the extent permitted by law." << std::endl
710 << std::endl 711 << std::endl
711 << "Written by Sebastien Jodogne <s.jodogne@orthanc-labs.com>" << std::endl; 712 << "Written by Sebastien Jodogne <s.jodogne@orthanc-labs.com>" << std::endl;