# HG changeset patch # User Sebastien Jodogne # Date 1637863541 -3600 # Node ID 970092a678972ccb18de607d9bbaab53251ce7cd # Parent 7053502fbf97874dd9421556e0ab228fe0b81126 fix PrintVersion() diff -r 7053502fbf97 -r 970092a67897 OrthancServer/Sources/main.cpp --- a/OrthancServer/Sources/main.cpp Thu Nov 25 19:01:11 2021 +0100 +++ b/OrthancServer/Sources/main.cpp Thu Nov 25 19:05:41 2021 +0100 @@ -716,6 +716,7 @@ << path << " " << ORTHANC_VERSION << std::endl << "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 << "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