summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-08-20 00:00:00 +0000
committermidipix <writeonce@midipix.org>2021-12-30 11:14:07 +0000
commit14ffaef5aa4195c598e343a9f9453c1abc21fb12 (patch)
tree9d08def3cb4fc31877119629deb6cb96e85bd520
parent47596e528eb9fcc200c7d07bc837598e10c82fec (diff)
downloadntux-14ffaef5aa4195c598e343a9f9453c1abc21fb12.tar.bz2
ntux-14ffaef5aa4195c598e343a9f9453c1abc21fb12.tar.xz
A new home.
-rw-r--r--COPYING.NTUX2
-rw-r--r--COPYING.SOFORT2
-rw-r--r--LICENSE2
-rw-r--r--src/cmds/ntux_cmd_chmod.c2
-rw-r--r--src/cmds/ntux_cmd_spawn.c2
-rw-r--r--src/cmds/ntux_cmd_stat.c2
-rw-r--r--src/cmds/ntux_cmd_strace.c2
-rw-r--r--src/driver/ntux_amain.c2
-rw-r--r--src/driver/ntux_driver_ctx.c2
-rw-r--r--src/init/ntux_init_ldso.c2
-rw-r--r--src/init/ntux_init_static.c2
-rw-r--r--src/init/ntux_init_vrfs.c2
-rw-r--r--src/internal/argv/argv.h2
-rw-r--r--src/internal/nolibc/nt32/ntux_compiler.asm2
-rw-r--r--src/internal/nolibc/nt32/ntux_compiler.s2
-rw-r--r--src/internal/nolibc/nt64/ntux_compiler.asm2
-rw-r--r--src/internal/nolibc/nt64/ntux_compiler.s2
-rw-r--r--src/internal/ntux_errinfo_impl.c2
-rw-r--r--src/internal/ntux_errinfo_impl.h2
-rw-r--r--src/internal/ntux_memfn_impl.c2
-rw-r--r--src/internal/ntux_nolibc_impl.c2
-rw-r--r--src/internal/ntux_ntaio_impl.c2
-rw-r--r--src/internal/ntux_strerr_impl.c2
-rw-r--r--src/ntux.c2
-rw-r--r--src/output/ntux_output_error.c2
25 files changed, 25 insertions, 25 deletions
diff --git a/COPYING.NTUX b/COPYING.NTUX
index 5ab3a5d..fb753f5 100644
--- a/COPYING.NTUX
+++ b/COPYING.NTUX
@@ -2,7 +2,7 @@
/* */
/* ntux: native translation und extension */
/* */
-/* Copyright (C) 2016--2021 Z. Gilboa */
+/* Copyright (C) 2016--2021 SysDeer Technologies, LLC */
/* */
/* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
diff --git a/COPYING.SOFORT b/COPYING.SOFORT
index 4880eec..5e75bb6 100644
--- a/COPYING.SOFORT
+++ b/COPYING.SOFORT
@@ -2,7 +2,7 @@
/* */
/* sofort: portable software project skeleton */
/* */
-/* Copyright (C) 2015--2021 Z. Gilboa */
+/* Copyright (C) 2015--2021 SysDeer Technologies, LLC */
/* */
/* sofort provides a build system that can be incorporated into Works */
/* which may or may not be covered by a copyleft license. THE FOLLOWING */
diff --git a/LICENSE b/LICENSE
index 19bac7f..5b0a552 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
ntux: native translation und extension
--------------------------------------
- Copyright (C) 2016--2021 Z. Gilboa
+ Copyright (C) 2016--2021 SysDeer Technologies, LLC
This library is currently released under the GPLv2 and GPLv3 (see
COPYING.NTUX for the relevant text). If you wish to use this
diff --git a/src/cmds/ntux_cmd_chmod.c b/src/cmds/ntux_cmd_chmod.c
index 5ae8ff8..04ebad6 100644
--- a/src/cmds/ntux_cmd_chmod.c
+++ b/src/cmds/ntux_cmd_chmod.c
@@ -1,6 +1,6 @@
/***********************************************************/
/* ntux: native translation und extension */
-/* Copyright (C) 2016--2021 Z. Gilboa */
+/* Copyright (C) 2016--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTUX. */
/***********************************************************/
diff --git a/src/cmds/ntux_cmd_spawn.c b/src/cmds/ntux_cmd_spawn.c
index f2e2179..b4d8c68 100644
--- a/src/cmds/ntux_cmd_spawn.c
+++ b/src/cmds/ntux_cmd_spawn.c
@@ -1,6 +1,6 @@
/***********************************************************/
/* ntux: native translation und extension */
-/* Copyright (C) 2016--2021 Z. Gilboa */
+/* Copyright (C) 2016--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTUX. */
/***********************************************************/
diff --git a/src/cmds/ntux_cmd_stat.c b/src/cmds/ntux_cmd_stat.c
index 3996dc8..a9493ee 100644
--- a/src/cmds/ntux_cmd_stat.c
+++ b/src/cmds/ntux_cmd_stat.c
@@ -1,6 +1,6 @@
/***********************************************************/
/* ntux: native translation und extension */
-/* Copyright (C) 2016--2021 Z. Gilboa */
+/* Copyright (C) 2016--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTUX. */
/***********************************************************/
diff --git a/src/cmds/ntux_cmd_strace.c b/src/cmds/ntux_cmd_strace.c
index bb5f501..4a61bcf 100644
--- a/src/cmds/ntux_cmd_strace.c
+++ b/src/cmds/ntux_cmd_strace.c
@@ -1,6 +1,6 @@
/***********************************************************/
/* ntux: native translation und extension */
-/* Copyright (C) 2016--2021 Z. Gilboa */
+/* Copyright (C) 2016--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTUX. */
/***********************************************************/
diff --git a/src/driver/ntux_amain.c b/src/driver/ntux_amain.c
index c791fcc..80489b3 100644
--- a/src/driver/ntux_amain.c
+++ b/src/driver/ntux_amain.c
@@ -1,6 +1,6 @@
/***********************************************************/
/* ntux: native translation und extension */
-/* Copyright (C) 2016--2021 Z. Gilboa */
+/* Copyright (C) 2016--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTUX. */
/***********************************************************/
diff --git a/src/driver/ntux_driver_ctx.c b/src/driver/ntux_driver_ctx.c
index 8e7c2d1..c93852c 100644
--- a/src/driver/ntux_driver_ctx.c
+++ b/src/driver/ntux_driver_ctx.c
@@ -1,6 +1,6 @@
/***********************************************************/
/* ntux: native translation und extension */
-/* Copyright (C) 2016--2021 Z. Gilboa */
+/* Copyright (C) 2016--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTUX. */
/***********************************************************/
diff --git a/src/init/ntux_init_ldso.c b/src/init/ntux_init_ldso.c
index 882a2d8..b04e454 100644
--- a/src/init/ntux_init_ldso.c
+++ b/src/init/ntux_init_ldso.c
@@ -1,6 +1,6 @@
/***********************************************************/
/* ntux: native translation und extension */
-/* Copyright (C) 2016--2021 Z. Gilboa */
+/* Copyright (C) 2016--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTUX. */
/***********************************************************/
diff --git a/src/init/ntux_init_static.c b/src/init/ntux_init_static.c
index d9e7ac5..4a734ee 100644
--- a/src/init/ntux_init_static.c
+++ b/src/init/ntux_init_static.c
@@ -1,6 +1,6 @@
/***********************************************************/
/* ntux: native translation und extension */
-/* Copyright (C) 2016--2021 Z. Gilboa */
+/* Copyright (C) 2016--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTUX. */
/***********************************************************/
diff --git a/src/init/ntux_init_vrfs.c b/src/init/ntux_init_vrfs.c
index 034301f..0ce830d 100644
--- a/src/init/ntux_init_vrfs.c
+++ b/src/init/ntux_init_vrfs.c
@@ -1,6 +1,6 @@
/***********************************************************/
/* ntux: native translation und extension */
-/* Copyright (C) 2016--2021 Z. Gilboa */
+/* Copyright (C) 2016--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTUX. */
/***********************************************************/
diff --git a/src/internal/argv/argv.h b/src/internal/argv/argv.h
index adc188b..1d777da 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.NTUX. */
/****************************************************************************/
diff --git a/src/internal/nolibc/nt32/ntux_compiler.asm b/src/internal/nolibc/nt32/ntux_compiler.asm
index aa7dbff..5dc3da0 100644
--- a/src/internal/nolibc/nt32/ntux_compiler.asm
+++ b/src/internal/nolibc/nt32/ntux_compiler.asm
@@ -1,6 +1,6 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ntux: native translation und extension ;;
-;; Copyright (C) 2016--2021 Z. Gilboa ;;
+;; Copyright (C) 2016--2021 SysDeer Technologies, LLC ;;
;; Released under GPLv2 and GPLv3; see COPYING.NTUX. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
diff --git a/src/internal/nolibc/nt32/ntux_compiler.s b/src/internal/nolibc/nt32/ntux_compiler.s
index ff2356e..446e346 100644
--- a/src/internal/nolibc/nt32/ntux_compiler.s
+++ b/src/internal/nolibc/nt32/ntux_compiler.s
@@ -1,6 +1,6 @@
############################################################
## ntux: native translation und extension ##
-## Copyright (C) 2016--2021 Z. Gilboa ##
+## Copyright (C) 2016--2021 SysDeer Technologies, LLC ##
## Released under GPLv2 and GPLv3; see COPYING.NTUX. ##
############################################################
diff --git a/src/internal/nolibc/nt64/ntux_compiler.asm b/src/internal/nolibc/nt64/ntux_compiler.asm
index 42e0651..a388594 100644
--- a/src/internal/nolibc/nt64/ntux_compiler.asm
+++ b/src/internal/nolibc/nt64/ntux_compiler.asm
@@ -1,6 +1,6 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ntux: native translation und extension ;;
-;; Copyright (C) 2016--2021 Z. Gilboa ;;
+;; Copyright (C) 2016--2021 SysDeer Technologies, LLC ;;
;; Released under GPLv2 and GPLv3; see COPYING.NTUX. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
diff --git a/src/internal/nolibc/nt64/ntux_compiler.s b/src/internal/nolibc/nt64/ntux_compiler.s
index ff2356e..446e346 100644
--- a/src/internal/nolibc/nt64/ntux_compiler.s
+++ b/src/internal/nolibc/nt64/ntux_compiler.s
@@ -1,6 +1,6 @@
############################################################
## ntux: native translation und extension ##
-## Copyright (C) 2016--2021 Z. Gilboa ##
+## Copyright (C) 2016--2021 SysDeer Technologies, LLC ##
## Released under GPLv2 and GPLv3; see COPYING.NTUX. ##
############################################################
diff --git a/src/internal/ntux_errinfo_impl.c b/src/internal/ntux_errinfo_impl.c
index 5c79261..00bd8f6 100644
--- a/src/internal/ntux_errinfo_impl.c
+++ b/src/internal/ntux_errinfo_impl.c
@@ -1,6 +1,6 @@
/***********************************************************/
/* ntux: native translation und extension */
-/* Copyright (C) 2016--2021 Z. Gilboa */
+/* Copyright (C) 2016--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTUX. */
/***********************************************************/
diff --git a/src/internal/ntux_errinfo_impl.h b/src/internal/ntux_errinfo_impl.h
index f5bb833..05b192a 100644
--- a/src/internal/ntux_errinfo_impl.h
+++ b/src/internal/ntux_errinfo_impl.h
@@ -1,6 +1,6 @@
/***********************************************************/
/* ntux: native translation und extension */
-/* Copyright (C) 2016--2021 Z. Gilboa */
+/* Copyright (C) 2016--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTUX. */
/***********************************************************/
diff --git a/src/internal/ntux_memfn_impl.c b/src/internal/ntux_memfn_impl.c
index 555cf75..263e16d 100644
--- a/src/internal/ntux_memfn_impl.c
+++ b/src/internal/ntux_memfn_impl.c
@@ -1,6 +1,6 @@
/***********************************************************/
/* ntux: native translation und extension */
-/* Copyright (C) 2016--2021 Z. Gilboa */
+/* Copyright (C) 2016--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTUX. */
/***********************************************************/
diff --git a/src/internal/ntux_nolibc_impl.c b/src/internal/ntux_nolibc_impl.c
index ddda0bd..b543582 100644
--- a/src/internal/ntux_nolibc_impl.c
+++ b/src/internal/ntux_nolibc_impl.c
@@ -1,6 +1,6 @@
/***********************************************************/
/* ntux: native translation und extension */
-/* Copyright (C) 2016--2021 Z. Gilboa */
+/* Copyright (C) 2016--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTUX. */
/***********************************************************/
diff --git a/src/internal/ntux_ntaio_impl.c b/src/internal/ntux_ntaio_impl.c
index b5dba93..53fdf3c 100644
--- a/src/internal/ntux_ntaio_impl.c
+++ b/src/internal/ntux_ntaio_impl.c
@@ -1,6 +1,6 @@
/***********************************************************/
/* ntux: native translation und extension */
-/* Copyright (C) 2016--2021 Z. Gilboa */
+/* Copyright (C) 2016--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTUX. */
/***********************************************************/
diff --git a/src/internal/ntux_strerr_impl.c b/src/internal/ntux_strerr_impl.c
index 751cce0..0c1c5fd 100644
--- a/src/internal/ntux_strerr_impl.c
+++ b/src/internal/ntux_strerr_impl.c
@@ -1,6 +1,6 @@
/***********************************************************/
/* ntux: native translation und extension */
-/* Copyright (C) 2016--2021 Z. Gilboa */
+/* Copyright (C) 2016--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTUX. */
/***********************************************************/
diff --git a/src/ntux.c b/src/ntux.c
index d3de209..fc1132b 100644
--- a/src/ntux.c
+++ b/src/ntux.c
@@ -1,6 +1,6 @@
/***********************************************************/
/* ntux: native translation und extension */
-/* Copyright (C) 2016--2021 Z. Gilboa */
+/* Copyright (C) 2016--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTUX. */
/***********************************************************/
diff --git a/src/output/ntux_output_error.c b/src/output/ntux_output_error.c
index c428a87..b1a3a96 100644
--- a/src/output/ntux_output_error.c
+++ b/src/output/ntux_output_error.c
@@ -1,6 +1,6 @@
/***********************************************************/
/* ntux: native translation und extension */
-/* Copyright (C) 2016--2021 Z. Gilboa */
+/* Copyright (C) 2016--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTUX. */
/***********************************************************/