summaryrefslogtreecommitdiff
path: root/src/irmd
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2024-01-05 09:07:30 +0100
committerSander Vrijders <sander@ouroboros.rocks>2024-01-13 10:20:14 +0100
commit8742a31bf672c5bc087601ec39ab1feb206d2446 (patch)
tree13340cff40f5c2d8a0270304178a49bd8a974744 /src/irmd
parent9bae90546e50aa317cc6676a1968e1a6ccae5ab3 (diff)
downloadouroboros-8742a31bf672c5bc087601ec39ab1feb206d2446.tar.gz
ouroboros-8742a31bf672c5bc087601ec39ab1feb206d2446.zip
build: Update licenses to 2024
Slow but steady. 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/configfile.c2
-rw-r--r--src/irmd/configfile.h2
-rw-r--r--src/irmd/ipcp.c2
-rw-r--r--src/irmd/ipcp.h2
-rw-r--r--src/irmd/irmd.h2
-rw-r--r--src/irmd/main.c2
-rw-r--r--src/irmd/reg/flow.c2
-rw-r--r--src/irmd/reg/flow.h2
-rw-r--r--src/irmd/reg/ipcp.c2
-rw-r--r--src/irmd/reg/ipcp.h2
-rw-r--r--src/irmd/reg/name.c2
-rw-r--r--src/irmd/reg/name.h2
-rw-r--r--src/irmd/reg/proc.c2
-rw-r--r--src/irmd/reg/proc.h2
-rw-r--r--src/irmd/reg/prog.c2
-rw-r--r--src/irmd/reg/prog.h2
-rw-r--r--src/irmd/utils.c2
-rw-r--r--src/irmd/utils.h2
19 files changed, 19 insertions, 19 deletions
diff --git a/src/irmd/config.h.in b/src/irmd/config.h.in
index 97439d68..a3505038 100644
--- a/src/irmd/config.h.in
+++ b/src/irmd/config.h.in
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2023
+ * Ouroboros - Copyright (C) 2016 - 2024
*
* Configuration for the IPC Resource Manager
*
diff --git a/src/irmd/configfile.c b/src/irmd/configfile.c
index 61e828d8..35ea8659 100644
--- a/src/irmd/configfile.c
+++ b/src/irmd/configfile.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2023
+ * Ouroboros - Copyright (C) 2016 - 2024
*
* The IPC Resource Manager / Configuration from file
*
diff --git a/src/irmd/configfile.h b/src/irmd/configfile.h
index 586bff96..3ccf53fd 100644
--- a/src/irmd/configfile.h
+++ b/src/irmd/configfile.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2023
+ * Ouroboros - Copyright (C) 2016 - 2024
*
* The IPC Resource Manager / Configuration from file
*
diff --git a/src/irmd/ipcp.c b/src/irmd/ipcp.c
index 281c7176..6f4d2c0f 100644
--- a/src/irmd/ipcp.c
+++ b/src/irmd/ipcp.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2023
+ * Ouroboros - Copyright (C) 2016 - 2024
*
* The API to instruct IPCPs
*
diff --git a/src/irmd/ipcp.h b/src/irmd/ipcp.h
index f59e7090..28366c62 100644
--- a/src/irmd/ipcp.h
+++ b/src/irmd/ipcp.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2023
+ * Ouroboros - Copyright (C) 2016 - 2024
*
* The API for the IRM to instruct IPCPs
*
diff --git a/src/irmd/irmd.h b/src/irmd/irmd.h
index fcf4d1fb..2059ad55 100644
--- a/src/irmd/irmd.h
+++ b/src/irmd/irmd.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2023
+ * Ouroboros - Copyright (C) 2016 - 2024
*
* The IPC Resource Manager
*
diff --git a/src/irmd/main.c b/src/irmd/main.c
index 4284b4c5..2de244b7 100644
--- a/src/irmd/main.c
+++ b/src/irmd/main.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2023
+ * Ouroboros - Copyright (C) 2016 - 2024
*
* The IPC Resource Manager
*
diff --git a/src/irmd/reg/flow.c b/src/irmd/reg/flow.c
index 898f2604..f8be05dd 100644
--- a/src/irmd/reg/flow.c
+++ b/src/irmd/reg/flow.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2023
+ * Ouroboros - Copyright (C) 2016 - 2024
*
* The IPC Resource Manager - Registry - Flows
*
diff --git a/src/irmd/reg/flow.h b/src/irmd/reg/flow.h
index 9af15032..76266228 100644
--- a/src/irmd/reg/flow.h
+++ b/src/irmd/reg/flow.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2023
+ * Ouroboros - Copyright (C) 2016 - 2024
*
* The IPC Resource Manager - Registry - Flows
*
diff --git a/src/irmd/reg/ipcp.c b/src/irmd/reg/ipcp.c
index f64bb5a4..de4b2f1e 100644
--- a/src/irmd/reg/ipcp.c
+++ b/src/irmd/reg/ipcp.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2023
+ * Ouroboros - Copyright (C) 2016 - 2024
*
* The IPC Resource Manager - Registry - IPCPs
*
diff --git a/src/irmd/reg/ipcp.h b/src/irmd/reg/ipcp.h
index 3757aff4..c669a0e1 100644
--- a/src/irmd/reg/ipcp.h
+++ b/src/irmd/reg/ipcp.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2023
+ * Ouroboros - Copyright (C) 2016 - 2024
*
* The IPC Resource Manager - Registry - IPCPs
*
diff --git a/src/irmd/reg/name.c b/src/irmd/reg/name.c
index cd245674..db9842d1 100644
--- a/src/irmd/reg/name.c
+++ b/src/irmd/reg/name.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2023
+ * Ouroboros - Copyright (C) 2016 - 2024
*
* The IPC Resource Manager - Registry - Names
*
diff --git a/src/irmd/reg/name.h b/src/irmd/reg/name.h
index 0731782c..3b570424 100644
--- a/src/irmd/reg/name.h
+++ b/src/irmd/reg/name.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2023
+ * Ouroboros - Copyright (C) 2016 - 2024
*
* The IPC Resource Manager - Registry - Names
*
diff --git a/src/irmd/reg/proc.c b/src/irmd/reg/proc.c
index 8a016afe..ede69b8a 100644
--- a/src/irmd/reg/proc.c
+++ b/src/irmd/reg/proc.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2023
+ * Ouroboros - Copyright (C) 2016 - 2024
*
* The IPC Resource Manager - Registry - Processes
*
diff --git a/src/irmd/reg/proc.h b/src/irmd/reg/proc.h
index 4c4ace24..03a6cf96 100644
--- a/src/irmd/reg/proc.h
+++ b/src/irmd/reg/proc.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2023
+ * Ouroboros - Copyright (C) 2016 - 2024
*
* The IPC Resource Manager - Registry - Processes
*
diff --git a/src/irmd/reg/prog.c b/src/irmd/reg/prog.c
index e3fd6105..660a7674 100644
--- a/src/irmd/reg/prog.c
+++ b/src/irmd/reg/prog.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2023
+ * Ouroboros - Copyright (C) 2016 - 2024
*
* The IPC Resource Manager - Registry - Programs
*
diff --git a/src/irmd/reg/prog.h b/src/irmd/reg/prog.h
index c45f2d8c..fc25c29e 100644
--- a/src/irmd/reg/prog.h
+++ b/src/irmd/reg/prog.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2023
+ * Ouroboros - Copyright (C) 2016 - 2024
*
* The IPC Resource Manager - Registry - Programs
*
diff --git a/src/irmd/utils.c b/src/irmd/utils.c
index bae2b8b1..2d7c8a88 100644
--- a/src/irmd/utils.c
+++ b/src/irmd/utils.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2023
+ * Ouroboros - Copyright (C) 2016 - 2024
*
* The IPC Resource Manager - Utilities
*
diff --git a/src/irmd/utils.h b/src/irmd/utils.h
index 45e59fd4..698028ee 100644
--- a/src/irmd/utils.h
+++ b/src/irmd/utils.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2023
+ * Ouroboros - Copyright (C) 2016 - 2024
*
* Utils of the IPC Resource Manager
*