summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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>