about summary refs log tree commit homepage
path: root/compat_epoll_pwait.h
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-11-02 09:08:40 +0000
committerEric Wong <e@80x24.org>2014-11-02 09:10:38 +0000
commit047b0c13e91fe755fe165defc9de3ad0d8843330 (patch)
treed73717e5f6c121dd17fb1b818ccc9b2e44db488a /compat_epoll_pwait.h
parentf7341063e774a032a679ff2ec69aae3bd8c40281 (diff)
downloadcmogstored-047b0c13e91fe755fe165defc9de3ad0d8843330.tar.gz
In the future, we can use the update-copyright tool from gnulib:

	git ls-files | UPDATE_COPYRIGHT_HOLDER='all contributors' \
	  UPDATE_COPYRIGHT_USE_INTERVALS=2 \
	  xargs /path/to/gnulib/build-aux/update-copyright

This project (nor any project I manage) has or ever will have have
copyright assignment.  All contributors retain copyrights to their
contributions.
Diffstat (limited to 'compat_epoll_pwait.h')
-rw-r--r--compat_epoll_pwait.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat_epoll_pwait.h b/compat_epoll_pwait.h
index a3f2102..f4ce9cd 100644
--- a/compat_epoll_pwait.h
+++ b/compat_epoll_pwait.h
@@ -2,7 +2,7 @@
  * fake epoll_pwait() implemented using ppoll + epoll_wait.
  * This is only for Linux 2.6.18 / glibc 2.5 systems (Enterprise distros :P)
  *
- * Copyright (C) 2012-2013 Eric Wong <normalperson@yhbt.net>
+ * Copyright (C) 2012-2014 all contributors <cmogstored-public@bogomips.org>
  * License: GPLv3 or later (see COPYING for details)
  */