Mercurial > hg > orthanc
comparison OrthancServer/Sources/main.cpp @ 4437:d9473bd5ed43
upgrade to year 2021
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 06 Jan 2021 17:27:28 +0100 |
parents | d6cb9e91a3d6 |
children | 4a4e33c9082d |
comparison
equal
deleted
inserted
replaced
4436:80a437bcc09b | 4437:d9473bd5ed43 |
---|---|
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-2020 Osimis S.A., Belgium | 5 * Copyright (C) 2017-2021 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. |
692 static void PrintVersion(const char* path) | 692 static void PrintVersion(const char* path) |
693 { | 693 { |
694 std::cout | 694 std::cout |
695 << path << " " << ORTHANC_VERSION << std::endl | 695 << path << " " << ORTHANC_VERSION << std::endl |
696 << "Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl | 696 << "Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl |
697 << "Copyright (C) 2017-2020 Osimis S.A. (Belgium)" << std::endl | 697 << "Copyright (C) 2017-2021 Osimis S.A. (Belgium)" << std::endl |
698 << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL exception." << std::endl | 698 << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL exception." << std::endl |
699 << "This is free software: you are free to change and redistribute it." << std::endl | 699 << "This is free software: you are free to change and redistribute it." << std::endl |
700 << "There is NO WARRANTY, to the extent permitted by law." << std::endl | 700 << "There is NO WARRANTY, to the extent permitted by law." << std::endl |
701 << std::endl | 701 << std::endl |
702 << "Written by Sebastien Jodogne <s.jodogne@orthanc-labs.com>" << std::endl; | 702 << "Written by Sebastien Jodogne <s.jodogne@orthanc-labs.com>" << std::endl; |