From db9b578bce6cc53dd9ba6b61f2cecb726e94203f Mon Sep 17 00:00:00 2001 From: Maze Date: Fri, 14 Jan 2022 22:52:31 +0100 Subject: [PATCH] Add copyright notices for Moment --- src/backend/__init__.py | 1 + src/backend/backend.py | 1 + src/backend/media_cache.py | 1 + src/backend/user_files.py | 1 + src/gui/ArgumentParser.qml | 1 + src/main.cpp | 1 + 6 files changed, 6 insertions(+) diff --git a/src/backend/__init__.py b/src/backend/__init__.py index a6c23b27..63c3a5cd 100644 --- a/src/backend/__init__.py +++ b/src/backend/__init__.py @@ -1,4 +1,5 @@ # Copyright Mirage authors & contributors +# and Moment contributors # SPDX-License-Identifier: LGPL-3.0-or-later """This package provides Moment's backend side that can interact with the UI. diff --git a/src/backend/backend.py b/src/backend/backend.py index cf8b359f..a568028b 100644 --- a/src/backend/backend.py +++ b/src/backend/backend.py @@ -1,4 +1,5 @@ # Copyright Mirage authors & contributors +# and Moment contributors # SPDX-License-Identifier: LGPL-3.0-or-later import asyncio diff --git a/src/backend/media_cache.py b/src/backend/media_cache.py index 2dee6218..b6726181 100644 --- a/src/backend/media_cache.py +++ b/src/backend/media_cache.py @@ -1,4 +1,5 @@ # Copyright Mirage authors & contributors +# and Moment contributors # SPDX-License-Identifier: LGPL-3.0-or-later """Matrix media downloading, caching and retrieval.""" diff --git a/src/backend/user_files.py b/src/backend/user_files.py index bbd34a94..e855ffb9 100644 --- a/src/backend/user_files.py +++ b/src/backend/user_files.py @@ -1,4 +1,5 @@ # Copyright Mirage authors & contributors +# and Moment contributors # SPDX-License-Identifier: LGPL-3.0-or-later """User data and configuration files definitions.""" diff --git a/src/gui/ArgumentParser.qml b/src/gui/ArgumentParser.qml index 17224427..67892672 100644 --- a/src/gui/ArgumentParser.qml +++ b/src/gui/ArgumentParser.qml @@ -1,4 +1,5 @@ // Copyright Mirage authors & contributors +// and Moment contributors // SPDX-License-Identifier: LGPL-3.0-or-later pragma Singleton diff --git a/src/main.cpp b/src/main.cpp index 2d671108..f06de931 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,4 +1,5 @@ // Copyright Mirage authors & contributors +// and Moment contributors // SPDX-License-Identifier: LGPL-3.0-or-later // This file creates the application, registers custom objects for QML