changeset 126:ba9cb920e679

shared copyright with osimis
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 04 Jan 2017 16:21:15 +0100
parents 2b2f1b76aae0
children e062e6f1ed91
files CMakeLists.txt Core/Configuration.cpp Core/Configuration.h Core/GlobalProperties.cpp Core/GlobalProperties.h Core/PostgreSQLConnection.cpp Core/PostgreSQLConnection.h Core/PostgreSQLException.h Core/PostgreSQLLargeObject.cpp Core/PostgreSQLLargeObject.h Core/PostgreSQLResult.cpp Core/PostgreSQLResult.h Core/PostgreSQLStatement.cpp Core/PostgreSQLStatement.h Core/PostgreSQLTransaction.cpp Core/PostgreSQLTransaction.h IndexPlugin/Plugin.cpp IndexPlugin/PostgreSQLWrapper.cpp IndexPlugin/PostgreSQLWrapper.h Resources/CMake/PostgreSQLConfiguration.cmake StoragePlugin/Plugin.cpp StoragePlugin/PostgreSQLStorageArea.cpp StoragePlugin/PostgreSQLStorageArea.h UnitTestsSources/PostgreSQLTests.cpp UnitTestsSources/PostgreSQLWrapperTests.cpp UnitTestsSources/UnitTestsMain.cpp
diffstat 26 files changed, 26 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Jan 04 16:20:03 2017 +0100
+++ b/CMakeLists.txt	Wed Jan 04 16:21:15 2017 +0100
@@ -1,6 +1,7 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
+# Copyright (C) 2017 Osimis, Belgium
 #
 # This program is free software: you can redistribute it and/or
 # modify it under the terms of the GNU Affero General Public License
--- a/Core/Configuration.cpp	Wed Jan 04 16:20:03 2017 +0100
+++ b/Core/Configuration.cpp	Wed Jan 04 16:21:15 2017 +0100
@@ -2,6 +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 Osimis, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Core/Configuration.h	Wed Jan 04 16:20:03 2017 +0100
+++ b/Core/Configuration.h	Wed Jan 04 16:21:15 2017 +0100
@@ -2,6 +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 Osimis, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Core/GlobalProperties.cpp	Wed Jan 04 16:20:03 2017 +0100
+++ b/Core/GlobalProperties.cpp	Wed Jan 04 16:21:15 2017 +0100
@@ -2,6 +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 Osimis, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Core/GlobalProperties.h	Wed Jan 04 16:20:03 2017 +0100
+++ b/Core/GlobalProperties.h	Wed Jan 04 16:21:15 2017 +0100
@@ -2,6 +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 Osimis, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Core/PostgreSQLConnection.cpp	Wed Jan 04 16:20:03 2017 +0100
+++ b/Core/PostgreSQLConnection.cpp	Wed Jan 04 16:21:15 2017 +0100
@@ -2,6 +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 Osimis, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Core/PostgreSQLConnection.h	Wed Jan 04 16:20:03 2017 +0100
+++ b/Core/PostgreSQLConnection.h	Wed Jan 04 16:21:15 2017 +0100
@@ -2,6 +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 Osimis, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Core/PostgreSQLException.h	Wed Jan 04 16:20:03 2017 +0100
+++ b/Core/PostgreSQLException.h	Wed Jan 04 16:21:15 2017 +0100
@@ -2,6 +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 Osimis, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Core/PostgreSQLLargeObject.cpp	Wed Jan 04 16:20:03 2017 +0100
+++ b/Core/PostgreSQLLargeObject.cpp	Wed Jan 04 16:21:15 2017 +0100
@@ -2,6 +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 Osimis, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Core/PostgreSQLLargeObject.h	Wed Jan 04 16:20:03 2017 +0100
+++ b/Core/PostgreSQLLargeObject.h	Wed Jan 04 16:21:15 2017 +0100
@@ -2,6 +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 Osimis, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Core/PostgreSQLResult.cpp	Wed Jan 04 16:20:03 2017 +0100
+++ b/Core/PostgreSQLResult.cpp	Wed Jan 04 16:21:15 2017 +0100
@@ -2,6 +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 Osimis, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Core/PostgreSQLResult.h	Wed Jan 04 16:20:03 2017 +0100
+++ b/Core/PostgreSQLResult.h	Wed Jan 04 16:21:15 2017 +0100
@@ -2,6 +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 Osimis, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Core/PostgreSQLStatement.cpp	Wed Jan 04 16:20:03 2017 +0100
+++ b/Core/PostgreSQLStatement.cpp	Wed Jan 04 16:21:15 2017 +0100
@@ -2,6 +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 Osimis, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Core/PostgreSQLStatement.h	Wed Jan 04 16:20:03 2017 +0100
+++ b/Core/PostgreSQLStatement.h	Wed Jan 04 16:21:15 2017 +0100
@@ -2,6 +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 Osimis, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Core/PostgreSQLTransaction.cpp	Wed Jan 04 16:20:03 2017 +0100
+++ b/Core/PostgreSQLTransaction.cpp	Wed Jan 04 16:21:15 2017 +0100
@@ -2,6 +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 Osimis, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Core/PostgreSQLTransaction.h	Wed Jan 04 16:20:03 2017 +0100
+++ b/Core/PostgreSQLTransaction.h	Wed Jan 04 16:21:15 2017 +0100
@@ -2,6 +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 Osimis, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/IndexPlugin/Plugin.cpp	Wed Jan 04 16:20:03 2017 +0100
+++ b/IndexPlugin/Plugin.cpp	Wed Jan 04 16:21:15 2017 +0100
@@ -2,6 +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 Osimis, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/IndexPlugin/PostgreSQLWrapper.cpp	Wed Jan 04 16:20:03 2017 +0100
+++ b/IndexPlugin/PostgreSQLWrapper.cpp	Wed Jan 04 16:21:15 2017 +0100
@@ -2,6 +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 Osimis, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/IndexPlugin/PostgreSQLWrapper.h	Wed Jan 04 16:20:03 2017 +0100
+++ b/IndexPlugin/PostgreSQLWrapper.h	Wed Jan 04 16:21:15 2017 +0100
@@ -2,6 +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 Osimis, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Resources/CMake/PostgreSQLConfiguration.cmake	Wed Jan 04 16:20:03 2017 +0100
+++ b/Resources/CMake/PostgreSQLConfiguration.cmake	Wed Jan 04 16:21:15 2017 +0100
@@ -1,6 +1,7 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
+# Copyright (C) 2017 Osimis, Belgium
 #
 # This program is free software: you can redistribute it and/or
 # modify it under the terms of the GNU Affero General Public License
