diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/README | 2 | ||||
-rw-r--r-- | src/common.c | 2 | ||||
-rw-r--r-- | src/common.h | 2 | ||||
-rw-r--r-- | src/daemonise.c | 4 | ||||
-rw-r--r-- | src/daemonise.h | 2 | ||||
-rw-r--r-- | src/parse_time.c | 2 | ||||
-rw-r--r-- | src/parse_time.h | 2 | ||||
-rw-r--r-- | src/sat.c | 2 | ||||
-rw-r--r-- | src/satd-diminished.c | 2 | ||||
-rw-r--r-- | src/satd-timer.c | 2 | ||||
-rw-r--r-- | src/satd.c | 2 | ||||
-rw-r--r-- | src/satq.c | 2 | ||||
-rw-r--r-- | src/satr.c | 2 | ||||
-rw-r--r-- | src/satrm.c | 2 |
14 files changed, 15 insertions, 15 deletions
@@ -11,7 +11,7 @@ satd-timer.c The part of satd responsible for running expired jobs and set parse_time.[ch] Use by sat.c to parse the time argument. Only rudimentary parsing is done. -daemonise.[ch] From <http://github.com/maandree/slibc>; +daemonise.[ch] From <http://codeberg.org/maandree/slibc>; daemonisation of the process. Used by satd.c common.[ch] Used by sat{q,r,rm,d*}.c, some shared code. diff --git a/src/common.c b/src/common.c index 6423937..2c6c7b4 100644 --- a/src/common.c +++ b/src/common.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"), diff --git a/src/common.h b/src/common.h index 0808e11..408124e 100644 --- a/src/common.h +++ b/src/common.h @@ -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"), 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.) diff --git a/src/daemonise.h b/src/daemonise.h index c318d60..43156e8 100644 --- a/src/daemonise.h +++ b/src/daemonise.h @@ -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"), diff --git a/src/parse_time.c b/src/parse_time.c index 4d4e92d..2119798 100644 --- a/src/parse_time.c +++ b/src/parse_time.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"), diff --git a/src/parse_time.h b/src/parse_time.h index 4b8ada3..3dd48f6 100644 --- a/src/parse_time.h +++ b/src/parse_time.h @@ -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"), @@ -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"), diff --git a/src/satd-diminished.c b/src/satd-diminished.c index 811c545..9e8ce1e 100644 --- a/src/satd-diminished.c +++ b/src/satd-diminished.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"), diff --git a/src/satd-timer.c b/src/satd-timer.c index 86feb6a..5e14411 100644 --- a/src/satd-timer.c +++ b/src/satd-timer.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"), @@ -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"), @@ -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"), @@ -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"), diff --git a/src/satrm.c b/src/satrm.c index ac3b5fc..e67245a 100644 --- a/src/satrm.c +++ b/src/satrm.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"), |