aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dbus-shared.h3
-rw-r--r--src/indicator-notifications.c (renamed from src/indicator-example.c)6
-rw-r--r--src/notifications-service.c (renamed from src/example-service.c)6
-rw-r--r--src/settings-shared.h6
4 files changed, 9 insertions, 12 deletions
diff --git a/src/dbus-shared.h b/src/dbus-shared.h
index 0b97483..e5e750b 100644
--- a/src/dbus-shared.h
+++ b/src/dbus-shared.h
@@ -1,6 +1,9 @@
/*
An indicator to display recent notifications.
+Adapted from: indicator-datetime/src/dbus-shared.c by
+ Ted Gould <ted@canonical.com>
+
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3, as published
by the Free Software Foundation.
diff --git a/src/indicator-example.c b/src/indicator-notifications.c
index 67e7ba2..9f6f3bb 100644
--- a/src/indicator-example.c
+++ b/src/indicator-notifications.c
@@ -1,9 +1,7 @@
/*
-An example indicator.
+An indicator to display recent notifications.
-Copyright 2010 Canonical Ltd.
-
-Authors:
+Adapted from: indicator-datetime/src/indicator-datetime.c by
Ted Gould <ted@canonical.com>
This program is free software: you can redistribute it and/or modify it
diff --git a/src/example-service.c b/src/notifications-service.c
index 1b197af..219a7ff 100644
--- a/src/example-service.c
+++ b/src/notifications-service.c
@@ -1,9 +1,7 @@
/*
-An example indicator.
+An indicator to display recent notifications.
-Copyright 2010 Canonical Ltd.
-
-Authors:
+Adapted from: indicator-datetime/src/datetime-service.c by
Ted Gould <ted@canonical.com>
This program is free software: you can redistribute it and/or modify it
diff --git a/src/settings-shared.h b/src/settings-shared.h
index 7e74883..0634a02 100644
--- a/src/settings-shared.h
+++ b/src/settings-shared.h
@@ -1,9 +1,7 @@
/*
-An example indicator.
+An indicator to display recent notifications.
-Copyright 2010 Canonical Ltd.
-
-Authors:
+Adapted from: indicator-datetime/src/settings-shared.c by
Ted Gould <ted@canonical.com>
This program is free software: you can redistribute it and/or modify it