diff options
author | Max Kellermann <max@musicpd.org> | 2019-08-19 18:53:08 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-12-04 12:33:36 +0100 |
commit | 2c276770f0687a916719f68bde81bb134547488f (patch) | |
tree | 8264ac5ed64f2f2d7b2540c6e8f0ce58160ab315 /src | |
parent | 75a592f6292114d4d46380d426b53c7b639f24c6 (diff) |
util/PrintException, ...: update copyright
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/curl/Global.cxx | 2 | ||||
-rw-r--r-- | src/lib/curl/Global.hxx | 2 | ||||
-rw-r--r-- | src/lib/curl/Handler.hxx | 2 | ||||
-rw-r--r-- | src/lib/curl/Init.cxx | 2 | ||||
-rw-r--r-- | src/lib/curl/Multi.hxx | 2 | ||||
-rw-r--r-- | src/lib/curl/Request.cxx | 2 | ||||
-rw-r--r-- | src/lib/curl/Request.hxx | 2 | ||||
-rw-r--r-- | src/lib/curl/Slist.hxx | 2 | ||||
-rw-r--r-- | src/lib/curl/Version.cxx | 2 | ||||
-rw-r--r-- | src/lib/curl/Version.hxx | 2 | ||||
-rw-r--r-- | src/net/StaticSocketAddress.hxx | 1 | ||||
-rw-r--r-- | src/system/EpollFD.hxx | 2 | ||||
-rw-r--r-- | src/system/Error.hxx | 2 | ||||
-rw-r--r-- | src/util/PrintException.cxx | 2 | ||||
-rw-r--r-- | src/util/PrintException.hxx | 2 |
15 files changed, 15 insertions, 14 deletions
diff --git a/src/lib/curl/Global.cxx b/src/lib/curl/Global.cxx index 175cd8d98..6f213c20d 100644 --- a/src/lib/curl/Global.cxx +++ b/src/lib/curl/Global.cxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2016 Max Kellermann <max.kellermann@gmail.com> + * Copyright 2008-2016 Max Kellermann <max.kellermann@gmail.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/lib/curl/Global.hxx b/src/lib/curl/Global.hxx index 5a3a87209..d2866c3e9 100644 --- a/src/lib/curl/Global.hxx +++ b/src/lib/curl/Global.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2016 Max Kellermann <max.kellermann@gmail.com> + * Copyright 2008-2016 Max Kellermann <max.kellermann@gmail.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/lib/curl/Handler.hxx b/src/lib/curl/Handler.hxx index 22c1a0db2..153b50603 100644 --- a/src/lib/curl/Handler.hxx +++ b/src/lib/curl/Handler.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2017 Max Kellermann <max.kellermann@gmail.com> + * Copyright 2008-2018 Max Kellermann <max.kellermann@gmail.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/lib/curl/Init.cxx b/src/lib/curl/Init.cxx index 31b9b6744..7b1c59a84 100644 --- a/src/lib/curl/Init.cxx +++ b/src/lib/curl/Init.cxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2017 Max Kellermann <max.kellermann@gmail.com> + * Copyright 2008-2018 Max Kellermann <max.kellermann@gmail.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/lib/curl/Multi.hxx b/src/lib/curl/Multi.hxx index 88d83fb5a..ecbd0c92a 100644 --- a/src/lib/curl/Multi.hxx +++ b/src/lib/curl/Multi.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Max Kellermann <max.kellermann@gmail.com> + * Copyright 2016-2018 Max Kellermann <max.kellermann@gmail.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/lib/curl/Request.cxx b/src/lib/curl/Request.cxx index a9a61de98..7714712fd 100644 --- a/src/lib/curl/Request.cxx +++ b/src/lib/curl/Request.cxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2017 Max Kellermann <max.kellermann@gmail.com> + * Copyright 2008-2018 Max Kellermann <max.kellermann@gmail.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/lib/curl/Request.hxx b/src/lib/curl/Request.hxx index 40abfbf6b..59af67b7c 100644 --- a/src/lib/curl/Request.hxx +++ b/src/lib/curl/Request.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2017 Max Kellermann <max.kellermann@gmail.com> + * Copyright 2008-2018 Max Kellermann <max.kellermann@gmail.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/lib/curl/Slist.hxx b/src/lib/curl/Slist.hxx index fd45f7d0b..e0d73b51f 100644 --- a/src/lib/curl/Slist.hxx +++ b/src/lib/curl/Slist.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2017 Max Kellermann <max.kellermann@gmail.com> + * Copyright 2008-2018 Max Kellermann <max.kellermann@gmail.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/lib/curl/Version.cxx b/src/lib/curl/Version.cxx index 2a00d669b..b67a4706d 100644 --- a/src/lib/curl/Version.cxx +++ b/src/lib/curl/Version.cxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Max Kellermann <max.kellermann@gmail.com> + * Copyright 2017-2018 Max Kellermann <max.kellermann@gmail.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/lib/curl/Version.hxx b/src/lib/curl/Version.hxx index 9e9a319d3..a79eeec95 100644 --- a/src/lib/curl/Version.hxx +++ b/src/lib/curl/Version.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Max Kellermann <max.kellermann@gmail.com> + * Copyright 2017-2018 Max Kellermann <max.kellermann@gmail.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/net/StaticSocketAddress.hxx b/src/net/StaticSocketAddress.hxx index 52191ffb2..7a5d0a218 100644 --- a/src/net/StaticSocketAddress.hxx +++ b/src/net/StaticSocketAddress.hxx @@ -31,6 +31,7 @@ #define STATIC_SOCKET_ADDRESS_HXX #include "SocketAddress.hxx" +#include "Features.hxx" #include "util/Compiler.h" #include <assert.h> diff --git a/src/system/EpollFD.hxx b/src/system/EpollFD.hxx index ff07c038c..bf76d76a4 100644 --- a/src/system/EpollFD.hxx +++ b/src/system/EpollFD.hxx @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Max Kellermann <max.kellermann@gmail.com> + * Copyright 2013-2019 Max Kellermann <max.kellermann@gmail.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/system/Error.hxx b/src/system/Error.hxx index 92c638f4f..a22c3ba29 100644 --- a/src/system/Error.hxx +++ b/src/system/Error.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2015 Max Kellermann <max.kellermann@gmail.com> + * Copyright 2013-2015 Max Kellermann <max.kellermann@gmail.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/util/PrintException.cxx b/src/util/PrintException.cxx index 0e1971077..b55fed920 100644 --- a/src/util/PrintException.cxx +++ b/src/util/PrintException.cxx @@ -1,5 +1,5 @@ /* - * Copyright 2007-2017 Content Management AG + * Copyright 2007-2019 Content Management AG * All rights reserved. * * author: Max Kellermann <mk@cm4all.com> diff --git a/src/util/PrintException.hxx b/src/util/PrintException.hxx index 3abd2e538..36ee36d19 100644 --- a/src/util/PrintException.hxx +++ b/src/util/PrintException.hxx @@ -1,5 +1,5 @@ /* - * Copyright 2007-2017 Content Management AG + * Copyright 2007-2019 Content Management AG * All rights reserved. * * author: Max Kellermann <mk@cm4all.com> |