comparison Applications/ApplicationToolbox.cpp @ 31:8e1dfd531335

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Oct 2016 17:25:57 +0200
parents 62adabb8c122
children 742ecdb006a1
comparison
equal deleted inserted replaced
30:3d9ecbdfe71f 31:8e1dfd531335
182 { 182 {
183 std::cout 183 std::cout
184 << path << " " << ORTHANC_WSI_VERSION << std::endl 184 << path << " " << ORTHANC_WSI_VERSION << std::endl
185 << "Copyright (C) 2012-2016 Sebastien Jodogne, " 185 << "Copyright (C) 2012-2016 Sebastien Jodogne, "
186 << "Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl 186 << "Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl
187 << "Licensing AGPL: GNU AGPL version 3 or later <http://gnu.org/licenses/gpl.html>." << std::endl 187 << "Licensing AGPL: GNU AGPL version 3 or later <http://gnu.org/licenses/agpl.html>." << std::endl
188 << "This is free software: you are free to change and redistribute it." << std::endl 188 << "This is free software: you are free to change and redistribute it." << std::endl
189 << "There is NO WARRANTY, to the extent permitted by law." << std::endl 189 << "There is NO WARRANTY, to the extent permitted by law." << std::endl
190 << std::endl 190 << std::endl
191 << "Written by Sebastien Jodogne <s.jodogne@gmail.com>" << std::endl; 191 << "Written by Sebastien Jodogne <s.jodogne@gmail.com>" << std::endl;
192 } 192 }