aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/notifier.c2
-rw-r--r--src/notifier.h2
-rw-r--r--src/sound-player-gst.c8
-rw-r--r--src/sound-player-gst.h8
-rw-r--r--src/sound-player-mock.c2
-rw-r--r--src/sound-player-mock.h2
-rw-r--r--src/sound-player.c8
-rw-r--r--src/sound-player.h8
-rw-r--r--tests/test-notify.cc2
9 files changed, 21 insertions, 21 deletions
diff --git a/src/notifier.c b/src/notifier.c
index b50f48c..0907a14 100644
--- a/src/notifier.c
+++ b/src/notifier.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2014 Canonical Ltd.
+ * Copyright 2014-2016 Canonical Ltd.
*
* 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
diff --git a/src/notifier.h b/src/notifier.h
index 9625c07..602f6e5 100644
--- a/src/notifier.h
+++ b/src/notifier.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2014 Canonical Ltd.
+ * Copyright 2014-2016 Canonical Ltd.
*
* 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
diff --git a/src/sound-player-gst.c b/src/sound-player-gst.c
index 9b3f11a..25c3884 100644
--- a/src/sound-player-gst.c
+++ b/src/sound-player-gst.c
@@ -1,8 +1,5 @@
/*
- * Copyright 2013 Canonical Ltd.
- *
- * Authors:
- * Charles Kerr <charles.kerr@canonical.com>
+ * Copyright 2016 Canonical Ltd.
*
* 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
@@ -15,6 +12,9 @@
*
* You should have received a copy of the GNU General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Authors:
+ * Charles Kerr <charles.kerr@canonical.com>
*/
#include "sound-player.h"
diff --git a/src/sound-player-gst.h b/src/sound-player-gst.h
index 6ef8866..3075738 100644
--- a/src/sound-player-gst.h
+++ b/src/sound-player-gst.h
@@ -1,8 +1,5 @@
/*
- * Copyright 2013 Canonical Ltd.
- *
- * Authors:
- * Charles Kerr <charles.kerr@canonical.com>
+ * Copyright 2016 Canonical Ltd.
*
* 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
@@ -15,6 +12,9 @@
*
* You should have received a copy of the GNU General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Authors:
+ * Charles Kerr <charles.kerr@canonical.com>
*/
#ifndef __INDICATOR_POWER_SOUND_PLAYER_GST__H__
diff --git a/src/sound-player-mock.c b/src/sound-player-mock.c
index 17eff21..35c3b57 100644
--- a/src/sound-player-mock.c
+++ b/src/sound-player-mock.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2014 Canonical Ltd.
+ * Copyright 2016 Canonical Ltd.
*
* 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
diff --git a/src/sound-player-mock.h b/src/sound-player-mock.h
index f7f2653..f844924 100644
--- a/src/sound-player-mock.h
+++ b/src/sound-player-mock.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2014 Canonical Ltd.
+ * Copyright 2016 Canonical Ltd.
*
* 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
diff --git a/src/sound-player.c b/src/sound-player.c
index f6421ad..dcbb27b 100644
--- a/src/sound-player.c
+++ b/src/sound-player.c
@@ -1,8 +1,5 @@
/*
- * Copyright 2013 Canonical Ltd.
- *
- * Authors:
- * Charles Kerr <charles.kerr@canonical.com>
+ * Copyright 2016 Canonical Ltd.
*
* 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
@@ -15,6 +12,9 @@
*
* You should have received a copy of the GNU General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Authors:
+ * Charles Kerr <charles.kerr@canonical.com>
*/
#include "sound-player.h"
diff --git a/src/sound-player.h b/src/sound-player.h
index ac7e261..adff924 100644
--- a/src/sound-player.h
+++ b/src/sound-player.h
@@ -1,8 +1,5 @@
/*
- * Copyright 2013 Canonical Ltd.
- *
- * Authors:
- * Charles Kerr <charles.kerr@canonical.com>
+ * Copyright 2016 Canonical Ltd.
*
* 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
@@ -15,6 +12,9 @@
*
* You should have received a copy of the GNU General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Authors:
+ * Charles Kerr <charles.kerr@canonical.com>
*/
#ifndef __INDICATOR_POWER_SOUND_PLAYER__H__
diff --git a/tests/test-notify.cc b/tests/test-notify.cc
index cfa27bf..6fe7c59 100644
--- a/tests/test-notify.cc
+++ b/tests/test-notify.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2014 Canonical Ltd.
+ * Copyright 2014-2016 Canonical Ltd.
*
* 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