summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Wold <[email protected]>2019-07-02 23:43:04 +0000
committerraveit65 <[email protected]>2019-07-07 21:31:33 +0200
commitdbdde3e384beae26cd71dcd0ef008b890675149d (patch)
tree85dc82bfe5adabace07b752d9bd132e8d50c81b8
parent01fb4342ea56d467ad46a68a411ffb07b4d5d326 (diff)
downloadmate-panel-dbdde3e384beae26cd71dcd0ef008b890675149d.tar.bz2
mate-panel-dbdde3e384beae26cd71dcd0ef008b890675149d.tar.xz
Add comment headers to wayland backend files
-rw-r--r--mate-panel/wayland-backend.c24
-rw-r--r--mate-panel/wayland-backend.h24
2 files changed, 48 insertions, 0 deletions
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 <[email protected]>
+ */
+
#include <config.h>
#include <gtk-layer-shell/gtk-layer-shell.h>
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 <[email protected]>
+ */
+
#ifndef __WAYLAND_BACKEND_H__
#define __WAYLAND_BACKEND_H__