# HG changeset patch # User Sebastien Jodogne # Date 1737119657 -3600 # Node ID 53e7922fab9acf5ebfa57fcb98e73ebb4beb5101 # Parent 6a796a24e2edbd56a2056190a0944701cd3de2e8 uniformization diff -r 6a796a24e2ed -r 53e7922fab9a OrthancFramework/Sources/SQLite/Connection.cpp --- a/OrthancFramework/Sources/SQLite/Connection.cpp Fri Jan 17 12:13:21 2025 +0100 +++ b/OrthancFramework/Sources/SQLite/Connection.cpp Fri Jan 17 14:14:17 2025 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * * Copyright (C) 2012-2016 Sebastien Jodogne , - * Medical Physics Department, CHU of Liege, Belgium + * Medical Physics Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2023 Osimis S.A., Belgium * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium @@ -19,7 +19,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google Inc., the name of the CHU of Liege, + * * Neither the name of Google Inc., the name of the University Hospital of Liege, * nor the names of its contributors may be used to endorse or promote * products derived from this software without specific prior written * permission. diff -r 6a796a24e2ed -r 53e7922fab9a OrthancFramework/Sources/SQLite/Connection.h --- a/OrthancFramework/Sources/SQLite/Connection.h Fri Jan 17 12:13:21 2025 +0100 +++ b/OrthancFramework/Sources/SQLite/Connection.h Fri Jan 17 14:14:17 2025 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * * Copyright (C) 2012-2016 Sebastien Jodogne , - * Medical Physics Department, CHU of Liege, Belgium + * Medical Physics Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2023 Osimis S.A., Belgium * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium @@ -19,7 +19,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google Inc., the name of the CHU of Liege, + * * Neither the name of Google Inc., the name of the University Hospital of Liege, * nor the names of its contributors may be used to endorse or promote * products derived from this software without specific prior written * permission. diff -r 6a796a24e2ed -r 53e7922fab9a OrthancFramework/Sources/SQLite/FunctionContext.cpp --- a/OrthancFramework/Sources/SQLite/FunctionContext.cpp Fri Jan 17 12:13:21 2025 +0100 +++ b/OrthancFramework/Sources/SQLite/FunctionContext.cpp Fri Jan 17 14:14:17 2025 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * * Copyright (C) 2012-2016 Sebastien Jodogne , - * Medical Physics Department, CHU of Liege, Belgium + * Medical Physics Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2023 Osimis S.A., Belgium * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium @@ -17,7 +17,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of the CHU of Liege, nor the names of its + * * Neither the name of the University Hospital of Liege, nor the names of its * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. * diff -r 6a796a24e2ed -r 53e7922fab9a OrthancFramework/Sources/SQLite/FunctionContext.h --- a/OrthancFramework/Sources/SQLite/FunctionContext.h Fri Jan 17 12:13:21 2025 +0100 +++ b/OrthancFramework/Sources/SQLite/FunctionContext.h Fri Jan 17 14:14:17 2025 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * * Copyright (C) 2012-2016 Sebastien Jodogne , - * Medical Physics Department, CHU of Liege, Belgium + * Medical Physics Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2023 Osimis S.A., Belgium * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium @@ -17,7 +17,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of the CHU of Liege, nor the names of its + * * Neither the name of the University Hospital of Liege, nor the names of its * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. * diff -r 6a796a24e2ed -r 53e7922fab9a OrthancFramework/Sources/SQLite/IScalarFunction.h --- a/OrthancFramework/Sources/SQLite/IScalarFunction.h Fri Jan 17 12:13:21 2025 +0100 +++ b/OrthancFramework/Sources/SQLite/IScalarFunction.h Fri Jan 17 14:14:17 2025 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * * Copyright (C) 2012-2016 Sebastien Jodogne , - * Medical Physics Department, CHU of Liege, Belgium + * Medical Physics Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2023 Osimis S.A., Belgium * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium @@ -17,7 +17,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of the CHU of Liege, nor the names of its + * * Neither the name of the University Hospital of Liege, nor the names of its * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. * diff -r 6a796a24e2ed -r 53e7922fab9a OrthancFramework/Sources/SQLite/ITransaction.h --- a/OrthancFramework/Sources/SQLite/ITransaction.h Fri Jan 17 12:13:21 2025 +0100 +++ b/OrthancFramework/Sources/SQLite/ITransaction.h Fri Jan 17 14:14:17 2025 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * * Copyright (C) 2012-2016 Sebastien Jodogne , - * Medical Physics Department, CHU of Liege, Belgium + * Medical Physics Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2023 Osimis S.A., Belgium * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium @@ -19,7 +19,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google Inc., the name of the CHU of Liege, + * * Neither the name of Google Inc., the name of the University Hospital of Liege, * nor the names of its contributors may be used to endorse or promote * products derived from this software without specific prior written * permission. diff -r 6a796a24e2ed -r 53e7922fab9a OrthancFramework/Sources/SQLite/NonCopyable.h --- a/OrthancFramework/Sources/SQLite/NonCopyable.h Fri Jan 17 12:13:21 2025 +0100 +++ b/OrthancFramework/Sources/SQLite/NonCopyable.h Fri Jan 17 14:14:17 2025 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * * Copyright (C) 2012-2016 Sebastien Jodogne , - * Medical Physics Department, CHU of Liege, Belgium + * Medical Physics Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2023 Osimis S.A., Belgium * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium @@ -17,7 +17,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google Inc., the name of the CHU of Liege, + * * Neither the name of Google Inc., the name of the University Hospital of Liege, * nor the names of its contributors may be used to endorse or promote * products derived from this software without specific prior written * permission. diff -r 6a796a24e2ed -r 53e7922fab9a OrthancFramework/Sources/SQLite/OrthancSQLiteException.h --- a/OrthancFramework/Sources/SQLite/OrthancSQLiteException.h Fri Jan 17 12:13:21 2025 +0100 +++ b/OrthancFramework/Sources/SQLite/OrthancSQLiteException.h Fri Jan 17 14:14:17 2025 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * * Copyright (C) 2012-2016 Sebastien Jodogne , - * Medical Physics Department, CHU of Liege, Belgium + * Medical Physics Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2023 Osimis S.A., Belgium * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium @@ -19,7 +19,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google Inc., the name of the CHU of Liege, + * * Neither the name of Google Inc., the name of the University Hospital of Liege, * nor the names of its contributors may be used to endorse or promote * products derived from this software without specific prior written * permission. diff -r 6a796a24e2ed -r 53e7922fab9a OrthancFramework/Sources/SQLite/SQLiteTypes.h --- a/OrthancFramework/Sources/SQLite/SQLiteTypes.h Fri Jan 17 12:13:21 2025 +0100 +++ b/OrthancFramework/Sources/SQLite/SQLiteTypes.h Fri Jan 17 14:14:17 2025 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * * Copyright (C) 2012-2016 Sebastien Jodogne , - * Medical Physics Department, CHU of Liege, Belgium + * Medical Physics Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2023 Osimis S.A., Belgium * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium @@ -17,7 +17,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of the CHU of Liege, nor the names of its + * * Neither the name of the University Hospital of Liege, nor the names of its * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. * diff -r 6a796a24e2ed -r 53e7922fab9a OrthancFramework/Sources/SQLite/Statement.cpp --- a/OrthancFramework/Sources/SQLite/Statement.cpp Fri Jan 17 12:13:21 2025 +0100 +++ b/OrthancFramework/Sources/SQLite/Statement.cpp Fri Jan 17 14:14:17 2025 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * * Copyright (C) 2012-2016 Sebastien Jodogne , - * Medical Physics Department, CHU of Liege, Belgium + * Medical Physics Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2023 Osimis S.A., Belgium * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium @@ -19,7 +19,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google Inc., the name of the CHU of Liege, + * * Neither the name of Google Inc., the name of the University Hospital of Liege, * nor the names of its contributors may be used to endorse or promote * products derived from this software without specific prior written * permission. diff -r 6a796a24e2ed -r 53e7922fab9a OrthancFramework/Sources/SQLite/Statement.h --- a/OrthancFramework/Sources/SQLite/Statement.h Fri Jan 17 12:13:21 2025 +0100 +++ b/OrthancFramework/Sources/SQLite/Statement.h Fri Jan 17 14:14:17 2025 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * * Copyright (C) 2012-2016 Sebastien Jodogne , - * Medical Physics Department, CHU of Liege, Belgium + * Medical Physics Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2023 Osimis S.A., Belgium * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium @@ -19,7 +19,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google Inc., the name of the CHU of Liege, + * * Neither the name of Google Inc., the name of the University Hospital of Liege, * nor the names of its contributors may be used to endorse or promote * products derived from this software without specific prior written * permission. diff -r 6a796a24e2ed -r 53e7922fab9a OrthancFramework/Sources/SQLite/StatementId.cpp --- a/OrthancFramework/Sources/SQLite/StatementId.cpp Fri Jan 17 12:13:21 2025 +0100 +++ b/OrthancFramework/Sources/SQLite/StatementId.cpp Fri Jan 17 14:14:17 2025 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * * Copyright (C) 2012-2016 Sebastien Jodogne , - * Medical Physics Department, CHU of Liege, Belgium + * Medical Physics Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2023 Osimis S.A., Belgium * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium @@ -19,7 +19,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google Inc., the name of the CHU of Liege, + * * Neither the name of Google Inc., the name of the University Hospital of Liege, * nor the names of its contributors may be used to endorse or promote * products derived from this software without specific prior written * permission. diff -r 6a796a24e2ed -r 53e7922fab9a OrthancFramework/Sources/SQLite/StatementId.h --- a/OrthancFramework/Sources/SQLite/StatementId.h Fri Jan 17 12:13:21 2025 +0100 +++ b/OrthancFramework/Sources/SQLite/StatementId.h Fri Jan 17 14:14:17 2025 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * * Copyright (C) 2012-2016 Sebastien Jodogne , - * Medical Physics Department, CHU of Liege, Belgium + * Medical Physics Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2023 Osimis S.A., Belgium * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium @@ -19,7 +19,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google Inc., the name of the CHU of Liege, + * * Neither the name of Google Inc., the name of the University Hospital of Liege, * nor the names of its contributors may be used to endorse or promote * products derived from this software without specific prior written * permission. diff -r 6a796a24e2ed -r 53e7922fab9a OrthancFramework/Sources/SQLite/StatementReference.cpp --- a/OrthancFramework/Sources/SQLite/StatementReference.cpp Fri Jan 17 12:13:21 2025 +0100 +++ b/OrthancFramework/Sources/SQLite/StatementReference.cpp Fri Jan 17 14:14:17 2025 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * * Copyright (C) 2012-2016 Sebastien Jodogne , - * Medical Physics Department, CHU of Liege, Belgium + * Medical Physics Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2023 Osimis S.A., Belgium * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium @@ -19,7 +19,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google Inc., the name of the CHU of Liege, + * * Neither the name of Google Inc., the name of the University Hospital of Liege, * nor the names of its contributors may be used to endorse or promote * products derived from this software without specific prior written * permission. diff -r 6a796a24e2ed -r 53e7922fab9a OrthancFramework/Sources/SQLite/StatementReference.h --- a/OrthancFramework/Sources/SQLite/StatementReference.h Fri Jan 17 12:13:21 2025 +0100 +++ b/OrthancFramework/Sources/SQLite/StatementReference.h Fri Jan 17 14:14:17 2025 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * * Copyright (C) 2012-2016 Sebastien Jodogne , - * Medical Physics Department, CHU of Liege, Belgium + * Medical Physics Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2023 Osimis S.A., Belgium * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium @@ -19,7 +19,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google Inc., the name of the CHU of Liege, + * * Neither the name of Google Inc., the name of the University Hospital of Liege, * nor the names of its contributors may be used to endorse or promote * products derived from this software without specific prior written * permission. diff -r 6a796a24e2ed -r 53e7922fab9a OrthancFramework/Sources/SQLite/Transaction.cpp --- a/OrthancFramework/Sources/SQLite/Transaction.cpp Fri Jan 17 12:13:21 2025 +0100 +++ b/OrthancFramework/Sources/SQLite/Transaction.cpp Fri Jan 17 14:14:17 2025 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * * Copyright (C) 2012-2016 Sebastien Jodogne , - * Medical Physics Department, CHU of Liege, Belgium + * Medical Physics Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2023 Osimis S.A., Belgium * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium @@ -19,7 +19,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google Inc., the name of the CHU of Liege, + * * Neither the name of Google Inc., the name of the University Hospital of Liege, * nor the names of its contributors may be used to endorse or promote * products derived from this software without specific prior written * permission. diff -r 6a796a24e2ed -r 53e7922fab9a OrthancFramework/Sources/SQLite/Transaction.h --- a/OrthancFramework/Sources/SQLite/Transaction.h Fri Jan 17 12:13:21 2025 +0100 +++ b/OrthancFramework/Sources/SQLite/Transaction.h Fri Jan 17 14:14:17 2025 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * * Copyright (C) 2012-2016 Sebastien Jodogne , - * Medical Physics Department, CHU of Liege, Belgium + * Medical Physics Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2023 Osimis S.A., Belgium * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium @@ -19,7 +19,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google Inc., the name of the CHU of Liege, + * * Neither the name of Google Inc., the name of the University Hospital of Liege, * nor the names of its contributors may be used to endorse or promote * products derived from this software without specific prior written * permission.