about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-01 06:59:08 +0000
committerEric Wong <normalperson@yhbt.net>2011-02-01 06:59:08 +0000
commita8e266ee000b8477d7ed0882cc072fd5422b57d5 (patch)
tree22125a542659d94abc19b63a6a6bae357cddfd0a
parentb76f7ab24b2218a2bf8db12e757d753a3eb87a6f (diff)
downloadlibnodelay-a8e266ee000b8477d7ed0882cc072fd5422b57d5.tar.gz
nodelay.c: update source header with license, too v1.0.0
Just in case people dispute the GPLv2 addition
-rw-r--r--nodelay.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nodelay.c b/nodelay.c
index 6fb24bf..d24e1bf 100644
--- a/nodelay.c
+++ b/nodelay.c
@@ -4,7 +4,8 @@
  *
  * Copyright (C) 2009 Eric Wong <normalperson@yhbt.net>
  *
- * Licensed under the Lesser GNU General Public License, version 3.
+ * Dual-licensed under the Lesser GNU General Public License, version 3
+ * and the GNU General Public License, version 2.
  */
 #define _GNU_SOURCE
 #include <dlfcn.h>