comparison OrthancServer/main.cpp @ 1289:5810700b68fa

upgrade to year 2015
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 05 Feb 2015 09:41:38 +0100
parents 6e7e5ed91c2d
children 61ce8147f30d
comparison
equal deleted inserted replaced
1288:6e7e5ed91c2d 1289:5810700b68fa
338 338
339 static void PrintVersion(char* path) 339 static void PrintVersion(char* path)
340 { 340 {
341 std::cout 341 std::cout
342 << path << " " << ORTHANC_VERSION << std::endl 342 << path << " " << ORTHANC_VERSION << std::endl
343 << "Copyright (C) 2012-2014 Medical Physics Department, CHU of Liege (Belgium) " << std::endl 343 << "Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl
344 << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL exception." << std::endl 344 << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL exception." << std::endl
345 << "This is free software: you are free to change and redistribute it." << std::endl 345 << "This is free software: you are free to change and redistribute it." << std::endl
346 << "There is NO WARRANTY, to the extent permitted by law." << std::endl 346 << "There is NO WARRANTY, to the extent permitted by law." << std::endl
347 << std::endl 347 << std::endl
348 << "Written by Sebastien Jodogne <s.jodogne@gmail.com>" << std::endl; 348 << "Written by Sebastien Jodogne <s.jodogne@gmail.com>" << std::endl;