changeset 4829:c847b0dfd255

added missing copyright headers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 25 Nov 2021 18:53:08 +0100
parents 2425fa7bd50d
children 089b6c841da1 7053502fbf97
files OrthancFramework/Sources/SQLite/Connection.cpp OrthancFramework/Sources/SQLite/Connection.h OrthancFramework/Sources/SQLite/FunctionContext.cpp OrthancFramework/Sources/SQLite/FunctionContext.h OrthancFramework/Sources/SQLite/IScalarFunction.h OrthancFramework/Sources/SQLite/ITransaction.h OrthancFramework/Sources/SQLite/NonCopyable.h OrthancFramework/Sources/SQLite/OrthancSQLiteException.h OrthancFramework/Sources/SQLite/SQLiteTypes.h OrthancFramework/Sources/SQLite/Statement.cpp OrthancFramework/Sources/SQLite/Statement.h OrthancFramework/Sources/SQLite/StatementId.cpp OrthancFramework/Sources/SQLite/StatementId.h OrthancFramework/Sources/SQLite/StatementReference.cpp OrthancFramework/Sources/SQLite/StatementReference.h OrthancFramework/Sources/SQLite/Transaction.cpp OrthancFramework/Sources/SQLite/Transaction.h OrthancServer/Resources/Samples/CppHelpers/Logging/ILogger.h OrthancServer/Resources/Samples/CppHelpers/Logging/NullLogger.h OrthancServer/Resources/Samples/CppHelpers/Logging/OrthancLogger.cpp OrthancServer/Resources/Samples/CppHelpers/Logging/OrthancLogger.h OrthancServer/Resources/Samples/CppHelpers/Logging/OrthancPluginLogger.cpp OrthancServer/Resources/Samples/CppHelpers/Logging/OrthancPluginLogger.h
diffstat 23 files changed, 143 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancFramework/Sources/SQLite/Connection.cpp	Thu Nov 25 15:53:06 2021 +0100
+++ b/OrthancFramework/Sources/SQLite/Connection.cpp	Thu Nov 25 18:53:08 2021 +0100
@@ -3,6 +3,7 @@
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
  * Medical Physics Department, CHU of Liege, Belgium
+ * Copyright (C) 2017-2021 Osimis S.A., Belgium
  *
  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
  *
--- a/OrthancFramework/Sources/SQLite/Connection.h	Thu Nov 25 15:53:06 2021 +0100
+++ b/OrthancFramework/Sources/SQLite/Connection.h	Thu Nov 25 18:53:08 2021 +0100
@@ -3,6 +3,7 @@
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
  * Medical Physics Department, CHU of Liege, Belgium
+ * Copyright (C) 2017-2021 Osimis S.A., Belgium
  *
  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
  *
--- a/OrthancFramework/Sources/SQLite/FunctionContext.cpp	Thu Nov 25 15:53:06 2021 +0100
+++ b/OrthancFramework/Sources/SQLite/FunctionContext.cpp	Thu Nov 25 18:53:08 2021 +0100
@@ -3,6 +3,7 @@
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
  * Medical Physics Department, CHU of Liege, Belgium
+ * Copyright (C) 2017-2021 Osimis S.A., Belgium
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are
--- a/OrthancFramework/Sources/SQLite/FunctionContext.h	Thu Nov 25 15:53:06 2021 +0100
+++ b/OrthancFramework/Sources/SQLite/FunctionContext.h	Thu Nov 25 18:53:08 2021 +0100
@@ -3,6 +3,7 @@
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
  * Medical Physics Department, CHU of Liege, Belgium
+ * Copyright (C) 2017-2021 Osimis S.A., Belgium
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are
--- a/OrthancFramework/Sources/SQLite/IScalarFunction.h	Thu Nov 25 15:53:06 2021 +0100
+++ b/OrthancFramework/Sources/SQLite/IScalarFunction.h	Thu Nov 25 18:53:08 2021 +0100
@@ -3,6 +3,7 @@
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
  * Medical Physics Department, CHU of Liege, Belgium
+ * Copyright (C) 2017-2021 Osimis S.A., Belgium
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are
--- a/OrthancFramework/Sources/SQLite/ITransaction.h	Thu Nov 25 15:53:06 2021 +0100
+++ b/OrthancFramework/Sources/SQLite/ITransaction.h	Thu Nov 25 18:53:08 2021 +0100
@@ -3,6 +3,7 @@
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
  * Medical Physics Department, CHU of Liege, Belgium
