summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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__