--- a/StoragePlugin/Plugin.cpp	Wed Jan 04 16:20:03 2017 +0100
+++ b/StoragePlugin/Plugin.cpp	Wed Jan 04 16:21:15 2017 +0100
@@ -2,6 +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 Osimis, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/StoragePlugin/PostgreSQLStorageArea.cpp	Wed Jan 04 16:20:03 2017 +0100
+++ b/StoragePlugin/PostgreSQLStorageArea.cpp	Wed Jan 04 16:21:15 2017 +0100
@@ -2,6 +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 Osimis, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/StoragePlugin/PostgreSQLStorageArea.h	Wed Jan 04 16:20:03 2017 +0100
+++ b/StoragePlugin/PostgreSQLStorageArea.h	Wed Jan 04 16:21:15 2017 +0100
@@ -2,6 +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 Osimis, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/UnitTestsSources/PostgreSQLTests.cpp	Wed Jan 04 16:20:03 2017 +0100
+++ b/UnitTestsSources/PostgreSQLTests.cpp	Wed Jan 04 16:21:15 2017 +0100
@@ -2,6 +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 Osimis, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/UnitTestsSources/PostgreSQLWrapperTests.cpp	Wed Jan 04 16:20:03 2017 +0100
+++ b/UnitTestsSources/PostgreSQLWrapperTests.cpp	Wed Jan 04 16:21:15 2017 +0100
@@ -2,6 +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 Osimis, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/UnitTestsSources/UnitTestsMain.cpp	Wed Jan 04 16:20:03 2017 +0100
+++ b/UnitTestsSources/UnitTestsMain.cpp	Wed Jan 04 16:21:15 2017 +0100
@@ -2,6 +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 Osimis, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License