+ * Copyright (C) 2017-2021 Osimis S.A., Belgium
  *
  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
  *
--- a/OrthancFramework/Sources/SQLite/NonCopyable.h	Thu Nov 25 15:53:06 2021 +0100
+++ b/OrthancFramework/Sources/SQLite/NonCopyable.h	Thu Nov 25 18:53:08 2021 +0100
@@ -3,6 +3,7 @@
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
  * Medical Physics Department, CHU of Liege, Belgium
+ * Copyright (C) 2017-2021 Osimis S.A., Belgium
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are
--- a/OrthancFramework/Sources/SQLite/OrthancSQLiteException.h	Thu Nov 25 15:53:06 2021 +0100
+++ b/OrthancFramework/Sources/SQLite/OrthancSQLiteException.h	Thu Nov 25 18:53:08 2021 +0100
@@ -3,6 +3,7 @@
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
  * Medical Physics Department, CHU of Liege, Belgium
+ * Copyright (C) 2017-2021 Osimis S.A., Belgium
  *
  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
  *
--- a/OrthancFramework/Sources/SQLite/SQLiteTypes.h	Thu Nov 25 15:53:06 2021 +0100
+++ b/OrthancFramework/Sources/SQLite/SQLiteTypes.h	Thu Nov 25 18:53:08 2021 +0100
@@ -3,6 +3,7 @@
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
  * Medical Physics Department, CHU of Liege, Belgium
+ * Copyright (C) 2017-2021 Osimis S.A., Belgium
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are
--- a/OrthancFramework/Sources/SQLite/Statement.cpp	Thu Nov 25 15:53:06 2021 +0100
+++ b/OrthancFramework/Sources/SQLite/Statement.cpp	Thu Nov 25 18:53:08 2021 +0100
@@ -3,6 +3,7 @@
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
  * Medical Physics Department, CHU of Liege, Belgium
+ * Copyright (C) 2017-2021 Osimis S.A., Belgium
  *
  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
  *
--- a/OrthancFramework/Sources/SQLite/Statement.h	Thu Nov 25 15:53:06 2021 +0100
+++ b/OrthancFramework/Sources/SQLite/Statement.h	Thu Nov 25 18:53:08 2021 +0100
@@ -3,6 +3,7 @@
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
  * Medical Physics Department, CHU of Liege, Belgium
+ * Copyright (C) 2017-2021 Osimis S.A., Belgium
  *
  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
  *
--- a/OrthancFramework/Sources/SQLite/StatementId.cpp	Thu Nov 25 15:53:06 2021 +0100
+++ b/OrthancFramework/Sources/SQLite/StatementId.cpp	Thu Nov 25 18:53:08 2021 +0100
@@ -3,6 +3,7 @@
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
  * Medical Physics Department, CHU of Liege, Belgium
+ * Copyright (C) 2017-2021 Osimis S.A., Belgium
  *
  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
  *
--- a/OrthancFramework/Sources/SQLite/StatementId.h	Thu Nov 25 15:53:06 2021 +0100
+++ b/OrthancFramework/Sources/SQLite/StatementId.h	Thu Nov 25 18:53:08 2021 +0100
@@ -3,6 +3,7 @@
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
  * Medical Physics Department, CHU of Liege, Belgium
+ * Copyright (C) 2017-2021 Osimis S.A., Belgium
  *
  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
  *
--- a/OrthancFramework/Sources/SQLite/StatementReference.cpp	Thu Nov 25 15:53:06 2021 +0100
+++ b/OrthancFramework/Sources/SQLite/StatementReference.cpp	Thu Nov 25 18:53:08 2021 +0100
@@ -3,6 +3,7 @@
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
  * Medical Physics Department, CHU of Liege, Belgium
+ * Copyright (C) 2017-2021 Osimis S.A., Belgium
  *
  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
  *
--- a/OrthancFramework/Sources/SQLite/StatementReference.h	Thu Nov 25 15:53:06 2021 +0100
+++ b/OrthancFramework/Sources/SQLite/StatementReference.h	Thu Nov 25 18:53:08 2021 +0100
@@ -3,6 +3,7 @@
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
  * Medical Physics Department, CHU of Liege, Belgium
+ * Copyright (C) 2017-2021 Osimis S.A., Belgium
  *
  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
  *
