about summary refs log tree commit homepage
path: root/compat_accept.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat_accept.h')
-rw-r--r--compat_accept.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat_accept.h b/compat_accept.h
index 9a21dfc..9a8b5ba 100644
--- a/compat_accept.h
+++ b/compat_accept.h
@@ -5,8 +5,8 @@
  * and any emulation would not be thread-safe.  So we'll handle
  * accept4()-compatibility for ourselves.
  *
- * Copyright (C) 2012-2016 all contributors <cmogstored-public@bogomips.org>
- * License: GPLv3 or later (see COPYING for details)
+ * Copyright (C) 2012-2018 all contributors <cmogstored-public@bogomips.org>
+ * License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
  */
 
 #if defined(HAVE_ACCEPT4) && defined(SOCK_CLOEXEC) && defined(SOCK_NONBLOCK)