diff options
author | Max Kellermann <max@musicpd.org> | 2021-01-01 19:54:25 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2021-01-01 19:54:28 +0100 |
commit | 5348f8c9c88b930d06042e5103ffb617d2c09d75 (patch) | |
tree | 65892ad84f692ebd7d1d56b06da56b21107895d2 /src/fs/io | |
parent | 5a4ebf829173333dade9c9c40e72f8d1364b1728 (diff) |
copyright year 2021
Diffstat (limited to 'src/fs/io')
-rw-r--r-- | src/fs/io/AutoGunzipReader.cxx | 2 | ||||
-rw-r--r-- | src/fs/io/AutoGunzipReader.hxx | 2 | ||||
-rw-r--r-- | src/fs/io/PeekReader.cxx | 2 | ||||
-rw-r--r-- | src/fs/io/PeekReader.hxx | 2 | ||||
-rw-r--r-- | src/fs/io/TextFile.cxx | 2 | ||||
-rw-r--r-- | src/fs/io/TextFile.hxx | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/fs/io/AutoGunzipReader.cxx b/src/fs/io/AutoGunzipReader.cxx index ce311809d..f2222f482 100644 --- a/src/fs/io/AutoGunzipReader.cxx +++ b/src/fs/io/AutoGunzipReader.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/fs/io/AutoGunzipReader.hxx b/src/fs/io/AutoGunzipReader.hxx index 6a9613b90..9da46974f 100644 --- a/src/fs/io/AutoGunzipReader.hxx +++ b/src/fs/io/AutoGunzipReader.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/fs/io/PeekReader.cxx b/src/fs/io/PeekReader.cxx index cc1a43efe..fd6c14847 100644 --- a/src/fs/io/PeekReader.cxx +++ b/src/fs/io/PeekReader.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/fs/io/PeekReader.hxx b/src/fs/io/PeekReader.hxx index 378c1d7d6..c5719dfc2 100644 --- a/src/fs/io/PeekReader.hxx +++ b/src/fs/io/PeekReader.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/fs/io/TextFile.cxx b/src/fs/io/TextFile.cxx index 832a29032..1d958fd02 100644 --- a/src/fs/io/TextFile.cxx +++ b/src/fs/io/TextFile.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/fs/io/TextFile.hxx b/src/fs/io/TextFile.hxx index 68fd866f4..99d61feaa 100644 --- a/src/fs/io/TextFile.hxx +++ b/src/fs/io/TextFile.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 |