summaryrefslogtreecommitdiff
path: root/src/client
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/client
parenta37d22de8adc2d33236154b3139862055c9c06d4 (diff)
copyright year 2020
Diffstat (limited to 'src/client')
-rw-r--r--src/client/BackgroundCommand.hxx2
-rw-r--r--src/client/Client.cxx2
-rw-r--r--src/client/Client.hxx2
-rw-r--r--src/client/Config.cxx2
-rw-r--r--src/client/Config.hxx2
-rw-r--r--src/client/Domain.cxx2
-rw-r--r--src/client/Domain.hxx2
-rw-r--r--src/client/Event.cxx2
-rw-r--r--src/client/Expire.cxx2
-rw-r--r--src/client/File.cxx2
-rw-r--r--src/client/Idle.cxx2
-rw-r--r--src/client/List.cxx2
-rw-r--r--src/client/List.hxx2
-rw-r--r--src/client/Listener.cxx2
-rw-r--r--src/client/Listener.hxx2
-rw-r--r--src/client/Message.cxx2
-rw-r--r--src/client/Message.hxx2
-rw-r--r--src/client/New.cxx2
-rw-r--r--src/client/Process.cxx2
-rw-r--r--src/client/Read.cxx2
-rw-r--r--src/client/Response.cxx2
-rw-r--r--src/client/Response.hxx2
-rw-r--r--src/client/Subscribe.cxx2
-rw-r--r--src/client/ThreadBackgroundCommand.cxx2
-rw-r--r--src/client/ThreadBackgroundCommand.hxx2
-rw-r--r--src/client/Write.cxx2
26 files changed, 26 insertions, 26 deletions
diff --git a/src/client/BackgroundCommand.hxx b/src/client/BackgroundCommand.hxx
index 8760fddc1..c4da39d90 100644
--- a/src/client/BackgroundCommand.hxx
+++ b/src/client/BackgroundCommand.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/client/Client.cxx b/src/client/Client.cxx
index f0f8984d2..974723055 100644
--- a/src/client/Client.cxx
+++ b/src/client/Client.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/client/Client.hxx b/src/client/Client.hxx
index 564b2a01a..4ce7757f1 100644
--- a/src/client/Client.hxx
+++ b/src/client/Client.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/client/Config.cxx b/src/client/Config.cxx
index 41799aed4..299b0ac10 100644
--- a/src/client/Config.cxx
+++ b/src/client/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/client/Config.hxx b/src/client/Config.hxx
index f68748814..27d1c478f 100644
--- a/src/client/Config.hxx
+++ b/src/client/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/client/Domain.cxx b/src/client/Domain.cxx
index 7487cf1a1..9dfcc6470 100644
--- a/src/client/Domain.cxx
+++ b/src/client/Domain.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/client/Domain.hxx b/src/client/Domain.hxx
index 6c050c835..2093debdc 100644
--- a/src/client/Domain.hxx
+++ b/src/client/Domain.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/client/Event.cxx b/src/client/Event.cxx
index d231a020e..e841ca5a6 100644
--- a/src/client/Event.cxx
+++ b/src/client/Event.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/client/Expire.cxx b/src/client/Expire.cxx
index bf094acc4..f51dd42a4 100644
--- a/src/client/Expire.cxx
+++ b/src/client/Expire.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/client/File.cxx b/src/client/File.cxx
index eae21d581..ab96ae73a 100644
--- a/src/client/File.cxx
+++ b/src/client/File.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/client/Idle.cxx b/src/client/Idle.cxx
index f8987b33a..4d328dee6 100644
--- a/src/client/Idle.cxx
+++ b/src/client/Idle.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/client/List.cxx b/src/client/List.cxx
index d20d01a82..64fcd4c47 100644
--- a/src/client/List.cxx
+++ b/src/client/List.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/client/List.hxx b/src/client/List.hxx
index 15a91d3be..f62322d33 100644
--- a/src/client/List.hxx
+++ b/src/client/List.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/client/Listener.cxx b/src/client/Listener.cxx
index deadeaa0c..738006a3c 100644
--- a/src/client/Listener.cxx
+++ b/src/client/Listener.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/client/Listener.hxx b/src/client/Listener.hxx
index 8f99b1a42..6f4ebe422 100644
--- a/src/client/Listener.hxx
+++ b/src/client/Listener.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/client/Message.cxx b/src/client/Message.cxx
index 3460f0559..ea2e3e6b1 100644
--- a/src/client/Message.cxx
+++ b/src/client/Message.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/client/Message.hxx b/src/client/Message.hxx
index 876a0febe..72fdf685f 100644
--- a/src/client/Message.hxx
+++ b/src/client/Message.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/client/New.cxx b/src/client/New.cxx
index 8cc1c021d..b1affda4c 100644
--- a/src/client/New.cxx
+++ b/src/client/New.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/client/Process.cxx b/src/client/Process.cxx
index bb18d86c6..db7ef132d 100644
--- a/src/client/Process.cxx
+++ b/src/client/Process.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/client/Read.cxx b/src/client/Read.cxx
index 200a20876..62c6e8017 100644
--- a/src/client/Read.cxx
+++ b/src/client/Read.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/client/Response.cxx b/src/client/Response.cxx
index 4d1b575d2..207489fa6 100644
--- a/src/client/Response.cxx
+++ b/src/client/Response.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/client/Response.hxx b/src/client/Response.hxx
index 17e8fe7d5..f5898b16b 100644
--- a/src/client/Response.hxx
+++ b/src/client/Response.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/client/Subscribe.cxx b/src/client/Subscribe.cxx
index 25d3cbfef..4e636cc50 100644
--- a/src/client/Subscribe.cxx
+++ b/src/client/Subscribe.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/client/ThreadBackgroundCommand.cxx b/src/client/ThreadBackgroundCommand.cxx
index 4cf2c0f40..1225158f8 100644
--- a/src/client/ThreadBackgroundCommand.cxx
+++ b/src/client/ThreadBackgroundCommand.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/client/ThreadBackgroundCommand.hxx b/src/client/ThreadBackgroundCommand.hxx
index ff55b3bcd..854c5572a 100644
--- a/src/client/ThreadBackgroundCommand.hxx
+++ b/src/client/ThreadBackgroundCommand.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/client/Write.cxx b/src/client/Write.cxx
index 14a2b2f39..fa67a869c 100644
--- a/src/client/Write.cxx
+++ b/src/client/Write.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