diff options
-rw-r--r-- | src/accounts-service-access.vala | 2 | ||||
-rw-r--r-- | src/freedesktop-interfaces.vala | 2 | ||||
-rw-r--r-- | src/greeter-broadcast.vala | 2 | ||||
-rw-r--r-- | src/media-player-list-greeter.vala | 2 | ||||
-rw-r--r-- | src/media-player-list-mpris.vala | 2 | ||||
-rw-r--r-- | src/media-player-mpris.vala | 2 | ||||
-rw-r--r-- | src/media-player-user.vala | 2 | ||||
-rw-r--r-- | src/mpris2-interfaces.vala | 3 | ||||
-rw-r--r-- | src/sound-menu.vala | 2 | ||||
-rw-r--r-- | src/volume-control-pulse.vala | 2 | ||||
-rw-r--r-- | src/volume-warning.vala | 2 | ||||
-rw-r--r-- | tests/media-player-mock.vala | 2 |
12 files changed, 25 insertions, 0 deletions
diff --git a/src/accounts-service-access.vala b/src/accounts-service-access.vala index d2720a3..fc634ab 100644 --- a/src/accounts-service-access.vala +++ b/src/accounts-service-access.vala @@ -1,6 +1,7 @@ /* * -*- Mode:Vala; indent-tabs-mode:t; tab-width:4; encoding:utf8 -*- * Copyright 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 @@ -16,6 +17,7 @@ * * Authors: * Xavi Garcia <xavi.garcia.mena@canonical.com> + * Robert Tari <robert@tari.in> */ using PulseAudio; diff --git a/src/freedesktop-interfaces.vala b/src/freedesktop-interfaces.vala index f62fae4..b8fdfc7 100644 --- a/src/freedesktop-interfaces.vala +++ b/src/freedesktop-interfaces.vala @@ -1,8 +1,10 @@ /* Copyright 2010 Canonical Ltd. +Copyright 2021 Robert Tari Authors: Conor Curran <conor.curran@canonical.com> + Robert Tari <robert@tari.in> 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/greeter-broadcast.vala b/src/greeter-broadcast.vala index d2e7c0a..b2f15d2 100644 --- a/src/greeter-broadcast.vala +++ b/src/greeter-broadcast.vala @@ -1,5 +1,6 @@ /* * 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 @@ -15,6 +16,7 @@ * * Authors: * Ted Gould <ted@canonical.com> + * Robert Tari <robert@tari.in> */ [DBus (name = "org.ayatana.Desktop.Greeter.Broadcast")] diff --git a/src/media-player-list-greeter.vala b/src/media-player-list-greeter.vala index 1357e38..766f17c 100644 --- a/src/media-player-list-greeter.vala +++ b/src/media-player-list-greeter.vala @@ -1,5 +1,6 @@ /* * 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 @@ -15,6 +16,7 @@ * * Authors: * Ted Gould <ted@canonical.com> + * Robert Tari <robert@tari.in> */ [DBus (name="org.ayatana.Greeter.List")] diff --git a/src/media-player-list-mpris.vala b/src/media-player-list-mpris.vala index 464bd64..06bffc3 100644 --- a/src/media-player-list-mpris.vala +++ b/src/media-player-list-mpris.vala @@ -1,5 +1,6 @@ /* * Copyright 2013 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 @@ -15,6 +16,7 @@ * * Authors: * Lars Uebernickel <lars.uebernickel@canonical.com> + * Robert Tari <robert@tari.in> */ /** diff --git a/src/media-player-mpris.vala b/src/media-player-mpris.vala index 2a27b56..fba004a 100644 --- a/src/media-player-mpris.vala +++ b/src/media-player-mpris.vala @@ -1,5 +1,6 @@ /* * Copyright 2013 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 @@ -15,6 +16,7 @@ * * Authors: * Lars Uebernickel <lars.uebernickel@canonical.com> + * Robert Tari <robert@tari.in> */ /** diff --git a/src/media-player-user.vala b/src/media-player-user.vala index ee31537..64e9bd5 100644 --- a/src/media-player-user.vala +++ b/src/media-player-user.vala @@ -1,5 +1,6 @@ /* * 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 @@ -15,6 +16,7 @@ * * Authors: * Ted Gould <ted@canonical.com> + * Robert Tari <robert@tari.in> */ public class MediaPlayerUser : MediaPlayer { diff --git a/src/mpris2-interfaces.vala b/src/mpris2-interfaces.vala index 6534741..7ab641f 100644 --- a/src/mpris2-interfaces.vala +++ b/src/mpris2-interfaces.vala @@ -1,7 +1,10 @@ /* Copyright 2010-2015 Canonical Ltd. +Copyright 2021 Robert Tari + Authors: Conor Curran <conor.curran@canonical.com> + Robert Tari <robert@tari.in> 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-menu.vala b/src/sound-menu.vala index 53fcd87..bcf2042 100644 --- a/src/sound-menu.vala +++ b/src/sound-menu.vala @@ -1,5 +1,6 @@ /* * Copyright 2013 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 @@ -15,6 +16,7 @@ * * Authors: * Lars Uebernickel <lars.uebernickel@canonical.com> + * Robert Tari <robert@tari.in> */ public class SoundMenu: Object diff --git a/src/volume-control-pulse.vala b/src/volume-control-pulse.vala index 7789b1e..e94ef75 100644 --- a/src/volume-control-pulse.vala +++ b/src/volume-control-pulse.vala @@ -1,6 +1,7 @@ /* * -*- Mode:Vala; indent-tabs-mode:t; tab-width:4; encoding:utf8 -*- * Copyright 2013 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 @@ -16,6 +17,7 @@ * * Authors: * Alberto Ruiz <alberto.ruiz@canonical.com> + * Robert Tari <robert@tari.in> */ using PulseAudio; diff --git a/src/volume-warning.vala b/src/volume-warning.vala index f5fcbc8..cad74b6 100644 --- a/src/volume-warning.vala +++ b/src/volume-warning.vala @@ -2,6 +2,7 @@ * -*- Mode:Vala; indent-tabs-mode:t; tab-width:4; encoding:utf8 -*- * * Copyright 2015 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 @@ -17,6 +18,7 @@ * * Authors: * Charles Kerr <charles.kerr@canonical.com> + * Robert Tari <robert@tari.in> */ using PulseAudio; diff --git a/tests/media-player-mock.vala b/tests/media-player-mock.vala index ae4901b..f93fc94 100644 --- a/tests/media-player-mock.vala +++ b/tests/media-player-mock.vala @@ -1,5 +1,6 @@ /* * 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 @@ -15,6 +16,7 @@ * * Authors: * Ted Gould <ted@canonical.com> + * Robert Tari <robert@tari.in> */ public class MediaPlayerMock: MediaPlayer { |