From dbdde3e384beae26cd71dcd0ef008b890675149d Mon Sep 17 00:00:00 2001 From: William Wold Date: Tue, 2 Jul 2019 23:43:04 +0000 Subject: Add comment headers to wayland backend files --- mate-panel/wayland-backend.c | 24 ++++++++++++++++++++++++ mate-panel/wayland-backend.h | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) (limited to 'mate-panel') diff --git a/mate-panel/wayland-backend.c b/mate-panel/wayland-backend.c index 0d797f33..39e4a01d 100644 --- a/mate-panel/wayland-backend.c +++ b/mate-panel/wayland-backend.c @@ -1,3 +1,27 @@ +/* + * wayland-backend.c: Support for running on Wayland compositors + * + * Copyright (C) 2019 William Wold + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + * + * This program 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 + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301, USA. + * + * Authors: + * William Wold + */ + #include #include diff --git a/mate-panel/wayland-backend.h b/mate-panel/wayland-backend.h index ae6a837f..7c4d6a67 100644 --- a/mate-panel/wayland-backend.h +++ b/mate-panel/wayland-backend.h @@ -1,3 +1,27 @@ +/* + * wayland-backend.h: Support for running on Wayland compositors + * + * Copyright (C) 2019 William Wold + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + * + * This program 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 + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301, USA. + * + * Authors: + * William Wold + */ + #ifndef __WAYLAND_BACKEND_H__ #define __WAYLAND_BACKEND_H__ -- cgit v1.2.1