# HG changeset patch # User Sebastien Jodogne # Date 1640362805 -3600 # Node ID 9adb28193a8a60cbe6ff36072f77a25d4481f79f # Parent 09d06d99745c4285ba7ad7c0ce45d8523bc0eebf removed openssl exception from main() diff -r 09d06d99745c -r 9adb28193a8a OrthancServer/Sources/main.cpp --- a/OrthancServer/Sources/main.cpp Fri Dec 24 17:18:06 2021 +0100 +++ b/OrthancServer/Sources/main.cpp Fri Dec 24 17:20:05 2021 +0100 @@ -705,7 +705,7 @@ << "Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl << "Copyright (C) 2017-2021 Osimis S.A. (Belgium)" << std::endl << "Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain (Belgium)" << std::endl - << "Licensing GPLv3+: GNU GPL version 3 or later , with OpenSSL exception." << std::endl + << "Licensing GPLv3+: GNU GPL version 3 or later ." << std::endl << "This is free software: you are free to change and redistribute it." << std::endl << "There is NO WARRANTY, to the extent permitted by law." << std::endl << std::endl