diff options
author | midipix <writeonce@midipix.org> | 2024-05-25 15:52:31 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-05-25 17:46:48 +0000 |
commit | bef28deed2d3560dd25d3fe8c0024c94a6b15f8b (patch) | |
tree | 16d6489a79d5da118f9f4e35ca2a74c3a49b7542 /src/driver | |
parent | 538329318964e4bfb420b6787f0f30c39ec3394c (diff) | |
download | tpax-bef28deed2d3560dd25d3fe8c0024c94a6b15f8b.tar.bz2 tpax-bef28deed2d3560dd25d3fe8c0024c94a6b15f8b.tar.xz |
Annual chores.
Diffstat (limited to 'src/driver')
-rw-r--r-- | src/driver/tpax_amain.c | 2 | ||||
-rw-r--r-- | src/driver/tpax_driver_ctx.c | 2 | ||||
-rw-r--r-- | src/driver/tpax_unit_ctx.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/driver/tpax_amain.c b/src/driver/tpax_amain.c index fabd5ab..293535a 100644 --- a/src/driver/tpax_amain.c +++ b/src/driver/tpax_amain.c @@ -1,6 +1,6 @@ /**************************************************************/ /* tpax: a topological pax implementation */ -/* Copyright (C) 2020--2021 SysDeer Technologies, LLC */ +/* Copyright (C) 2020--2024 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.TPAX. */ /**************************************************************/ diff --git a/src/driver/tpax_driver_ctx.c b/src/driver/tpax_driver_ctx.c index c621bb6..3eca506 100644 --- a/src/driver/tpax_driver_ctx.c +++ b/src/driver/tpax_driver_ctx.c @@ -1,6 +1,6 @@ /**************************************************************/ /* tpax: a topological pax implementation */ -/* Copyright (C) 2020--2021 SysDeer Technologies, LLC */ +/* Copyright (C) 2020--2024 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.TPAX. */ /**************************************************************/ diff --git a/src/driver/tpax_unit_ctx.c b/src/driver/tpax_unit_ctx.c index b272257..95da1d1 100644 --- a/src/driver/tpax_unit_ctx.c +++ b/src/driver/tpax_unit_ctx.c @@ -1,6 +1,6 @@ /**************************************************************/ /* tpax: a topological pax implementation */ -/* Copyright (C) 2020--2021 SysDeer Technologies, LLC */ +/* Copyright (C) 2020--2024 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.TPAX. */ /**************************************************************/ |