From 2c276770f0687a916719f68bde81bb134547488f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 19 Aug 2019 18:53:08 +0200 Subject: util/PrintException, ...: update copyright --- src/lib/curl/Global.cxx | 2 +- src/lib/curl/Global.hxx | 2 +- src/lib/curl/Handler.hxx | 2 +- src/lib/curl/Init.cxx | 2 +- src/lib/curl/Multi.hxx | 2 +- src/lib/curl/Request.cxx | 2 +- src/lib/curl/Request.hxx | 2 +- src/lib/curl/Slist.hxx | 2 +- src/lib/curl/Version.cxx | 2 +- src/lib/curl/Version.hxx | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'src/lib/curl') 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 + * Copyright 2008-2016 Max Kellermann * * 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 + * Copyright 2008-2016 Max Kellermann * * 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 + * Copyright 2008-2018 Max Kellermann * * 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 + * Copyright 2008-2018 Max Kellermann * * 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 + * Copyright 2016-2018 Max Kellermann * * 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 + * Copyright 2008-2018 Max Kellermann * * 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 + * Copyright 2008-2018 Max Kellermann * * 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 + * Copyright 2008-2018 Max Kellermann * * 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 + * Copyright 2017-2018 Max Kellermann * * 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 + * Copyright 2017-2018 Max Kellermann * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions -- cgit v1.2.3 From dc3c0c88663daca8cd2302df74826681850e8445 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 16 Dec 2019 22:52:50 +0100 Subject: pcm/Convert, ...: add missing include for std::runtime_error --- src/lib/curl/Slist.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/curl') diff --git a/src/lib/curl/Slist.hxx b/src/lib/curl/Slist.hxx index e0d73b51f..82c466b34 100644 --- a/src/lib/curl/Slist.hxx +++ b/src/lib/curl/Slist.hxx @@ -33,6 +33,7 @@ #include #include +#include /** * OO wrapper for "struct curl_slist *". -- cgit v1.2.3