diff Applications/ApplicationToolbox.cpp @ 157:6b8ccfc02051

preparing for 2019
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 24 Dec 2018 13:48:31 +0100
parents a0a3530ff69c
children e3cbf890b588
line wrap: on
line diff
--- a/Applications/ApplicationToolbox.cpp	Wed Dec 05 09:33:49 2018 +0100
+++ b/Applications/ApplicationToolbox.cpp	Mon Dec 24 13:48:31 2018 +0100
@@ -2,7 +2,7 @@
  * Orthanc - A Lightweight, RESTful DICOM Store
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
@@ -218,12 +218,12 @@
         << path << " " << ORTHANC_WSI_VERSION << std::endl
         << "Copyright (C) 2012-2016 Sebastien Jodogne, "
         << "Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl
-        << "Copyright (C) 2017-2018 Osimis S.A. (Belgium)" << std::endl
+        << "Copyright (C) 2017-2019 Osimis S.A. (Belgium)" << std::endl
         << "Licensing AGPL: GNU AGPL version 3 or later <http://gnu.org/licenses/agpl.html>." << 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
         << std::endl
-        << "Written by Sebastien Jodogne <s.jodogne@gmail.com>" << std::endl;
+        << "Written by Sebastien Jodogne <s.jodogne@orthanc-labs.com>" << std::endl;
     }