diff options
author | midipix <writeonce@midipix.org> | 2021-07-06 16:35:14 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-07-06 16:35:14 +0000 |
commit | 07e762c7fca2afe78d6e63aa1127f36c9ec6ddd0 (patch) | |
tree | 95b9d4a668d6fc5398a15bd035a27004aa9559ac /src/driver | |
parent | df67b953704b31bf7f80438fa133790beb5023ce (diff) | |
download | tpax-07e762c7fca2afe78d6e63aa1127f36c9ec6ddd0.tar.bz2 tpax-07e762c7fca2afe78d6e63aa1127f36c9ec6ddd0.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 3d138ce..cca243f 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 Z. Gilboa */ +/* Copyright (C) 2020--2021 Z. Gilboa */ /* 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 30f3ce5..aea9064 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 Z. Gilboa */ +/* Copyright (C) 2020--2021 Z. Gilboa */ /* 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 f034b17..aef41e1 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 Z. Gilboa */ +/* Copyright (C) 2020--2021 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.TPAX. */ /******************************************************/ |