summaryrefslogtreecommitdiff
path: root/src/irmd/oap
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2026-02-15 10:21:02 +0100
committerSander Vrijders <sander@ouroboros.rocks>2026-02-18 07:54:56 +0100
commit0d72b59c2964208ea34ce2322978344d7ff1a223 (patch)
treecea181fd8798fba3a06a0119d29e73f06496b85d /src/irmd/oap
parent040bdfb18684d809cb5edacf9867d3378b7e093b (diff)
downloadouroboros-0d72b59c2964208ea34ce2322978344d7ff1a223.tar.gz
ouroboros-0d72b59c2964208ea34ce2322978344d7ff1a223.zip
build: Update copyright to 2026
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'src/irmd/oap')
-rw-r--r--src/irmd/oap/auth.c2
-rw-r--r--src/irmd/oap/auth.h2
-rw-r--r--src/irmd/oap/cli.c2
-rw-r--r--src/irmd/oap/hdr.c2
-rw-r--r--src/irmd/oap/hdr.h2
-rw-r--r--src/irmd/oap/internal.h2
-rw-r--r--src/irmd/oap/io.c2
-rw-r--r--src/irmd/oap/io.h2
-rw-r--r--src/irmd/oap/srv.c2
-rw-r--r--src/irmd/oap/tests/oap_test.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/src/irmd/oap/auth.c b/src/irmd/oap/auth.c
index cea7b7a0..a11ab158 100644
--- a/src/irmd/oap/auth.c
+++ b/src/irmd/oap/auth.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2024
+ * Ouroboros - Copyright (C) 2016 - 2026
*
* OAP - Authentication, replay detection, and validation
*
diff --git a/src/irmd/oap/auth.h b/src/irmd/oap/auth.h
index 07c33a23..4f748750 100644
--- a/src/irmd/oap/auth.h
+++ b/src/irmd/oap/auth.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2024
+ * Ouroboros - Copyright (C) 2016 - 2026
*
* OAP - Authentication functions
*
diff --git a/src/irmd/oap/cli.c b/src/irmd/oap/cli.c
index b5183ac8..507f3f81 100644
--- a/src/irmd/oap/cli.c
+++ b/src/irmd/oap/cli.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2024
+ * Ouroboros - Copyright (C) 2016 - 2026
*
* OAP - Client-side processing
*
diff --git a/src/irmd/oap/hdr.c b/src/irmd/oap/hdr.c
index 154923e1..5465dd2a 100644
--- a/src/irmd/oap/hdr.c
+++ b/src/irmd/oap/hdr.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2024
+ * Ouroboros - Copyright (C) 2016 - 2026
*
* OAP - Header encoding, decoding, and debugging
*
diff --git a/src/irmd/oap/hdr.h b/src/irmd/oap/hdr.h
index f603b169..6016452c 100644
--- a/src/irmd/oap/hdr.h
+++ b/src/irmd/oap/hdr.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2024
+ * Ouroboros - Copyright (C) 2016 - 2026
*
* OAP - Header definitions and functions
*
diff --git a/src/irmd/oap/internal.h b/src/irmd/oap/internal.h
index f118cc33..6dd44d56 100644
--- a/src/irmd/oap/internal.h
+++ b/src/irmd/oap/internal.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2024
+ * Ouroboros - Copyright (C) 2016 - 2026
*
* OAP internal definitions
*
diff --git a/src/irmd/oap/io.c b/src/irmd/oap/io.c
index c8d26147..c2c91b91 100644
--- a/src/irmd/oap/io.c
+++ b/src/irmd/oap/io.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2024
+ * Ouroboros - Copyright (C) 2016 - 2026
*
* OAP - File I/O for credentials and configuration
*
diff --git a/src/irmd/oap/io.h b/src/irmd/oap/io.h
index a31ddf85..2d47c62f 100644
--- a/src/irmd/oap/io.h
+++ b/src/irmd/oap/io.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2024
+ * Ouroboros - Copyright (C) 2016 - 2026
*
* OAP - Credential and configuration file I/O
*
diff --git a/src/irmd/oap/srv.c b/src/irmd/oap/srv.c
index a356c62e..36391e50 100644
--- a/src/irmd/oap/srv.c
+++ b/src/irmd/oap/srv.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2024
+ * Ouroboros - Copyright (C) 2016 - 2026
*
* OAP - Server-side processing
*
diff --git a/src/irmd/oap/tests/oap_test.c b/src/irmd/oap/tests/oap_test.c
index 169cfc14..2f0f0b4d 100644
--- a/src/irmd/oap/tests/oap_test.c
+++ b/src/irmd/oap/tests/oap_test.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2024
+ * Ouroboros - Copyright (C) 2016 - 2026
*
* Unit tests of Ouroboros Allocation Protocol (OAP)
*