Skip to content

Commit 92f3db4

Browse files
authored
add copyright header
1 parent 5aa6710 commit 92f3db4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Window.vala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-License-Identifier: GPL-3.0-or-later
3+
* SPDX-FileCopyrightText: 2025 William Kelso <[email protected]>
4+
*/
5+
16
public class AppWindow : Gtk.Window {
27
public File file { get; set; }
38
private Gtk.TextBuffer buf;

0 commit comments

Comments
 (0)