diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-23 15:42:17 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-23 15:42:17 +0100 |
commit | 35fa9b70d36d85a72582b2713e7205d5156280ee (patch) | |
tree | 395caf4c7f52ea5da290a6cadbd9c4386ff30e76 | |
parent | daemonise: etymology (diff) | |
download | slibc-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>
-rw-r--r-- | src/unistd/daemonise.c | 4 |
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 |