comparison OrthancServer/main.cpp @ 3061:ce272138f15e db-changes

integration mainline->db-changes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 24 Dec 2018 11:39:33 +0100
parents 6a2c7e206ebb 4e43e67f8ecf
children c3d2f24dda87
comparison
equal deleted inserted replaced
3059:caa03eaeb097 3061:ce272138f15e
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-2018 Osimis S.A., Belgium 5 * Copyright (C) 2017-2019 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.
540 static void PrintVersion(const char* path) 540 static void PrintVersion(const char* path)
541 { 541 {
542 std::cout 542 std::cout
543 << path << " " << ORTHANC_VERSION << std::endl 543 << path << " " << ORTHANC_VERSION << std::endl
544 << "Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl 544 << "Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl
545 << "Copyright (C) 2017-2018 Osimis S.A. (Belgium)" << std::endl 545 << "Copyright (C) 2017-2019 Osimis S.A. (Belgium)" << std::endl
546 << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL exception." << std::endl 546 << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL exception." << std::endl
547 << "This is free software: you are free to change and redistribute it." << std::endl 547 << "This is free software: you are free to change and redistribute it." << std::endl
548 << "There is NO WARRANTY, to the extent permitted by law." << std::endl 548 << "There is NO WARRANTY, to the extent permitted by law." << std::endl
549 << std::endl 549 << std::endl
550 << "Written by Sebastien Jodogne <s.jodogne@gmail.com>" << std::endl; 550 << "Written by Sebastien Jodogne <s.jodogne@gmail.com>" << std::endl;