# HG changeset patch # User Sebastien Jodogne # Date 1451912029 -3600 # Node ID e6f78f4dd66d85cd68f22f40893df4caa8d730cd # Parent d5b770e3314c56d9d7905497f550fcec7d05686e 2016 diff -r d5b770e3314c -r e6f78f4dd66d CMakeLists.txt --- a/CMakeLists.txt Mon Jan 04 13:52:01 2016 +0100 +++ b/CMakeLists.txt Mon Jan 04 13:53:49 2016 +0100 @@ -1,5 +1,5 @@ # Orthanc - A Lightweight, RESTful DICOM Store -# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics +# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium # # This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d Core/Configuration.cpp --- a/Core/Configuration.cpp Mon Jan 04 13:52:01 2016 +0100 +++ b/Core/Configuration.cpp Mon Jan 04 13:53:49 2016 +0100 @@ -1,6 +1,6 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d Core/Configuration.h --- a/Core/Configuration.h Mon Jan 04 13:52:01 2016 +0100 +++ b/Core/Configuration.h Mon Jan 04 13:53:49 2016 +0100 @@ -1,6 +1,6 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d Core/GlobalProperties.cpp --- a/Core/GlobalProperties.cpp Mon Jan 04 13:52:01 2016 +0100 +++ b/Core/GlobalProperties.cpp Mon Jan 04 13:53:49 2016 +0100 @@ -1,6 +1,6 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d Core/GlobalProperties.h --- a/Core/GlobalProperties.h Mon Jan 04 13:52:01 2016 +0100 +++ b/Core/GlobalProperties.h Mon Jan 04 13:53:49 2016 +0100 @@ -1,6 +1,6 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d Core/PostgreSQLConnection.cpp --- a/Core/PostgreSQLConnection.cpp Mon Jan 04 13:52:01 2016 +0100 +++ b/Core/PostgreSQLConnection.cpp Mon Jan 04 13:53:49 2016 +0100 @@ -1,6 +1,6 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d Core/PostgreSQLConnection.h --- a/Core/PostgreSQLConnection.h Mon Jan 04 13:52:01 2016 +0100 +++ b/Core/PostgreSQLConnection.h Mon Jan 04 13:53:49 2016 +0100 @@ -1,6 +1,6 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d Core/PostgreSQLException.h --- a/Core/PostgreSQLException.h Mon Jan 04 13:52:01 2016 +0100 +++ b/Core/PostgreSQLException.h Mon Jan 04 13:53:49 2016 +0100 @@ -1,6 +1,6 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d Core/PostgreSQLLargeObject.cpp --- a/Core/PostgreSQLLargeObject.cpp Mon Jan 04 13:52:01 2016 +0100 +++ b/Core/PostgreSQLLargeObject.cpp Mon Jan 04 13:53:49 2016 +0100 @@ -1,6 +1,6 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d Core/PostgreSQLLargeObject.h --- a/Core/PostgreSQLLargeObject.h Mon Jan 04 13:52:01 2016 +0100 +++ b/Core/PostgreSQLLargeObject.h Mon Jan 04 13:53:49 2016 +0100 @@ -1,6 +1,6 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d Core/PostgreSQLResult.cpp --- a/Core/PostgreSQLResult.cpp Mon Jan 04 13:52:01 2016 +0100 +++ b/Core/PostgreSQLResult.cpp Mon Jan 04 13:53:49 2016 +0100 @@ -1,6 +1,6 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d Core/PostgreSQLResult.h --- a/Core/PostgreSQLResult.h Mon Jan 04 13:52:01 2016 +0100 +++ b/Core/PostgreSQLResult.h Mon Jan 04 13:53:49 2016 +0100 @@ -1,6 +1,6 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d Core/PostgreSQLStatement.cpp --- a/Core/PostgreSQLStatement.cpp Mon Jan 04 13:52:01 2016 +0100 +++ b/Core/PostgreSQLStatement.cpp Mon Jan 04 13:53:49 2016 +0100 @@ -1,6 +1,6 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d Core/PostgreSQLStatement.h --- a/Core/PostgreSQLStatement.h Mon Jan 04 13:52:01 2016 +0100 +++ b/Core/PostgreSQLStatement.h Mon Jan 04 13:53:49 2016 +0100 @@ -1,6 +1,6 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d Core/PostgreSQLTransaction.cpp --- a/Core/PostgreSQLTransaction.cpp Mon Jan 04 13:52:01 2016 +0100 +++ b/Core/PostgreSQLTransaction.cpp Mon Jan 04 13:53:49 2016 +0100 @@ -1,6 +1,6 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d Core/PostgreSQLTransaction.h --- a/Core/PostgreSQLTransaction.h Mon Jan 04 13:52:01 2016 +0100 +++ b/Core/PostgreSQLTransaction.h Mon Jan 04 13:53:49 2016 +0100 @@ -1,6 +1,6 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d IndexPlugin/Plugin.cpp --- a/IndexPlugin/Plugin.cpp Mon Jan 04 13:52:01 2016 +0100 +++ b/IndexPlugin/Plugin.cpp Mon Jan 04 13:53:49 2016 +0100 @@ -1,6 +1,6 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d IndexPlugin/PostgreSQLWrapper.cpp --- a/IndexPlugin/PostgreSQLWrapper.cpp Mon Jan 04 13:52:01 2016 +0100 +++ b/IndexPlugin/PostgreSQLWrapper.cpp Mon Jan 04 13:53:49 2016 +0100 @@ -1,6 +1,6 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d IndexPlugin/PostgreSQLWrapper.h --- a/IndexPlugin/PostgreSQLWrapper.h Mon Jan 04 13:52:01 2016 +0100 +++ b/IndexPlugin/PostgreSQLWrapper.h Mon Jan 04 13:53:49 2016 +0100 @@ -1,6 +1,6 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d Orthanc/Sdk-0.9.5/orthanc/OrthancCDatabasePlugin.h --- a/Orthanc/Sdk-0.9.5/orthanc/OrthancCDatabasePlugin.h Mon Jan 04 13:52:01 2016 +0100 +++ b/Orthanc/Sdk-0.9.5/orthanc/OrthancCDatabasePlugin.h Mon Jan 04 13:53:49 2016 +0100 @@ -4,7 +4,7 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d Orthanc/Sdk-0.9.5/orthanc/OrthancCPlugin.h --- a/Orthanc/Sdk-0.9.5/orthanc/OrthancCPlugin.h Mon Jan 04 13:52:01 2016 +0100 +++ b/Orthanc/Sdk-0.9.5/orthanc/OrthancCPlugin.h Mon Jan 04 13:53:49 2016 +0100 @@ -69,7 +69,7 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d Orthanc/Sdk-0.9.5/orthanc/OrthancCppDatabasePlugin.h --- a/Orthanc/Sdk-0.9.5/orthanc/OrthancCppDatabasePlugin.h Mon Jan 04 13:52:01 2016 +0100 +++ b/Orthanc/Sdk-0.9.5/orthanc/OrthancCppDatabasePlugin.h Mon Jan 04 13:53:49 2016 +0100 @@ -1,6 +1,6 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d Resources/CMake/PostgreSQLConfiguration.cmake --- a/Resources/CMake/PostgreSQLConfiguration.cmake Mon Jan 04 13:52:01 2016 +0100 +++ b/Resources/CMake/PostgreSQLConfiguration.cmake Mon Jan 04 13:53:49 2016 +0100 @@ -1,5 +1,5 @@ # Orthanc - A Lightweight, RESTful DICOM Store -# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics +# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium # # This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d StoragePlugin/Plugin.cpp --- a/StoragePlugin/Plugin.cpp Mon Jan 04 13:52:01 2016 +0100 +++ b/StoragePlugin/Plugin.cpp Mon Jan 04 13:53:49 2016 +0100 @@ -1,6 +1,6 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d StoragePlugin/PostgreSQLStorageArea.cpp --- a/StoragePlugin/PostgreSQLStorageArea.cpp Mon Jan 04 13:52:01 2016 +0100 +++ b/StoragePlugin/PostgreSQLStorageArea.cpp Mon Jan 04 13:53:49 2016 +0100 @@ -1,6 +1,6 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d StoragePlugin/PostgreSQLStorageArea.h --- a/StoragePlugin/PostgreSQLStorageArea.h Mon Jan 04 13:52:01 2016 +0100 +++ b/StoragePlugin/PostgreSQLStorageArea.h Mon Jan 04 13:53:49 2016 +0100 @@ -1,6 +1,6 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d UnitTestsSources/PostgreSQLTests.cpp --- a/UnitTestsSources/PostgreSQLTests.cpp Mon Jan 04 13:52:01 2016 +0100 +++ b/UnitTestsSources/PostgreSQLTests.cpp Mon Jan 04 13:53:49 2016 +0100 @@ -1,6 +1,6 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d UnitTestsSources/PostgreSQLWrapperTests.cpp --- a/UnitTestsSources/PostgreSQLWrapperTests.cpp Mon Jan 04 13:52:01 2016 +0100 +++ b/UnitTestsSources/PostgreSQLWrapperTests.cpp Mon Jan 04 13:53:49 2016 +0100 @@ -1,6 +1,6 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or diff -r d5b770e3314c -r e6f78f4dd66d UnitTestsSources/UnitTestsMain.cpp --- a/UnitTestsSources/UnitTestsMain.cpp Mon Jan 04 13:52:01 2016 +0100 +++ b/UnitTestsSources/UnitTestsMain.cpp Mon Jan 04 13:53:49 2016 +0100 @@ -1,6 +1,6 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store - * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * * This program is free software: you can redistribute it and/or