diff options
author | Jason Conti <jason.conti@gmail.com> | 2011-05-10 14:10:56 -0400 |
---|---|---|
committer | Jason Conti <jason.conti@gmail.com> | 2011-05-10 14:10:56 -0400 |
commit | 875c0e1fcd9360344e69b0a1f0276c4934904f3d (patch) | |
tree | 32584cafb7e7f0ab6a77aa4adddeec3281374f08 /src | |
parent | 8aadb6326f3ad54696a3f7af19c2f9f97462584c (diff) | |
download | ayatana-indicator-notifications-875c0e1fcd9360344e69b0a1f0276c4934904f3d.tar.gz ayatana-indicator-notifications-875c0e1fcd9360344e69b0a1f0276c4934904f3d.tar.bz2 ayatana-indicator-notifications-875c0e1fcd9360344e69b0a1f0276c4934904f3d.zip |
Renamed the rest of the files, and updated the file headers.
Diffstat (limited to 'src')
-rw-r--r-- | src/dbus-shared.h | 3 | ||||
-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.h | 6 |
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 |