From 32db7d97ef533f64d8199006b402a957a3ec06aa Mon Sep 17 00:00:00 2001 From: Logan Rathbone Date: Sat, 4 Feb 2023 01:04:57 -0500 Subject: Add some missing GPL headers. --- src/zenity-tree-column-view.c | 23 +++++++++++++++++++++++ src/zenity-tree-column-view.h | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) (limited to 'src') 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 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 -- cgit v1.2.1