summaryrefslogtreecommitdiff
path: root/src/config
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/config
parent5a4ebf829173333dade9c9c40e72f8d1364b1728 (diff)
copyright year 2021
Diffstat (limited to 'src/config')
-rw-r--r--src/config/Block.cxx2
-rw-r--r--src/config/Block.hxx2
-rw-r--r--src/config/Check.cxx2
-rw-r--r--src/config/Check.hxx2
-rw-r--r--src/config/Data.cxx2
-rw-r--r--src/config/Data.hxx2
-rw-r--r--src/config/Defaults.hxx2
-rw-r--r--src/config/Domain.cxx2
-rw-r--r--src/config/Domain.hxx2
-rw-r--r--src/config/File.cxx2
-rw-r--r--src/config/File.hxx2
-rw-r--r--src/config/Migrate.cxx2
-rw-r--r--src/config/Migrate.hxx2
-rw-r--r--src/config/Net.cxx2
-rw-r--r--src/config/Net.hxx2
-rw-r--r--src/config/Option.hxx2
-rw-r--r--src/config/Param.cxx2
-rw-r--r--src/config/Param.hxx2
-rw-r--r--src/config/Parser.cxx2
-rw-r--r--src/config/Parser.hxx2
-rw-r--r--src/config/Path.cxx2
-rw-r--r--src/config/Path.hxx2
-rw-r--r--src/config/Templates.cxx2
-rw-r--r--src/config/Templates.hxx2
24 files changed, 24 insertions, 24 deletions
diff --git a/src/config/Block.cxx b/src/config/Block.cxx
index 2c3da5ace..bc451ad4d 100644
--- a/src/config/Block.cxx
+++ b/src/config/Block.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/config/Block.hxx b/src/config/Block.hxx
index 62c7ba614..c2f645ef5 100644
--- a/src/config/Block.hxx
+++ b/src/config/Block.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/config/Check.cxx b/src/config/Check.cxx
index a33a75fc7..1bd737d78 100644
--- a/src/config/Check.cxx
+++ b/src/config/Check.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/config/Check.hxx b/src/config/Check.hxx
index 2c41a40ed..6e4893541 100644
--- a/src/config/Check.hxx
+++ b/src/config/Check.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/config/Data.cxx b/src/config/Data.cxx
index c11e3bdfc..f9443453c 100644
--- a/src/config/Data.cxx
+++ b/src/config/Data.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/config/Data.hxx b/src/config/Data.hxx
index aab590cfc..7ce016885 100644
--- a/src/config/Data.hxx
+++ b/src/config/Data.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/config/Defaults.hxx b/src/config/Defaults.hxx
index fbe093e22..a5b8467e5 100644
--- a/src/config/Defaults.hxx
+++ b/src/config/Defaults.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/config/Domain.cxx b/src/config/Domain.cxx
index d8258dfd7..38ae207df 100644
--- a/src/config/Domain.cxx
+++ b/src/config/Domain.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/config/Domain.hxx b/src/config/Domain.hxx
index d4c8f5ca7..f8921d881 100644
--- a/src/config/Domain.hxx
+++ b/src/config/Domain.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/config/File.cxx b/src/config/File.cxx
index c121ce19f..3c7942606 100644
--- a/src/config/File.cxx
+++ b/src/config/File.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/config/File.hxx b/src/config/File.hxx
index 65fa8adea..97044a3f9 100644
--- a/src/config/File.hxx
+++ b/src/config/File.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/config/Migrate.cxx b/src/config/Migrate.cxx
index 9630f69f7..aba21efb1 100644
--- a/src/config/Migrate.cxx
+++ b/src/config/Migrate.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/config/Migrate.hxx b/src/config/Migrate.hxx
index 364af318b..597f5d02a 100644
--- a/src/config/Migrate.hxx
+++ b/src/config/Migrate.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/config/Net.cxx b/src/config/Net.cxx
index ba49c01cb..3dc920b64 100644
--- a/src/config/Net.cxx
+++ b/src/config/Net.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/config/Net.hxx b/src/config/Net.hxx
index 41d63ef03..8e2eadaa3 100644
--- a/src/config/Net.hxx
+++ b/src/config/Net.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/config/Option.hxx b/src/config/Option.hxx
index f4e52a593..568d46a45 100644
--- a/src/config/Option.hxx
+++ b/src/config/Option.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/config/Param.cxx b/src/config/Param.cxx
index 9ba0f1c84..55c9db48d 100644
--- a/src/config/Param.cxx
+++ b/src/config/Param.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/config/Param.hxx b/src/config/Param.hxx
index 669da04e6..dfd54ed58 100644
--- a/src/config/Param.hxx
+++ b/src/config/Param.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/config/Parser.cxx b/src/config/Parser.cxx
index 034832870..06c06f281 100644
--- a/src/config/Parser.cxx
+++ b/src/config/Parser.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/config/Parser.hxx b/src/config/Parser.hxx
index e67e99a1c..9cde0f51c 100644
--- a/src/config/Parser.hxx
+++ b/src/config/Parser.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/config/Path.cxx b/src/config/Path.cxx
index 011aa6e69..b0dbff763 100644
--- a/src/config/Path.cxx
+++ b/src/config/Path.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/config/Path.hxx b/src/config/Path.hxx
index ec8f72b4b..247d4a4b2 100644
--- a/src/config/Path.hxx
+++ b/src/config/Path.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/config/Templates.cxx b/src/config/Templates.cxx
index e54f03212..5f3a34ddd 100644
--- a/src/config/Templates.cxx
+++ b/src/config/Templates.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/config/Templates.hxx b/src/config/Templates.hxx
index e6ac09fa2..254c8925e 100644
--- a/src/config/Templates.hxx
+++ b/src/config/Templates.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