From bb281c20fa1027e1391d0c1251640ec96e9009f6 Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Fri, 20 Aug 2021 00:00:00 +0000
Subject: A new home.

---
 src/driver/slbt_amain.c               | 2 +-
 src/driver/slbt_driver_ctx.c          | 2 +-
 src/helper/slbt_archive_import.c      | 2 +-
 src/helper/slbt_copy_file.c           | 2 +-
 src/helper/slbt_dump_machine.c        | 2 +-
 src/helper/slbt_realpath.c            | 2 +-
 src/internal/argv/argv.h              | 2 +-
 src/internal/slibtool_dprintf_impl.c  | 2 +-
 src/internal/slibtool_driver_impl.h   | 2 +-
 src/internal/slibtool_errinfo_impl.c  | 2 +-
 src/internal/slibtool_errinfo_impl.h  | 2 +-
 src/internal/slibtool_lconf_impl.c    | 2 +-
 src/internal/slibtool_libmeta_impl.c  | 2 +-
 src/internal/slibtool_mapfile_impl.c  | 2 +-
 src/internal/slibtool_mkdir_impl.h    | 2 +-
 src/internal/slibtool_objmeta_impl.c  | 2 +-
 src/internal/slibtool_readlink_impl.h | 2 +-
 src/internal/slibtool_spawn_impl.h    | 2 +-
 src/internal/slibtool_symlink_impl.c  | 2 +-
 src/logic/slbt_exec_compile.c         | 2 +-
 src/logic/slbt_exec_ctx.c             | 2 +-
 src/logic/slbt_exec_execute.c         | 2 +-
 src/logic/slbt_exec_install.c         | 2 +-
 src/logic/slbt_exec_link.c            | 2 +-
 src/logic/slbt_exec_uninstall.c       | 2 +-
 src/output/slbt_output_config.c       | 2 +-
 src/output/slbt_output_error.c        | 2 +-
 src/output/slbt_output_exec.c         | 2 +-
 src/output/slbt_output_fdcwd.c        | 2 +-
 src/output/slbt_output_features.c     | 2 +-
 src/output/slbt_output_machine.c      | 2 +-
 src/slibtool.c                        | 2 +-
 32 files changed, 32 insertions(+), 32 deletions(-)

(limited to 'src')

diff --git a/src/driver/slbt_amain.c b/src/driver/slbt_amain.c
index 1acbebd..eff2b45 100644
--- a/src/driver/slbt_amain.c
+++ b/src/driver/slbt_amain.c
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c
index 773e3b6..4a9e757 100644
--- a/src/driver/slbt_driver_ctx.c
+++ b/src/driver/slbt_driver_ctx.c
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/helper/slbt_archive_import.c b/src/helper/slbt_archive_import.c
index b7b3fe0..e8ea5aa 100644
--- a/src/helper/slbt_archive_import.c
+++ b/src/helper/slbt_archive_import.c
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/helper/slbt_copy_file.c b/src/helper/slbt_copy_file.c
index d7ed4c5..2adbd32 100644
--- a/src/helper/slbt_copy_file.c
+++ b/src/helper/slbt_copy_file.c
@@ -1,7 +1,7 @@
 
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/helper/slbt_dump_machine.c b/src/helper/slbt_dump_machine.c
index 7ee7553..3d3a454 100644
--- a/src/helper/slbt_dump_machine.c
+++ b/src/helper/slbt_dump_machine.c
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/helper/slbt_realpath.c b/src/helper/slbt_realpath.c
index 6bb98c1..9c41c87 100644
--- a/src/helper/slbt_realpath.c
+++ b/src/helper/slbt_realpath.c
@@ -1,7 +1,7 @@
 
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/internal/argv/argv.h b/src/internal/argv/argv.h
index 20568e9..2324c8f 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 the Standard MIT License; see COPYING.SLIBTOOL.          */
 /****************************************************************************/
 
