aboutsummaryrefslogtreecommitdiffstats
path: root/applets/notify
diff options
context:
space:
mode:
Diffstat (limited to 'applets/notify')
-rw-r--r--applets/notify/applet.c2
-rw-r--r--applets/notify/mb-notification.c2
-rw-r--r--applets/notify/mb-notification.h2
-rw-r--r--applets/notify/notify-store.c2
-rw-r--r--applets/notify/notify-store.h2
5 files changed, 10 insertions, 0 deletions
diff --git a/applets/notify/applet.c b/applets/notify/applet.c
index 2d896e8..6c378c8 100644
--- a/applets/notify/applet.c
+++ b/applets/notify/applet.c
@@ -1,6 +1,8 @@
/*
* (C) 2008 OpenedHand Ltd.
*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* Author: Ross Burton <ross@openedhand.com>
*
* Licensed under the GPL v2 or greater.
diff --git a/applets/notify/mb-notification.c b/applets/notify/mb-notification.c
index c73b21f..f4463a0 100644
--- a/applets/notify/mb-notification.c
+++ b/applets/notify/mb-notification.c
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
#include <gtk/gtk.h>
#include "mb-notification.h"
diff --git a/applets/notify/mb-notification.h b/applets/notify/mb-notification.h
index ecf5ca1..c609ec0 100644
--- a/applets/notify/mb-notification.h
+++ b/applets/notify/mb-notification.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
#ifndef _MB_NOTIFICATION
#define _MB_NOTIFICATION
diff --git a/applets/notify/notify-store.c b/applets/notify/notify-store.c
index f25c8b9..bfae532 100644
--- a/applets/notify/notify-store.c
+++ b/applets/notify/notify-store.c
@@ -1,6 +1,8 @@
/*
* (C) 2008 OpenedHand Ltd.
*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* Author: Ross Burton <ross@openedhand.com>
*
* Licensed under the GPL v2 or greater.
diff --git a/applets/notify/notify-store.h b/applets/notify/notify-store.h
index b1cdd42..0a2b562 100644
--- a/applets/notify/notify-store.h
+++ b/applets/notify/notify-store.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
#ifndef _MB_NOTIFY_STORE
#define _MB_NOTIFY_STORE