--- a/OrthancFramework/Sources/SQLite/Transaction.cpp	Thu Nov 25 15:53:06 2021 +0100
+++ b/OrthancFramework/Sources/SQLite/Transaction.cpp	Thu Nov 25 18:53:08 2021 +0100
@@ -3,6 +3,7 @@
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
  * Medical Physics Department, CHU of Liege, Belgium
+ * Copyright (C) 2017-2021 Osimis S.A., Belgium
  *
  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
  *
--- a/OrthancFramework/Sources/SQLite/Transaction.h	Thu Nov 25 15:53:06 2021 +0100
+++ b/OrthancFramework/Sources/SQLite/Transaction.h	Thu Nov 25 18:53:08 2021 +0100
@@ -3,6 +3,7 @@
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
  * Medical Physics Department, CHU of Liege, Belgium
+ * Copyright (C) 2017-2021 Osimis S.A., Belgium
  *
  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
  *
--- a/OrthancServer/Resources/Samples/CppHelpers/Logging/ILogger.h	Thu Nov 25 15:53:06 2021 +0100
+++ b/OrthancServer/Resources/Samples/CppHelpers/Logging/ILogger.h	Thu Nov 25 18:53:08 2021 +0100
@@ -1,3 +1,24 @@
+/**
+ * Orthanc - A Lightweight, RESTful DICOM Store
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
+ * Department, University Hospital of Liege, Belgium
+ * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ *
+ * This program is free software: you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ **/
+
+
 #pragma once
 
 #include <string>
--- a/OrthancServer/Resources/Samples/CppHelpers/Logging/NullLogger.h	Thu Nov 25 15:53:06 2021 +0100
+++ b/OrthancServer/Resources/Samples/CppHelpers/Logging/NullLogger.h	Thu Nov 25 18:53:08 2021 +0100
@@ -1,3 +1,24 @@
+/**
+ * Orthanc - A Lightweight, RESTful DICOM Store
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
+ * Department, University Hospital of Liege, Belgium
+ * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ *
+ * This program is free software: you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ **/
+
+
 #pragma once
 
 #include "ILogger.h"
--- a/OrthancServer/Resources/Samples/CppHelpers/Logging/OrthancLogger.cpp	Thu Nov 25 15:53:06 2021 +0100
+++ b/OrthancServer/Resources/Samples/CppHelpers/Logging/OrthancLogger.cpp	Thu Nov 25 18:53:08 2021 +0100
@@ -1,3 +1,24 @@
+/**
+ * Orthanc - A Lightweight, RESTful DICOM Store
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
+ * Department, University Hospital of Liege, Belgium
+ * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ *
+ * This program is free software: you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ **/
+
+
 #include "OrthancLogger.h"
 #include "Logging.h"
 
--- a/OrthancServer/Resources/Samples/CppHelpers/Logging/OrthancLogger.h	Thu Nov 25 15:53:06 2021 +0100
+++ b/OrthancServer/Resources/Samples/CppHelpers/Logging/OrthancLogger.h	Thu Nov 25 18:53:08 2021 +0100
@@ -1,3 +1,24 @@
+/**
+ * Orthanc - A Lightweight, RESTful DICOM Store
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
+ * Department, University Hospital of Liege, Belgium
+ * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ *
+ * This program is free software: you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ **/
+
+
 #pragma once
 
 #include "ILogger.h"
--- a/OrthancServer/Resources/Samples/CppHelpers/Logging/OrthancPluginLogger.cpp	Thu Nov 25 15:53:06 2021 +0100
+++ b/OrthancServer/Resources/Samples/CppHelpers/Logging/OrthancPluginLogger.cpp	Thu Nov 25 18:53:08 2021 +0100
@@ -1,3 +1,24 @@
+/**
+ * Orthanc - A Lightweight, RESTful DICOM Store
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
+ * Department, University Hospital of Liege, Belgium
+ * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ *
+ * This program is free software: you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ **/
+
+
 #include "OrthancPluginLogger.h"
 
 namespace OrthancHelpers
--- a/OrthancServer/Resources/Samples/CppHelpers/Logging/OrthancPluginLogger.h	Thu Nov 25 15:53:06 2021 +0100
+++ b/OrthancServer/Resources/Samples/CppHelpers/Logging/OrthancPluginLogger.h	Thu Nov 25 18:53:08 2021 +0100
@@ -1,3 +1,24 @@
+/**
+ * Orthanc - A Lightweight, RESTful DICOM Store
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
+ * Department, University Hospital of Liege, Belgium
+ * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ *
+ * This program is free software: you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ **/
+
+
 #pragma once
 
 #include "ILogger.h"