From c277aa68455b232c37a4c52b39e948a6ab0b0e11 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 10 Feb 2021 13:29:38 +0100 Subject: Append us to copyright headers --- tests/dummy-indicator-blank.c | 2 ++ tests/dummy-indicator-entry-func.h | 2 ++ tests/dummy-indicator-null.c | 2 ++ tests/dummy-indicator-signaler.c | 2 ++ tests/dummy-indicator-simple.c | 2 ++ tests/dummy-indicator-visible.c | 2 ++ tests/service-manager-connect-service.c | 2 ++ tests/service-manager-connect.c | 2 ++ tests/service-manager-no-connect.c | 2 ++ tests/service-manager-nostart-connect.c | 2 ++ tests/service-shutdown-timeout.c | 2 ++ tests/service-version-bad-service.c | 2 ++ tests/service-version-good-service.c | 2 ++ tests/service-version-manager.c | 2 ++ tests/service-version-multiwatch-manager-impolite.c | 2 ++ tests/service-version-multiwatch-manager.c | 2 ++ tests/service-version-multiwatch-service.c | 2 ++ tests/test-desktop-shortcuts.c | 2 ++ tests/test-loader.c | 2 ++ tools/indicator-loader.c | 2 ++ 20 files changed, 40 insertions(+) diff --git a/tests/dummy-indicator-blank.c b/tests/dummy-indicator-blank.c index e4711ef..e447d6c 100644 --- a/tests/dummy-indicator-blank.c +++ b/tests/dummy-indicator-blank.c @@ -2,9 +2,11 @@ Test for libindicator Copyright 2009 Canonical Ltd. +Copyright 2021 AyatanaIndicators Authors: Ted Gould + Robert Tari This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/tests/dummy-indicator-entry-func.h b/tests/dummy-indicator-entry-func.h index 791b98b..97b3a04 100644 --- a/tests/dummy-indicator-entry-func.h +++ b/tests/dummy-indicator-entry-func.h @@ -2,9 +2,11 @@ Test for libindicator Copyright 2012 Canonical Ltd. +Copyright 2021 AyatanaIndicators Authors: Ted Gould + Robert Tari This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/tests/dummy-indicator-null.c b/tests/dummy-indicator-null.c index f306747..adb05d3 100644 --- a/tests/dummy-indicator-null.c +++ b/tests/dummy-indicator-null.c @@ -2,9 +2,11 @@ Test for libindicator Copyright 2009 Canonical Ltd. +Copyright 2021 AyatanaIndicators Authors: Ted Gould + Robert Tari This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/tests/dummy-indicator-signaler.c b/tests/dummy-indicator-signaler.c index 5caec72..2fa3a8b 100644 --- a/tests/dummy-indicator-signaler.c +++ b/tests/dummy-indicator-signaler.c @@ -2,9 +2,11 @@ Test for libindicator Copyright 2009 Canonical Ltd. +Copyright 2021 AyatanaIndicators Authors: Ted Gould + Robert Tari This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/tests/dummy-indicator-simple.c b/tests/dummy-indicator-simple.c index 07d56ed..e42d1fe 100644 --- a/tests/dummy-indicator-simple.c +++ b/tests/dummy-indicator-simple.c @@ -2,9 +2,11 @@ Test for libindicator Copyright 2009 Canonical Ltd. +Copyright 2021 AyatanaIndicators Authors: Ted Gould + Robert Tari This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/tests/dummy-indicator-visible.c b/tests/dummy-indicator-visible.c index dc06abc..639f7c8 100644 --- a/tests/dummy-indicator-visible.c +++ b/tests/dummy-indicator-visible.c @@ -2,9 +2,11 @@ Test for libindicator Copyright 2012 Canonical Ltd. +Copyright 2021 AyatanaIndicators Authors: Charles Kerr + Robert Tari This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/tests/service-manager-connect-service.c b/tests/service-manager-connect-service.c index 0193c2c..a17bada 100644 --- a/tests/service-manager-connect-service.c +++ b/tests/service-manager-connect-service.c @@ -2,9 +2,11 @@ Test for libayatana-indicator Copyright 2009 Canonical Ltd. +Copyright 2021 AyatanaIndicators Authors: Ted Gould + Robert Tari This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/tests/service-manager-connect.c b/tests/service-manager-connect.c index 46fbe54..cf7cb6a 100644 --- a/tests/service-manager-connect.c +++ b/tests/service-manager-connect.c @@ -2,9 +2,11 @@ Test for libayatana-indicator Copyright 2009 Canonical Ltd. +Copyright 2021 AyatanaIndicators Authors: Ted Gould + Robert Tari This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/tests/service-manager-no-connect.c b/tests/service-manager-no-connect.c index 2e52e3d..5b5d389 100644 --- a/tests/service-manager-no-connect.c +++ b/tests/service-manager-no-connect.c @@ -2,9 +2,11 @@ Test for libayatana-indicator Copyright 2009 Canonical Ltd. +Copyright 2021 AyatanaIndicators Authors: Ted Gould + Robert Tari This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/tests/service-manager-nostart-connect.c b/tests/service-manager-nostart-connect.c index 77d3691..44a87a9 100644 --- a/tests/service-manager-nostart-connect.c +++ b/tests/service-manager-nostart-connect.c @@ -2,9 +2,11 @@ Test for libayatana-indicator Copyright 2009 Canonical Ltd. +Copyright 2021 AyatanaIndicators Authors: Ted Gould + Robert Tari This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/tests/service-shutdown-timeout.c b/tests/service-shutdown-timeout.c index 526be0f..338ebb6 100644 --- a/tests/service-shutdown-timeout.c +++ b/tests/service-shutdown-timeout.c @@ -2,9 +2,11 @@ Test for libayatana-indicator Copyright 2009 Canonical Ltd. +Copyright 2021 AyatanaIndicators Authors: Ted Gould + Robert Tari This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/tests/service-version-bad-service.c b/tests/service-version-bad-service.c index a991f7d..46574cb 100644 --- a/tests/service-version-bad-service.c +++ b/tests/service-version-bad-service.c @@ -2,9 +2,11 @@ Test for libayatana-indicator Copyright 2009 Canonical Ltd. +Copyright 2021 AyatanaIndicators Authors: Ted Gould + Robert Tari This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/tests/service-version-good-service.c b/tests/service-version-good-service.c index b310c76..3257ce2 100644 --- a/tests/service-version-good-service.c +++ b/tests/service-version-good-service.c @@ -2,9 +2,11 @@ Test for libayatana-indicator Copyright 2009 Canonical Ltd. +Copyright 2021 AyatanaIndicators Authors: Ted Gould + Robert Tari This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/tests/service-version-manager.c b/tests/service-version-manager.c index f6848da..07c6173 100644 --- a/tests/service-version-manager.c +++ b/tests/service-version-manager.c @@ -2,9 +2,11 @@ Test for libayatana-indicator Copyright 2009 Canonical Ltd. +Copyright 2021 AyatanaIndicators Authors: Ted Gould + Robert Tari This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/tests/service-version-multiwatch-manager-impolite.c b/tests/service-version-multiwatch-manager-impolite.c index 19a5639..97678d3 100644 --- a/tests/service-version-multiwatch-manager-impolite.c +++ b/tests/service-version-multiwatch-manager-impolite.c @@ -2,9 +2,11 @@ Test for libayatana-indicator Copyright 2009 Canonical Ltd. +Copyright 2021 AyatanaIndicators Authors: Ted Gould + Robert Tari This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/tests/service-version-multiwatch-manager.c b/tests/service-version-multiwatch-manager.c index 385e17a..7f82e82 100644 --- a/tests/service-version-multiwatch-manager.c +++ b/tests/service-version-multiwatch-manager.c @@ -2,9 +2,11 @@ Test for libayatana-indicator Copyright 2009 Canonical Ltd. +Copyright 2021 AyatanaIndicators Authors: Ted Gould + Robert Tari This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/tests/service-version-multiwatch-service.c b/tests/service-version-multiwatch-service.c index dc7d203..e1ca660 100644 --- a/tests/service-version-multiwatch-service.c +++ b/tests/service-version-multiwatch-service.c @@ -2,9 +2,11 @@ Test for libayatana-indicator Copyright 2009 Canonical Ltd. +Copyright 2021 AyatanaIndicators Authors: Ted Gould + Robert Tari This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/tests/test-desktop-shortcuts.c b/tests/test-desktop-shortcuts.c index 7c870b9..48a668d 100644 --- a/tests/test-desktop-shortcuts.c +++ b/tests/test-desktop-shortcuts.c @@ -2,9 +2,11 @@ Test for libayatana-indicator Copyright 2009 Canonical Ltd. +Copyright 2021 AyatanaIndicators Authors: Ted Gould + Robert Tari This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/tests/test-loader.c b/tests/test-loader.c index d1288cc..d6dabc5 100644 --- a/tests/test-loader.c +++ b/tests/test-loader.c @@ -2,9 +2,11 @@ Test for libindicator Copyright 2009 Canonical Ltd. +Copyright 2021 AyatanaIndicators Authors: Ted Gould + Robert Tari This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/tools/indicator-loader.c b/tools/indicator-loader.c index 50b5143..159b17b 100644 --- a/tools/indicator-loader.c +++ b/tools/indicator-loader.c @@ -3,11 +3,13 @@ * and during development of them. * * Copyright 2009 Canonical Ltd. + * Copyright 2021 AyatanaIndicators * * Authors: * Ted Gould * Lars Uebernickel * Charles Kerr + * Robert Tari * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License -- cgit v1.2.3