diff options
Diffstat (limited to '')
-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 |