aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-registry
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-11-05 00:17:20 +0100
committerMattias Andrée <maandree@kth.se>2017-11-05 00:17:20 +0100
commitb0236e3307cfa563b769b3b51e4760efb0d2f4b8 (patch)
treea79ad166d3eb9d9d0d67f3a461a30cbb21f38137 /src/mds-registry
parentWork on changing style, and an important typo fix (diff)
downloadmds-b0236e3307cfa563b769b3b51e4760efb0d2f4b8.tar.gz
mds-b0236e3307cfa563b769b3b51e4760efb0d2f4b8.tar.bz2
mds-b0236e3307cfa563b769b3b51e4760efb0d2f4b8.tar.xz
Update year and e-mail address
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/mds-registry')
-rw-r--r--src/mds-registry/globals.c2
-rw-r--r--src/mds-registry/globals.h2
-rw-r--r--src/mds-registry/mds-registry.c2
-rw-r--r--src/mds-registry/mds-registry.h2
-rw-r--r--src/mds-registry/reexec.c2
-rw-r--r--src/mds-registry/reexec.h2
-rw-r--r--src/mds-registry/registry.c2
-rw-r--r--src/mds-registry/registry.h2
-rw-r--r--src/mds-registry/signals.c2
-rw-r--r--src/mds-registry/signals.h2
-rw-r--r--src/mds-registry/slave.c2
-rw-r--r--src/mds-registry/slave.h2
-rw-r--r--src/mds-registry/util.c2
-rw-r--r--src/mds-registry/util.h2
14 files changed, 14 insertions, 14 deletions
diff --git a/src/mds-registry/globals.c b/src/mds-registry/globals.c
index 98d54d5..590248e 100644
--- a/src/mds-registry/globals.c
+++ b/src/mds-registry/globals.c
@@ -1,6 +1,6 @@
/**
* mds — A micro-display server
- * Copyright © 2014, 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/mds-registry/globals.h b/src/mds-registry/globals.h
index e1d7aab..1f0107b 100644
--- a/src/mds-registry/globals.h
+++ b/src/mds-registry/globals.h
@@ -1,6 +1,6 @@
/**
* mds — A micro-display server
- * Copyright © 2014, 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/mds-registry/mds-registry.c b/src/mds-registry/mds-registry.c
index 8927a62..57a0b92 100644
--- a/src/mds-registry/mds-registry.c
+++ b/src/mds-registry/mds-registry.c
@@ -1,6 +1,6 @@
/**
* mds — A micro-display server
- * Copyright © 2014, 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/mds-registry/mds-registry.h b/src/mds-registry/mds-registry.h
index 88c0734..484731a 100644
--- a/src/mds-registry/mds-registry.h
+++ b/src/mds-registry/mds-registry.h
@@ -1,6 +1,6 @@
/**
* mds — A micro-display server
- * Copyright © 2014, 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/mds-registry/reexec.c b/src/mds-registry/reexec.c
index e7280af..b6c45e0 100644
--- a/src/mds-registry/reexec.c
+++ b/src/mds-registry/reexec.c
@@ -1,6 +1,6 @@
/**
* mds — A micro-display server
- * Copyright © 2014, 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/mds-registry/reexec.h b/src/mds-registry/reexec.h
index 4238c9a..423afe4 100644
--- a/src/mds-registry/reexec.h
+++ b/src/mds-registry/reexec.h
@@ -1,6 +1,6 @@
/**
* mds — A micro-display server
- * Copyright © 2014, 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/mds-registry/registry.c b/src/mds-registry/registry.c
index 28b38d1..f5a9b8a 100644
--- a/src/mds-registry/registry.c
+++ b/src/mds-registry/registry.c
@@ -1,6 +1,6 @@
/**
* mds — A micro-display server
- * Copyright © 2014, 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/mds-registry/registry.h b/src/mds-registry/registry.h
index e35b14f..e88afde 100644
--- a/src/mds-registry/registry.h
+++ b/src/mds-registry/registry.h
@@ -1,6 +1,6 @@
/**
* mds — A micro-display server
- * Copyright © 2014, 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/mds-registry/signals.c b/src/mds-registry/signals.c
index 22be1aa..9b0a7a0 100644
--- a/src/mds-registry/signals.c
+++ b/src/mds-registry/signals.c
@@ -1,6 +1,6 @@
/**
* mds — A micro-display server
- * Copyright © 2014, 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/mds-registry/signals.h b/src/mds-registry/signals.h
index f2b5ccd..dc899f6 100644
--- a/src/mds-registry/signals.h
+++ b/src/mds-registry/signals.h
@@ -1,6 +1,6 @@
/**
* mds — A micro-display server
- * Copyright © 2014, 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/mds-registry/slave.c b/src/mds-registry/slave.c
index be77c5b..4639393 100644
--- a/src/mds-registry/slave.c
+++ b/src/mds-registry/slave.c
@@ -1,6 +1,6 @@
/**
* mds — A micro-display server
- * Copyright © 2014, 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/mds-registry/slave.h b/src/mds-registry/slave.h
index 616575d..f9f748b 100644
--- a/src/mds-registry/slave.h
+++ b/src/mds-registry/slave.h
@@ -1,6 +1,6 @@
/**
* mds — A micro-display server
- * Copyright © 2014, 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/mds-registry/util.c b/src/mds-registry/util.c
index 4889a09..c8d2015 100644
--- a/src/mds-registry/util.c
+++ b/src/mds-registry/util.c
@@ -1,6 +1,6 @@
/**
* mds — A micro-display server
- * Copyright © 2014, 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/mds-registry/util.h b/src/mds-registry/util.h
index 222b887..4547400 100644
--- a/src/mds-registry/util.h
+++ b/src/mds-registry/util.h
@@ -1,6 +1,6 @@
/**
* mds — A micro-display server
- * Copyright © 2014, 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by