diff options
author | Mattias Andrée <m@maandree.se> | 2024-10-05 23:32:39 +0200 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2024-10-05 23:32:39 +0200 |
commit | 528ffe10cf1ec4300b6d2c1adf4a901eecae6ea3 (patch) | |
tree | 5ddbc8ecd32d71fbec4bac625cd32b32f4b63bb0 /src/daemonise.c | |
parent | Update e-mail (diff) | |
download | sat-master.tar.gz sat-master.tar.bz2 sat-master.tar.xz |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/daemonise.c')
-rw-r--r-- | src/daemonise.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemonise.c b/src/daemonise.c index be7e33e..4f7274c 100644 --- a/src/daemonise.c +++ b/src/daemonise.c @@ -1,5 +1,5 @@ /** - * Copyright © 2015, 2016 Mattias Andrée <maandree@member.fsf.org> + * Copyright © 2015, 2016 Mattias Andrée <m@maandree.se> * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -19,7 +19,7 @@ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. * - * This file is copied from <http://github.com/maandree/slibc>, + * This file is copied from <http://codeberg.org/maandree/slibc>, * but with unused stuff removed. It has also been slightly modified * and changed code style (these "slight" modifications do not change * the behaviour.) |