summaryrefslogtreecommitdiff
path: root/src/irmd
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2022-04-02 10:44:18 +0200
committerSander Vrijders <sander@ouroboros.rocks>2022-04-03 18:01:02 +0200
commit9639e28fd2dfdb4c2c1fb544b07f2ab6a0395934 (patch)
tree13fda2559435246271ca37150474571230427522 /src/irmd
parent1312034c37c6f389f65bfb2f6cee05260d751848 (diff)
downloadouroboros-9639e28fd2dfdb4c2c1fb544b07f2ab6a0395934.tar.gz
ouroboros-9639e28fd2dfdb4c2c1fb544b07f2ab6a0395934.zip
build: Update copyright to 2022
Growing pains. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
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 a7bd9066..27da88ce 100644
--- a/src/irmd/config.h.in
+++ b/src/irmd/config.h.in
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2021
+ * Ouroboros - Copyright (C) 2016 - 2022
*
* Configuration for the IPC Resource Manager
*
diff --git a/src/irmd/ipcp.c b/src/irmd/ipcp.c
index ae5325c5..93aa5956 100644
--- a/src/irmd/ipcp.c
+++ b/src/irmd/ipcp.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2021
+ * Ouroboros - Copyright (C) 2016 - 2022
*
* The API to instruct IPCPs
*
diff --git a/src/irmd/ipcp.h b/src/irmd/ipcp.h
index eb2361c7..3272871d 100644
--- a/src/irmd/ipcp.h
+++ b/src/irmd/ipcp.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2021
+ * Ouroboros - Copyright (C) 2016 - 2022
*
* The API for the IRM to instruct IPCPs
*
diff --git a/src/irmd/irm_flow.c b/src/irmd/irm_flow.c
index 1ffff53c..26b8c0a5 100644
--- a/src/irmd/irm_flow.c
+++ b/src/irmd/irm_flow.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2021
+ * Ouroboros - Copyright (C) 2016 - 2022
*
* The IPC Resource Manager - Flows
*
diff --git a/src/irmd/irm_flow.h b/src/irmd/irm_flow.h
index 42b19d8d..5ec1f409 100644
--- a/src/irmd/irm_flow.h
+++ b/src/irmd/irm_flow.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2021
+ * Ouroboros - Copyright (C) 2016 - 2022
*
* The IPC Resource Manager - Flows
*
diff --git a/src/irmd/main.c b/src/irmd/main.c
index 6d7f7a2a..1749b651 100644
--- a/src/irmd/main.c
+++ b/src/irmd/main.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2021
+ * Ouroboros - Copyright (C) 2016 - 2022
*
* The IPC Resource Manager
*
diff --git a/src/irmd/proc_table.c b/src/irmd/proc_table.c
index a80e8d27..c1e81242 100644
--- a/src/irmd/proc_table.c
+++ b/src/irmd/proc_table.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2021
+ * Ouroboros - Copyright (C) 2016 - 2022
*
* The IPC Resource Manager - Process Table
*
diff --git a/src/irmd/proc_table.h b/src/irmd/proc_table.h
index 9b81a111..8cce8393 100644
--- a/src/irmd/proc_table.h
+++ b/src/irmd/proc_table.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2021
+ * Ouroboros - Copyright (C) 2016 - 2022
*
* The IPC Resource Manager - Process Table
*
diff --git a/src/irmd/prog_table.c b/src/irmd/prog_table.c
index 4b43626c..b5449727 100644
--- a/src/irmd/prog_table.c
+++ b/src/irmd/prog_table.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2021
+ * Ouroboros - Copyright (C) 2016 - 2022
*
* The IPC Resource Manager - Program Table
*
diff --git a/src/irmd/prog_table.h b/src/irmd/prog_table.h
index eed046c8..47faffce 100644
--- a/src/irmd/prog_table.h
+++ b/src/irmd/prog_table.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2021
+ * Ouroboros - Copyright (C) 2016 - 2022
*
* The IPC Resource Manager - Program Table
*
diff --git a/src/irmd/registry.c b/src/irmd/registry.c
index 69e3ae97..3fcd656e 100644
--- a/src/irmd/registry.c
+++ b/src/irmd/registry.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2021
+ * Ouroboros - Copyright (C) 2016 - 2022
*
* The IPC Resource Manager - Registry
*
diff --git a/src/irmd/registry.h b/src/irmd/registry.h
index af34cffc..2c15483d 100644
--- a/src/irmd/registry.h
+++ b/src/irmd/registry.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2021
+ * Ouroboros - Copyright (C) 2016 - 2022
*
* The IPC Resource Manager - Registry
*
diff --git a/src/irmd/utils.c b/src/irmd/utils.c
index fade2bee..d3436b1c 100644
--- a/src/irmd/utils.c
+++ b/src/irmd/utils.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2021
+ * Ouroboros - Copyright (C) 2016 - 2022
*
* The IPC Resource Manager - Utilities
*
diff --git a/src/irmd/utils.h b/src/irmd/utils.h
index 5af918fd..4c936d83 100644
--- a/src/irmd/utils.h
+++ b/src/irmd/utils.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2021
+ * Ouroboros - Copyright (C) 2016 - 2022
*
* Utils of the IPC Resource Manager
*