summaryrefslogtreecommitdiff
path: root/src/tag
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-01-18 19:22:19 +0100
committerMax Kellermann <max@musicpd.org>2020-01-18 19:23:49 +0100
commit2817bf9e955be5f111c89ace26ea04cd7c07e2f7 (patch)
tree0d440430779694b0befb6a3551ebe772698c74c6 /src/tag
parenta37d22de8adc2d33236154b3139862055c9c06d4 (diff)
copyright year 2020
Diffstat (limited to 'src/tag')
-rw-r--r--src/tag/Aiff.cxx2
-rw-r--r--src/tag/Aiff.hxx2
-rw-r--r--src/tag/ApeLoader.cxx2
-rw-r--r--src/tag/ApeLoader.hxx2
-rw-r--r--src/tag/ApeReplayGain.cxx2
-rw-r--r--src/tag/ApeReplayGain.hxx2
-rw-r--r--src/tag/ApeTag.cxx2
-rw-r--r--src/tag/ApeTag.hxx2
-rw-r--r--src/tag/Builder.cxx2
-rw-r--r--src/tag/Builder.hxx2
-rw-r--r--src/tag/Config.cxx2
-rw-r--r--src/tag/Config.hxx2
-rw-r--r--src/tag/Fallback.hxx2
-rw-r--r--src/tag/FixString.cxx2
-rw-r--r--src/tag/FixString.hxx2
-rw-r--r--src/tag/Format.cxx2
-rw-r--r--src/tag/Format.hxx2
-rw-r--r--src/tag/Generic.cxx2
-rw-r--r--src/tag/Generic.hxx2
-rw-r--r--src/tag/Handler.cxx2
-rw-r--r--src/tag/Handler.hxx2
-rw-r--r--src/tag/Id3Load.cxx2
-rw-r--r--src/tag/Id3Load.hxx2
-rw-r--r--src/tag/Id3MusicBrainz.cxx2
-rw-r--r--src/tag/Id3MusicBrainz.hxx2
-rw-r--r--src/tag/Id3Picture.cxx2
-rw-r--r--src/tag/Id3Picture.hxx2
-rw-r--r--src/tag/Id3ReplayGain.cxx2
-rw-r--r--src/tag/Id3ReplayGain.hxx2
-rw-r--r--src/tag/Id3Scan.cxx2
-rw-r--r--src/tag/Id3Scan.hxx2
-rw-r--r--src/tag/Id3Unique.hxx2
-rw-r--r--src/tag/Item.hxx2
-rw-r--r--src/tag/Mask.hxx2
-rw-r--r--src/tag/MixRamp.cxx2
-rw-r--r--src/tag/MixRamp.hxx2
-rw-r--r--src/tag/Names.c2
-rw-r--r--src/tag/ParseName.cxx2
-rw-r--r--src/tag/ParseName.hxx2
-rw-r--r--src/tag/Pool.cxx2
-rw-r--r--src/tag/Pool.hxx2
-rw-r--r--src/tag/ReplayGain.cxx2
-rw-r--r--src/tag/ReplayGain.hxx2
-rw-r--r--src/tag/Riff.cxx2
-rw-r--r--src/tag/Riff.hxx2
-rw-r--r--src/tag/Rva2.cxx2
-rw-r--r--src/tag/Rva2.hxx2
-rw-r--r--src/tag/Settings.cxx2
-rw-r--r--src/tag/Settings.hxx2
-rw-r--r--src/tag/Table.cxx2
-rw-r--r--src/tag/Table.hxx2
-rw-r--r--src/tag/Tag.cxx2
-rw-r--r--src/tag/Tag.hxx2
-rw-r--r--src/tag/Type.h2
-rw-r--r--src/tag/VisitFallback.hxx2
-rw-r--r--src/tag/VorbisComment.cxx2
-rw-r--r--src/tag/VorbisComment.hxx2
57 files changed, 57 insertions, 57 deletions
diff --git a/src/tag/Aiff.cxx b/src/tag/Aiff.cxx
index c97380d34..99c1c2e20 100644
--- a/src/tag/Aiff.cxx
+++ b/src/tag/Aiff.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Aiff.hxx b/src/tag/Aiff.hxx
index 393f41ad9..43103963b 100644
--- a/src/tag/Aiff.hxx
+++ b/src/tag/Aiff.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/ApeLoader.cxx b/src/tag/ApeLoader.cxx
index ade3bacda..dcf9dba35 100644
--- a/src/tag/ApeLoader.cxx
+++ b/src/tag/ApeLoader.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/ApeLoader.hxx b/src/tag/ApeLoader.hxx
index 867dc9ebb..8c4f4e2a4 100644
--- a/src/tag/ApeLoader.hxx
+++ b/src/tag/ApeLoader.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/ApeReplayGain.cxx b/src/tag/ApeReplayGain.cxx
index f0868bd89..2bb093999 100644
--- a/src/tag/ApeReplayGain.cxx
+++ b/src/tag/ApeReplayGain.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/ApeReplayGain.hxx b/src/tag/ApeReplayGain.hxx
index 8bd3964c9..d08fa835f 100644
--- a/src/tag/ApeReplayGain.hxx
+++ b/src/tag/ApeReplayGain.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/ApeTag.cxx b/src/tag/ApeTag.cxx
index 21192689c..179cef416 100644
--- a/src/tag/ApeTag.cxx
+++ b/src/tag/ApeTag.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/ApeTag.hxx b/src/tag/ApeTag.hxx
index 37c1b9105..721ce6f89 100644
--- a/src/tag/ApeTag.hxx
+++ b/src/tag/ApeTag.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Builder.cxx b/src/tag/Builder.cxx
index 448733428..1eec48bae 100644
--- a/src/tag/Builder.cxx
+++ b/src/tag/Builder.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Builder.hxx b/src/tag/Builder.hxx
index d43ac4ae2..15216baeb 100644
--- a/src/tag/Builder.hxx
+++ b/src/tag/Builder.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Config.cxx b/src/tag/Config.cxx
index dac15b824..eb608aeb1 100644
--- a/src/tag/Config.cxx
+++ b/src/tag/Config.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Config.hxx b/src/tag/Config.hxx
index f2855ad71..20b401a3b 100644
--- a/src/tag/Config.hxx
+++ b/src/tag/Config.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Fallback.hxx b/src/tag/Fallback.hxx
index 8fa0ed86a..9690c1684 100644
--- a/src/tag/Fallback.hxx
+++ b/src/tag/Fallback.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/FixString.cxx b/src/tag/FixString.cxx
index 4d69cba1b..6fe44ffa5 100644
--- a/src/tag/FixString.cxx
+++ b/src/tag/FixString.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/FixString.hxx b/src/tag/FixString.hxx
index 6dfb79b2f..9cfda2939 100644
--- a/src/tag/FixString.hxx
+++ b/src/tag/FixString.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Format.cxx b/src/tag/Format.cxx
index be0faa2a4..eb3cb4e90 100644
--- a/src/tag/Format.cxx
+++ b/src/tag/Format.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Format.hxx b/src/tag/Format.hxx
index 8ef6654bb..cc1801318 100644
--- a/src/tag/Format.hxx
+++ b/src/tag/Format.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Generic.cxx b/src/tag/Generic.cxx
index ab645177a..404974d14 100644
--- a/src/tag/Generic.cxx
+++ b/src/tag/Generic.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Generic.hxx b/src/tag/Generic.hxx
index 009e50e4c..4d9d12987 100644
--- a/src/tag/Generic.hxx
+++ b/src/tag/Generic.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Handler.cxx b/src/tag/Handler.cxx
index 0699f0996..8381ec09b 100644
--- a/src/tag/Handler.cxx
+++ b/src/tag/Handler.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Handler.hxx b/src/tag/Handler.hxx
index e5aad97ff..d5d4396bc 100644
--- a/src/tag/Handler.hxx
+++ b/src/tag/Handler.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Id3Load.cxx b/src/tag/Id3Load.cxx
index ee4498dcd..e756729c9 100644
--- a/src/tag/Id3Load.cxx
+++ b/src/tag/Id3Load.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Id3Load.hxx b/src/tag/Id3Load.hxx
index c177ef9a7..1b2d75f17 100644
--- a/src/tag/Id3Load.hxx
+++ b/src/tag/Id3Load.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Id3MusicBrainz.cxx b/src/tag/Id3MusicBrainz.cxx
index 6f9546133..4f3d52bcd 100644
--- a/src/tag/Id3MusicBrainz.cxx
+++ b/src/tag/Id3MusicBrainz.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Id3MusicBrainz.hxx b/src/tag/Id3MusicBrainz.hxx
index 39587152e..2c059b57b 100644
--- a/src/tag/Id3MusicBrainz.hxx
+++ b/src/tag/Id3MusicBrainz.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Id3Picture.cxx b/src/tag/Id3Picture.cxx
index 7c4aa666f..959e60cff 100644
--- a/src/tag/Id3Picture.cxx
+++ b/src/tag/Id3Picture.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Id3Picture.hxx b/src/tag/Id3Picture.hxx
index 950441672..2469671dc 100644
--- a/src/tag/Id3Picture.hxx
+++ b/src/tag/Id3Picture.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Id3ReplayGain.cxx b/src/tag/Id3ReplayGain.cxx
index 926b820d7..600ccdb28 100644
--- a/src/tag/Id3ReplayGain.cxx
+++ b/src/tag/Id3ReplayGain.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Id3ReplayGain.hxx b/src/tag/Id3ReplayGain.hxx
index 35df6e017..6e7046f70 100644
--- a/src/tag/Id3ReplayGain.hxx
+++ b/src/tag/Id3ReplayGain.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Id3Scan.cxx b/src/tag/Id3Scan.cxx
index 092b66f5a..c85de6b70 100644
--- a/src/tag/Id3Scan.cxx
+++ b/src/tag/Id3Scan.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Id3Scan.hxx b/src/tag/Id3Scan.hxx
index 0446258bb..b5ba43863 100644
--- a/src/tag/Id3Scan.hxx
+++ b/src/tag/Id3Scan.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Id3Unique.hxx b/src/tag/Id3Unique.hxx
index 438fec085..2279718b3 100644
--- a/src/tag/Id3Unique.hxx
+++ b/src/tag/Id3Unique.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Item.hxx b/src/tag/Item.hxx
index 04da18afa..d268f629f 100644
--- a/src/tag/Item.hxx
+++ b/src/tag/Item.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Mask.hxx b/src/tag/Mask.hxx
index 367857f60..dae4b8765 100644
--- a/src/tag/Mask.hxx
+++ b/src/tag/Mask.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/MixRamp.cxx b/src/tag/MixRamp.cxx
index 6e215d2e9..8e42a57b1 100644
--- a/src/tag/MixRamp.cxx
+++ b/src/tag/MixRamp.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/MixRamp.hxx b/src/tag/MixRamp.hxx
index 5264b7f4b..5d5569ed0 100644
--- a/src/tag/MixRamp.hxx
+++ b/src/tag/MixRamp.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Names.c b/src/tag/Names.c
index ac452aeeb..5ad617288 100644
--- a/src/tag/Names.c
+++ b/src/tag/Names.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/ParseName.cxx b/src/tag/ParseName.cxx
index c7d6166f1..7fd1a249a 100644
--- a/src/tag/ParseName.cxx
+++ b/src/tag/ParseName.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/ParseName.hxx b/src/tag/ParseName.hxx
index c2a3d2e59..b42856a51 100644
--- a/src/tag/ParseName.hxx
+++ b/src/tag/ParseName.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Pool.cxx b/src/tag/Pool.cxx
index 14dd89d6a..319336136 100644
--- a/src/tag/Pool.cxx
+++ b/src/tag/Pool.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Pool.hxx b/src/tag/Pool.hxx
index fa6f9850a..b4eaf3891 100644
--- a/src/tag/Pool.hxx
+++ b/src/tag/Pool.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/ReplayGain.cxx b/src/tag/ReplayGain.cxx
index f23f23e3c..c294a6b12 100644
--- a/src/tag/ReplayGain.cxx
+++ b/src/tag/ReplayGain.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/ReplayGain.hxx b/src/tag/ReplayGain.hxx
index db0b4a715..8caf51809 100644
--- a/src/tag/ReplayGain.hxx
+++ b/src/tag/ReplayGain.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Riff.cxx b/src/tag/Riff.cxx
index 03958283d..ad1f04992 100644
--- a/src/tag/Riff.cxx
+++ b/src/tag/Riff.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Riff.hxx b/src/tag/Riff.hxx
index 57e11e830..3aa4d4666 100644
--- a/src/tag/Riff.hxx
+++ b/src/tag/Riff.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Rva2.cxx b/src/tag/Rva2.cxx
index 96eaef120..800d8720c 100644
--- a/src/tag/Rva2.cxx
+++ b/src/tag/Rva2.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Rva2.hxx b/src/tag/Rva2.hxx
index 44db73da7..097e2cc32 100644
--- a/src/tag/Rva2.hxx
+++ b/src/tag/Rva2.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Settings.cxx b/src/tag/Settings.cxx
index 9a63a1a4f..cb7a21499 100644
--- a/src/tag/Settings.cxx
+++ b/src/tag/Settings.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Settings.hxx b/src/tag/Settings.hxx
index 42dc46de1..b342945af 100644
--- a/src/tag/Settings.hxx
+++ b/src/tag/Settings.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Table.cxx b/src/tag/Table.cxx
index 04577d8ac..4e1bd4958 100644
--- a/src/tag/Table.cxx
+++ b/src/tag/Table.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Table.hxx b/src/tag/Table.hxx
index 88e46b417..d74fa30a0 100644
--- a/src/tag/Table.hxx
+++ b/src/tag/Table.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Tag.cxx b/src/tag/Tag.cxx
index 00d253682..b9b7c6e8b 100644
--- a/src/tag/Tag.cxx
+++ b/src/tag/Tag.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Tag.hxx b/src/tag/Tag.hxx
index a6348b3f4..f51b5ffc2 100644
--- a/src/tag/Tag.hxx
+++ b/src/tag/Tag.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/Type.h b/src/tag/Type.h
index 0cc986bf6..b31b37654 100644
--- a/src/tag/Type.h
+++ b/src/tag/Type.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/VisitFallback.hxx b/src/tag/VisitFallback.hxx
index de2180741..305bebe76 100644
--- a/src/tag/VisitFallback.hxx
+++ b/src/tag/VisitFallback.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/VorbisComment.cxx b/src/tag/VorbisComment.cxx
index dc9e822fe..0f92f3c42 100644
--- a/src/tag/VorbisComment.cxx
+++ b/src/tag/VorbisComment.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 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/tag/VorbisComment.hxx b/src/tag/VorbisComment.hxx
index 83c3a7fa6..b7400317a 100644
--- a/src/tag/VorbisComment.hxx
+++ b/src/tag/VorbisComment.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2019 The Music Player Daemon Project
+ * Copyright 2003-2020 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify