aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-11-22 11:11:48 +0100
committerRobert Tari <robert@tari.in>2021-11-22 11:11:48 +0100
commitfef40c150955c1b390fc529fef0b9a61def43a1f (patch)
treebf7bcc96dc4ee65a3973705346d936382f89a2f0
parent571abe51772a841c9c27f37352d57ff640808d76 (diff)
parent4796bb90024b76aa7359c8f0f59b7f0a546cbe0f (diff)
downloadayatana-indicator-sound-fef40c150955c1b390fc529fef0b9a61def43a1f.tar.gz
ayatana-indicator-sound-fef40c150955c1b390fc529fef0b9a61def43a1f.tar.bz2
ayatana-indicator-sound-fef40c150955c1b390fc529fef0b9a61def43a1f.zip
Merge branch 'sunweaver-pr/copyright-punctuation-fix'
Attributes GH PR #68: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/68
-rw-r--r--debian/copyright2
-rw-r--r--src/accounts-service-privacy-settings.vala2
-rw-r--r--src/accounts-service-sound-settings.vala2
-rw-r--r--src/accounts-service-system-sound-settings.vala4
-rw-r--r--src/accounts-service-user.vala4
-rw-r--r--src/greeter-broadcast.vala4
-rw-r--r--src/main.c2
-rw-r--r--src/media-player-list-greeter.vala4
-rw-r--r--src/media-player-list.vala2
-rw-r--r--src/media-player-user.vala4
-rw-r--r--src/media-player.vala2
-rw-r--r--src/volume-control.vala2
-rw-r--r--tests/accounts-service-mock.h4
-rw-r--r--tests/accounts-service-user.cc2
-rw-r--r--tests/dbus-types/dbus-action-result.cpp2
-rw-r--r--tests/dbus-types/dbus-action-result.h2
-rw-r--r--tests/dbus-types/dbus-types.h2
-rw-r--r--tests/dbus-types/pulseaudio-volume.cpp2
-rw-r--r--tests/dbus-types/pulseaudio-volume.h2
-rw-r--r--tests/greeter-list.cc2
-rw-r--r--tests/gtest-gvariant.h2
-rw-r--r--tests/indicator-fixture.h2
-rw-r--r--tests/indicator-test.cc2
-rw-r--r--tests/integration/indicator-sound-test-base.cpp2
-rw-r--r--tests/integration/indicator-sound-test-base.h2
-rw-r--r--tests/integration/main.cpp2
-rw-r--r--tests/integration/test-indicator.cpp2
-rw-r--r--tests/integration/utils/dbus-pulse-volume.cpp2
-rw-r--r--tests/integration/utils/dbus-pulse-volume.h2
-rw-r--r--tests/integration/utils/get-volume.cpp2
-rw-r--r--tests/integration/utils/set-volume.cpp2
-rw-r--r--tests/media-player-list-mock.vala2
-rw-r--r--tests/media-player-mock.vala4
-rw-r--r--tests/media-player-user.cc2
-rw-r--r--tests/notifications-mock.h2
-rw-r--r--tests/notifications-test.cc4
-rw-r--r--tests/options-mock.vala2
-rw-r--r--tests/pa-mock.cpp2
-rw-r--r--tests/service-mocks/DBusPropertiesNotifier.cpp2
-rw-r--r--tests/service-mocks/DBusPropertiesNotifier.h2
-rw-r--r--tests/service-mocks/accounts-mock/AccountsDefs.h2
-rw-r--r--tests/service-mocks/accounts-mock/AccountsMock.cpp2
-rw-r--r--tests/service-mocks/accounts-mock/AccountsMock.h2
-rw-r--r--tests/service-mocks/accounts-mock/AccountsServiceSoundMock.cpp2
-rw-r--r--tests/service-mocks/accounts-mock/AccountsServiceSoundMock.h2
-rw-r--r--tests/service-mocks/accounts-mock/main.cpp2
-rw-r--r--tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisDefs.h2
-rw-r--r--tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisMock.cpp2
-rw-r--r--tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisMock.h2
-rw-r--r--tests/service-mocks/media-player-mpris-mock/main.cpp2
-rw-r--r--tests/service-mocks/media-player-mpris-mock/player-update.cpp2
-rw-r--r--tests/sound-menu.cc2
-rw-r--r--tests/volume-control-mock.vala2
-rw-r--r--tests/volume-control-test.cc2
-rw-r--r--tests/volume-warning-mock.vala2
55 files changed, 63 insertions, 63 deletions
diff --git a/debian/copyright b/debian/copyright
index 5a58622..1901680 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -82,7 +82,7 @@ Files: tests/dbus-types/dbus-action-result.cpp
tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisMock.h
tests/service-mocks/media-player-mpris-mock/main.cpp
tests/service-mocks/media-player-mpris-mock/player-update.cpp
-Copyright: 2015, Canonical, Ltd.
+Copyright: 2015, Canonical Ltd.
License: GPL-3
Files: tests/integration/main.cpp
diff --git a/src/accounts-service-privacy-settings.vala b/src/accounts-service-privacy-settings.vala
index da08020..5dac351 100644
--- a/src/accounts-service-privacy-settings.vala
+++ b/src/accounts-service-privacy-settings.vala
@@ -1,5 +1,5 @@
/*
- * Copyright 2014 © Canonical Ltd.
+ * Copyright 2014 Canonical Ltd.
*
* 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
diff --git a/src/accounts-service-sound-settings.vala b/src/accounts-service-sound-settings.vala
index 8d81912..bbd6852 100644
--- a/src/accounts-service-sound-settings.vala
+++ b/src/accounts-service-sound-settings.vala
@@ -1,5 +1,5 @@
/*
- * Copyright 2014 © Canonical Ltd.
+ * Copyright 2014 Canonical Ltd.
*
* 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
diff --git a/src/accounts-service-system-sound-settings.vala b/src/accounts-service-system-sound-settings.vala
index 0fa3d0c..56c40d4 100644
--- a/src/accounts-service-system-sound-settings.vala
+++ b/src/accounts-service-system-sound-settings.vala
@@ -1,6 +1,6 @@
/*
- * Copyright 2014 © Canonical Ltd.
- * Copyright 2021 © Robert Tari
+ * Copyright 2014 Canonical Ltd.
+ * Copyright 2021 Robert Tari
*
* 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
diff --git a/src/accounts-service-user.vala b/src/accounts-service-user.vala
index ac803a1..9580c25 100644
--- a/src/accounts-service-user.vala
+++ b/src/accounts-service-user.vala
@@ -1,6 +1,6 @@
/*
- * Copyright 2014 © Canonical Ltd.
- * Copyright 2021 © Robert Tari
+ * Copyright 2014 Canonical Ltd.
+ * Copyright 2021 Robert Tari
*
* 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
diff --git a/src/greeter-broadcast.vala b/src/greeter-broadcast.vala
index b2f15d2..aded333 100644
--- a/src/greeter-broadcast.vala
+++ b/src/greeter-broadcast.vala
@@ -1,6 +1,6 @@
/*
- * Copyright 2014 © Canonical Ltd.
- * Copyright 2021 © Robert Tari
+ * Copyright 2014 Canonical Ltd.
+ * Copyright 2021 Robert Tari
*
* 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
diff --git a/src/main.c b/src/main.c
index 6b930a2..8d65c01 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,5 +1,5 @@
/*
- * Copyright © 2015 Canonical Ltd.
+ * Copyright 2015 Canonical Ltd.
*
* 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
diff --git a/src/media-player-list-greeter.vala b/src/media-player-list-greeter.vala
index 766f17c..83e1d3f 100644
--- a/src/media-player-list-greeter.vala
+++ b/src/media-player-list-greeter.vala
@@ -1,6 +1,6 @@
/*
- * Copyright © 2014 Canonical Ltd.
- * Copyright © 2021 Robert Tari
+ * Copyright 2014 Canonical Ltd.
+ * Copyright 2021 Robert Tari
*
* 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
diff --git a/src/media-player-list.vala b/src/media-player-list.vala
index 03cd7d6..5a935ff 100644
--- a/src/media-player-list.vala
+++ b/src/media-player-list.vala
@@ -1,5 +1,5 @@
/*
- * Copyright © 2014 Canonical Ltd.
+ * Copyright 2014 Canonical Ltd.
*
* 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
diff --git a/src/media-player-user.vala b/src/media-player-user.vala
index d4bf921..c7cf832 100644
--- a/src/media-player-user.vala
+++ b/src/media-player-user.vala
@@ -1,6 +1,6 @@
/*
- * Copyright © 2014 Canonical Ltd.
- * Copyright © 2021 Robert Tari
+ * Copyright 2014 Canonical Ltd.
+ * Copyright 2021 Robert Tari
*
* 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
diff --git a/src/media-player.vala b/src/media-player.vala
index 04d1426..7768e7a 100644
--- a/src/media-player.vala
+++ b/src/media-player.vala
@@ -1,5 +1,5 @@
/*
- * Copyright © 2014 Canonical Ltd.
+ * Copyright 2014 Canonical Ltd.
*
* 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
diff --git a/src/volume-control.vala b/src/volume-control.vala
index 56a10a4..f4244b4 100644
--- a/src/volume-control.vala
+++ b/src/volume-control.vala
@@ -1,6 +1,6 @@
/*
* -*- Mode:Vala; indent-tabs-mode:t; tab-width:4; encoding:utf8 -*-
- * Copyright © 2015 Canonical Ltd.
+ * Copyright 2015 Canonical Ltd.
*
* 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
diff --git a/tests/accounts-service-mock.h b/tests/accounts-service-mock.h
index 2fa7760..90e9a74 100644
--- a/tests/accounts-service-mock.h
+++ b/tests/accounts-service-mock.h
@@ -1,6 +1,6 @@
/*
- * Copyright © 2014 Canonical Ltd.
- * Copyright © 2021 Robert Tari
+ * Copyright 2014 Canonical Ltd.
+ * Copyright 2021 Robert Tari
*
* 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
diff --git a/tests/accounts-service-user.cc b/tests/accounts-service-user.cc
index aca52ea..3c2ec3f 100644
--- a/tests/accounts-service-user.cc
+++ b/tests/accounts-service-user.cc
@@ -1,5 +1,5 @@
/*
- * Copyright © 2014 Canonical Ltd.
+ * Copyright 2014 Canonical Ltd.
*
* 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
diff --git a/tests/dbus-types/dbus-action-result.cpp b/tests/dbus-types/dbus-action-result.cpp
index 2ef812e..5956dce 100644
--- a/tests/dbus-types/dbus-action-result.cpp
+++ b/tests/dbus-types/dbus-action-result.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Canonical, Ltd.
+ * Copyright (C) 2015 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/tests/dbus-types/dbus-action-result.h b/tests/dbus-types/dbus-action-result.h
index 2fe732f..9371c69 100644
--- a/tests/dbus-types/dbus-action-result.h
+++ b/tests/dbus-types/dbus-action-result.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Canonical, Ltd.
+ * Copyright (C) 2015 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/tests/dbus-types/dbus-types.h b/tests/dbus-types/dbus-types.h
index 36143d9..044fc84 100644
--- a/tests/dbus-types/dbus-types.h
+++ b/tests/dbus-types/dbus-types.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Canonical, Ltd.
+ * Copyright (C) 2015 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/tests/dbus-types/pulseaudio-volume.cpp b/tests/dbus-types/pulseaudio-volume.cpp
index 8ee305f..c1e0fbb 100644
--- a/tests/dbus-types/pulseaudio-volume.cpp
+++ b/tests/dbus-types/pulseaudio-volume.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Canonical, Ltd.
+ * Copyright (C) 2015 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/tests/dbus-types/pulseaudio-volume.h b/tests/dbus-types/pulseaudio-volume.h
index 6d5a222..d74bd2e 100644
--- a/tests/dbus-types/pulseaudio-volume.h
+++ b/tests/dbus-types/pulseaudio-volume.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Canonical, Ltd.
+ * Copyright (C) 2015 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/tests/greeter-list.cc b/tests/greeter-list.cc
index 2c4fd61..957e8fa 100644
--- a/tests/greeter-list.cc
+++ b/tests/greeter-list.cc
@@ -1,5 +1,5 @@
/*
- * Copyright © 2014 Canonical Ltd.
+ * Copyright 2014 Canonical Ltd.
*
* 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
diff --git a/tests/gtest-gvariant.h b/tests/gtest-gvariant.h
index 38fde0f..b4f4335 100644
--- a/tests/gtest-gvariant.h
+++ b/tests/gtest-gvariant.h
@@ -1,5 +1,5 @@
/*
- * Copyright © 2015 Canonical Ltd.
+ * Copyright 2015 Canonical Ltd.
*
* 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
diff --git a/tests/indicator-fixture.h b/tests/indicator-fixture.h
index e725a50..3ba09c1 100644
--- a/tests/indicator-fixture.h
+++ b/tests/indicator-fixture.h
@@ -1,5 +1,5 @@
/*
- * Copyright © 2014 Canonical Ltd.
+ * Copyright 2014 Canonical Ltd.
*
* 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
diff --git a/tests/indicator-test.cc b/tests/indicator-test.cc
index e876325..f223901 100644
--- a/tests/indicator-test.cc
+++ b/tests/indicator-test.cc
@@ -1,5 +1,5 @@
/*
- * Copyright © 2014 Canonical Ltd.
+ * Copyright 2014 Canonical Ltd.
*
* 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
diff --git a/tests/integration/indicator-sound-test-base.cpp b/tests/integration/indicator-sound-test-base.cpp
index f46d57f..1a74621 100644
--- a/tests/integration/indicator-sound-test-base.cpp
+++ b/tests/integration/indicator-sound-test-base.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Canonical, Ltd.
+ * Copyright (C) 2015 Canonical Ltd.
* Copyright (C) 2021 Robert Tari
*
* This program is free software: you can redistribute it and/or modify it
diff --git a/tests/integration/indicator-sound-test-base.h b/tests/integration/indicator-sound-test-base.h
index 4e0d2dd..09620a7 100644
--- a/tests/integration/indicator-sound-test-base.h
+++ b/tests/integration/indicator-sound-test-base.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Canonical, Ltd.
+ * Copyright (C) 2015 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/tests/integration/main.cpp b/tests/integration/main.cpp
index f42c90a..bef0f3c 100644
--- a/tests/integration/main.cpp
+++ b/tests/integration/main.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright © 2014 Canonical Ltd.
+ * Copyright 2014 Canonical Ltd.
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License version 3,
diff --git a/tests/integration/test-indicator.cpp b/tests/integration/test-indicator.cpp
index 72c67ef..5d31508 100644
--- a/tests/integration/test-indicator.cpp
+++ b/tests/integration/test-indicator.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Canonical, Ltd.
+ * Copyright (C) 2015 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/tests/integration/utils/dbus-pulse-volume.cpp b/tests/integration/utils/dbus-pulse-volume.cpp
index fa3ca3e..7d51b23 100644
--- a/tests/integration/utils/dbus-pulse-volume.cpp
+++ b/tests/integration/utils/dbus-pulse-volume.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Canonical, Ltd.
+ * Copyright (C) 2015 Canonical Ltd.
* Copyright (C) 2021 Robert Tari
*
* This program is free software: you can redistribute it and/or modify it
diff --git a/tests/integration/utils/dbus-pulse-volume.h b/tests/integration/utils/dbus-pulse-volume.h
index 2d55e89..4353eb1 100644
--- a/tests/integration/utils/dbus-pulse-volume.h
+++ b/tests/integration/utils/dbus-pulse-volume.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Canonical, Ltd.
+ * Copyright (C) 2015 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/tests/integration/utils/get-volume.cpp b/tests/integration/utils/get-volume.cpp
index 309da36..fb0e95e 100644
--- a/tests/integration/utils/get-volume.cpp
+++ b/tests/integration/utils/get-volume.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Canonical, Ltd.
+ * Copyright (C) 2015 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/tests/integration/utils/set-volume.cpp b/tests/integration/utils/set-volume.cpp
index d29e5ef..fac159b 100644
--- a/tests/integration/utils/set-volume.cpp
+++ b/tests/integration/utils/set-volume.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Canonical, Ltd.
+ * Copyright (C) 2015 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/tests/media-player-list-mock.vala b/tests/media-player-list-mock.vala
index 44a6ae6..f505219 100644
--- a/tests/media-player-list-mock.vala
+++ b/tests/media-player-list-mock.vala
@@ -1,5 +1,5 @@
/*
- * Copyright © 2014 Canonical Ltd.
+ * Copyright 2014 Canonical Ltd.
*
* 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
diff --git a/tests/media-player-mock.vala b/tests/media-player-mock.vala
index f93fc94..613a429 100644
--- a/tests/media-player-mock.vala
+++ b/tests/media-player-mock.vala
@@ -1,6 +1,6 @@
/*
- * Copyright © 2014 Canonical Ltd.
- * Copyright © 2021 Robert Tari
+ * Copyright 2014 Canonical Ltd.
+ * Copyright 2021 Robert Tari
*
* 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
diff --git a/tests/media-player-user.cc b/tests/media-player-user.cc
index 876bce2..eab996b 100644
--- a/tests/media-player-user.cc
+++ b/tests/media-player-user.cc
@@ -1,5 +1,5 @@
/*
- * Copyright © 2014 Canonical Ltd.
+ * Copyright 2014 Canonical Ltd.
*
* 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
diff --git a/tests/notifications-mock.h b/tests/notifications-mock.h
index f05ffe4..190aa0d 100644
--- a/tests/notifications-mock.h
+++ b/tests/notifications-mock.h
@@ -1,5 +1,5 @@
/*
- * Copyright © 2015 Canonical Ltd.
+ * Copyright 2015 Canonical Ltd.
*
* 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
diff --git a/tests/notifications-test.cc b/tests/notifications-test.cc
index 4262c09..b1531df 100644
--- a/tests/notifications-test.cc
+++ b/tests/notifications-test.cc
@@ -1,6 +1,6 @@
/*
- * Copyright © 2015-2016 Canonical Ltd.
- * Copyright © 2021 Robert Tari
+ * Copyright 2015-2016 Canonical Ltd.
+ * Copyright 2021 Robert Tari
*
* 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
diff --git a/tests/options-mock.vala b/tests/options-mock.vala
index cda9e24..59083a2 100644
--- a/tests/options-mock.vala
+++ b/tests/options-mock.vala
@@ -1,6 +1,6 @@
/*
* -*- Mode:Vala; indent-tabs-mode:t; tab-width:4; encoding:utf8 -*-
- * Copyright © 2015 Canonical Ltd.
+ * Copyright 2015 Canonical Ltd.
*
* 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
diff --git a/tests/pa-mock.cpp b/tests/pa-mock.cpp
index 7e7b70c..0ab73e1 100644
--- a/tests/pa-mock.cpp
+++ b/tests/pa-mock.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright © 2015 Canonical Ltd.
+ * Copyright 2015 Canonical Ltd.
*
* 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
diff --git a/tests/service-mocks/DBusPropertiesNotifier.cpp b/tests/service-mocks/DBusPropertiesNotifier.cpp
index 00313a7..668ad1c 100644
--- a/tests/service-mocks/DBusPropertiesNotifier.cpp
+++ b/tests/service-mocks/DBusPropertiesNotifier.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Canonical, Ltd.
+ * Copyright (C) 2015 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/tests/service-mocks/DBusPropertiesNotifier.h b/tests/service-mocks/DBusPropertiesNotifier.h
index 236a051..363bdea 100644
--- a/tests/service-mocks/DBusPropertiesNotifier.h
+++ b/tests/service-mocks/DBusPropertiesNotifier.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Canonical, Ltd.
+ * Copyright (C) 2015 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/tests/service-mocks/accounts-mock/AccountsDefs.h b/tests/service-mocks/accounts-mock/AccountsDefs.h
index db7cdfe..8e42d48 100644
--- a/tests/service-mocks/accounts-mock/AccountsDefs.h
+++ b/tests/service-mocks/accounts-mock/AccountsDefs.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Canonical, Ltd.
+ * Copyright (C) 2015 Canonical Ltd.
* Copyright (C) 2021 Robert Tari
*
* This program is free software: you can redistribute it and/or modify it
diff --git a/tests/service-mocks/accounts-mock/AccountsMock.cpp b/tests/service-mocks/accounts-mock/AccountsMock.cpp
index af2065a..acc70ab 100644
--- a/tests/service-mocks/accounts-mock/AccountsMock.cpp
+++ b/tests/service-mocks/accounts-mock/AccountsMock.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Canonical, Ltd.
+ * Copyright (C) 2015 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/tests/service-mocks/accounts-mock/AccountsMock.h b/tests/service-mocks/accounts-mock/AccountsMock.h
index e8efbdb..b92debb 100644
--- a/tests/service-mocks/accounts-mock/AccountsMock.h
+++ b/tests/service-mocks/accounts-mock/AccountsMock.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Canonical, Ltd.
+ * Copyright (C) 2015 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/tests/service-mocks/accounts-mock/AccountsServiceSoundMock.cpp b/tests/service-mocks/accounts-mock/AccountsServiceSoundMock.cpp
index e4f83ed..1d54196 100644
--- a/tests/service-mocks/accounts-mock/AccountsServiceSoundMock.cpp
+++ b/tests/service-mocks/accounts-mock/AccountsServiceSoundMock.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Canonical, Ltd.
+ * Copyright (C) 2015 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/tests/service-mocks/accounts-mock/AccountsServiceSoundMock.h b/tests/service-mocks/accounts-mock/AccountsServiceSoundMock.h
index bcc2413..120bb0e 100644
--- a/tests/service-mocks/accounts-mock/AccountsServiceSoundMock.h
+++ b/tests/service-mocks/accounts-mock/AccountsServiceSoundMock.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Canonical, Ltd.
+ * Copyright (C) 2015 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/tests/service-mocks/accounts-mock/main.cpp b/tests/service-mocks/accounts-mock/main.cpp
index f937022..39ae4c9 100644
--- a/tests/service-mocks/accounts-mock/main.cpp
+++ b/tests/service-mocks/accounts-mock/main.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Canonical, Ltd.
+ * Copyright (C) 2015 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/tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisDefs.h b/tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisDefs.h
index 214555b..37430b0 100644
--- a/tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisDefs.h
+++ b/tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisDefs.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Canonical, Ltd.
+ * Copyright (C) 2015 Canonical Ltd.
* Copyright (C) 2021 Robert Tari
*
* This program is free software: you can redistribute it and/or modify it
diff --git a/tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisMock.cpp b/tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisMock.cpp
index 9ec9905..8c6db87 100644
--- a/tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisMock.cpp
+++ b/tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisMock.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Canonical, Ltd.
+ * Copyright (C) 2015 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/tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisMock.h b/tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisMock.h
index 0a45075..6d08a29 100644
--- a/tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisMock.h
+++ b/tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisMock.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Canonical, Ltd.
+ * Copyright (C) 2015 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/tests/service-mocks/media-player-mpris-mock/main.cpp b/tests/service-mocks/media-player-mpris-mock/main.cpp
index 877f59f..bc708e1 100644
--- a/tests/service-mocks/media-player-mpris-mock/main.cpp
+++ b/tests/service-mocks/media-player-mpris-mock/main.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Canonical, Ltd.
+ * Copyright (C) 2015 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/tests/service-mocks/media-player-mpris-mock/player-update.cpp b/tests/service-mocks/media-player-mpris-mock/player-update.cpp
index 5768372..10f80e3 100644
--- a/tests/service-mocks/media-player-mpris-mock/player-update.cpp
+++ b/tests/service-mocks/media-player-mpris-mock/player-update.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Canonical, Ltd.
+ * Copyright (C) 2015 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/tests/sound-menu.cc b/tests/sound-menu.cc
index 42acdde..e8ba2f9 100644
--- a/tests/sound-menu.cc
+++ b/tests/sound-menu.cc
@@ -1,5 +1,5 @@
/*
- * Copyright © 2014 Canonical Ltd.
+ * Copyright 2014 Canonical Ltd.
*
* 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
diff --git a/tests/volume-control-mock.vala b/tests/volume-control-mock.vala
index 159df3b..a5e6560 100644
--- a/tests/volume-control-mock.vala
+++ b/tests/volume-control-mock.vala
@@ -1,6 +1,6 @@
/*
* -*- Mode:Vala; indent-tabs-mode:t; tab-width:4; encoding:utf8 -*-
- * Copyright © 2015 Canonical Ltd.
+ * Copyright 2015 Canonical Ltd.
*
* 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
diff --git a/tests/volume-control-test.cc b/tests/volume-control-test.cc
index dd43f47..f25048b 100644
--- a/tests/volume-control-test.cc
+++ b/tests/volume-control-test.cc
@@ -1,5 +1,5 @@
/*
- * Copyright © 2014 Canonical Ltd.
+ * Copyright 2014 Canonical Ltd.
*
* 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
diff --git a/tests/volume-warning-mock.vala b/tests/volume-warning-mock.vala
index f69688f..25cb208 100644
--- a/tests/volume-warning-mock.vala
+++ b/tests/volume-warning-mock.vala
@@ -1,6 +1,6 @@
/*
* -*- Mode:Vala; indent-tabs-mode:t; tab-width:4; encoding:utf8 -*-
- * Copyright © 2015 Canonical Ltd.
+ * Copyright 2015 Canonical Ltd.
*
* 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