diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/argv/argv.h | 2 | ||||
-rw-r--r-- | src/internal/tpax_dprintf_impl.c | 10 | ||||
-rw-r--r-- | src/internal/tpax_driver_impl.h | 10 | ||||
-rw-r--r-- | src/internal/tpax_errinfo_impl.c | 10 | ||||
-rw-r--r-- | src/internal/tpax_errinfo_impl.h | 10 | ||||
-rw-r--r-- | src/internal/tpax_getdents_impl.h | 10 | ||||
-rw-r--r-- | src/internal/tpax_readlink_impl.h | 10 | ||||
-rw-r--r-- | src/internal/tpax_tmpfile_impl.c | 10 |
8 files changed, 36 insertions, 36 deletions
diff --git a/src/internal/argv/argv.h b/src/internal/argv/argv.h index 287ad5e..3f89c31 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--2021 Z. Gilboa */ +/* Copyright (C) 2015--2021 SysDeer Technologies, LLC */ /* 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 aa1936d..b8d2b0b 100644 --- a/src/internal/tpax_dprintf_impl.c +++ b/src/internal/tpax_dprintf_impl.c @@ -1,8 +1,8 @@ -/******************************************************/ -/* tpax: a topological pax implementation */ -/* Copyright (C) 2020--2021 Z. Gilboa */ -/* Released under GPLv2 and GPLv3; see COPYING.TPAX. */ -/******************************************************/ +/**************************************************************/ +/* tpax: a topological pax implementation */ +/* Copyright (C) 2020--2021 SysDeer Technologies, LLC */ +/* Released under GPLv2 and GPLv3; see COPYING.TPAX. */ +/**************************************************************/ #include <stdio.h> #include <stdarg.h> diff --git a/src/internal/tpax_driver_impl.h b/src/internal/tpax_driver_impl.h index 48d3cf7..5775900 100644 --- a/src/internal/tpax_driver_impl.h +++ b/src/internal/tpax_driver_impl.h @@ -1,8 +1,8 @@ -/******************************************************/ -/* tpax: a topological pax implementation */ -/* Copyright (C) 2020--2021 Z. Gilboa */ -/* Released under GPLv2 and GPLv3; see COPYING.TPAX. */ -/******************************************************/ +/**************************************************************/ +/* tpax: a topological pax implementation */ +/* Copyright (C) 2020--2021 SysDeer Technologies, LLC */ +/* Released under GPLv2 and GPLv3; see COPYING.TPAX. */ +/**************************************************************/ #ifndef TPAX_DRIVER_IMPL_H #define TPAX_DRIVER_IMPL_H diff --git a/src/internal/tpax_errinfo_impl.c b/src/internal/tpax_errinfo_impl.c index 50d7aec..5fd2247 100644 --- a/src/internal/tpax_errinfo_impl.c +++ b/src/internal/tpax_errinfo_impl.c @@ -1,8 +1,8 @@ -/******************************************************/ -/* tpax: a topological pax implementation */ -/* Copyright (C) 2020--2021 Z. Gilboa */ -/* Released under GPLv2 and GPLv3; see COPYING.TPAX. */ -/******************************************************/ +/**************************************************************/ +/* tpax: a topological pax implementation */ +/* Copyright (C) 2020--2021 SysDeer Technologies, LLC */ +/* Released under GPLv2 and GPLv3; see COPYING.TPAX. */ +/**************************************************************/ #include <tpax/tpax.h> #include "tpax_driver_impl.h" diff --git a/src/internal/tpax_errinfo_impl.h b/src/internal/tpax_errinfo_impl.h index 2e884a1..99b416b 100644 --- a/src/internal/tpax_errinfo_impl.h +++ b/src/internal/tpax_errinfo_impl.h @@ -1,8 +1,8 @@ -/******************************************************/ -/* tpax: a topological pax implementation */ -/* Copyright (C) 2020--2021 Z. Gilboa */ -/* Released under GPLv2 and GPLv3; see COPYING.TPAX. */ -/******************************************************/ +/**************************************************************/ +/* tpax: a topological pax implementation */ +/* Copyright (C) 2020--2021 SysDeer Technologies, LLC */ +/* Released under GPLv2 and GPLv3; see COPYING.TPAX. */ +/**************************************************************/ #include <errno.h> #include <tpax/tpax.h> diff --git a/src/internal/tpax_getdents_impl.h b/src/internal/tpax_getdents_impl.h index e4d0e2f..42b9da0 100644 --- a/src/internal/tpax_getdents_impl.h +++ b/src/internal/tpax_getdents_impl.h @@ -1,8 +1,8 @@ -/******************************************************/ -/* tpax: a topological pax implementation */ -/* Copyright (C) 2020--2021 Z. Gilboa */ -/* Released under GPLv2 and GPLv3; see COPYING.TPAX. */ -/******************************************************/ +/**************************************************************/ +/* tpax: a topological pax implementation */ +/* Copyright (C) 2020--2021 SysDeer Technologies, LLC */ +/* Released under GPLv2 and GPLv3; see COPYING.TPAX. */ +/**************************************************************/ #ifndef TPAX_GETDENTS_IMPL_H #define TPAX_GETDENTS_IMPL_H diff --git a/src/internal/tpax_readlink_impl.h b/src/internal/tpax_readlink_impl.h index 67fe0c8..d6c5580 100644 --- a/src/internal/tpax_readlink_impl.h +++ b/src/internal/tpax_readlink_impl.h @@ -1,8 +1,8 @@ -/******************************************************/ -/* tpax: a topological pax implementation */ -/* Copyright (C) 2020--2021 Z. Gilboa */ -/* Released under GPLv2 and GPLv3; see COPYING.TPAX. */ -/******************************************************/ +/**************************************************************/ +/* tpax: a topological pax implementation */ +/* Copyright (C) 2020--2021 SysDeer Technologies, LLC */ +/* Released under GPLv2 and GPLv3; see COPYING.TPAX. */ +/**************************************************************/ #ifndef TPAX_READLINK_IMPL_H #define TPAX_READLINK_IMPL_H diff --git a/src/internal/tpax_tmpfile_impl.c b/src/internal/tpax_tmpfile_impl.c index b4e115a..56d5c92 100644 --- a/src/internal/tpax_tmpfile_impl.c +++ b/src/internal/tpax_tmpfile_impl.c @@ -1,8 +1,8 @@ -/******************************************************/ -/* tpax: a topological pax implementation */ -/* Copyright (C) 2020--2021 Z. Gilboa */ -/* Released under GPLv2 and GPLv3; see COPYING.TPAX. */ -/******************************************************/ +/**************************************************************/ +/* tpax: a topological pax implementation */ +/* Copyright (C) 2020--2021 SysDeer Technologies, LLC */ +/* Released under GPLv2 and GPLv3; see COPYING.TPAX. */ +/**************************************************************/ #define _GNU_SOURCE #include <fcntl.h> |