We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa6710 commit 92f3db4Copy full SHA for 92f3db4
src/Window.vala
@@ -1,3 +1,8 @@
1
+/*
2
+ * SPDX-License-Identifier: GPL-3.0-or-later
3
+ * SPDX-FileCopyrightText: 2025 William Kelso <[email protected]>
4
+ */
5
+
6
public class AppWindow : Gtk.Window {
7
public File file { get; set; }
8
private Gtk.TextBuffer buf;
0 commit comments