diff --git a/README.FILENOTICES.md b/README.FILENOTICES.md index 241800985e..b26b8b2ba8 100644 --- a/README.FILENOTICES.md +++ b/README.FILENOTICES.md @@ -10,6 +10,10 @@ Notices (ie. header in the file describing the Copyright and License): * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ ``` @@ -21,4 +25,8 @@ Notices (ie. header in the file describing the Copyright and License): # # SPDX-License-Identifier: MPL-2.0 # +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# ``` diff --git a/common/Authorization.cpp b/common/Authorization.cpp index 201cd947b8..0e64d70f2f 100644 --- a/common/Authorization.cpp +++ b/common/Authorization.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/Authorization.hpp b/common/Authorization.hpp index 05eae01556..88f063350a 100644 --- a/common/Authorization.hpp +++ b/common/Authorization.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/Clipboard.hpp b/common/Clipboard.hpp index 1533b5d03e..1642cdd5fc 100644 --- a/common/Clipboard.hpp +++ b/common/Clipboard.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/CommandControl.cpp b/common/CommandControl.cpp index 42c5e8664e..ecfe0e5de5 100644 --- a/common/CommandControl.cpp +++ b/common/CommandControl.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/CommandControl.hpp b/common/CommandControl.hpp index 2e3a0ee3d2..7f9b6292f6 100644 --- a/common/CommandControl.hpp +++ b/common/CommandControl.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/Common.hpp b/common/Common.hpp index c413772da5..98270c293a 100644 --- a/common/Common.hpp +++ b/common/Common.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/ConfigUtil.cpp b/common/ConfigUtil.cpp index 59748f0bdd..3e42a3f47e 100644 --- a/common/ConfigUtil.cpp +++ b/common/ConfigUtil.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/ConfigUtil.hpp b/common/ConfigUtil.hpp index d0166e3dc9..eed6f4ffcb 100644 --- a/common/ConfigUtil.hpp +++ b/common/ConfigUtil.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/Crypto.cpp b/common/Crypto.cpp index d3d8cf18cf..906c0488e8 100644 --- a/common/Crypto.cpp +++ b/common/Crypto.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/Crypto.hpp b/common/Crypto.hpp index 1ba59d8bd6..fb98894852 100644 --- a/common/Crypto.hpp +++ b/common/Crypto.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/DummyTraceEventEmitter.cpp b/common/DummyTraceEventEmitter.cpp index 10e9e48f3b..a7dbb712c3 100644 --- a/common/DummyTraceEventEmitter.cpp +++ b/common/DummyTraceEventEmitter.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/FileUtil.cpp b/common/FileUtil.cpp index 0d3f0ba124..c9cee43aca 100644 --- a/common/FileUtil.cpp +++ b/common/FileUtil.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/FileUtil.hpp b/common/FileUtil.hpp index 1218ab89fd..2ac8e61a9a 100644 --- a/common/FileUtil.hpp +++ b/common/FileUtil.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/JailUtil.cpp b/common/JailUtil.cpp index b733c1081b..137fb8c747 100644 --- a/common/JailUtil.cpp +++ b/common/JailUtil.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/JailUtil.hpp b/common/JailUtil.hpp index 152bacc3b5..12b94da919 100644 --- a/common/JailUtil.hpp +++ b/common/JailUtil.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/JsonUtil.hpp b/common/JsonUtil.hpp index 6e6435734e..3aa5f55d7b 100644 --- a/common/JsonUtil.hpp +++ b/common/JsonUtil.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/LangUtil.hpp b/common/LangUtil.hpp index 29b749ef80..a369ae14f0 100644 --- a/common/LangUtil.hpp +++ b/common/LangUtil.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/Log.cpp b/common/Log.cpp index 816fd3349d..40d36bfe76 100644 --- a/common/Log.cpp +++ b/common/Log.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/Log.hpp b/common/Log.hpp index 94e4de1975..f3063f6d24 100644 --- a/common/Log.hpp +++ b/common/Log.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/Message.hpp b/common/Message.hpp index 45e112a346..98219fa2e5 100644 --- a/common/Message.hpp +++ b/common/Message.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/MessageQueue.cpp b/common/MessageQueue.cpp index 039cac70b8..48ecccdecb 100644 --- a/common/MessageQueue.cpp +++ b/common/MessageQueue.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/MessageQueue.hpp b/common/MessageQueue.hpp index 5a20534a00..83b151a2cc 100644 --- a/common/MessageQueue.hpp +++ b/common/MessageQueue.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/MobileApp.cpp b/common/MobileApp.cpp index 170997f5ac..a609416f51 100644 --- a/common/MobileApp.cpp +++ b/common/MobileApp.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/MobileApp.hpp b/common/MobileApp.hpp index 591f74cadf..dc0fc48fab 100644 --- a/common/MobileApp.hpp +++ b/common/MobileApp.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/Png.hpp b/common/Png.hpp index 5abfe466a0..b9f9681e72 100644 --- a/common/Png.hpp +++ b/common/Png.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/Protocol.cpp b/common/Protocol.cpp index 8959e85f40..3c9bb75bac 100644 --- a/common/Protocol.cpp +++ b/common/Protocol.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/Protocol.hpp b/common/Protocol.hpp index 58d58d80ca..1ade6733a7 100644 --- a/common/Protocol.hpp +++ b/common/Protocol.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/Rectangle.hpp b/common/Rectangle.hpp index d52559d3ed..44fe2e456d 100644 --- a/common/Rectangle.hpp +++ b/common/Rectangle.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/RenderTiles.hpp b/common/RenderTiles.hpp index 596c8fd3ea..e4b1dbbe4a 100644 --- a/common/RenderTiles.hpp +++ b/common/RenderTiles.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/Seccomp.cpp b/common/Seccomp.cpp index 8f5e885672..90d4fcab2a 100644 --- a/common/Seccomp.cpp +++ b/common/Seccomp.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/Seccomp.hpp b/common/Seccomp.hpp index 13f99a3d77..1b415db361 100644 --- a/common/Seccomp.hpp +++ b/common/Seccomp.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/Session.cpp b/common/Session.cpp index 50abd4e8c9..d5f03dd6ea 100644 --- a/common/Session.cpp +++ b/common/Session.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/Session.hpp b/common/Session.hpp index 84e6b85a44..7a5a9ee47b 100644 --- a/common/Session.hpp +++ b/common/Session.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/SigUtil.cpp b/common/SigUtil.cpp index b90c6c9420..b905b39f36 100644 --- a/common/SigUtil.cpp +++ b/common/SigUtil.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/SigUtil.hpp b/common/SigUtil.hpp index 6c2244af5c..708ed40028 100644 --- a/common/SigUtil.hpp +++ b/common/SigUtil.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/common/Simd.cpp b/common/Simd.cpp index c3de2856d7..f09724a556 100644 --- a/common/Simd.cpp +++ b/common/Simd.cpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include diff --git a/common/Simd.hpp b/common/Simd.hpp index 25003e2a25..7283d52042 100644 --- a/common/Simd.hpp +++ b/common/Simd.hpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #pragma once diff --git a/common/security.h b/common/security.h index f7fff2c61e..a8125506d8 100644 --- a/common/security.h +++ b/common/security.h @@ -1,5 +1,9 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/kit/ChildSession.cpp b/kit/ChildSession.cpp index eb0a4a0363..ee6f536dae 100644 --- a/kit/ChildSession.cpp +++ b/kit/ChildSession.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/kit/ChildSession.hpp b/kit/ChildSession.hpp index a307dfe478..e19e817132 100644 --- a/kit/ChildSession.hpp +++ b/kit/ChildSession.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/kit/Delta.hpp b/kit/Delta.hpp index 37753677f1..494cba9678 100644 --- a/kit/Delta.hpp +++ b/kit/Delta.hpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #pragma once diff --git a/kit/DeltaSimd.h b/kit/DeltaSimd.h index 7eb1d93f7e..992102dbe5 100644 --- a/kit/DeltaSimd.h +++ b/kit/DeltaSimd.h @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ // This is a C file by design. diff --git a/kit/DummyLibreOfficeKit.cpp b/kit/DummyLibreOfficeKit.cpp index df7e116e89..637b40cd64 100644 --- a/kit/DummyLibreOfficeKit.cpp +++ b/kit/DummyLibreOfficeKit.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/kit/DummyLibreOfficeKit.hpp b/kit/DummyLibreOfficeKit.hpp index 5e1afd6a43..19d04a8851 100644 --- a/kit/DummyLibreOfficeKit.hpp +++ b/kit/DummyLibreOfficeKit.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/kit/ForKit.cpp b/kit/ForKit.cpp index 67669280b2..ec5a51b53d 100644 --- a/kit/ForKit.cpp +++ b/kit/ForKit.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/kit/Kit.cpp b/kit/Kit.cpp index 63940db267..0c6f146b07 100644 --- a/kit/Kit.cpp +++ b/kit/Kit.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/kit/Kit.hpp b/kit/Kit.hpp index d1ff7d385f..311af2a7ae 100644 --- a/kit/Kit.hpp +++ b/kit/Kit.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/kit/KitHelper.hpp b/kit/KitHelper.hpp index 28630925ca..e2f987daa7 100644 --- a/kit/KitHelper.hpp +++ b/kit/KitHelper.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/kit/SetupKitEnvironment.hpp b/kit/SetupKitEnvironment.hpp index ffa2fb3c69..b265d3fe3b 100644 --- a/kit/SetupKitEnvironment.hpp +++ b/kit/SetupKitEnvironment.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/kit/TestStubs.cpp b/kit/TestStubs.cpp index 26ef212d39..ed087c0048 100644 --- a/kit/TestStubs.cpp +++ b/kit/TestStubs.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/kit/Watermark.hpp b/kit/Watermark.hpp index 1578db24f2..2b77e7fccf 100644 --- a/kit/Watermark.hpp +++ b/kit/Watermark.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/net/Buffer.hpp b/net/Buffer.hpp index 85a6782f58..b18e2c78f2 100644 --- a/net/Buffer.hpp +++ b/net/Buffer.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/net/DelaySocket.cpp b/net/DelaySocket.cpp index ee81a6ad0b..1bcadc969c 100644 --- a/net/DelaySocket.cpp +++ b/net/DelaySocket.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/net/DelaySocket.hpp b/net/DelaySocket.hpp index 1ea83b64be..bb7c338fa9 100644 --- a/net/DelaySocket.hpp +++ b/net/DelaySocket.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/net/FakeSocket.cpp b/net/FakeSocket.cpp index 08a5c93933..a033a74c7d 100644 --- a/net/FakeSocket.cpp +++ b/net/FakeSocket.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/net/FakeSocket.hpp b/net/FakeSocket.hpp index d54ade63c1..823680cbab 100644 --- a/net/FakeSocket.hpp +++ b/net/FakeSocket.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/net/HttpHelper.cpp b/net/HttpHelper.cpp index 0a6d23792c..206e284ef3 100644 --- a/net/HttpHelper.cpp +++ b/net/HttpHelper.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/net/HttpHelper.hpp b/net/HttpHelper.hpp index 587c08d576..0edc795859 100644 --- a/net/HttpHelper.hpp +++ b/net/HttpHelper.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/net/HttpRequest.cpp b/net/HttpRequest.cpp index fe457074a1..ddb7fc98b6 100644 --- a/net/HttpRequest.cpp +++ b/net/HttpRequest.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/net/HttpRequest.hpp b/net/HttpRequest.hpp index f5e6076985..9f2ab35cc7 100644 --- a/net/HttpRequest.hpp +++ b/net/HttpRequest.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/net/NetUtil.cpp b/net/NetUtil.cpp index d1820d290d..4f5836cf73 100644 --- a/net/NetUtil.cpp +++ b/net/NetUtil.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/net/NetUtil.hpp b/net/NetUtil.hpp index 5785f12842..99fd14e2d1 100644 --- a/net/NetUtil.hpp +++ b/net/NetUtil.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/net/ServerSocket.hpp b/net/ServerSocket.hpp index f93cc1eef6..8b77e91807 100644 --- a/net/ServerSocket.hpp +++ b/net/ServerSocket.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/net/Socket.cpp b/net/Socket.cpp index 4e9e202109..5f51700df6 100644 --- a/net/Socket.cpp +++ b/net/Socket.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/net/Socket.hpp b/net/Socket.hpp index bd79a9962b..e67afa9a95 100644 --- a/net/Socket.hpp +++ b/net/Socket.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/net/Ssl.cpp b/net/Ssl.cpp index 790b3c6987..48b4069745 100644 --- a/net/Ssl.cpp +++ b/net/Ssl.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/net/Ssl.hpp b/net/Ssl.hpp index 7f70c375f9..8e4cbbceeb 100644 --- a/net/Ssl.hpp +++ b/net/Ssl.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/net/SslSocket.hpp b/net/SslSocket.hpp index a33eefd159..c6dc9737e8 100644 --- a/net/SslSocket.hpp +++ b/net/SslSocket.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/net/WebSocketHandler.hpp b/net/WebSocketHandler.hpp index 2320a4b560..343318c202 100644 --- a/net/WebSocketHandler.hpp +++ b/net/WebSocketHandler.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/net/WebSocketSession.hpp b/net/WebSocketSession.hpp index 8dd4a94305..cd1c23e9e2 100644 --- a/net/WebSocketSession.hpp +++ b/net/WebSocketSession.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/net/clientnb.cpp b/net/clientnb.cpp index 1480435b4e..974f52bea7 100644 --- a/net/clientnb.cpp +++ b/net/clientnb.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/DeltaTests.cpp b/test/DeltaTests.cpp index e68ebdc35f..bfb9d9d26e 100644 --- a/test/DeltaTests.cpp +++ b/test/DeltaTests.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/FileServeWhiteBoxTests.cpp b/test/FileServeWhiteBoxTests.cpp index c862c933cc..bf22dcef30 100644 --- a/test/FileServeWhiteBoxTests.cpp +++ b/test/FileServeWhiteBoxTests.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/HttpRequestTests.cpp b/test/HttpRequestTests.cpp index f12a9b8f29..aa4edb11c4 100644 --- a/test/HttpRequestTests.cpp +++ b/test/HttpRequestTests.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/HttpTestServer.hpp b/test/HttpTestServer.hpp index a9a712bb8d..2601b0ef3e 100644 --- a/test/HttpTestServer.hpp +++ b/test/HttpTestServer.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/HttpWhiteBoxTests.cpp b/test/HttpWhiteBoxTests.cpp index 7227403288..b565134a94 100644 --- a/test/HttpWhiteBoxTests.cpp +++ b/test/HttpWhiteBoxTests.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/RequestDetailsTests.cpp b/test/RequestDetailsTests.cpp index 69b9afe238..3e23f95e9d 100644 --- a/test/RequestDetailsTests.cpp +++ b/test/RequestDetailsTests.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/StringVectorTests.cpp b/test/StringVectorTests.cpp index bcd8436dfd..2157a9a96e 100644 --- a/test/StringVectorTests.cpp +++ b/test/StringVectorTests.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/TileCacheTests.cpp b/test/TileCacheTests.cpp index 3c96d30adb..ba92a86bf8 100644 --- a/test/TileCacheTests.cpp +++ b/test/TileCacheTests.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/TileQueueTests.cpp b/test/TileQueueTests.cpp index 9e7543ad39..3a75a8a129 100644 --- a/test/TileQueueTests.cpp +++ b/test/TileQueueTests.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitAdmin.cpp b/test/UnitAdmin.cpp index ca46121446..12c34717c2 100644 --- a/test/UnitAdmin.cpp +++ b/test/UnitAdmin.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitBadDocLoad.cpp b/test/UnitBadDocLoad.cpp index 8065072c81..f16802486a 100644 --- a/test/UnitBadDocLoad.cpp +++ b/test/UnitBadDocLoad.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitCalc.cpp b/test/UnitCalc.cpp index dd14409666..8b93312d43 100644 --- a/test/UnitCalc.cpp +++ b/test/UnitCalc.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitClient.cpp b/test/UnitClient.cpp index 334b0d1b14..d157ca9cf8 100644 --- a/test/UnitClient.cpp +++ b/test/UnitClient.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitClose.cpp b/test/UnitClose.cpp index 01abdc4ee5..284a4898e7 100644 --- a/test/UnitClose.cpp +++ b/test/UnitClose.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitConvert.cpp b/test/UnitConvert.cpp index 8e335cf371..7922744ee0 100644 --- a/test/UnitConvert.cpp +++ b/test/UnitConvert.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitCopyPaste.cpp b/test/UnitCopyPaste.cpp index bc8538fe1f..db7d7c91d4 100644 --- a/test/UnitCopyPaste.cpp +++ b/test/UnitCopyPaste.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitCursor.cpp b/test/UnitCursor.cpp index f19cfc366f..99c22258c8 100644 --- a/test/UnitCursor.cpp +++ b/test/UnitCursor.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitEachView.cpp b/test/UnitEachView.cpp index af2fafdf35..9fd862a0f6 100644 --- a/test/UnitEachView.cpp +++ b/test/UnitEachView.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitFuzz.cpp b/test/UnitFuzz.cpp index 3498989ba3..341a70d583 100644 --- a/test/UnitFuzz.cpp +++ b/test/UnitFuzz.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitHTTP.cpp b/test/UnitHTTP.cpp index a6ebfb7815..12064c0ef1 100644 --- a/test/UnitHTTP.cpp +++ b/test/UnitHTTP.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitHTTP.hpp b/test/UnitHTTP.hpp index 27df76f153..33703cdf8b 100644 --- a/test/UnitHTTP.hpp +++ b/test/UnitHTTP.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitHosting.cpp b/test/UnitHosting.cpp index 5560bd92c0..e77aa045ab 100644 --- a/test/UnitHosting.cpp +++ b/test/UnitHosting.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitInsertDelete.cpp b/test/UnitInsertDelete.cpp index 833f4d4f36..fd7d7ec70c 100644 --- a/test/UnitInsertDelete.cpp +++ b/test/UnitInsertDelete.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitLargePaste.cpp b/test/UnitLargePaste.cpp index 2dd4b62830..ed93a0abf2 100644 --- a/test/UnitLargePaste.cpp +++ b/test/UnitLargePaste.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitLoad.cpp b/test/UnitLoad.cpp index 81537e76c7..d749e4b682 100644 --- a/test/UnitLoad.cpp +++ b/test/UnitLoad.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitLoadTorture.cpp b/test/UnitLoadTorture.cpp index 1ea0d9b7d2..54a8601a17 100644 --- a/test/UnitLoadTorture.cpp +++ b/test/UnitLoadTorture.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitOAuth.cpp b/test/UnitOAuth.cpp index f8c5477c49..7beb0ab070 100644 --- a/test/UnitOAuth.cpp +++ b/test/UnitOAuth.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitPasswordProtected.cpp b/test/UnitPasswordProtected.cpp index bbd255607b..c0782bfe88 100644 --- a/test/UnitPasswordProtected.cpp +++ b/test/UnitPasswordProtected.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitPaste.cpp b/test/UnitPaste.cpp index d6cb2cdc61..45d8f349b2 100644 --- a/test/UnitPaste.cpp +++ b/test/UnitPaste.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitPrefork.cpp b/test/UnitPrefork.cpp index f5427d8cb6..2810ab08b2 100644 --- a/test/UnitPrefork.cpp +++ b/test/UnitPrefork.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitQuarantine.cpp b/test/UnitQuarantine.cpp index 499596c460..8eafcecfee 100644 --- a/test/UnitQuarantine.cpp +++ b/test/UnitQuarantine.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitRenderSearchResult.cpp b/test/UnitRenderSearchResult.cpp index 9bacceaed6..36e5452bc6 100644 --- a/test/UnitRenderSearchResult.cpp +++ b/test/UnitRenderSearchResult.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitRenderShape.cpp b/test/UnitRenderShape.cpp index 470aa80c9e..c7be6d3e49 100644 --- a/test/UnitRenderShape.cpp +++ b/test/UnitRenderShape.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitRenderingOptions.cpp b/test/UnitRenderingOptions.cpp index 8ba2b60c60..5b89932b49 100644 --- a/test/UnitRenderingOptions.cpp +++ b/test/UnitRenderingOptions.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitSession.cpp b/test/UnitSession.cpp index 911c89a8d7..9bc885030c 100644 --- a/test/UnitSession.cpp +++ b/test/UnitSession.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitStorage.cpp b/test/UnitStorage.cpp index 16fc3d6579..e30263a04b 100644 --- a/test/UnitStorage.cpp +++ b/test/UnitStorage.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitTiffLoad.cpp b/test/UnitTiffLoad.cpp index 1d6bb039c0..286f65cb23 100644 --- a/test/UnitTiffLoad.cpp +++ b/test/UnitTiffLoad.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitTileCache.cpp b/test/UnitTileCache.cpp index b941d22d22..a804182837 100644 --- a/test/UnitTileCache.cpp +++ b/test/UnitTileCache.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitTimeout.cpp b/test/UnitTimeout.cpp index a2894df942..9b33b1f007 100644 --- a/test/UnitTimeout.cpp +++ b/test/UnitTimeout.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitTyping.cpp b/test/UnitTyping.cpp index d220c071c3..ce99f4dae9 100644 --- a/test/UnitTyping.cpp +++ b/test/UnitTyping.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitUNOCommand.cpp b/test/UnitUNOCommand.cpp index f2a9dc8915..d7ac87af56 100644 --- a/test/UnitUNOCommand.cpp +++ b/test/UnitUNOCommand.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitWOPI.cpp b/test/UnitWOPI.cpp index 1c9f7a1d61..2f3bb30a3d 100644 --- a/test/UnitWOPI.cpp +++ b/test/UnitWOPI.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitWOPIAsyncUpload_ModifyClose.cpp b/test/UnitWOPIAsyncUpload_ModifyClose.cpp index d6a6ea5939..a58129a46c 100644 --- a/test/UnitWOPIAsyncUpload_ModifyClose.cpp +++ b/test/UnitWOPIAsyncUpload_ModifyClose.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitWOPICrashModified.cpp b/test/UnitWOPICrashModified.cpp index 7d2ddeab5d..2269bd2577 100644 --- a/test/UnitWOPICrashModified.cpp +++ b/test/UnitWOPICrashModified.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitWOPIDocumentConflict.cpp b/test/UnitWOPIDocumentConflict.cpp index 59b7986393..5b9cc8857c 100644 --- a/test/UnitWOPIDocumentConflict.cpp +++ b/test/UnitWOPIDocumentConflict.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitWOPIFailUpload.cpp b/test/UnitWOPIFailUpload.cpp index 0a4c1f1f11..b1533707c8 100644 --- a/test/UnitWOPIFailUpload.cpp +++ b/test/UnitWOPIFailUpload.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitWOPIFileUrl.cpp b/test/UnitWOPIFileUrl.cpp index 1f087343bf..82b51aded9 100644 --- a/test/UnitWOPIFileUrl.cpp +++ b/test/UnitWOPIFileUrl.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitWOPIHttpHeaders.cpp b/test/UnitWOPIHttpHeaders.cpp index 67fe5618a3..b3cd7fb4a3 100644 --- a/test/UnitWOPIHttpHeaders.cpp +++ b/test/UnitWOPIHttpHeaders.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitWOPIHttpRedirect.cpp b/test/UnitWOPIHttpRedirect.cpp index 423ac8278c..df2b70900a 100644 --- a/test/UnitWOPIHttpRedirect.cpp +++ b/test/UnitWOPIHttpRedirect.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitWOPILanguages.cpp b/test/UnitWOPILanguages.cpp index a295c007cc..78db75f877 100644 --- a/test/UnitWOPILanguages.cpp +++ b/test/UnitWOPILanguages.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitWOPILoadEncoded.cpp b/test/UnitWOPILoadEncoded.cpp index 0d24315b43..df7958a69f 100644 --- a/test/UnitWOPILoadEncoded.cpp +++ b/test/UnitWOPILoadEncoded.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitWOPILock.cpp b/test/UnitWOPILock.cpp index bd81885015..fab76b5a10 100644 --- a/test/UnitWOPILock.cpp +++ b/test/UnitWOPILock.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitWOPIRenameFile.cpp b/test/UnitWOPIRenameFile.cpp index db15618be4..c25ef0cd29 100644 --- a/test/UnitWOPIRenameFile.cpp +++ b/test/UnitWOPIRenameFile.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitWOPISaveAs.cpp b/test/UnitWOPISaveAs.cpp index 5e01120d69..bbcd033019 100644 --- a/test/UnitWOPISaveAs.cpp +++ b/test/UnitWOPISaveAs.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitWOPISaveAsWithEncodedFileName.cpp b/test/UnitWOPISaveAsWithEncodedFileName.cpp index 3e6c3b4a74..a08f6b23d3 100644 --- a/test/UnitWOPISaveAsWithEncodedFileName.cpp +++ b/test/UnitWOPISaveAsWithEncodedFileName.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitWOPISaveOnExit.cpp b/test/UnitWOPISaveOnExit.cpp index 1234c3e142..6d127e6cab 100644 --- a/test/UnitWOPISaveOnExit.cpp +++ b/test/UnitWOPISaveOnExit.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitWOPISlow.cpp b/test/UnitWOPISlow.cpp index d7d72ba94e..ec288c7f02 100644 --- a/test/UnitWOPISlow.cpp +++ b/test/UnitWOPISlow.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitWOPIStuckSave.cpp b/test/UnitWOPIStuckSave.cpp index 49c5dffdbf..09efbda0fc 100644 --- a/test/UnitWOPIStuckSave.cpp +++ b/test/UnitWOPIStuckSave.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitWOPITemplate.cpp b/test/UnitWOPITemplate.cpp index ebb0753e7b..d2ff000bb6 100644 --- a/test/UnitWOPITemplate.cpp +++ b/test/UnitWOPITemplate.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitWOPIVersionRestore.cpp b/test/UnitWOPIVersionRestore.cpp index 7233f344f4..4cdf7bfaad 100644 --- a/test/UnitWOPIVersionRestore.cpp +++ b/test/UnitWOPIVersionRestore.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitWOPIWatermark.cpp b/test/UnitWOPIWatermark.cpp index e334ecba11..bd3f9b88d0 100644 --- a/test/UnitWOPIWatermark.cpp +++ b/test/UnitWOPIWatermark.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitWSDClient.hpp b/test/UnitWSDClient.hpp index a6fec269ac..21f1f89e56 100644 --- a/test/UnitWSDClient.hpp +++ b/test/UnitWSDClient.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UnitWopiOwnertermination.cpp b/test/UnitWopiOwnertermination.cpp index 2e03585354..a28424a250 100644 --- a/test/UnitWopiOwnertermination.cpp +++ b/test/UnitWopiOwnertermination.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/UtilTests.cpp b/test/UtilTests.cpp index 527fbe9742..b2a2d7e7a7 100644 --- a/test/UtilTests.cpp +++ b/test/UtilTests.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/WOPIUploadConflictCommon.hpp b/test/WOPIUploadConflictCommon.hpp index 9bfe0fa06a..07f1ae7faf 100644 --- a/test/WOPIUploadConflictCommon.hpp +++ b/test/WOPIUploadConflictCommon.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/WhiteBoxTests.cpp b/test/WhiteBoxTests.cpp index ef51ebc8df..5fff32564e 100644 --- a/test/WhiteBoxTests.cpp +++ b/test/WhiteBoxTests.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/WopiProofTests.cpp b/test/WopiProofTests.cpp index e051f94b48..9efdfba8de 100644 --- a/test/WopiProofTests.cpp +++ b/test/WopiProofTests.cpp @@ -1,11 +1,12 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * Uses known-good sample data from: - * https://github.com/microsoft/Office-Online-Test-Tools-and-Documentation */ #include diff --git a/test/WopiTestServer.hpp b/test/WopiTestServer.hpp index 471d6b114a..01a7ed4a38 100644 --- a/test/WopiTestServer.hpp +++ b/test/WopiTestServer.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/countcoolkits.hpp b/test/countcoolkits.hpp index 0f78f06cf3..eb71360fd6 100644 --- a/test/countcoolkits.hpp +++ b/test/countcoolkits.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/fakesockettest.cpp b/test/fakesockettest.cpp index 2707ae99bb..dcd5ccb77d 100644 --- a/test/fakesockettest.cpp +++ b/test/fakesockettest.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/helpers.hpp b/test/helpers.hpp index 8d8c85b2e0..1e726b2320 100644 --- a/test/helpers.hpp +++ b/test/helpers.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/httpcrashtest.cpp b/test/httpcrashtest.cpp index 46a67d980a..1b57127491 100644 --- a/test/httpcrashtest.cpp +++ b/test/httpcrashtest.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/httpwstest.cpp b/test/httpwstest.cpp index b5a0fb668d..fcd82f595b 100644 --- a/test/httpwstest.cpp +++ b/test/httpwstest.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/integration-http-server.cpp b/test/integration-http-server.cpp index dc526c5102..6c3dbf13ae 100644 --- a/test/integration-http-server.cpp +++ b/test/integration-http-server.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/lokassert.hpp b/test/lokassert.hpp index 2e4f56e3dd..4ab6e150a3 100644 --- a/test/lokassert.hpp +++ b/test/lokassert.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/test.cpp b/test/test.cpp index f018b1f693..b57d40ed07 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/test.hpp b/test/test.hpp index bb3df359f0..25ef78cee7 100644 --- a/test/test.hpp +++ b/test/test.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/testlog.hpp b/test/testlog.hpp index 7b1ff2e4ac..8282b7ef1b 100644 --- a/test/testlog.hpp +++ b/test/testlog.hpp @@ -1,5 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/wsd/Admin.cpp b/wsd/Admin.cpp index 102f6c83d5..af51bb3a80 100644 --- a/wsd/Admin.cpp +++ b/wsd/Admin.cpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include diff --git a/wsd/Admin.hpp b/wsd/Admin.hpp index 1229351d96..cc82f8f758 100644 --- a/wsd/Admin.hpp +++ b/wsd/Admin.hpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #pragma once diff --git a/wsd/AdminModel.cpp b/wsd/AdminModel.cpp index 3286ab24fe..0de3aac9c1 100644 --- a/wsd/AdminModel.cpp +++ b/wsd/AdminModel.cpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include diff --git a/wsd/AdminModel.hpp b/wsd/AdminModel.hpp index 52588c2dc1..c9e708bc92 100644 --- a/wsd/AdminModel.hpp +++ b/wsd/AdminModel.hpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #pragma once diff --git a/wsd/Auth.cpp b/wsd/Auth.cpp index 41f4ca1f3d..41c408c781 100644 --- a/wsd/Auth.cpp +++ b/wsd/Auth.cpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include diff --git a/wsd/Auth.hpp b/wsd/Auth.hpp index 3ce1c8386a..f275ce9e08 100644 --- a/wsd/Auth.hpp +++ b/wsd/Auth.hpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ // Authentication and Authorization support. diff --git a/wsd/COOLWSD.cpp b/wsd/COOLWSD.cpp index 020a31c053..6ceab24cff 100644 --- a/wsd/COOLWSD.cpp +++ b/wsd/COOLWSD.cpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include diff --git a/wsd/COOLWSD.hpp b/wsd/COOLWSD.hpp index 46f79d34b2..6fb9883b9a 100644 --- a/wsd/COOLWSD.hpp +++ b/wsd/COOLWSD.hpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #pragma once diff --git a/wsd/ClientSession.cpp b/wsd/ClientSession.cpp index 1bc56d0df5..ff00d8eda6 100644 --- a/wsd/ClientSession.cpp +++ b/wsd/ClientSession.cpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include diff --git a/wsd/ClientSession.hpp b/wsd/ClientSession.hpp index 919d5dea18..d6938e34f4 100644 --- a/wsd/ClientSession.hpp +++ b/wsd/ClientSession.hpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #pragma once diff --git a/wsd/ContentSecurityPolicy.hpp b/wsd/ContentSecurityPolicy.hpp index 21ee1d59b2..41199121d0 100644 --- a/wsd/ContentSecurityPolicy.hpp +++ b/wsd/ContentSecurityPolicy.hpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #pragma once diff --git a/wsd/DocumentBroker.cpp b/wsd/DocumentBroker.cpp index 71da87a394..4063bd3d6a 100644 --- a/wsd/DocumentBroker.cpp +++ b/wsd/DocumentBroker.cpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include diff --git a/wsd/DocumentBroker.hpp b/wsd/DocumentBroker.hpp index b3667f14b7..b53b0d8637 100644 --- a/wsd/DocumentBroker.hpp +++ b/wsd/DocumentBroker.hpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #pragma once diff --git a/wsd/Exceptions.cpp b/wsd/Exceptions.cpp index dbf111c510..d9bb6945f9 100644 --- a/wsd/Exceptions.cpp +++ b/wsd/Exceptions.cpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "Exceptions.hpp" diff --git a/wsd/Exceptions.hpp b/wsd/Exceptions.hpp index 41bd3a3b02..92af0dd7ca 100644 --- a/wsd/Exceptions.hpp +++ b/wsd/Exceptions.hpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ // Exception classes to differentiate between the diff --git a/wsd/FileServer.cpp b/wsd/FileServer.cpp index 26389718d3..961e78f452 100644 --- a/wsd/FileServer.cpp +++ b/wsd/FileServer.cpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include diff --git a/wsd/FileServer.hpp b/wsd/FileServer.hpp index eb884f7e70..3cc244e319 100644 --- a/wsd/FileServer.hpp +++ b/wsd/FileServer.hpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #pragma once diff --git a/wsd/FileServerUtil.cpp b/wsd/FileServerUtil.cpp index 174048a327..1efc7bcb28 100644 --- a/wsd/FileServerUtil.cpp +++ b/wsd/FileServerUtil.cpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include diff --git a/wsd/HostUtil.cpp b/wsd/HostUtil.cpp index 8b602a0a89..71d9a5289d 100644 --- a/wsd/HostUtil.cpp +++ b/wsd/HostUtil.cpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "HostUtil.hpp" diff --git a/wsd/HostUtil.hpp b/wsd/HostUtil.hpp index e6789b179b..85c3319e71 100644 --- a/wsd/HostUtil.hpp +++ b/wsd/HostUtil.hpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #pragma once diff --git a/wsd/ProofKey.cpp b/wsd/ProofKey.cpp index e6fcfe3ebf..d90ebff80f 100644 --- a/wsd/ProofKey.cpp +++ b/wsd/ProofKey.cpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include diff --git a/wsd/ProofKey.hpp b/wsd/ProofKey.hpp index 2119a188cb..33c3347f48 100644 --- a/wsd/ProofKey.hpp +++ b/wsd/ProofKey.hpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ // WOPI proof management diff --git a/wsd/ProxyProtocol.cpp b/wsd/ProxyProtocol.cpp index c971fc543b..0de2e498b7 100644 --- a/wsd/ProxyProtocol.cpp +++ b/wsd/ProxyProtocol.cpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /* diff --git a/wsd/ProxyProtocol.hpp b/wsd/ProxyProtocol.hpp index 339d15217b..ddc4846250 100644 --- a/wsd/ProxyProtocol.hpp +++ b/wsd/ProxyProtocol.hpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #pragma once diff --git a/wsd/ProxyRequestHandler.cpp b/wsd/ProxyRequestHandler.cpp index 88a2ab10f4..7e474deb85 100644 --- a/wsd/ProxyRequestHandler.cpp +++ b/wsd/ProxyRequestHandler.cpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include diff --git a/wsd/ProxyRequestHandler.hpp b/wsd/ProxyRequestHandler.hpp index 3cca39a5fd..100531a1e2 100644 --- a/wsd/ProxyRequestHandler.hpp +++ b/wsd/ProxyRequestHandler.hpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #pragma once diff --git a/wsd/QuarantineUtil.cpp b/wsd/QuarantineUtil.cpp index 7100c09b23..74d6aaf692 100644 --- a/wsd/QuarantineUtil.cpp +++ b/wsd/QuarantineUtil.cpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include diff --git a/wsd/QuarantineUtil.hpp b/wsd/QuarantineUtil.hpp index af5ff41c52..fb7adb73b0 100644 --- a/wsd/QuarantineUtil.hpp +++ b/wsd/QuarantineUtil.hpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #pragma once diff --git a/wsd/RequestDetails.cpp b/wsd/RequestDetails.cpp index efc6163b4a..ef817b09f7 100644 --- a/wsd/RequestDetails.cpp +++ b/wsd/RequestDetails.cpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include diff --git a/wsd/RequestDetails.hpp b/wsd/RequestDetails.hpp index 6288ec4d87..a09fd5149e 100644 --- a/wsd/RequestDetails.hpp +++ b/wsd/RequestDetails.hpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #pragma once diff --git a/wsd/SenderQueue.hpp b/wsd/SenderQueue.hpp index 8eb18dcb5f..2ef21ea533 100644 --- a/wsd/SenderQueue.hpp +++ b/wsd/SenderQueue.hpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #pragma once diff --git a/wsd/ServerURL.hpp b/wsd/ServerURL.hpp index 1068bb7fa5..bd4da951a0 100644 --- a/wsd/ServerURL.hpp +++ b/wsd/ServerURL.hpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #pragma once diff --git a/wsd/Storage.cpp b/wsd/Storage.cpp index c45ba147ba..81adb6c30f 100644 --- a/wsd/Storage.cpp +++ b/wsd/Storage.cpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include diff --git a/wsd/Storage.hpp b/wsd/Storage.hpp index 65349c6d37..72a9eb3777 100644 --- a/wsd/Storage.hpp +++ b/wsd/Storage.hpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ // Storage abstraction. diff --git a/wsd/TestStubs.cpp b/wsd/TestStubs.cpp index afa3379cde..5796a933df 100644 --- a/wsd/TestStubs.cpp +++ b/wsd/TestStubs.cpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /* diff --git a/wsd/TileCache.cpp b/wsd/TileCache.cpp index c05417e627..6275cd95b5 100644 --- a/wsd/TileCache.cpp +++ b/wsd/TileCache.cpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include diff --git a/wsd/TileCache.hpp b/wsd/TileCache.hpp index 153e2304be..0cfa724b35 100644 --- a/wsd/TileCache.hpp +++ b/wsd/TileCache.hpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #pragma once diff --git a/wsd/TileDesc.hpp b/wsd/TileDesc.hpp index 54c21e9621..a5e420d45a 100644 --- a/wsd/TileDesc.hpp +++ b/wsd/TileDesc.hpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #pragma once diff --git a/wsd/TraceFile.hpp b/wsd/TraceFile.hpp index 955e9646f3..4316029966 100644 --- a/wsd/TraceFile.hpp +++ b/wsd/TraceFile.hpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #pragma once diff --git a/wsd/UserMessages.hpp b/wsd/UserMessages.hpp index 9ab0b2598a..b83a315d62 100644 --- a/wsd/UserMessages.hpp +++ b/wsd/UserMessages.hpp @@ -3,6 +3,10 @@ * Copyright the Collabora Online contributors. * * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ // A list of user-visible messages.