Add copyright notices for Moment
This commit is contained in:
parent
12d152f077
commit
db9b578bce
@ -1,4 +1,5 @@
|
|||||||
# Copyright Mirage authors & contributors <https://github.com/mirukana/mirage>
|
# Copyright Mirage authors & contributors <https://github.com/mirukana/mirage>
|
||||||
|
# and Moment contributors <https://gitlab.com/mx-moment/moment>
|
||||||
# SPDX-License-Identifier: LGPL-3.0-or-later
|
# SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
"""This package provides Moment's backend side that can interact with the UI.
|
"""This package provides Moment's backend side that can interact with the UI.
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Copyright Mirage authors & contributors <https://github.com/mirukana/mirage>
|
# Copyright Mirage authors & contributors <https://github.com/mirukana/mirage>
|
||||||
|
# and Moment contributors <https://gitlab.com/mx-moment/moment>
|
||||||
# SPDX-License-Identifier: LGPL-3.0-or-later
|
# SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
import asyncio
|
import asyncio
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Copyright Mirage authors & contributors <https://github.com/mirukana/mirage>
|
# Copyright Mirage authors & contributors <https://github.com/mirukana/mirage>
|
||||||
|
# and Moment contributors <https://gitlab.com/mx-moment/moment>
|
||||||
# SPDX-License-Identifier: LGPL-3.0-or-later
|
# SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
"""Matrix media downloading, caching and retrieval."""
|
"""Matrix media downloading, caching and retrieval."""
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Copyright Mirage authors & contributors <https://github.com/mirukana/mirage>
|
# Copyright Mirage authors & contributors <https://github.com/mirukana/mirage>
|
||||||
|
# and Moment contributors <https://gitlab.com/mx-moment/moment>
|
||||||
# SPDX-License-Identifier: LGPL-3.0-or-later
|
# SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
"""User data and configuration files definitions."""
|
"""User data and configuration files definitions."""
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
// Copyright Mirage authors & contributors <https://github.com/mirukana/mirage>
|
// Copyright Mirage authors & contributors <https://github.com/mirukana/mirage>
|
||||||
|
// and Moment contributors <https://gitlab.com/mx-moment/moment>
|
||||||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
pragma Singleton
|
pragma Singleton
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
// Copyright Mirage authors & contributors <https://github.com/mirukana/mirage>
|
// Copyright Mirage authors & contributors <https://github.com/mirukana/mirage>
|
||||||
|
// and Moment contributors <https://gitlab.com/mx-moment/moment>
|
||||||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
// This file creates the application, registers custom objects for QML
|
// This file creates the application, registers custom objects for QML
|
||||||
|
Loading…
Reference in New Issue
Block a user