changeset 4865:9adb28193a8a openssl-3.x

removed openssl exception from main()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 24 Dec 2021 17:20:05 +0100
parents 09d06d99745c
children a02f58240e8a 36587ae9e0e1
files OrthancServer/Sources/main.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <http://gnu.org/licenses/gpl.html>, with OpenSSL exception." << std::endl
+    << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>." << 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