comparison OrthancServer/main.cpp @ 363:b9bc31c6b639

version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 31 Jan 2013 15:57:17 +0100
parents 4d7469f72a0b
children 2cef9c2d4148
comparison
equal deleted inserted replaced
362:29f0606ef810 363:b9bc31c6b639
122 122
123 void PrintVersion(char* path) 123 void PrintVersion(char* path)
124 { 124 {
125 std::cout 125 std::cout
126 << path << " " << ORTHANC_VERSION << std::endl 126 << path << " " << ORTHANC_VERSION << std::endl
127 << "Copyright (C) 2012 Medical Physics Department, CHU of Liege (Belgium) " << std::endl 127 << "Copyright (C) 2012-2013 Medical Physics Department, CHU of Liege (Belgium) " << std::endl
128 << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL exception." << std::endl 128 << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL exception." << std::endl
129 << "This is free software: you are free to change and redistribute it." << std::endl 129 << "This is free software: you are free to change and redistribute it." << std::endl
130 << "There is NO WARRANTY, to the extent permitted by law." << std::endl 130 << "There is NO WARRANTY, to the extent permitted by law." << std::endl
131 << std::endl 131 << std::endl
132 << "Written by Sebastien Jodogne <s.jodogne@gmail.com>" << std::endl; 132 << "Written by Sebastien Jodogne <s.jodogne@gmail.com>" << std::endl;