diff options
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. */ /******************************************************/ |