comparison OrthancServer/main.cpp @ 689:2d0a347e8cfc

switch to 2014
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 03 Feb 2014 16:06:58 +0100
parents b01cc78caba4
children 2e67366aab83
comparison
equal deleted inserted replaced
688:e874e1b0b9cf 689:2d0a347e8cfc
1 /** 1 /**
2 * Orthanc - A Lightweight, RESTful DICOM Store 2 * Orthanc - A Lightweight, RESTful DICOM Store
3 * Copyright (C) 2012-2013 Medical Physics Department, CHU of Liege, 3 * Copyright (C) 2012-2014 Medical Physics Department, CHU of Liege,
4 * Belgium 4 * Belgium
5 * 5 *
6 * This program is free software: you can redistribute it and/or 6 * This program is free software: you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as 7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation, either version 3 of the 8 * published by the Free Software Foundation, either version 3 of the
231 231
232 void PrintVersion(char* path) 232 void PrintVersion(char* path)
233 { 233 {
234 std::cout 234 std::cout
235 << path << " " << ORTHANC_VERSION << std::endl 235 << path << " " << ORTHANC_VERSION << std::endl
236 << "Copyright (C) 2012-2013 Medical Physics Department, CHU of Liege (Belgium) " << std::endl 236 << "Copyright (C) 2012-2014 Medical Physics Department, CHU of Liege (Belgium) " << std::endl
237 << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL exception." << std::endl 237 << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL exception." << std::endl
238 << "This is free software: you are free to change and redistribute it." << std::endl 238 << "This is free software: you are free to change and redistribute it." << std::endl
239 << "There is NO WARRANTY, to the extent permitted by law." << std::endl 239 << "There is NO WARRANTY, to the extent permitted by law." << std::endl
240 << std::endl 240 << std::endl
241 << "Written by Sebastien Jodogne <s.jodogne@gmail.com>" << std::endl; 241 << "Written by Sebastien Jodogne <s.jodogne@gmail.com>" << std::endl;