summaryrefslogtreecommitdiff
path: root/src/thread
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2017-01-17 11:54:55 +0100
committerMax Kellermann <max@musicpd.org>2017-01-17 11:54:55 +0100
commit6eea56861bbe95885d61c07eeef29a2625b04c5c (patch)
treeb1b7f15050c6c9a23a12ef81e2f37f06a64832fe /src/thread
parent21fd2064ae22394f7cb3be9dab5c5cbb90d9c25c (diff)
AUTHORS, ...: update my email address
Diffstat (limited to 'src/thread')
-rw-r--r--src/thread/Cond.hxx2
-rw-r--r--src/thread/CriticalSection.hxx2
-rw-r--r--src/thread/Mutex.hxx2
-rw-r--r--src/thread/PosixCond.hxx2
-rw-r--r--src/thread/PosixMutex.hxx2
-rw-r--r--src/thread/Util.cxx2
-rw-r--r--src/thread/Util.hxx2
-rw-r--r--src/thread/WindowsCond.hxx2
8 files changed, 8 insertions, 8 deletions
diff --git a/src/thread/Cond.hxx b/src/thread/Cond.hxx
index ed016d212..3ca640ff1 100644
--- a/src/thread/Cond.hxx
+++ b/src/thread/Cond.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2015 Max Kellermann <max@duempel.org>
+ * Copyright (C) 2009-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/thread/CriticalSection.hxx b/src/thread/CriticalSection.hxx
index bb25f6c47..eb3f5c5fe 100644
--- a/src/thread/CriticalSection.hxx
+++ b/src/thread/CriticalSection.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2013 Max Kellermann <max@duempel.org>
+ * Copyright (C) 2009-2013 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/thread/Mutex.hxx b/src/thread/Mutex.hxx
index 627c66103..f3064387c 100644
--- a/src/thread/Mutex.hxx
+++ b/src/thread/Mutex.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2016 Max Kellermann <max@duempel.org>
+ * Copyright (C) 2009-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/thread/PosixCond.hxx b/src/thread/PosixCond.hxx
index 208ba1ed5..7da71df38 100644
--- a/src/thread/PosixCond.hxx
+++ b/src/thread/PosixCond.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2015 Max Kellermann <max@duempel.org>
+ * Copyright (C) 2009-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/thread/PosixMutex.hxx b/src/thread/PosixMutex.hxx
index e0fd614c8..c3f2ac23f 100644
--- a/src/thread/PosixMutex.hxx
+++ b/src/thread/PosixMutex.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2015 Max Kellermann <max@duempel.org>
+ * Copyright (C) 2009-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/thread/Util.cxx b/src/thread/Util.cxx
index 25301f432..16fb1be7a 100644
--- a/src/thread/Util.cxx
+++ b/src/thread/Util.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014-2016 Max Kellermann <max@duempel.org>
+ * Copyright (C) 2014-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/thread/Util.hxx b/src/thread/Util.hxx
index 3344a9cb1..ed5b91bde 100644
--- a/src/thread/Util.hxx
+++ b/src/thread/Util.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014-2016 Max Kellermann <max@duempel.org>
+ * Copyright (C) 2014-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/thread/WindowsCond.hxx b/src/thread/WindowsCond.hxx
index 04620dbaf..d01ee3a1d 100644
--- a/src/thread/WindowsCond.hxx
+++ b/src/thread/WindowsCond.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2013 Max Kellermann <max@duempel.org>
+ * Copyright (C) 2009-2013 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