From b3facaa6bb30cdc39f2b7d632fef1e3bfeee7785 Mon Sep 17 00:00:00 2001 From: Zephyron Date: Tue, 31 Dec 2024 17:07:49 +1000 Subject: chore: update project references and add Citron copyright - Replaced all references to the old project name with Citron. - Added Citron copyright information alongside existing notices in all files. --- src/citron/util/clickable_label.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/citron/util/clickable_label.cpp') diff --git a/src/citron/util/clickable_label.cpp b/src/citron/util/clickable_label.cpp index 89d14190a..1c7895c2f 100644 --- a/src/citron/util/clickable_label.cpp +++ b/src/citron/util/clickable_label.cpp @@ -1,7 +1,7 @@ // SPDX-FileCopyrightText: Copyright 2017 Citra Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later -#include "yuzu/util/clickable_label.h" +#include "citron/util/clickable_label.h" ClickableLabel::ClickableLabel(QWidget* parent, [[maybe_unused]] Qt::WindowFlags f) : QLabel(parent) {} -- cgit v1.2.3