Mercurial > hg > orthanc
comparison OrthancServer/main.cpp @ 2246:596528620416
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 04 Jan 2017 17:01:02 +0100 |
parents | a3a65de1840f |
children | ce5c13b95dac |
comparison
equal
deleted
inserted
replaced
2245:f8d4f151f660 | 2246:596528620416 |
---|---|
468 static void PrintVersion(const char* path) | 468 static void PrintVersion(const char* path) |
469 { | 469 { |
470 std::cout | 470 std::cout |
471 << path << " " << ORTHANC_VERSION << std::endl | 471 << path << " " << ORTHANC_VERSION << std::endl |
472 << "Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl | 472 << "Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl |
473 << "Copyright (C) 2017 Osimis S.A. (Belgium)" << std::endl | |
473 << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL exception." << std::endl | 474 << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL exception." << std::endl |
474 << "This is free software: you are free to change and redistribute it." << std::endl | 475 << "This is free software: you are free to change and redistribute it." << std::endl |
475 << "There is NO WARRANTY, to the extent permitted by law." << std::endl | 476 << "There is NO WARRANTY, to the extent permitted by law." << std::endl |
476 << std::endl | 477 << std::endl |
477 << "Written by Sebastien Jodogne <s.jodogne@gmail.com>" << std::endl; | 478 << "Written by Sebastien Jodogne <s.jodogne@gmail.com>" << std::endl; |