From 7013122c3d259e86ad5e31510290e01041794ec3 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 10 Mar 2021 01:03:00 +0100 Subject: Add us to the copyright header --- src/accounts-service-access.vala | 2 ++ src/freedesktop-interfaces.vala | 2 ++ src/greeter-broadcast.vala | 2 ++ src/media-player-list-greeter.vala | 2 ++ src/media-player-list-mpris.vala | 2 ++ src/media-player-mpris.vala | 2 ++ src/media-player-user.vala | 2 ++ src/mpris2-interfaces.vala | 3 +++ src/sound-menu.vala | 2 ++ src/volume-control-pulse.vala | 2 ++ src/volume-warning.vala | 2 ++ tests/media-player-mock.vala | 2 ++ 12 files changed, 25 insertions(+) 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 + * Robert Tari */ 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 + Robert Tari 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 + * Robert Tari */ [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 + * Robert Tari */ [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 + * Robert Tari */ /** 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 + * Robert Tari */ /** 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 + * Robert Tari */ 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 + Robert Tari 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 + * Robert Tari */ 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 + * Robert Tari */ 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 + * Robert Tari */ 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 + * Robert Tari */ public class MediaPlayerMock: MediaPlayer { -- cgit v1.2.3