Mercurial > hg > orthanc
changeset 1289:5810700b68fa
upgrade to year 2015
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 05 Feb 2015 09:41:38 +0100 |
parents | 6e7e5ed91c2d |
children | 92bc073db746 |
files | OrthancCppClient/SharedLibrary/Product.json OrthancServer/main.cpp |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancCppClient/SharedLibrary/Product.json Thu Feb 05 09:39:55 2015 +0100 +++ b/OrthancCppClient/SharedLibrary/Product.json Thu Feb 05 09:41:38 2015 +0100 @@ -1,8 +1,8 @@ { "Product" : "OrthancClient", "Description" : "Native client to the REST API of Orthanc", - "Company" : "CHU of Liege", - "Copyright" : "(c) 2012-2014, Sebastien Jodogne, University Hospital of Liege", - "Legal" : "Licensing information is available on https://code.google.com/p/orthanc/", + "Company" : "University Hospital of Liege", + "Copyright" : "(c) 2012-2015, Sebastien Jodogne, University Hospital of Liege", + "Legal" : "Licensing information is available on http://www.orthanc-server.com/", "Version" : "0.8.5" }
--- a/OrthancServer/main.cpp Thu Feb 05 09:39:55 2015 +0100 +++ b/OrthancServer/main.cpp Thu Feb 05 09:41:38 2015 +0100 @@ -340,7 +340,7 @@ { std::cout << path << " " << ORTHANC_VERSION << std::endl - << "Copyright (C) 2012-2014 Medical Physics Department, CHU of Liege (Belgium) " << std::endl + << "Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL exception." << std::endl << "This is free software: you are free to change and redistribute it." << std::endl << "There is NO WARRANTY, to the extent permitted by law." << std::endl