Skip to content

Commit

Permalink
chore: Update copyright header to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano committed Aug 12, 2024
1 parent d4c5cff commit 27e6f9b
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion data/com.github.sgpthomas.hourglass.metainfo.xml.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2015-2020 Samuel Thomas <[email protected]> -->
<!-- Copyright 2020-2023 Ryo Nakano -->
<!-- Copyright 2020-2024 Ryo Nakano -->
<component type="desktop-application">
<id>com.github.sgpthomas.hourglass</id>
<launchable type="desktop-id">com.github.sgpthomas.hourglass.desktop</launchable>
Expand Down
2 changes: 1 addition & 1 deletion src/Daemon/AlarmManager.vala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-FileCopyrightText: 2015-2020 Sam Thomas
* 2020-2023 Ryo Nakano
* 2020-2024 Ryo Nakano
*/

public class Daemon.AlarmManager : GLib.Object {
Expand Down
2 changes: 1 addition & 1 deletion src/Daemon/HourglassDaemon.vala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-FileCopyrightText: 2015-2020 Sam Thomas
* 2020-2023 Ryo Nakano
* 2020-2024 Ryo Nakano
*/

public class Daemon.HourglassDaemon : GLib.Object {
Expand Down
2 changes: 1 addition & 1 deletion src/Dialogs/MultiSelectPopover.vala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-FileCopyrightText: 2015-2020 Sam Thomas
* 2020-2023 Ryo Nakano
* 2020-2024 Ryo Nakano
*/

public class Hourglass.Dialogs.MultiSelectPopover : Gtk.Popover {
Expand Down
2 changes: 1 addition & 1 deletion src/Dialogs/NewAlarmDialog.vala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-FileCopyrightText: 2015-2020 Sam Thomas
* 2020-2023 Ryo Nakano
* 2020-2024 Ryo Nakano
*/

using Hourglass.Widgets;
Expand Down
2 changes: 1 addition & 1 deletion src/Hourglass.vala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-FileCopyrightText: 2015-2020 Sam Thomas
* 2020-2023 Ryo Nakano
* 2020-2024 Ryo Nakano
*/

namespace Hourglass {
Expand Down
2 changes: 1 addition & 1 deletion src/Objects/Counter.vala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-FileCopyrightText: 2015-2020 Sam Thomas
* 2020-2023 Ryo Nakano
* 2020-2024 Ryo Nakano
*/

public class Hourglass.Objects.Counter : GLib.Object {
Expand Down
2 changes: 1 addition & 1 deletion src/Utils.vala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-FileCopyrightText: 2015-2020 Sam Thomas
* 2020-2023 Ryo Nakano
* 2020-2024 Ryo Nakano
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Views/AbstractView.vala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-FileCopyrightText: 2015-2020 Sam Thomas
* 2020-2023 Ryo Nakano
* 2020-2024 Ryo Nakano
*/

public abstract class Hourglass.Views.AbstractView : Gtk.Box {
Expand Down
2 changes: 1 addition & 1 deletion src/Views/AlarmView.vala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-FileCopyrightText: 2015-2020 Sam Thomas
* 2020-2023 Ryo Nakano
* 2020-2024 Ryo Nakano
*/

using Hourglass.Widgets;
Expand Down
2 changes: 1 addition & 1 deletion src/Views/StopwatchView.vala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-FileCopyrightText: 2015-2020 Sam Thomas
* 2020-2023 Ryo Nakano
* 2020-2024 Ryo Nakano
*/

using Hourglass.Window;
Expand Down
2 changes: 1 addition & 1 deletion src/Views/TimerView.vala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-FileCopyrightText: 2015-2020 Sam Thomas
* 2020-2023 Ryo Nakano
* 2020-2024 Ryo Nakano
*/

using Hourglass.Widgets;
Expand Down
2 changes: 1 addition & 1 deletion src/Widgets/Alarm.vala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-FileCopyrightText: 2015-2020 Sam Thomas
* 2020-2023 Ryo Nakano
* 2020-2024 Ryo Nakano
*/

public class Hourglass.Widgets.Alarm : Gtk.ListBoxRow {
Expand Down
2 changes: 1 addition & 1 deletion src/Window/MainWindow.vala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-FileCopyrightText: 2015-2020 Sam Thomas
* 2020-2023 Ryo Nakano
* 2020-2024 Ryo Nakano
*/

public class Hourglass.Window.MainWindow : Gtk.ApplicationWindow {
Expand Down

0 comments on commit 27e6f9b

Please sign in to comment.