From 8f2a1d4a80120ffc0cee9601cd9c82391ceb5548 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 19 Nov 2021 11:51:08 +0100 Subject: =?UTF-8?q?license=20headers:=20Stop=20using=20the=20'=C2=A9'=20ch?= =?UTF-8?q?aracter.?= 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(-) 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