From 07e762c7fca2afe78d6e63aa1127f36c9ec6ddd0 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 6 Jul 2021 16:35:14 +0000 Subject: Annual chores. --- src/driver/tpax_amain.c | 2 +- src/driver/tpax_driver_ctx.c | 2 +- src/driver/tpax_unit_ctx.c | 2 +- src/helper/tpax_path_copy.c | 2 +- src/helper/tpax_stat_compare.c | 2 +- src/internal/argv/argv.h | 2 +- src/internal/tpax_dprintf_impl.c | 2 +- src/internal/tpax_driver_impl.h | 2 +- src/internal/tpax_errinfo_impl.c | 2 +- src/internal/tpax_errinfo_impl.h | 2 +- src/internal/tpax_readlink_impl.h | 2 +- src/internal/tpax_tmpfile_impl.c | 2 +- src/logic/tpax_archive_append.c | 2 +- src/logic/tpax_file_create_memory_snapshot.c | 2 +- src/logic/tpax_file_create_tmpfs_snapshot.c | 2 +- src/logic/tpax_init_ustar_header.c | 2 +- src/output/tpax_output_error.c | 2 +- src/tpax.c | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) (limited to 'src') 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. */ /******************************************************/ diff --git a/src/helper/tpax_path_copy.c b/src/helper/tpax_path_copy.c index 0df6c17..88e8b26 100644 --- a/src/helper/tpax_path_copy.c +++ b/src/helper/tpax_path_copy.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/helper/tpax_stat_compare.c b/src/helper/tpax_stat_compare.c index afbe2f4..b73fae7 100644 --- a/src/helper/tpax_stat_compare.c +++ b/src/helper/tpax_stat_compare.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/internal/argv/argv.h b/src/internal/argv/argv.h index 510463f..287ad5e 100644 --- a/src/internal/argv/argv.h +++ b/src/internal/argv/argv.h @@ -1,6 +1,6 @@ /****************************************************************************/ /* argv.h: a thread-safe argument vector parser and usage screen generator */ -/* Copyright (C) 2015--2018 Z. Gilboa */ +/* Copyright (C) 2015--2021 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.TPAX. */ /****************************************************************************/ diff --git a/src/internal/tpax_dprintf_impl.c b/src/internal/tpax_dprintf_impl.c index 5d2f5f8..aa1936d 100644 --- a/src/internal/tpax_dprintf_impl.c +++ b/src/internal/tpax_dprintf_impl.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/internal/tpax_driver_impl.h b/src/internal/tpax_driver_impl.h index 9396d19..48d3cf7 100644 --- a/src/internal/tpax_driver_impl.h +++ b/src/internal/tpax_driver_impl.h @@ -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/internal/tpax_errinfo_impl.c b/src/internal/tpax_errinfo_impl.c index b610869..50d7aec 100644 --- a/src/internal/tpax_errinfo_impl.c +++ b/src/internal/tpax_errinfo_impl.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/internal/tpax_errinfo_impl.h b/src/internal/tpax_errinfo_impl.h index d85d159..2e884a1 100644 --- a/src/internal/tpax_errinfo_impl.h +++ b/src/internal/tpax_errinfo_impl.h @@ -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/internal/tpax_readlink_impl.h b/src/internal/tpax_readlink_impl.h index 7fdffc4..67fe0c8 100644 --- a/src/internal/tpax_readlink_impl.h +++ b/src/internal/tpax_readlink_impl.h @@ -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/internal/tpax_tmpfile_impl.c b/src/internal/tpax_tmpfile_impl.c index a8e0c10..b4e115a 100644 --- a/src/internal/tpax_tmpfile_impl.c +++ b/src/internal/tpax_tmpfile_impl.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/logic/tpax_archive_append.c b/src/logic/tpax_archive_append.c index ef011fd..c4b2de9 100644 --- a/src/logic/tpax_archive_append.c +++ b/src/logic/tpax_archive_append.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/logic/tpax_file_create_memory_snapshot.c b/src/logic/tpax_file_create_memory_snapshot.c index bbcd1df..2368cf5 100644 --- a/src/logic/tpax_file_create_memory_snapshot.c +++ b/src/logic/tpax_file_create_memory_snapshot.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/logic/tpax_file_create_tmpfs_snapshot.c b/src/logic/tpax_file_create_tmpfs_snapshot.c index 9a731c0..041ab98 100644 --- a/src/logic/tpax_file_create_tmpfs_snapshot.c +++ b/src/logic/tpax_file_create_tmpfs_snapshot.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/logic/tpax_init_ustar_header.c b/src/logic/tpax_init_ustar_header.c index 44b74ad..fbb8cc0 100644 --- a/src/logic/tpax_init_ustar_header.c +++ b/src/logic/tpax_init_ustar_header.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/output/tpax_output_error.c b/src/output/tpax_output_error.c index de09f21..806db54 100644 --- a/src/output/tpax_output_error.c +++ b/src/output/tpax_output_error.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/tpax.c b/src/tpax.c index 246fafc..8a4e33b 100644 --- a/src/tpax.c +++ b/src/tpax.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. */ /******************************************************/ -- cgit v1.2.3