comparison OrthancServer/main.cpp @ 2447:878b59270859

upgrade to year 2018
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jan 2018 09:35:07 +0100
parents 7284093111b0
children ad8f30fc28d1
comparison
equal deleted inserted replaced
2446:a894adc8bb03 2447:878b59270859
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 Osimis, Belgium 5 * Copyright (C) 2017-2018 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.
504 static void PrintVersion(const char* path) 504 static void PrintVersion(const char* path)
505 { 505 {
506 std::cout 506 std::cout
507 << path << " " << ORTHANC_VERSION << std::endl 507 << path << " " << ORTHANC_VERSION << std::endl
508 << "Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl 508 << "Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl
509 << "Copyright (C) 2017 Osimis S.A. (Belgium)" << std::endl 509 << "Copyright (C) 2017-2018 Osimis S.A. (Belgium)" << std::endl
510 << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL exception." << std::endl 510 << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL exception." << std::endl
511 << "This is free software: you are free to change and redistribute it." << std::endl 511 << "This is free software: you are free to change and redistribute it." << std::endl
512 << "There is NO WARRANTY, to the extent permitted by law." << std::endl 512 << "There is NO WARRANTY, to the extent permitted by law." << std::endl
513 << std::endl 513 << std::endl
514 << "Written by Sebastien Jodogne <s.jodogne@gmail.com>" << std::endl; 514 << "Written by Sebastien Jodogne <s.jodogne@gmail.com>" << std::endl;