aboutsummaryrefslogtreecommitdiffstats
path: root/src/unistd
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-23 15:42:17 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-23 15:42:17 +0100
commit35fa9b70d36d85a72582b2713e7205d5156280ee (patch)
tree395caf4c7f52ea5da290a6cadbd9c4386ff30e76 /src/unistd
parentdaemonise: etymology (diff)
downloadslibc-35fa9b70d36d85a72582b2713e7205d5156280ee.tar.gz
slibc-35fa9b70d36d85a72582b2713e7205d5156280ee.tar.bz2
slibc-35fa9b70d36d85a72582b2713e7205d5156280ee.tar.xz
daemonise: may also be redistributed under the term of the expat license
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/unistd')
-rw-r--r--src/unistd/daemonise.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/unistd/daemonise.c b/src/unistd/daemonise.c
index 501d169..8c8ab1d 100644
--- a/src/unistd/daemonise.c
+++ b/src/unistd/daemonise.c
@@ -5,7 +5,9 @@
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * (at your option) any later version. As a special exception for this
+ * file, you may also redistribute it and/or modify it under the terms
+ * of the Expat License.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of