diff options
Diffstat (limited to 'src/lib/curl')
-rw-r--r-- | src/lib/curl/Easy.hxx | 2 | ||||
-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/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 |
10 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/curl/Easy.hxx b/src/lib/curl/Easy.hxx index decb5771f..0e51b159c 100644 --- a/src/lib/curl/Easy.hxx +++ b/src/lib/curl/Easy.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Max Kellermann <max@duempel.org> + * Copyright (C) 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.cxx b/src/lib/curl/Global.cxx index 1033c7ae6..12a8f638a 100644 --- a/src/lib/curl/Global.cxx +++ b/src/lib/curl/Global.cxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2016 Max Kellermann <max@duempel.org> + * Copyright (C) 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 8669234c2..8c6b80ebe 100644 --- a/src/lib/curl/Global.hxx +++ b/src/lib/curl/Global.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2016 Max Kellermann <max@duempel.org> + * Copyright (C) 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 99d0b11af..1012af5bf 100644 --- a/src/lib/curl/Handler.hxx +++ b/src/lib/curl/Handler.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2017 Max Kellermann <max@duempel.org> + * Copyright (C) 2008-2017 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 feda398b7..9cb4e7a8e 100644 --- a/src/lib/curl/Multi.hxx +++ b/src/lib/curl/Multi.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Max Kellermann <max@duempel.org> + * Copyright (C) 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/Request.cxx b/src/lib/curl/Request.cxx index a5163dcaf..3b619dacf 100644 --- a/src/lib/curl/Request.cxx +++ b/src/lib/curl/Request.cxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2017 Max Kellermann <max@duempel.org> + * Copyright (C) 2008-2017 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 93e254310..fa1d01c3e 100644 --- a/src/lib/curl/Request.hxx +++ b/src/lib/curl/Request.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2017 Max Kellermann <max@duempel.org> + * Copyright (C) 2008-2017 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 d3cc34710..d0c458e38 100644 --- a/src/lib/curl/Slist.hxx +++ b/src/lib/curl/Slist.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2017 Max Kellermann <max@duempel.org> + * Copyright (C) 2008-2017 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 46132b5fe..94a248b61 100644 --- a/src/lib/curl/Version.cxx +++ b/src/lib/curl/Version.cxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Max Kellermann <max@duempel.org> + * Copyright (C) 2017 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 0b4f13707..21b5164e5 100644 --- a/src/lib/curl/Version.hxx +++ b/src/lib/curl/Version.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Max Kellermann <max@duempel.org> + * Copyright (C) 2017 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 |