aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-19 11:51:08 +0100
committerRobert Tari <robert@tari.in>2021-11-22 11:16:39 +0100
commitf64efb128338897db056db810f8e29efb220481d (patch)
tree92d912d9bb6582186d89fcccba0a282c14744d4e /tests
parent2c16abc48dcd11201acc393970fd2629ded1294e (diff)
downloadayatana-indicator-sound-f64efb128338897db056db810f8e29efb220481d.tar.gz
ayatana-indicator-sound-f64efb128338897db056db810f8e29efb220481d.tar.bz2
ayatana-indicator-sound-f64efb128338897db056db810f8e29efb220481d.zip
license headers: Stop using the '©' character.
Diffstat (limited to 'tests')
-rw-r--r--tests/accounts-service-mock.h4
-rw-r--r--tests/accounts-service-user.cc2
-rw-r--r--tests/greeter-list.cc2
-rw-r--r--tests/gtest-gvariant.h2
-rw-r--r--tests/indicator-fixture.h2
-rw-r--r--tests/indicator-test.cc2
-rw-r--r--tests/integration/main.cpp2
-rw-r--r--tests/media-player-list-mock.vala2
-rw-r--r--tests/media-player-mock.vala4
-rw-r--r--tests/media-player-user.cc2
-rw-r--r--tests/notifications-mock.h2
-rw-r--r--tests/notifications-test.cc4
-rw-r--r--tests/options-mock.vala2
-rw-r--r--tests/pa-mock.cpp2
-rw-r--r--tests/sound-menu.cc2
-rw-r--r--tests/volume-control-mock.vala2
-rw-r--r--tests/volume-control-test.cc2
-rw-r--r--tests/volume-warning-mock.vala2
18 files changed, 21 insertions, 21 deletions
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