diff options
author | Max Kellermann <max@musicpd.org> | 2018-10-31 17:54:59 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-10-31 17:54:59 +0100 |
commit | f5c907149401d2ec6bee7bbc55baceb90989d469 (patch) | |
tree | 8b5df9cdd809cc63dfcb41df422d697282f5158d /src/unix | |
parent | 2148d4bb31cde4751d7be42e2d8c7cd9ac4e0ff4 (diff) |
*: copyright year 2018
Diffstat (limited to 'src/unix')
-rw-r--r-- | src/unix/Daemon.cxx | 2 | ||||
-rw-r--r-- | src/unix/Daemon.hxx | 2 | ||||
-rw-r--r-- | src/unix/PidFile.hxx | 2 | ||||
-rw-r--r-- | src/unix/SignalHandlers.cxx | 2 | ||||
-rw-r--r-- | src/unix/SignalHandlers.hxx | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/unix/Daemon.cxx b/src/unix/Daemon.cxx index 2c0969c96..72be92b9b 100644 --- a/src/unix/Daemon.cxx +++ b/src/unix/Daemon.cxx @@ -1,5 +1,5 @@ /* - * Copyright 2003-2017 The Music Player Daemon Project + * Copyright 2003-2018 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/unix/Daemon.hxx b/src/unix/Daemon.hxx index bfd68fb75..f9080a30b 100644 --- a/src/unix/Daemon.hxx +++ b/src/unix/Daemon.hxx @@ -1,5 +1,5 @@ /* - * Copyright 2003-2017 The Music Player Daemon Project + * Copyright 2003-2018 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/unix/PidFile.hxx b/src/unix/PidFile.hxx index f4d3dfc0e..96ac21a03 100644 --- a/src/unix/PidFile.hxx +++ b/src/unix/PidFile.hxx @@ -1,5 +1,5 @@ /* - * Copyright 2003-2017 The Music Player Daemon Project + * Copyright 2003-2018 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/unix/SignalHandlers.cxx b/src/unix/SignalHandlers.cxx index ac2c4e603..868ad24f2 100644 --- a/src/unix/SignalHandlers.cxx +++ b/src/unix/SignalHandlers.cxx @@ -1,5 +1,5 @@ /* - * Copyright 2003-2017 The Music Player Daemon Project + * Copyright 2003-2018 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/unix/SignalHandlers.hxx b/src/unix/SignalHandlers.hxx index 679c01ca6..241a38a44 100644 --- a/src/unix/SignalHandlers.hxx +++ b/src/unix/SignalHandlers.hxx @@ -1,5 +1,5 @@ /* - * Copyright 2003-2017 The Music Player Daemon Project + * Copyright 2003-2018 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify |