aboutsummaryrefslogtreecommitdiffstats
path: root/src/daemonise.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2024-10-05 23:32:39 +0200
committerMattias Andrée <m@maandree.se>2024-10-05 23:32:39 +0200
commit528ffe10cf1ec4300b6d2c1adf4a901eecae6ea3 (patch)
tree5ddbc8ecd32d71fbec4bac625cd32b32f4b63bb0 /src/daemonise.c
parentUpdate e-mail (diff)
downloadsat-master.tar.gz
sat-master.tar.bz2
sat-master.tar.xz
Update e-mailHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/daemonise.c')
-rw-r--r--src/daemonise.c4
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.)