Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano committed Apr 14, 2023
1 parent 3011be7 commit 23c8423
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/konbucase.metainfo.xml.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2020-2022 Ryo Nakano -->
<!-- Copyright 2020-2023 Ryo Nakano -->
<component type="desktop-application">
<id>com.github.ryonakano.konbucase</id>
<launchable type="desktop-id">com.github.ryonakano.konbucase.desktop</launchable>
Expand Down
2 changes: 1 addition & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-FileCopyrightText: 2020-2022 Ryo Nakano <ryonakaknock3@gmail.com>
* SPDX-FileCopyrightText: 2020-2023 Ryo Nakano <ryonakaknock3@gmail.com>
*/

public class Application : Gtk.Application {
Expand Down
2 changes: 1 addition & 1 deletion src/MainWindow.vala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-FileCopyrightText: 2020-2022 Ryo Nakano <ryonakaknock3@gmail.com>
* SPDX-FileCopyrightText: 2020-2023 Ryo Nakano <ryonakaknock3@gmail.com>
*/

public class MainWindow : Gtk.ApplicationWindow {
Expand Down
2 changes: 1 addition & 1 deletion src/StyleSwitcher.vala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-FileCopyrightText: 2021-2022 Ryo Nakano <ryonakaknock3@gmail.com>
* SPDX-FileCopyrightText: 2021-2023 Ryo Nakano <ryonakaknock3@gmail.com>
*
* Some code inspired from elementary/switchboard-plug-pantheon-shell, src/Views/Appearance.vala
*/
Expand Down
2 changes: 1 addition & 1 deletion src/TextType.vala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-FileCopyrightText: 2020-2022 Ryo Nakano <ryonakaknock3@gmail.com>
* SPDX-FileCopyrightText: 2020-2023 Ryo Nakano <ryonakaknock3@gmail.com>
*/

public enum TextType {
Expand Down
2 changes: 1 addition & 1 deletion src/Widgets/ComboEntry.vala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-FileCopyrightText: 2020-2022 Ryo Nakano <ryonakaknock3@gmail.com>
* SPDX-FileCopyrightText: 2020-2023 Ryo Nakano <ryonakaknock3@gmail.com>
*/

public class Widgets.ComboEntry : Gtk.Grid {
Expand Down

0 comments on commit 23c8423

Please sign in to comment.