# HG changeset patch # User Sebastien Jodogne # Date 1637862788 -3600 # Node ID c847b0dfd255532e25b8684a1e31b5d0d2538b10 # Parent 2425fa7bd50db055b7ecebd50342398cdbae199a added missing copyright headers diff -r 2425fa7bd50d -r c847b0dfd255 OrthancFramework/Sources/SQLite/Connection.cpp --- 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 , * Medical Physics Department, CHU of Liege, Belgium + * Copyright (C) 2017-2021 Osimis S.A., Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved. * diff -r 2425fa7bd50d -r c847b0dfd255 OrthancFramework/Sources/SQLite/Connection.h --- 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 , * Medical Physics Department, CHU of Liege, Belgium + * Copyright (C) 2017-2021 Osimis S.A., Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved. * diff -r 2425fa7bd50d -r c847b0dfd255 OrthancFramework/Sources/SQLite/FunctionContext.cpp --- 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 , * 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 diff -r 2425fa7bd50d -r c847b0dfd255 OrthancFramework/Sources/SQLite/FunctionContext.h --- 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 , * 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 diff -r 2425fa7bd50d -r c847b0dfd255 OrthancFramework/Sources/SQLite/IScalarFunction.h --- 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 , * 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 diff -r 2425fa7bd50d -r c847b0dfd255 OrthancFramework/Sources/SQLite/ITransaction.h --- 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 , * Medical Physics Department, CHU of Liege, Belgium + * Copyright (C) 2017-2021 Osimis S.A., Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved. * diff -r 2425fa7bd50d -r c847b0dfd255 OrthancFramework/Sources/SQLite/NonCopyable.h --- 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 , * 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 diff -r 2425fa7bd50d -r c847b0dfd255 OrthancFramework/Sources/SQLite/OrthancSQLiteException.h --- 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 , * Medical Physics Department, CHU of Liege, Belgium + * Copyright (C) 2017-2021 Osimis S.A., Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved. * diff -r 2425fa7bd50d -r c847b0dfd255 OrthancFramework/Sources/SQLite/SQLiteTypes.h --- 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 , * 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 diff -r 2425fa7bd50d -r c847b0dfd255 OrthancFramework/Sources/SQLite/Statement.cpp --- 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 , * Medical Physics Department, CHU of Liege, Belgium + * Copyright (C) 2017-2021 Osimis S.A., Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved. * diff -r 2425fa7bd50d -r c847b0dfd255 OrthancFramework/Sources/SQLite/Statement.h --- 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 , * Medical Physics Department, CHU of Liege, Belgium + * Copyright (C) 2017-2021 Osimis S.A., Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved. * diff -r 2425fa7bd50d -r c847b0dfd255 OrthancFramework/Sources/SQLite/StatementId.cpp --- 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 , * Medical Physics Department, CHU of Liege, Belgium + * Copyright (C) 2017-2021 Osimis S.A., Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved. * diff -r 2425fa7bd50d -r c847b0dfd255 OrthancFramework/Sources/SQLite/StatementId.h --- 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 , * Medical Physics Department, CHU of Liege, Belgium + * Copyright (C) 2017-2021 Osimis S.A., Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved. * diff -r 2425fa7bd50d -r c847b0dfd255 OrthancFramework/Sources/SQLite/StatementReference.cpp --- 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 , * Medical Physics Department, CHU of Liege, Belgium + * Copyright (C) 2017-2021 Osimis S.A., Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved. * diff -r 2425fa7bd50d -r c847b0dfd255 OrthancFramework/Sources/SQLite/StatementReference.h --- 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 , * Medical Physics Department, CHU of Liege, Belgium + * Copyright (C) 2017-2021 Osimis S.A., Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved. * diff -r 2425fa7bd50d -r c847b0dfd255 OrthancFramework/Sources/SQLite/Transaction.cpp --- 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 , * Medical Physics Department, CHU of Liege, Belgium + * Copyright (C) 2017-2021 Osimis S.A., Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved. * diff -r 2425fa7bd50d -r c847b0dfd255 OrthancFramework/Sources/SQLite/Transaction.h --- 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 , * Medical Physics Department, CHU of Liege, Belgium + * Copyright (C) 2017-2021 Osimis S.A., Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved. * diff -r 2425fa7bd50d -r c847b0dfd255 OrthancServer/Resources/Samples/CppHelpers/Logging/ILogger.h --- 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 . + **/ + + #pragma once #include diff -r 2425fa7bd50d -r c847b0dfd255 OrthancServer/Resources/Samples/CppHelpers/Logging/NullLogger.h --- 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 . + **/ + + #pragma once #include "ILogger.h" diff -r 2425fa7bd50d -r c847b0dfd255 OrthancServer/Resources/Samples/CppHelpers/Logging/OrthancLogger.cpp --- 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 . + **/ + + #include "OrthancLogger.h" #include "Logging.h" diff -r 2425fa7bd50d -r c847b0dfd255 OrthancServer/Resources/Samples/CppHelpers/Logging/OrthancLogger.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 . + **/ + + #pragma once #include "ILogger.h" diff -r 2425fa7bd50d -r c847b0dfd255 OrthancServer/Resources/Samples/CppHelpers/Logging/OrthancPluginLogger.cpp --- 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 . + **/ + + #include "OrthancPluginLogger.h" namespace OrthancHelpers diff -r 2425fa7bd50d -r c847b0dfd255 OrthancServer/Resources/Samples/CppHelpers/Logging/OrthancPluginLogger.h --- 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 . + **/ + + #pragma once #include "ILogger.h"