aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/README2
-rw-r--r--src/common.c2
-rw-r--r--src/common.h2
-rw-r--r--src/daemonise.c4
-rw-r--r--src/daemonise.h2
-rw-r--r--src/parse_time.c2
-rw-r--r--src/parse_time.h2
-rw-r--r--src/sat.c2
-rw-r--r--src/satd-diminished.c2
-rw-r--r--src/satd-timer.c2
-rw-r--r--src/satd.c2
-rw-r--r--src/satq.c2
-rw-r--r--src/satr.c2
-rw-r--r--src/satrm.c2
14 files changed, 15 insertions, 15 deletions
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 <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"),
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 <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"),
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 <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/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 <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/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 <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"),