# HG changeset patch # User Sebastien Jodogne # Date 1423125698 -3600 # Node ID 5810700b68fa281735b8f73e3eaeb27e90924dae # Parent 6e7e5ed91c2d27aef288dd81af9e33d8432ce08f upgrade to year 2015 diff -r 6e7e5ed91c2d -r 5810700b68fa OrthancCppClient/SharedLibrary/Product.json --- 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" } diff -r 6e7e5ed91c2d -r 5810700b68fa OrthancServer/main.cpp --- 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 , 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