about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2014-07-22 16:46:00 +0000
committerEric Wong <normalperson@yhbt.net>2014-07-22 16:46:00 +0000
commit930060fc589f08aef97dd62c4d7752dc7a9ad0ef (patch)
tree9b07c69ddbffd7fde91c51737e70f89d9dc779f9
parent0186d557cdca1146fcdfd13a3f7cf0a1dca3b364 (diff)
downloadlibnodelay-930060fc589f08aef97dd62c4d7752dc7a9ad0ef.tar.gz
add "or later" clause to LGPLv3
This allows the FSF to upgrade our license in case LGPLv4 comes
around.
-rw-r--r--nodelay.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nodelay.c b/nodelay.c
index afbb30e..6e7e2e1 100644
--- a/nodelay.c
+++ b/nodelay.c
@@ -4,8 +4,9 @@
  *
  * Copyright (C) 2009 Eric Wong <normalperson@yhbt.net>
  *
- * Dual-licensed under the Lesser GNU General Public License, version 3
+ * Licensed under the Lesser GNU General Public License, version 3 or later
  * and the GNU General Public License, version 2.
+ * See http://www.gnu.org/licenses/
  */
 #define _GNU_SOURCE
 #include <dlfcn.h>