From 528ffe10cf1ec4300b6d2c1adf4a901eecae6ea3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 5 Oct 2024 23:32:39 +0200 Subject: Update e-mail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/README | 2 +- src/common.c | 2 +- src/common.h | 2 +- src/daemonise.c | 4 ++-- src/daemonise.h | 2 +- src/parse_time.c | 2 +- src/parse_time.h | 2 +- src/sat.c | 2 +- src/satd-diminished.c | 2 +- src/satd-timer.c | 2 +- src/satd.c | 2 +- src/satq.c | 2 +- src/satr.c | 2 +- src/satrm.c | 2 +- 14 files changed, 15 insertions(+), 15 deletions(-) (limited to 'src') diff --git a/src/README b/src/README index ec48c8d..5e36a7f 100644 --- a/src/README +++ b/src/README @@ -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 ; +daemonise.[ch] From ; 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 + * Copyright © 2015, 2016 Mattias Andrée * * 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 + * Copyright © 2015, 2016 Mattias Andrée * * 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 + * Copyright © 2015, 2016 Mattias Andrée * * 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 , + * This file is copied from , * 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 + * Copyright © 2015, 2016 Mattias Andrée * * 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 + * Copyright © 2015, 2016 Mattias Andrée * * 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 + * Copyright © 2015, 2016 Mattias Andrée * * 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/sat.c b/src/sat.c index ad4e05d..fddae4d 100644 --- a/src/sat.c +++ b/src/sat.c @@ -1,5 +1,5 @@ /** - * Copyright © 2015, 2016 Mattias Andrée + * Copyright © 2015, 2016 Mattias Andrée * * 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 + * Copyright © 2015, 2016 Mattias Andrée * * 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 + * Copyright © 2015, 2016 Mattias Andrée * * 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.c b/src/satd.c index 4e2b981..a17fa1a 100644 --- a/src/satd.c +++ b/src/satd.c @@ -1,5 +1,5 @@ /** - * Copyright © 2015, 2016 Mattias Andrée + * Copyright © 2015, 2016 Mattias Andrée * * 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/satq.c b/src/satq.c index 6261a4f..e22d477 100644 --- a/src/satq.c +++ b/src/satq.c @@ -1,5 +1,5 @@ /** - * Copyright © 2015, 2016 Mattias Andrée + * Copyright © 2015, 2016 Mattias Andrée * * 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/satr.c b/src/satr.c index 583bd68..ff1a6da 100644 --- a/src/satr.c +++ b/src/satr.c @@ -1,5 +1,5 @@ /** - * Copyright © 2015, 2016 Mattias Andrée + * Copyright © 2015, 2016 Mattias Andrée * * 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 + * Copyright © 2015, 2016 Mattias Andrée * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), -- cgit v1.2.3-70-g09d2