From 4b5ec61db3da2e8bf102ee91db947aa113bcc945 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 19 Nov 2021 11:57:50 +0100 Subject: tests/integration/Copy of test-sound.wav: Drop superfluous file. --- tests/integration/Copy of test-sound.wav | Bin 191989 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 tests/integration/Copy of test-sound.wav (limited to 'tests') diff --git a/tests/integration/Copy of test-sound.wav b/tests/integration/Copy of test-sound.wav deleted file mode 100644 index 709c6eb..0000000 Binary files a/tests/integration/Copy of test-sound.wav and /dev/null differ -- cgit v1.2.3 From 2c16abc48dcd11201acc393970fd2629ded1294e Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 19 Nov 2021 11:44:48 +0100 Subject: tests/*: Use one spelling for "Canonical Ltd." in copyright headers. Some license headers use "Canonical, Ltd." while others use "Canonical Ltd." as copyright holder. The correct form is the latter, so this change adjusts the spelling accordingly. This unification helps with generating debian/copyright files via scripts. --- debian/copyright | 2 +- tests/dbus-types/dbus-action-result.cpp | 2 +- tests/dbus-types/dbus-action-result.h | 2 +- tests/dbus-types/dbus-types.h | 2 +- tests/dbus-types/pulseaudio-volume.cpp | 2 +- tests/dbus-types/pulseaudio-volume.h | 2 +- tests/integration/indicator-sound-test-base.cpp | 2 +- tests/integration/indicator-sound-test-base.h | 2 +- tests/integration/test-indicator.cpp | 2 +- tests/integration/utils/dbus-pulse-volume.cpp | 2 +- tests/integration/utils/dbus-pulse-volume.h | 2 +- tests/integration/utils/get-volume.cpp | 2 +- tests/integration/utils/set-volume.cpp | 2 +- tests/service-mocks/DBusPropertiesNotifier.cpp | 2 +- tests/service-mocks/DBusPropertiesNotifier.h | 2 +- tests/service-mocks/accounts-mock/AccountsDefs.h | 2 +- tests/service-mocks/accounts-mock/AccountsMock.cpp | 2 +- tests/service-mocks/accounts-mock/AccountsMock.h | 2 +- tests/service-mocks/accounts-mock/AccountsServiceSoundMock.cpp | 2 +- tests/service-mocks/accounts-mock/AccountsServiceSoundMock.h | 2 +- tests/service-mocks/accounts-mock/main.cpp | 2 +- tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisDefs.h | 2 +- tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisMock.cpp | 2 +- tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisMock.h | 2 +- tests/service-mocks/media-player-mpris-mock/main.cpp | 2 +- tests/service-mocks/media-player-mpris-mock/player-update.cpp | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) (limited to 'tests') 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/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/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/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/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 -- cgit v1.2.3 From f64efb128338897db056db810f8e29efb220481d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 19 Nov 2021 11:51:08 +0100 Subject: license headers: Stop using the '©' character. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/accounts-service-privacy-settings.vala | 2 +- src/accounts-service-sound-settings.vala | 2 +- src/accounts-service-system-sound-settings.vala | 4 ++-- src/accounts-service-user.vala | 4 ++-- src/greeter-broadcast.vala | 4 ++-- src/main.c | 2 +- src/media-player-list-greeter.vala | 4 ++-- src/media-player-list.vala | 2 +- src/media-player-user.vala | 4 ++-- src/media-player.vala | 2 +- src/volume-control.vala | 2 +- tests/accounts-service-mock.h | 4 ++-- tests/accounts-service-user.cc | 2 +- tests/greeter-list.cc | 2 +- tests/gtest-gvariant.h | 2 +- tests/indicator-fixture.h | 2 +- tests/indicator-test.cc | 2 +- tests/integration/main.cpp | 2 +- tests/media-player-list-mock.vala | 2 +- tests/media-player-mock.vala | 4 ++-- tests/media-player-user.cc | 2 +- tests/notifications-mock.h | 2 +- tests/notifications-test.cc | 4 ++-- tests/options-mock.vala | 2 +- tests/pa-mock.cpp | 2 +- tests/sound-menu.cc | 2 +- tests/volume-control-mock.vala | 2 +- tests/volume-control-test.cc | 2 +- tests/volume-warning-mock.vala | 2 +- 29 files changed, 37 insertions(+), 37 deletions(-) (limited to 'tests') 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/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/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/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/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 -- cgit v1.2.3