diff options
author | Robert Tari <robert@tari.in> | 2021-11-22 11:11:48 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-11-22 11:11:48 +0100 |
commit | fef40c150955c1b390fc529fef0b9a61def43a1f (patch) | |
tree | bf7bcc96dc4ee65a3973705346d936382f89a2f0 /src | |
parent | 571abe51772a841c9c27f37352d57ff640808d76 (diff) | |
parent | 4796bb90024b76aa7359c8f0f59b7f0a546cbe0f (diff) | |
download | ayatana-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
Diffstat (limited to 'src')
-rw-r--r-- | src/accounts-service-privacy-settings.vala | 2 | ||||
-rw-r--r-- | src/accounts-service-sound-settings.vala | 2 | ||||
-rw-r--r-- | src/accounts-service-system-sound-settings.vala | 4 | ||||
-rw-r--r-- | src/accounts-service-user.vala | 4 | ||||
-rw-r--r-- | src/greeter-broadcast.vala | 4 | ||||
-rw-r--r-- | src/main.c | 2 | ||||
-rw-r--r-- | src/media-player-list-greeter.vala | 4 | ||||
-rw-r--r-- | src/media-player-list.vala | 2 | ||||
-rw-r--r-- | src/media-player-user.vala | 4 | ||||
-rw-r--r-- | src/media-player.vala | 2 | ||||
-rw-r--r-- | src/volume-control.vala | 2 |
11 files changed, 16 insertions, 16 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 @@ -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 |