# HG changeset patch # User Sebastien Jodogne # Date 1645598137 -3600 # Node ID eb6ac5a801d1369f3ec21abb857aa7499684f8d2 # Parent e2b2e1d4e1bb36fd46241a9c92f2663fa4e47988 update to year 2022 diff -r e2b2e1d4e1bb -r eb6ac5a801d1 AUTHORS --- a/AUTHORS Wed Feb 23 07:30:33 2022 +0100 +++ b/AUTHORS Wed Feb 23 07:35:37 2022 +0100 @@ -5,8 +5,17 @@ Authors ------- +* Sebastien Jodogne + + Overall design and lead developer. + * Osimis S.A. Quai Banning 6 4000 Liege Belgium http://www.osimis.io/ + +* ICTEAM, UCLouvain + Place de l'Universite 1 + 1348 Ottignies-Louvain-la-Neuve + Belgium diff -r e2b2e1d4e1bb -r eb6ac5a801d1 CodeAnalysis/Class.mustache --- a/CodeAnalysis/Class.mustache Wed Feb 23 07:30:33 2022 +0100 +++ b/CodeAnalysis/Class.mustache Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 CodeAnalysis/Enumeration.mustache --- a/CodeAnalysis/Enumeration.mustache Wed Feb 23 07:30:33 2022 +0100 +++ b/CodeAnalysis/Enumeration.mustache Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 CodeAnalysis/GlobalFunctions.mustache --- a/CodeAnalysis/GlobalFunctions.mustache Wed Feb 23 07:30:33 2022 +0100 +++ b/CodeAnalysis/GlobalFunctions.mustache Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 CodeAnalysis/ParseOrthancSDK.py --- a/CodeAnalysis/ParseOrthancSDK.py Wed Feb 23 07:30:33 2022 +0100 +++ b/CodeAnalysis/ParseOrthancSDK.py Wed Feb 23 07:35:37 2022 +0100 @@ -2,7 +2,8 @@ ## ## Python plugin for Orthanc -## Copyright (C) 2020-2021 Osimis S.A., Belgium +## Copyright (C) 2020-2022 Osimis S.A., Belgium +## Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium ## ## This program is free software: you can redistribute it and/or ## modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 CodeAnalysis/sdk.cpp.mustache --- a/CodeAnalysis/sdk.cpp.mustache Wed Feb 23 07:30:33 2022 +0100 +++ b/CodeAnalysis/sdk.cpp.mustache Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 CodeAnalysis/sdk.h.mustache --- a/CodeAnalysis/sdk.h.mustache Wed Feb 23 07:30:33 2022 +0100 +++ b/CodeAnalysis/sdk.h.mustache Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 NEWS --- a/NEWS Wed Feb 23 07:30:33 2022 +0100 +++ b/NEWS Wed Feb 23 07:35:37 2022 +0100 @@ -1,12 +1,11 @@ Pending changes in the mainline =============================== -=> Minimum SDK version: 1.9.8 <= That has not been released yet !!! - -* New functions from the SDK wrapped in Python: +* New functions from the SDK wrapped in Python (if Orthanc SDK is >= 1.10.0): - orthanc.RegisterIncomingCStoreInstanceFilter() - orthanc.RegisterReceivedInstanceCallback() + Version 3.4 (2021-08-31) ======================== diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk.cpp --- a/Sources/Autogenerated/sdk.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk.h --- a/Sources/Autogenerated/sdk.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_GlobalFunctions.impl.h --- a/Sources/Autogenerated/sdk_GlobalFunctions.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_GlobalFunctions.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginChangeType.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginChangeType.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginChangeType.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginCompressionType.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginCompressionType.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginCompressionType.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginConstraintType.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginConstraintType.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginConstraintType.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginContentType.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginContentType.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginContentType.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginCreateDicomFlags.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginCreateDicomFlags.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginCreateDicomFlags.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginDicomInstance.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginDicomInstance.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginDicomInstance.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginDicomToJsonFlags.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginDicomToJsonFlags.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginDicomToJsonFlags.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginDicomToJsonFormat.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginDicomToJsonFormat.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginDicomToJsonFormat.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginDicomWebBinaryMode.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginDicomWebBinaryMode.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginDicomWebBinaryMode.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginDicomWebNode.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginDicomWebNode.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginDicomWebNode.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginErrorCode.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginErrorCode.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginErrorCode.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginFindAnswers.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginFindAnswers.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginFindAnswers.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginFindMatcher.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginFindMatcher.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginFindMatcher.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginFindQuery.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginFindQuery.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginFindQuery.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginHttpMethod.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginHttpMethod.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginHttpMethod.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginIdentifierConstraint.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginIdentifierConstraint.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginIdentifierConstraint.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginImage.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginImage.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginImage.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginImageFormat.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginImageFormat.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginImageFormat.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginInstanceOrigin.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginInstanceOrigin.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginInstanceOrigin.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginJob.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginJob.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginJob.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginJobStepStatus.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginJobStepStatus.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginJobStepStatus.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginJobStopReason.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginJobStopReason.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginJobStopReason.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginMetricsType.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginMetricsType.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginMetricsType.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginPeers.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginPeers.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginPeers.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginPixelFormat.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginPixelFormat.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginPixelFormat.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginReceivedInstanceCallbackResult.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginReceivedInstanceCallbackResult.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginReceivedInstanceCallbackResult.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginResourceType.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginResourceType.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginResourceType.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginRestOutput.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginRestOutput.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginRestOutput.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginServerChunkedRequestReader.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginServerChunkedRequestReader.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginServerChunkedRequestReader.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginStorageArea.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginStorageArea.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginStorageArea.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginStorageCommitmentFailureReason.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginStorageCommitmentFailureReason.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginStorageCommitmentFailureReason.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginValueRepresentation.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginValueRepresentation.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginValueRepresentation.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginWorklistAnswers.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginWorklistAnswers.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginWorklistAnswers.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Autogenerated/sdk_OrthancPluginWorklistQuery.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginWorklistQuery.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginWorklistQuery.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/DicomScpCallbacks.cpp --- a/Sources/DicomScpCallbacks.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/DicomScpCallbacks.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/DicomScpCallbacks.h --- a/Sources/DicomScpCallbacks.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/DicomScpCallbacks.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/ICallbackRegistration.cpp --- a/Sources/ICallbackRegistration.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/ICallbackRegistration.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/ICallbackRegistration.h --- a/Sources/ICallbackRegistration.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/ICallbackRegistration.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/IncomingHttpRequestFilter.cpp --- a/Sources/IncomingHttpRequestFilter.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/IncomingHttpRequestFilter.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/IncomingHttpRequestFilter.h --- a/Sources/IncomingHttpRequestFilter.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/IncomingHttpRequestFilter.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/IncomingInstanceFilter.cpp --- a/Sources/IncomingInstanceFilter.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/IncomingInstanceFilter.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/IncomingInstanceFilter.h --- a/Sources/IncomingInstanceFilter.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/IncomingInstanceFilter.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/OnChangeCallback.cpp --- a/Sources/OnChangeCallback.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/OnChangeCallback.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/OnChangeCallback.h --- a/Sources/OnChangeCallback.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/OnChangeCallback.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/OnStoredInstanceCallback.cpp --- a/Sources/OnStoredInstanceCallback.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/OnStoredInstanceCallback.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/OnStoredInstanceCallback.h --- a/Sources/OnStoredInstanceCallback.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/OnStoredInstanceCallback.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/Plugin.cpp --- a/Sources/Plugin.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Plugin.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/PythonFunction.cpp --- a/Sources/PythonFunction.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/PythonFunction.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/PythonFunction.h --- a/Sources/PythonFunction.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/PythonFunction.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/PythonHeaderWrapper.h --- a/Sources/PythonHeaderWrapper.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/PythonHeaderWrapper.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/PythonLock.cpp --- a/Sources/PythonLock.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/PythonLock.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/PythonLock.h --- a/Sources/PythonLock.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/PythonLock.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/PythonModule.cpp --- a/Sources/PythonModule.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/PythonModule.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/PythonModule.h --- a/Sources/PythonModule.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/PythonModule.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** 2 * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/PythonObject.cpp --- a/Sources/PythonObject.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/PythonObject.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/PythonObject.h --- a/Sources/PythonObject.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/PythonObject.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/PythonString.cpp --- a/Sources/PythonString.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/PythonString.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/PythonString.h --- a/Sources/PythonString.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/PythonString.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/ReceivedInstanceCallback.cpp --- a/Sources/ReceivedInstanceCallback.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/ReceivedInstanceCallback.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/ReceivedInstanceCallback.h --- a/Sources/ReceivedInstanceCallback.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/ReceivedInstanceCallback.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/RestCallbacks.cpp --- a/Sources/RestCallbacks.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/RestCallbacks.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/RestCallbacks.h --- a/Sources/RestCallbacks.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/RestCallbacks.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/StorageArea.cpp --- a/Sources/StorageArea.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/StorageArea.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r e2b2e1d4e1bb -r eb6ac5a801d1 Sources/StorageArea.h --- a/Sources/StorageArea.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/StorageArea.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License