diff options
author | Zephyron <zephyron@citron-emu.org> | 2025-01-14 15:33:24 +1000 |
---|---|---|
committer | Zephyron <zephyron@citron-emu.org> | 2025-01-14 15:33:24 +1000 |
commit | 9ae0eeeb870899e00121b01380d9699b6e768d34 (patch) | |
tree | a6db1f6ea1b4a0eb662493220d82d6e7653e0799 /dist | |
parent | d028ac291c4f281ac6edc937bcbd0ad385ae031c (diff) |
Revert incorrect copyright attribution for non-contributed files
- In commit b3facaa6bb30cdc39f2b7d632fef1e3bfeee7785, the copyright header was
updated to include "Citron Homebrew Project" across multiple files, regardless
of whether any contributions were made.
- This commit removes the incorrect attribution and reverts the copyright header
to its previous state.
- Copyright attribution should only be added when meaningful contributions have
been made to the file.
- This commit ensures proper compliance with copyright standards and maintains
correct attribution to the respective contributors.
- Special thanks to Tachi for pointing out the need for these corrections and
ensuring that proper attribution practices are followed.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/72-citron-input.rules | 2 | ||||
-rw-r--r-- | dist/citron.manifest | 2 | ||||
-rw-r--r-- | dist/compatibility_list/compatibility_list.qrc | 2 | ||||
-rw-r--r-- | dist/icons/controller/controller.qrc | 2 | ||||
-rw-r--r-- | dist/icons/overlay/overlay.qrc | 2 | ||||
-rw-r--r-- | dist/org.citron_emu.citron.desktop | 2 | ||||
-rw-r--r-- | dist/org.citron_emu.citron.metainfo.xml | 2 | ||||
-rw-r--r-- | dist/org.citron_emu.citron.xml | 2 | ||||
-rw-r--r-- | dist/qt_themes/colorful/style.qrc | 2 | ||||
-rw-r--r-- | dist/qt_themes/colorful_dark/style.qrc | 2 | ||||
-rw-r--r-- | dist/qt_themes/colorful_midnight_blue/style.qrc | 2 | ||||
-rw-r--r-- | dist/qt_themes/default/default.qrc | 2 | ||||
-rw-r--r-- | dist/qt_themes/default_dark/style.qrc | 2 | ||||
-rw-r--r-- | dist/qt_themes/default_dark/style.qss | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/dist/72-citron-input.rules b/dist/72-citron-input.rules index ab6474033..f90122f0f 100644 --- a/dist/72-citron-input.rules +++ b/dist/72-citron-input.rules @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 yuzu Emulator Project & 2025 citron Homebrew Project +# SPDX-FileCopyrightText: 2023 yuzu Emulator Project # SPDX-License-Identifier: GPL-2.0-or-later # Allow systemd-logind to manage user access to hidraw with this file diff --git a/dist/citron.manifest b/dist/citron.manifest index 033913b59..f2c8639a2 100644 --- a/dist/citron.manifest +++ b/dist/citron.manifest @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- -SPDX-FileCopyrightText: 2020 yuzu Emulator Project & 2025 citron Homebrew Project +SPDX-FileCopyrightText: 2020 yuzu Emulator Project SPDX-License-Identifier: GPL-2.0-or-later --> diff --git a/dist/compatibility_list/compatibility_list.qrc b/dist/compatibility_list/compatibility_list.qrc index f23105ecf..3b1359a8e 100644 --- a/dist/compatibility_list/compatibility_list.qrc +++ b/dist/compatibility_list/compatibility_list.qrc @@ -1,5 +1,5 @@ <!-- -SPDX-FileCopyrightText: 2018 yuzu Emulator Project & 2025 citron Homebrew Project +SPDX-FileCopyrightText: 2018 yuzu Emulator Project SPDX-License-Identifier: GPL-2.0-or-later --> diff --git a/dist/icons/controller/controller.qrc b/dist/icons/controller/controller.qrc index ffe80fd8f..8d5261c38 100644 --- a/dist/icons/controller/controller.qrc +++ b/dist/icons/controller/controller.qrc @@ -1,5 +1,5 @@ <!-- -SPDX-FileCopyrightText: 2020 yuzu Emulator Project & 2025 citron Homebrew Project +SPDX-FileCopyrightText: 2020 yuzu Emulator Project SPDX-License-Identifier: GPL-2.0-or-later --> diff --git a/dist/icons/overlay/overlay.qrc b/dist/icons/overlay/overlay.qrc index 0d421ab09..8d7833aca 100644 --- a/dist/icons/overlay/overlay.qrc +++ b/dist/icons/overlay/overlay.qrc @@ -1,5 +1,5 @@ <!-- -SPDX-FileCopyrightText: 2021 yuzu Emulator Project & 2025 citron Homebrew Project +SPDX-FileCopyrightText: 2021 yuzu Emulator Project SPDX-License-Identifier: GPL-2.0-or-later --> diff --git a/dist/org.citron_emu.citron.desktop b/dist/org.citron_emu.citron.desktop index dc1b1d506..dd4bdab28 100644 --- a/dist/org.citron_emu.citron.desktop +++ b/dist/org.citron_emu.citron.desktop @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2018 yuzu Emulator Project & 2025 citron Homebrew Project +# SPDX-FileCopyrightText: 2018 yuzu Emulator Project # SPDX-License-Identifier: GPL-2.0-or-later [Desktop Entry] diff --git a/dist/org.citron_emu.citron.metainfo.xml b/dist/org.citron_emu.citron.metainfo.xml index 53bd6f79a..359915168 100644 --- a/dist/org.citron_emu.citron.metainfo.xml +++ b/dist/org.citron_emu.citron.metainfo.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -SPDX-FileCopyrightText: 2021 yuzu Emulator Project & 2025 citron Homebrew Project +SPDX-FileCopyrightText: 2021 yuzu Emulator Project SPDX-License-Identifier: CC0-1.0 --> diff --git a/dist/org.citron_emu.citron.xml b/dist/org.citron_emu.citron.xml index d5891b7cf..eefe13de6 100644 --- a/dist/org.citron_emu.citron.xml +++ b/dist/org.citron_emu.citron.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -SPDX-FileCopyrightText: 2018 yuzu Emulator Project & 2025 citron Homebrew Project +SPDX-FileCopyrightText: 2018 yuzu Emulator Project SPDX-License-Identifier: GPL-2.0-or-later --> diff --git a/dist/qt_themes/colorful/style.qrc b/dist/qt_themes/colorful/style.qrc index e63ae3c5d..82cd367be 100644 --- a/dist/qt_themes/colorful/style.qrc +++ b/dist/qt_themes/colorful/style.qrc @@ -1,5 +1,5 @@ <!-- -SPDX-FileCopyrightText: 2019 yuzu Emulator Project & 2025 citron Homebrew Project +SPDX-FileCopyrightText: 2019 yuzu Emulator Project SPDX-License-Identifier: GPL-2.0-or-later --> diff --git a/dist/qt_themes/colorful_dark/style.qrc b/dist/qt_themes/colorful_dark/style.qrc index ed8e3ad25..72451ef02 100644 --- a/dist/qt_themes/colorful_dark/style.qrc +++ b/dist/qt_themes/colorful_dark/style.qrc @@ -1,5 +1,5 @@ <!-- -SPDX-FileCopyrightText: 2019 yuzu Emulator Project & 2025 citron Homebrew Project +SPDX-FileCopyrightText: 2019 yuzu Emulator Project SPDX-License-Identifier: GPL-2.0-or-later --> diff --git a/dist/qt_themes/colorful_midnight_blue/style.qrc b/dist/qt_themes/colorful_midnight_blue/style.qrc index 8220d9a43..b9821c672 100644 --- a/dist/qt_themes/colorful_midnight_blue/style.qrc +++ b/dist/qt_themes/colorful_midnight_blue/style.qrc @@ -1,5 +1,5 @@ <!-- -SPDX-FileCopyrightText: 2020 yuzu Emulator Project & 2025 citron Homebrew Project +SPDX-FileCopyrightText: 2020 yuzu Emulator Project SPDX-License-Identifier: GPL-2.0-or-later --> diff --git a/dist/qt_themes/default/default.qrc b/dist/qt_themes/default/default.qrc index 7b2c56c2d..c0c1ba4a5 100644 --- a/dist/qt_themes/default/default.qrc +++ b/dist/qt_themes/default/default.qrc @@ -1,5 +1,5 @@ <!-- -SPDX-FileCopyrightText: 2018 yuzu Emulator Project & 2025 citron Homebrew Project +SPDX-FileCopyrightText: 2018 yuzu Emulator Project SPDX-License-Identifier: GPL-2.0-or-later --> diff --git a/dist/qt_themes/default_dark/style.qrc b/dist/qt_themes/default_dark/style.qrc index cc5ffbcf8..7de4737c2 100644 --- a/dist/qt_themes/default_dark/style.qrc +++ b/dist/qt_themes/default_dark/style.qrc @@ -1,5 +1,5 @@ <!-- -SPDX-FileCopyrightText: 2022 yuzu Emulator Project & 2025 citron Homebrew Project +SPDX-FileCopyrightText: 2022 yuzu Emulator Project SPDX-License-Identifier: GPL-2.0-or-later --> <RCC> diff --git a/dist/qt_themes/default_dark/style.qss b/dist/qt_themes/default_dark/style.qss index ccb99ab63..ca6daa2d5 100644 --- a/dist/qt_themes/default_dark/style.qss +++ b/dist/qt_themes/default_dark/style.qss @@ -1,5 +1,5 @@ /* -* SPDX-FileCopyrightText: 2018 yuzu Emulator Project & 2025 citron Homebrew Project +* SPDX-FileCopyrightText: 2018 yuzu Emulator Project * SPDX-License-Identifier: GPL-2.0-or-later */ QAbstractSpinBox { |