changeset 94:e6f78f4dd66d

2016
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Jan 2016 13:53:49 +0100
parents d5b770e3314c
children 665fb2349169
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 Orthanc/Sdk-0.9.5/orthanc/OrthancCDatabasePlugin.h Orthanc/Sdk-0.9.5/orthanc/OrthancCPlugin.h Orthanc/Sdk-0.9.5/orthanc/OrthancCppDatabasePlugin.h Resources/CMake/PostgreSQLConfiguration.cmake StoragePlugin/Plugin.cpp StoragePlugin/PostgreSQLStorageArea.cpp StoragePlugin/PostgreSQLStorageArea.h UnitTestsSources/PostgreSQLTests.cpp UnitTestsSources/PostgreSQLWrapperTests.cpp UnitTestsSources/UnitTestsMain.cpp
diffstat 29 files changed, 29 insertions(+), 29 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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