comparison Applications/ApplicationToolbox.cpp @ 115:a51dee6a1515

upgrade to year 2018
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jan 2018 10:01:35 +0100
parents 18e9a5429cc4
children a18bfe1fdd62
comparison
equal deleted inserted replaced
114:481eb5d78722 115:a51dee6a1515
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 Affero General Public License 8 * modify it under the terms of the GNU Affero General Public License
9 * as published by the Free Software Foundation, either version 3 of 9 * as published by the Free Software Foundation, either version 3 of
10 * the License, or (at your option) any later version. 10 * the License, or (at your option) any later version.
203 { 203 {
204 std::cout 204 std::cout
205 << path << " " << ORTHANC_WSI_VERSION << std::endl 205 << path << " " << ORTHANC_WSI_VERSION << std::endl
206 << "Copyright (C) 2012-2016 Sebastien Jodogne, " 206 << "Copyright (C) 2012-2016 Sebastien Jodogne, "
207 << "Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl 207 << "Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl
208 << "Copyright (C) 2017 Osimis S.A. (Belgium)" << std::endl 208 << "Copyright (C) 2017-2018 Osimis S.A. (Belgium)" << std::endl
209 << "Licensing AGPL: GNU AGPL version 3 or later <http://gnu.org/licenses/agpl.html>." << std::endl 209 << "Licensing AGPL: GNU AGPL version 3 or later <http://gnu.org/licenses/agpl.html>." << std::endl
210 << "This is free software: you are free to change and redistribute it." << std::endl 210 << "This is free software: you are free to change and redistribute it." << std::endl
211 << "There is NO WARRANTY, to the extent permitted by law." << std::endl 211 << "There is NO WARRANTY, to the extent permitted by law." << std::endl
212 << std::endl 212 << std::endl
213 << "Written by Sebastien Jodogne <s.jodogne@gmail.com>" << std::endl; 213 << "Written by Sebastien Jodogne <s.jodogne@gmail.com>" << std::endl;