diff --git a/wsd/Admin.cpp b/wsd/Admin.cpp index 4fcbb2ddf9..102f6c83d5 100644 --- a/wsd/Admin.cpp +++ b/wsd/Admin.cpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #include diff --git a/wsd/Admin.hpp b/wsd/Admin.hpp index 4a3b920bec..1229351d96 100644 --- a/wsd/Admin.hpp +++ b/wsd/Admin.hpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #pragma once diff --git a/wsd/AdminModel.cpp b/wsd/AdminModel.cpp index eacc585cd8..3286ab24fe 100644 --- a/wsd/AdminModel.cpp +++ b/wsd/AdminModel.cpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #include diff --git a/wsd/AdminModel.hpp b/wsd/AdminModel.hpp index 618002e906..52588c2dc1 100644 --- a/wsd/AdminModel.hpp +++ b/wsd/AdminModel.hpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #pragma once diff --git a/wsd/Auth.cpp b/wsd/Auth.cpp index 44a2d1b0de..41f4ca1f3d 100644 --- a/wsd/Auth.cpp +++ b/wsd/Auth.cpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #include diff --git a/wsd/Auth.hpp b/wsd/Auth.hpp index 3d71f4dd29..3ce1c8386a 100644 --- a/wsd/Auth.hpp +++ b/wsd/Auth.hpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ // Authentication and Authorization support. diff --git a/wsd/COOLWSD.cpp b/wsd/COOLWSD.cpp index 1e1cd7fbc6..19e84b3c0d 100644 --- a/wsd/COOLWSD.cpp +++ b/wsd/COOLWSD.cpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #include diff --git a/wsd/COOLWSD.hpp b/wsd/COOLWSD.hpp index 25e6228471..46f79d34b2 100644 --- a/wsd/COOLWSD.hpp +++ b/wsd/COOLWSD.hpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #pragma once diff --git a/wsd/ClientSession.cpp b/wsd/ClientSession.cpp index 099354b0c2..1bc56d0df5 100644 --- a/wsd/ClientSession.cpp +++ b/wsd/ClientSession.cpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #include diff --git a/wsd/ClientSession.hpp b/wsd/ClientSession.hpp index 02a2eaaa1a..919d5dea18 100644 --- a/wsd/ClientSession.hpp +++ b/wsd/ClientSession.hpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #pragma once diff --git a/wsd/ContentSecurityPolicy.hpp b/wsd/ContentSecurityPolicy.hpp index 167be2c44e..21ee1d59b2 100644 --- a/wsd/ContentSecurityPolicy.hpp +++ b/wsd/ContentSecurityPolicy.hpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #pragma once diff --git a/wsd/DocumentBroker.cpp b/wsd/DocumentBroker.cpp index 70f3c54a32..90490541f6 100644 --- a/wsd/DocumentBroker.cpp +++ b/wsd/DocumentBroker.cpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #include diff --git a/wsd/DocumentBroker.hpp b/wsd/DocumentBroker.hpp index da85bbca91..a4b97584a0 100644 --- a/wsd/DocumentBroker.hpp +++ b/wsd/DocumentBroker.hpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #pragma once diff --git a/wsd/Exceptions.cpp b/wsd/Exceptions.cpp index 1a4804e9e3..dbf111c510 100644 --- a/wsd/Exceptions.cpp +++ b/wsd/Exceptions.cpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #include "Exceptions.hpp" diff --git a/wsd/Exceptions.hpp b/wsd/Exceptions.hpp index 0a26a8add6..41bd3a3b02 100644 --- a/wsd/Exceptions.hpp +++ b/wsd/Exceptions.hpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ // Exception classes to differentiate between the diff --git a/wsd/FileServer.cpp b/wsd/FileServer.cpp index ef83393b7e..3e93c903b4 100644 --- a/wsd/FileServer.cpp +++ b/wsd/FileServer.cpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #include diff --git a/wsd/FileServer.hpp b/wsd/FileServer.hpp index c627f1e2d9..6bde77efa1 100644 --- a/wsd/FileServer.hpp +++ b/wsd/FileServer.hpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #pragma once diff --git a/wsd/FileServerUtil.cpp b/wsd/FileServerUtil.cpp index 204a25b03e..03018fb340 100644 --- a/wsd/FileServerUtil.cpp +++ b/wsd/FileServerUtil.cpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #include diff --git a/wsd/HostUtil.cpp b/wsd/HostUtil.cpp index 130ba52909..8b602a0a89 100644 --- a/wsd/HostUtil.cpp +++ b/wsd/HostUtil.cpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #include "HostUtil.hpp" diff --git a/wsd/HostUtil.hpp b/wsd/HostUtil.hpp index 4a9e97532e..e6789b179b 100644 --- a/wsd/HostUtil.hpp +++ b/wsd/HostUtil.hpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #pragma once diff --git a/wsd/ProofKey.cpp b/wsd/ProofKey.cpp index bb6cc8b345..e6fcfe3ebf 100644 --- a/wsd/ProofKey.cpp +++ b/wsd/ProofKey.cpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #include diff --git a/wsd/ProofKey.hpp b/wsd/ProofKey.hpp index e94c03d497..2119a188cb 100644 --- a/wsd/ProofKey.hpp +++ b/wsd/ProofKey.hpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ // WOPI proof management diff --git a/wsd/ProxyProtocol.cpp b/wsd/ProxyProtocol.cpp index 416ab84574..c971fc543b 100644 --- a/wsd/ProxyProtocol.cpp +++ b/wsd/ProxyProtocol.cpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ /* diff --git a/wsd/ProxyProtocol.hpp b/wsd/ProxyProtocol.hpp index 3870097ac4..339d15217b 100644 --- a/wsd/ProxyProtocol.hpp +++ b/wsd/ProxyProtocol.hpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #pragma once diff --git a/wsd/ProxyRequestHandler.cpp b/wsd/ProxyRequestHandler.cpp index 549c073e17..88a2ab10f4 100644 --- a/wsd/ProxyRequestHandler.cpp +++ b/wsd/ProxyRequestHandler.cpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #include diff --git a/wsd/ProxyRequestHandler.hpp b/wsd/ProxyRequestHandler.hpp index 8728e343fe..3cca39a5fd 100644 --- a/wsd/ProxyRequestHandler.hpp +++ b/wsd/ProxyRequestHandler.hpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #pragma once diff --git a/wsd/QuarantineUtil.cpp b/wsd/QuarantineUtil.cpp index 6df40698b1..7100c09b23 100644 --- a/wsd/QuarantineUtil.cpp +++ b/wsd/QuarantineUtil.cpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #include diff --git a/wsd/QuarantineUtil.hpp b/wsd/QuarantineUtil.hpp index ff3d0c5440..af5ff41c52 100644 --- a/wsd/QuarantineUtil.hpp +++ b/wsd/QuarantineUtil.hpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #pragma once diff --git a/wsd/RequestDetails.cpp b/wsd/RequestDetails.cpp index a9410068d1..efc6163b4a 100644 --- a/wsd/RequestDetails.cpp +++ b/wsd/RequestDetails.cpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #include diff --git a/wsd/RequestDetails.hpp b/wsd/RequestDetails.hpp index 930daad262..6288ec4d87 100644 --- a/wsd/RequestDetails.hpp +++ b/wsd/RequestDetails.hpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #pragma once diff --git a/wsd/SenderQueue.hpp b/wsd/SenderQueue.hpp index 7997825309..8eb18dcb5f 100644 --- a/wsd/SenderQueue.hpp +++ b/wsd/SenderQueue.hpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #pragma once diff --git a/wsd/ServerURL.hpp b/wsd/ServerURL.hpp index 96c8f98087..1068bb7fa5 100644 --- a/wsd/ServerURL.hpp +++ b/wsd/ServerURL.hpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #pragma once diff --git a/wsd/Storage.cpp b/wsd/Storage.cpp index ba86dea0fb..c45ba147ba 100644 --- a/wsd/Storage.cpp +++ b/wsd/Storage.cpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #include diff --git a/wsd/Storage.hpp b/wsd/Storage.hpp index c8cf718d66..65349c6d37 100644 --- a/wsd/Storage.hpp +++ b/wsd/Storage.hpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ // Storage abstraction. diff --git a/wsd/TestStubs.cpp b/wsd/TestStubs.cpp index e7889303fd..afa3379cde 100644 --- a/wsd/TestStubs.cpp +++ b/wsd/TestStubs.cpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ /* diff --git a/wsd/TileCache.cpp b/wsd/TileCache.cpp index a02709e81c..aea6433f5c 100644 --- a/wsd/TileCache.cpp +++ b/wsd/TileCache.cpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #include diff --git a/wsd/TileCache.hpp b/wsd/TileCache.hpp index fc8cb60205..0b2b801a54 100644 --- a/wsd/TileCache.hpp +++ b/wsd/TileCache.hpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #pragma once diff --git a/wsd/TileDesc.hpp b/wsd/TileDesc.hpp index 25f1ea6e0d..54c21e9621 100644 --- a/wsd/TileDesc.hpp +++ b/wsd/TileDesc.hpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #pragma once diff --git a/wsd/TraceFile.hpp b/wsd/TraceFile.hpp index f31141155a..955e9646f3 100644 --- a/wsd/TraceFile.hpp +++ b/wsd/TraceFile.hpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ #pragma once diff --git a/wsd/UserMessages.hpp b/wsd/UserMessages.hpp index b92f7c0980..9ab0b2598a 100644 --- a/wsd/UserMessages.hpp +++ b/wsd/UserMessages.hpp @@ -1,8 +1,8 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* - * 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/. + * Copyright the Collabora Online contributors. + * + * SPDX-License-Identifier: MPL-2.0 */ // A list of user-visible messages. diff --git a/wsd/lint-discovery.py b/wsd/lint-discovery.py index ab0ec4f27d..cff1773317 100755 --- a/wsd/lint-discovery.py +++ b/wsd/lint-discovery.py @@ -1,8 +1,8 @@ #!/usr/bin/env python # -# 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/. +# Copyright the Collabora Online contributors. +# +# SPDX-License-Identifier: MPL-2.0 # # Makes sure that discovery.xml in online.git is in sync with # filter/source/config/fragments/ in core.git.