summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLogan Rathbone <poprocks@gmail.com>2023-02-04 01:04:57 -0500
committerLogan Rathbone <poprocks@gmail.com>2023-02-04 01:07:19 -0500
commit32db7d97ef533f64d8199006b402a957a3ec06aa (patch)
tree733b39b43a250c58c0d89e26b3a6a4ec9b4e93cd /src
parent8dae0206b4c37b107bf4bc639e2d3e8c59d129d8 (diff)
downloadzenity-32db7d97ef533f64d8199006b402a957a3ec06aa.tar.gz
Add some missing GPL headers.
Diffstat (limited to 'src')
-rw-r--r--src/zenity-tree-column-view.c23
-rw-r--r--src/zenity-tree-column-view.h23
2 files changed, 46 insertions, 0 deletions
diff --git a/src/zenity-tree-column-view.c b/src/zenity-tree-column-view.c
index 54c6768..d4d4e2c 100644
--- a/src/zenity-tree-column-view.c
+++ b/src/zenity-tree-column-view.c
@@ -1,3 +1,26 @@
+/* vim: ts=4 sw=4
+ */
+/*
+ * zenity-tree-column-view.c
+ *
+ * Copyright © 2023 Logan Rathbone
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
+
#include "zenity-tree-column-view.h"
#include <config.h>
diff --git a/src/zenity-tree-column-view.h b/src/zenity-tree-column-view.h
index c146e18..8b5a255 100644
--- a/src/zenity-tree-column-view.h
+++ b/src/zenity-tree-column-view.h
@@ -1,3 +1,26 @@
+/* vim: ts=4 sw=4
+ */
+/*
+ * zenity-tree-column-view.c
+ *
+ * Copyright © 2023 Logan Rathbone
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
+
#pragma once
#include <gtk/gtk.h>