summaryrefslogtreecommitdiff
path: root/src/irmd
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri.staessens@ugent.be>2019-02-04 16:37:21 +0100
committerSander Vrijders <sander.vrijders@ugent.be>2019-02-05 09:58:08 +0100
commit5dd086aa679e3e05d20ef6a19f3fefbe46ffe40e (patch)
tree9883586231d7a5a1cd5fa89ecd6c3fa61cc61ba8 /src/irmd
parent1301757fa9ec4a942d8a5815c7e79d9146a5ffd8 (diff)
downloadouroboros-5dd086aa679e3e05d20ef6a19f3fefbe46ffe40e.zip
ouroboros-5dd086aa679e3e05d20ef6a19f3fefbe46ffe40e.tar.gz
build: Update copyright to 2019
Updates the copyright notice in all sources to 2019. Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be> Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
Diffstat (limited to 'src/irmd')
-rw-r--r--src/irmd/config.h.in2
-rw-r--r--src/irmd/ipcp.c2
-rw-r--r--src/irmd/ipcp.h2
-rw-r--r--src/irmd/irm_flow.c2
-rw-r--r--src/irmd/irm_flow.h2
-rw-r--r--src/irmd/main.c2
-rw-r--r--src/irmd/proc_table.c2
-rw-r--r--src/irmd/proc_table.h2
-rw-r--r--src/irmd/prog_table.c2
-rw-r--r--src/irmd/prog_table.h2
-rw-r--r--src/irmd/registry.c2
-rw-r--r--src/irmd/registry.h2
-rw-r--r--src/irmd/utils.c2
-rw-r--r--src/irmd/utils.h2
14 files changed, 14 insertions, 14 deletions
diff --git a/src/irmd/config.h.in b/src/irmd/config.h.in
index ad8a552..10cfb8f 100644
--- a/src/irmd/config.h.in
+++ b/src/irmd/config.h.in
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2018
+ * Ouroboros - Copyright (C) 2016 - 2019
*
* Configuration for the IPC Resource Manager
*
diff --git a/src/irmd/ipcp.c b/src/irmd/ipcp.c
index 08547d0..f6aaaf5 100644
--- a/src/irmd/ipcp.c
+++ b/src/irmd/ipcp.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2018
+ * Ouroboros - Copyright (C) 2016 - 2019
*
* The API to instruct IPCPs
*
diff --git a/src/irmd/ipcp.h b/src/irmd/ipcp.h
index 611bada..0687f50 100644
--- a/src/irmd/ipcp.h
+++ b/src/irmd/ipcp.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2018
+ * Ouroboros - Copyright (C) 2016 - 2019
*
* The API for the IRM to instruct IPCPs
*
diff --git a/src/irmd/irm_flow.c b/src/irmd/irm_flow.c
index a0889f0..675ddfb 100644
--- a/src/irmd/irm_flow.c
+++ b/src/irmd/irm_flow.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2018
+ * Ouroboros - Copyright (C) 2016 - 2019
*
* The IPC Resource Manager - Flows
*
diff --git a/src/irmd/irm_flow.h b/src/irmd/irm_flow.h
index 2626310..dc3c5c3 100644
--- a/src/irmd/irm_flow.h
+++ b/src/irmd/irm_flow.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2018
+ * Ouroboros - Copyright (C) 2016 - 2019
*
* The IPC Resource Manager - Flows
*
diff --git a/src/irmd/main.c b/src/irmd/main.c
index 802b01f..5f9771a 100644
--- a/src/irmd/main.c
+++ b/src/irmd/main.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2018
+ * Ouroboros - Copyright (C) 2016 - 2019
*
* The IPC Resource Manager
*
diff --git a/src/irmd/proc_table.c b/src/irmd/proc_table.c
index 27fbb50..39fcb00 100644
--- a/src/irmd/proc_table.c
+++ b/src/irmd/proc_table.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2018
+ * Ouroboros - Copyright (C) 2016 - 2019
*
* The IPC Resource Manager - Process Table
*
diff --git a/src/irmd/proc_table.h b/src/irmd/proc_table.h
index a18b0d8..1b5c591 100644
--- a/src/irmd/proc_table.h
+++ b/src/irmd/proc_table.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2018
+ * Ouroboros - Copyright (C) 2016 - 2019
*
* The IPC Resource Manager - Process Table
*
diff --git a/src/irmd/prog_table.c b/src/irmd/prog_table.c
index 9aa9be9..7ef68b9 100644
--- a/src/irmd/prog_table.c
+++ b/src/irmd/prog_table.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2018
+ * Ouroboros - Copyright (C) 2016 - 2019
*
* The IPC Resource Manager - Program Table
*
diff --git a/src/irmd/prog_table.h b/src/irmd/prog_table.h
index 8dd708a..95b96e7 100644
--- a/src/irmd/prog_table.h
+++ b/src/irmd/prog_table.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2018
+ * Ouroboros - Copyright (C) 2016 - 2019
*
* The IPC Resource Manager - Program Table
*
diff --git a/src/irmd/registry.c b/src/irmd/registry.c
index 6c86da2..1c39840 100644
--- a/src/irmd/registry.c
+++ b/src/irmd/registry.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2018
+ * Ouroboros - Copyright (C) 2016 - 2019
*
* The IPC Resource Manager - Registry
*
diff --git a/src/irmd/registry.h b/src/irmd/registry.h
index c9ea8cc..a46be6a 100644
--- a/src/irmd/registry.h
+++ b/src/irmd/registry.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2018
+ * Ouroboros - Copyright (C) 2016 - 2019
*
* The IPC Resource Manager - Registry
*
diff --git a/src/irmd/utils.c b/src/irmd/utils.c
index c2bda58..6c9c689 100644
--- a/src/irmd/utils.c
+++ b/src/irmd/utils.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2018
+ * Ouroboros - Copyright (C) 2016 - 2019
*
* The IPC Resource Manager - Utilities
*
diff --git a/src/irmd/utils.h b/src/irmd/utils.h
index 763e654..6247a67 100644
--- a/src/irmd/utils.h
+++ b/src/irmd/utils.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2018
+ * Ouroboros - Copyright (C) 2016 - 2019
*
* Utils of the IPC Resource Manager
*