summaryrefslogtreecommitdiff
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-08-20 00:00:00 +0000
committermidipix <writeonce@midipix.org>2021-12-30 12:23:17 +0000
commit5874a9b61724b61a90cd9746d2c15ef45a4d5c68 (patch)
treeb74494a5e9b4d97608a2e9b88045a33296a8964e /src/internal
parent07e762c7fca2afe78d6e63aa1127f36c9ec6ddd0 (diff)
downloadtpax-5874a9b61724b61a90cd9746d2c15ef45a4d5c68.tar.bz2
tpax-5874a9b61724b61a90cd9746d2c15ef45a4d5c68.tar.xz
A new home.
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/argv/argv.h2
-rw-r--r--src/internal/tpax_dprintf_impl.c10
-rw-r--r--src/internal/tpax_driver_impl.h10
-rw-r--r--src/internal/tpax_errinfo_impl.c10
-rw-r--r--src/internal/tpax_errinfo_impl.h10
-rw-r--r--src/internal/tpax_getdents_impl.h10
-rw-r--r--src/internal/tpax_readlink_impl.h10
-rw-r--r--src/internal/tpax_tmpfile_impl.c10
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>