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/system | |
parent | 2148d4bb31cde4751d7be42e2d8c7cd9ac4e0ff4 (diff) |
*: copyright year 2018
Diffstat (limited to 'src/system')
-rw-r--r-- | src/system/Clock.cxx | 2 | ||||
-rw-r--r-- | src/system/Clock.hxx | 2 | ||||
-rw-r--r-- | src/system/EventPipe.cxx | 2 | ||||
-rw-r--r-- | src/system/EventPipe.hxx | 2 | ||||
-rw-r--r-- | src/system/FatalError.cxx | 2 | ||||
-rw-r--r-- | src/system/FatalError.hxx | 2 | ||||
-rw-r--r-- | src/system/PeriodClock.hxx | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/system/Clock.cxx b/src/system/Clock.cxx index dc29bdc70..f0f1cd1c1 100644 --- a/src/system/Clock.cxx +++ b/src/system/Clock.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/system/Clock.hxx b/src/system/Clock.hxx index 6c034f5d7..6a10bcbde 100644 --- a/src/system/Clock.hxx +++ b/src/system/Clock.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/system/EventPipe.cxx b/src/system/EventPipe.cxx index a7f25fb5d..facaeea69 100644 --- a/src/system/EventPipe.cxx +++ b/src/system/EventPipe.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/system/EventPipe.hxx b/src/system/EventPipe.hxx index 3fd94daa2..f798a47ea 100644 --- a/src/system/EventPipe.hxx +++ b/src/system/EventPipe.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/system/FatalError.cxx b/src/system/FatalError.cxx index 9648bbbeb..43550020c 100644 --- a/src/system/FatalError.cxx +++ b/src/system/FatalError.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/system/FatalError.hxx b/src/system/FatalError.hxx index ffb82db1d..808658d01 100644 --- a/src/system/FatalError.hxx +++ b/src/system/FatalError.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/system/PeriodClock.hxx b/src/system/PeriodClock.hxx index 4b9817836..b6517d664 100644 --- a/src/system/PeriodClock.hxx +++ b/src/system/PeriodClock.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 |