Mercurial > hg > orthanc
comparison OrthancServer/main.cpp @ 1900:b1291df2f780
2016
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 04 Jan 2016 13:17:22 +0100 |
parents | 09a737a6bf36 |
children | d90f737f2dde |
comparison
equal
deleted
inserted
replaced
1899:6615133a996c | 1900:b1291df2f780 |
---|---|
1 /** | 1 /** |
2 * Orthanc - A Lightweight, RESTful DICOM Store | 2 * Orthanc - A Lightweight, RESTful DICOM Store |
3 * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics | 3 * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics |
4 * Department, University Hospital of Liege, Belgium | 4 * Department, University Hospital of Liege, Belgium |
5 * | 5 * |
6 * This program is free software: you can redistribute it and/or | 6 * This program is free software: you can redistribute it and/or |
7 * modify it under the terms of the GNU General Public License as | 7 * modify it under the terms of the GNU General Public License as |
8 * published by the Free Software Foundation, either version 3 of the | 8 * published by the Free Software Foundation, either version 3 of the |
454 | 454 |
455 static void PrintVersion(const char* path) | 455 static void PrintVersion(const char* path) |
456 { | 456 { |
457 std::cout | 457 std::cout |
458 << path << " " << ORTHANC_VERSION << std::endl | 458 << path << " " << ORTHANC_VERSION << std::endl |
459 << "Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl | 459 << "Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl |
460 << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL exception." << std::endl | 460 << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL exception." << std::endl |
461 << "This is free software: you are free to change and redistribute it." << std::endl | 461 << "This is free software: you are free to change and redistribute it." << std::endl |
462 << "There is NO WARRANTY, to the extent permitted by law." << std::endl | 462 << "There is NO WARRANTY, to the extent permitted by law." << std::endl |
463 << std::endl | 463 << std::endl |
464 << "Written by Sebastien Jodogne <s.jodogne@gmail.com>" << std::endl; | 464 << "Written by Sebastien Jodogne <s.jodogne@gmail.com>" << std::endl; |