diff options
Diffstat (limited to 'src/logic')
-rw-r--r-- | src/logic/tpax_archive_append.c | 2 | ||||
-rw-r--r-- | src/logic/tpax_file_create_memory_snapshot.c | 2 | ||||
-rw-r--r-- | src/logic/tpax_file_create_tmpfs_snapshot.c | 2 | ||||
-rw-r--r-- | src/logic/tpax_init_ustar_header.c | 2 |
4 files changed, 4 insertions, 4 deletions
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. */ /******************************************************/ |