Mercurial > hg > orthanc
comparison OrthancServer/main.cpp @ 3641:f6a73611ec5c storage-commitment
integration mainline->storage-commitment
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 31 Jan 2020 17:15:44 +0100 |
parents | bce6ee64f2a4 94f4a18a79cc |
children | e168a2dedb00 |
comparison
equal
deleted
inserted
replaced
3639:0c9a8f6d2349 | 3641:f6a73611ec5c |
---|---|
1 /** | 1 /** |
2 * Orthanc - A Lightweight, RESTful DICOM Store | 2 * Orthanc - A Lightweight, RESTful DICOM Store |
3 * Copyright (C) 2012-2016 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 * Copyright (C) 2017-2019 Osimis S.A., Belgium | 5 * Copyright (C) 2017-2020 Osimis S.A., Belgium |
6 * | 6 * |
7 * This program is free software: you can redistribute it and/or | 7 * This program is free software: you can redistribute it and/or |
8 * modify it under the terms of the GNU General Public License as | 8 * modify it under the terms of the GNU General Public License as |
9 * published by the Free Software Foundation, either version 3 of the | 9 * published by the Free Software Foundation, either version 3 of the |
10 * License, or (at your option) any later version. | 10 * License, or (at your option) any later version. |
606 static void PrintVersion(const char* path) | 606 static void PrintVersion(const char* path) |
607 { | 607 { |
608 std::cout | 608 std::cout |
609 << path << " " << ORTHANC_VERSION << std::endl | 609 << path << " " << ORTHANC_VERSION << std::endl |
610 << "Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl | 610 << "Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl |
611 << "Copyright (C) 2017-2019 Osimis S.A. (Belgium)" << std::endl | 611 << "Copyright (C) 2017-2020 Osimis S.A. (Belgium)" << std::endl |
612 << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL exception." << std::endl | 612 << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL exception." << std::endl |
613 << "This is free software: you are free to change and redistribute it." << std::endl | 613 << "This is free software: you are free to change and redistribute it." << std::endl |
614 << "There is NO WARRANTY, to the extent permitted by law." << std::endl | 614 << "There is NO WARRANTY, to the extent permitted by law." << std::endl |
615 << std::endl | 615 << std::endl |
616 << "Written by Sebastien Jodogne <s.jodogne@orthanc-labs.com>" << std::endl; | 616 << "Written by Sebastien Jodogne <s.jodogne@orthanc-labs.com>" << std::endl; |