diff --git a/src/internal/slibtool_dprintf_impl.c b/src/internal/slibtool_dprintf_impl.c
index 434c96d..5bc7e8a 100644
--- a/src/internal/slibtool_dprintf_impl.c
+++ b/src/internal/slibtool_dprintf_impl.c
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h
index 270e9d6..4e5dfdf 100644
--- a/src/internal/slibtool_driver_impl.h
+++ b/src/internal/slibtool_driver_impl.h
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/internal/slibtool_errinfo_impl.c b/src/internal/slibtool_errinfo_impl.c
index 5b4291b..5b91d9b 100644
--- a/src/internal/slibtool_errinfo_impl.c
+++ b/src/internal/slibtool_errinfo_impl.c
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/internal/slibtool_errinfo_impl.h b/src/internal/slibtool_errinfo_impl.h
index 366e067..aa82089 100644
--- a/src/internal/slibtool_errinfo_impl.h
+++ b/src/internal/slibtool_errinfo_impl.h
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/internal/slibtool_lconf_impl.c b/src/internal/slibtool_lconf_impl.c
index 2b893bb..fee39e5 100644
--- a/src/internal/slibtool_lconf_impl.c
+++ b/src/internal/slibtool_lconf_impl.c
@@ -1,7 +1,7 @@
 
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/internal/slibtool_libmeta_impl.c b/src/internal/slibtool_libmeta_impl.c
index 58f582f..3fc9645 100644
--- a/src/internal/slibtool_libmeta_impl.c
+++ b/src/internal/slibtool_libmeta_impl.c
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/internal/slibtool_mapfile_impl.c b/src/internal/slibtool_mapfile_impl.c
index 5df006b..1241f17 100644
--- a/src/internal/slibtool_mapfile_impl.c
+++ b/src/internal/slibtool_mapfile_impl.c
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/internal/slibtool_mkdir_impl.h b/src/internal/slibtool_mkdir_impl.h
index 018f5c3..f291383 100644
--- a/src/internal/slibtool_mkdir_impl.h
+++ b/src/internal/slibtool_mkdir_impl.h
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/internal/slibtool_objmeta_impl.c b/src/internal/slibtool_objmeta_impl.c
index 9d4902c..9fe2dad 100644
--- a/src/internal/slibtool_objmeta_impl.c
+++ b/src/internal/slibtool_objmeta_impl.c
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/internal/slibtool_readlink_impl.h b/src/internal/slibtool_readlink_impl.h
index 19aafa2..00a9b28 100644
--- a/src/internal/slibtool_readlink_impl.h
+++ b/src/internal/slibtool_readlink_impl.h
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/internal/slibtool_spawn_impl.h b/src/internal/slibtool_spawn_impl.h
index d6b18cb..188af5d 100644
--- a/src/internal/slibtool_spawn_impl.h
+++ b/src/internal/slibtool_spawn_impl.h
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/internal/slibtool_symlink_impl.c b/src/internal/slibtool_symlink_impl.c
index bb38333..27f8171 100644
--- a/src/internal/slibtool_symlink_impl.c
+++ b/src/internal/slibtool_symlink_impl.c
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/logic/slbt_exec_compile.c b/src/logic/slbt_exec_compile.c
index cbd0691..f9cd1d2 100644
--- a/src/logic/slbt_exec_compile.c
+++ b/src/logic/slbt_exec_compile.c
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/logic/slbt_exec_ctx.c b/src/logic/slbt_exec_ctx.c
index a170b45..294641e 100644
--- a/src/logic/slbt_exec_ctx.c
+++ b/src/logic/slbt_exec_ctx.c
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/logic/slbt_exec_execute.c b/src/logic/slbt_exec_execute.c
index 58bb65f..971ff3c 100644
--- a/src/logic/slbt_exec_execute.c
+++ b/src/logic/slbt_exec_execute.c
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/logic/slbt_exec_install.c b/src/logic/slbt_exec_install.c
index 4461d0b..d643cae 100644
--- a/src/logic/slbt_exec_install.c
+++ b/src/logic/slbt_exec_install.c
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/logic/slbt_exec_link.c b/src/logic/slbt_exec_link.c
index 70b4d26..b2cad03 100644
--- a/src/logic/slbt_exec_link.c
+++ b/src/logic/slbt_exec_link.c
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/logic/slbt_exec_uninstall.c b/src/logic/slbt_exec_uninstall.c
index 0650232..5c59d3f 100644
--- a/src/logic/slbt_exec_uninstall.c
+++ b/src/logic/slbt_exec_uninstall.c
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/output/slbt_output_config.c b/src/output/slbt_output_config.c
index 5e34841..181aa84 100644
--- a/src/output/slbt_output_config.c
+++ b/src/output/slbt_output_config.c
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/output/slbt_output_error.c b/src/output/slbt_output_error.c
index 4f780db..a2de253 100644
--- a/src/output/slbt_output_error.c
+++ b/src/output/slbt_output_error.c
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/output/slbt_output_exec.c b/src/output/slbt_output_exec.c
index 1e16bbc..187c3ac 100644
--- a/src/output/slbt_output_exec.c
+++ b/src/output/slbt_output_exec.c
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/output/slbt_output_fdcwd.c b/src/output/slbt_output_fdcwd.c
index fda7076..650f288 100644
--- a/src/output/slbt_output_fdcwd.c
+++ b/src/output/slbt_output_fdcwd.c
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/output/slbt_output_features.c b/src/output/slbt_output_features.c
index cf1cb73..bd4ba1f 100644
--- a/src/output/slbt_output_features.c
+++ b/src/output/slbt_output_features.c
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/output/slbt_output_machine.c b/src/output/slbt_output_machine.c
index 800142e..ab95837 100644
--- a/src/output/slbt_output_machine.c
+++ b/src/output/slbt_output_machine.c
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
diff --git a/src/slibtool.c b/src/slibtool.c
index ed9453e..702f2a2 100644
--- a/src/slibtool.c
+++ b/src/slibtool.c
@@ -1,6 +1,6 @@
 /*******************************************************************/
 /*  slibtool: a skinny libtool implementation, written in C        */
-/*  Copyright (C) 2016--2021  Z. Gilboa                            */
+/*  Copyright (C) 2016--2021  SysDeer Technologies, LLC            */
 /*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
 /*******************************************************************/
 
-- 
cgit v1.2.3