summaryrefslogtreecommitdiff
path: root/src/filter
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2021-01-01 19:54:25 +0100
committerMax Kellermann <max@musicpd.org>2021-01-01 19:54:28 +0100
commit5348f8c9c88b930d06042e5103ffb617d2c09d75 (patch)
tree65892ad84f692ebd7d1d56b06da56b21107895d2 /src/filter
parent5a4ebf829173333dade9c9c40e72f8d1364b1728 (diff)
copyright year 2021
Diffstat (limited to 'src/filter')
-rw-r--r--src/filter/Factory.cxx2
-rw-r--r--src/filter/Factory.hxx2
-rw-r--r--src/filter/Filter.cxx2
-rw-r--r--src/filter/Filter.hxx2
-rw-r--r--src/filter/FilterPlugin.hxx2
-rw-r--r--src/filter/LoadChain.cxx2
-rw-r--r--src/filter/LoadChain.hxx2
-rw-r--r--src/filter/LoadOne.cxx2
-rw-r--r--src/filter/LoadOne.hxx2
-rw-r--r--src/filter/NullFilter.hxx2
-rw-r--r--src/filter/Observer.cxx2
-rw-r--r--src/filter/Observer.hxx2
-rw-r--r--src/filter/Prepared.hxx2
-rw-r--r--src/filter/Registry.cxx2
-rw-r--r--src/filter/Registry.hxx2
-rw-r--r--src/filter/plugins/AutoConvertFilterPlugin.cxx2
-rw-r--r--src/filter/plugins/AutoConvertFilterPlugin.hxx2
-rw-r--r--src/filter/plugins/ChainFilterPlugin.cxx2
-rw-r--r--src/filter/plugins/ChainFilterPlugin.hxx2
-rw-r--r--src/filter/plugins/ConvertFilterPlugin.cxx2
-rw-r--r--src/filter/plugins/ConvertFilterPlugin.hxx2
-rw-r--r--src/filter/plugins/FfmpegFilter.cxx2
-rw-r--r--src/filter/plugins/FfmpegFilter.hxx2
-rw-r--r--src/filter/plugins/FfmpegFilterPlugin.cxx2
-rw-r--r--src/filter/plugins/FfmpegFilterPlugin.hxx2
-rw-r--r--src/filter/plugins/HdcdFilterPlugin.cxx2
-rw-r--r--src/filter/plugins/HdcdFilterPlugin.hxx2
-rw-r--r--src/filter/plugins/NormalizeFilterPlugin.cxx2
-rw-r--r--src/filter/plugins/NormalizeFilterPlugin.hxx2
-rw-r--r--src/filter/plugins/NullFilterPlugin.cxx2
-rw-r--r--src/filter/plugins/NullFilterPlugin.hxx2
-rw-r--r--src/filter/plugins/ReplayGainFilterPlugin.cxx2
-rw-r--r--src/filter/plugins/ReplayGainFilterPlugin.hxx2
-rw-r--r--src/filter/plugins/RouteFilterPlugin.cxx2
-rw-r--r--src/filter/plugins/RouteFilterPlugin.hxx2
-rw-r--r--src/filter/plugins/TwoFilters.cxx2
-rw-r--r--src/filter/plugins/TwoFilters.hxx2
-rw-r--r--src/filter/plugins/VolumeFilterPlugin.cxx2
-rw-r--r--src/filter/plugins/VolumeFilterPlugin.hxx2
39 files changed, 39 insertions, 39 deletions
diff --git a/src/filter/Factory.cxx b/src/filter/Factory.cxx
index 027c3ac29..53b013cba 100644
--- a/src/filter/Factory.cxx
+++ b/src/filter/Factory.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/Factory.hxx b/src/filter/Factory.hxx
index 8baf25df0..a5f537679 100644
--- a/src/filter/Factory.hxx
+++ b/src/filter/Factory.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/Filter.cxx b/src/filter/Filter.cxx
index bdddb058c..36cd5e3b8 100644
--- a/src/filter/Filter.cxx
+++ b/src/filter/Filter.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/Filter.hxx b/src/filter/Filter.hxx
index b434663a7..5b1275254 100644
--- a/src/filter/Filter.hxx
+++ b/src/filter/Filter.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/FilterPlugin.hxx b/src/filter/FilterPlugin.hxx
index 7c534feef..a3a83f34d 100644
--- a/src/filter/FilterPlugin.hxx
+++ b/src/filter/FilterPlugin.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/LoadChain.cxx b/src/filter/LoadChain.cxx
index cca351a72..67c94e85c 100644
--- a/src/filter/LoadChain.cxx
+++ b/src/filter/LoadChain.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/LoadChain.hxx b/src/filter/LoadChain.hxx
index a35d90e77..c0196e22d 100644
--- a/src/filter/LoadChain.hxx
+++ b/src/filter/LoadChain.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/LoadOne.cxx b/src/filter/LoadOne.cxx
index ab18512b3..41ac19657 100644
--- a/src/filter/LoadOne.cxx
+++ b/src/filter/LoadOne.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/LoadOne.hxx b/src/filter/LoadOne.hxx
index 8a77a97a3..397c9d4bf 100644
--- a/src/filter/LoadOne.hxx
+++ b/src/filter/LoadOne.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/NullFilter.hxx b/src/filter/NullFilter.hxx
index 01cb7b012..81336f79e 100644
--- a/src/filter/NullFilter.hxx
+++ b/src/filter/NullFilter.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/Observer.cxx b/src/filter/Observer.cxx
index 73a6e758e..eb32c31c7 100644
--- a/src/filter/Observer.cxx
+++ b/src/filter/Observer.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/Observer.hxx b/src/filter/Observer.hxx
index 5f5d50387..b953f20a1 100644
--- a/src/filter/Observer.hxx
+++ b/src/filter/Observer.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/Prepared.hxx b/src/filter/Prepared.hxx
index 3072197a5..c977c3cb3 100644
--- a/src/filter/Prepared.hxx
+++ b/src/filter/Prepared.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/Registry.cxx b/src/filter/Registry.cxx
index 0f71351dc..ae3b05a0f 100644
--- a/src/filter/Registry.cxx
+++ b/src/filter/Registry.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/Registry.hxx b/src/filter/Registry.hxx
index f7e190a9d..b1051f906 100644
--- a/src/filter/Registry.hxx
+++ b/src/filter/Registry.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/plugins/AutoConvertFilterPlugin.cxx b/src/filter/plugins/AutoConvertFilterPlugin.cxx
index b9bbd256f..bbad03a87 100644
--- a/src/filter/plugins/AutoConvertFilterPlugin.cxx
+++ b/src/filter/plugins/AutoConvertFilterPlugin.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/plugins/AutoConvertFilterPlugin.hxx b/src/filter/plugins/AutoConvertFilterPlugin.hxx
index 29059a355..97eaddb10 100644
--- a/src/filter/plugins/AutoConvertFilterPlugin.hxx
+++ b/src/filter/plugins/AutoConvertFilterPlugin.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/plugins/ChainFilterPlugin.cxx b/src/filter/plugins/ChainFilterPlugin.cxx
index 249130081..488e43896 100644
--- a/src/filter/plugins/ChainFilterPlugin.cxx
+++ b/src/filter/plugins/ChainFilterPlugin.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/plugins/ChainFilterPlugin.hxx b/src/filter/plugins/ChainFilterPlugin.hxx
index 8dd7e526c..75ff342de 100644
--- a/src/filter/plugins/ChainFilterPlugin.hxx
+++ b/src/filter/plugins/ChainFilterPlugin.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/plugins/ConvertFilterPlugin.cxx b/src/filter/plugins/ConvertFilterPlugin.cxx
index d04d09da6..5b7c96c74 100644
--- a/src/filter/plugins/ConvertFilterPlugin.cxx
+++ b/src/filter/plugins/ConvertFilterPlugin.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/plugins/ConvertFilterPlugin.hxx b/src/filter/plugins/ConvertFilterPlugin.hxx
index 0f78da519..16d3b9539 100644
--- a/src/filter/plugins/ConvertFilterPlugin.hxx
+++ b/src/filter/plugins/ConvertFilterPlugin.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/plugins/FfmpegFilter.cxx b/src/filter/plugins/FfmpegFilter.cxx
index cd076200b..c42ed1538 100644
--- a/src/filter/plugins/FfmpegFilter.cxx
+++ b/src/filter/plugins/FfmpegFilter.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/plugins/FfmpegFilter.hxx b/src/filter/plugins/FfmpegFilter.hxx
index 286780d9d..30e86d2bb 100644
--- a/src/filter/plugins/FfmpegFilter.hxx
+++ b/src/filter/plugins/FfmpegFilter.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/plugins/FfmpegFilterPlugin.cxx b/src/filter/plugins/FfmpegFilterPlugin.cxx
index fcb255be0..e07c50d32 100644
--- a/src/filter/plugins/FfmpegFilterPlugin.cxx
+++ b/src/filter/plugins/FfmpegFilterPlugin.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/plugins/FfmpegFilterPlugin.hxx b/src/filter/plugins/FfmpegFilterPlugin.hxx
index 577992f3b..15314f12d 100644
--- a/src/filter/plugins/FfmpegFilterPlugin.hxx
+++ b/src/filter/plugins/FfmpegFilterPlugin.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/plugins/HdcdFilterPlugin.cxx b/src/filter/plugins/HdcdFilterPlugin.cxx
index 5e63c651e..c632e8d67 100644
--- a/src/filter/plugins/HdcdFilterPlugin.cxx
+++ b/src/filter/plugins/HdcdFilterPlugin.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/plugins/HdcdFilterPlugin.hxx b/src/filter/plugins/HdcdFilterPlugin.hxx
index 5ad6b7760..1344605b6 100644
--- a/src/filter/plugins/HdcdFilterPlugin.hxx
+++ b/src/filter/plugins/HdcdFilterPlugin.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/plugins/NormalizeFilterPlugin.cxx b/src/filter/plugins/NormalizeFilterPlugin.cxx
index 4d3e936ee..268f233ba 100644
--- a/src/filter/plugins/NormalizeFilterPlugin.cxx
+++ b/src/filter/plugins/NormalizeFilterPlugin.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/plugins/NormalizeFilterPlugin.hxx b/src/filter/plugins/NormalizeFilterPlugin.hxx
index aae105167..50054dbcc 100644
--- a/src/filter/plugins/NormalizeFilterPlugin.hxx
+++ b/src/filter/plugins/NormalizeFilterPlugin.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/plugins/NullFilterPlugin.cxx b/src/filter/plugins/NullFilterPlugin.cxx
index 143c104ab..b3c333980 100644
--- a/src/filter/plugins/NullFilterPlugin.cxx
+++ b/src/filter/plugins/NullFilterPlugin.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/plugins/NullFilterPlugin.hxx b/src/filter/plugins/NullFilterPlugin.hxx
index 562f6b44e..95df7afb8 100644
--- a/src/filter/plugins/NullFilterPlugin.hxx
+++ b/src/filter/plugins/NullFilterPlugin.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/plugins/ReplayGainFilterPlugin.cxx b/src/filter/plugins/ReplayGainFilterPlugin.cxx
index 6dc63b863..a776aa0ee 100644
--- a/src/filter/plugins/ReplayGainFilterPlugin.cxx
+++ b/src/filter/plugins/ReplayGainFilterPlugin.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/plugins/ReplayGainFilterPlugin.hxx b/src/filter/plugins/ReplayGainFilterPlugin.hxx
index 9ce98a435..327b03e9e 100644
--- a/src/filter/plugins/ReplayGainFilterPlugin.hxx
+++ b/src/filter/plugins/ReplayGainFilterPlugin.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/plugins/RouteFilterPlugin.cxx b/src/filter/plugins/RouteFilterPlugin.cxx
index 1969095fc..d8d98a08b 100644
--- a/src/filter/plugins/RouteFilterPlugin.cxx
+++ b/src/filter/plugins/RouteFilterPlugin.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/plugins/RouteFilterPlugin.hxx b/src/filter/plugins/RouteFilterPlugin.hxx
index bbf606aae..f2ad54429 100644
--- a/src/filter/plugins/RouteFilterPlugin.hxx
+++ b/src/filter/plugins/RouteFilterPlugin.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/plugins/TwoFilters.cxx b/src/filter/plugins/TwoFilters.cxx
index 0defa5799..be84a3dbf 100644
--- a/src/filter/plugins/TwoFilters.cxx
+++ b/src/filter/plugins/TwoFilters.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/plugins/TwoFilters.hxx b/src/filter/plugins/TwoFilters.hxx
index cbd86a6df..2e886f1b2 100644
--- a/src/filter/plugins/TwoFilters.hxx
+++ b/src/filter/plugins/TwoFilters.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/plugins/VolumeFilterPlugin.cxx b/src/filter/plugins/VolumeFilterPlugin.cxx
index 0ef3952d5..2b5f4f34f 100644
--- a/src/filter/plugins/VolumeFilterPlugin.cxx
+++ b/src/filter/plugins/VolumeFilterPlugin.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/filter/plugins/VolumeFilterPlugin.hxx b/src/filter/plugins/VolumeFilterPlugin.hxx
index e474008b0..015b1356b 100644
--- a/src/filter/plugins/VolumeFilterPlugin.hxx
+++ b/src/filter/plugins/VolumeFilterPlugin.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2020 The Music Player Daemon Project
+ * Copyright 2003-2021 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify