summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-07-06 09:29:13 +0000
committermidipix <writeonce@midipix.org>2021-07-06 09:29:13 +0000
commit47596e528eb9fcc200c7d07bc837598e10c82fec (patch)
tree5676c4d9c43a58afbcf18d114940b10bfbb93fca
parentaf02bc7abc72930e85157209eaa174d88c4f4392 (diff)
downloadntux-47596e528eb9fcc200c7d07bc837598e10c82fec.tar.bz2
ntux-47596e528eb9fcc200c7d07bc837598e10c82fec.tar.xz
Annual chores.
-rw-r--r--COPYING.NTUX2
-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
24 files changed, 24 insertions, 24 deletions
diff --git a/COPYING.NTUX b/COPYING.NTUX
index bfe92fe..5ab3a5d 100644
--- a/COPYING.NTUX
+++ b/COPYING.NTUX
@@ -2,7 +2,7 @@
/* */
/* ntux: native translation und extension */
/* */
-/* Copyright (C) 2016--2018 Z. Gilboa */
+/* Copyright (C) 2016--2021 Z. Gilboa */
/* */
/* 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/LICENSE b/LICENSE
index 5c8d1b8..19bac7f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
ntux: native translation und extension
--------------------------------------
- Copyright (C) 2016--2018 Z. Gilboa
+ Copyright (C) 2016--2021 Z. Gilboa
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 be93f83..5ae8ff8 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--2018 Z. Gilboa */
+/* Copyright (C) 2016--2021 Z. Gilboa */
/* 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 c4486fc..f2e2179 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--2018 Z. Gilboa */
+/* Copyright (C) 2016--2021 Z. Gilboa */
/* 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 f043ddb..3996dc8 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--2018 Z. Gilboa */
+/* Copyright (C) 2016--2021 Z. Gilboa */
/* 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 a91e1d5..bb5f501 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--2018 Z. Gilboa */
+/* Copyright (C) 2016--2021 Z. Gilboa */
/* Released under GPLv2 and GPLv3; see COPYING.NTUX. */
/***********************************************************/
diff --git a/src/driver/ntux_amain.c b/src/driver/ntux_amain.c
index ae4f8f8..c791fcc 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--2018 Z. Gilboa */
+/* Copyright (C) 2016--2021 Z. Gilboa */
/* 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 efb1c37..8e7c2d1 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--2018 Z. Gilboa */
+/* Copyright (C) 2016--2021 Z. Gilboa */
/* 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 a7adbd1..882a2d8 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--2018 Z. Gilboa */
+/* Copyright (C) 2016--2021 Z. Gilboa */
/* 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 ba9cbd1..d9e7ac5 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--2018 Z. Gilboa */
+/* Copyright (C) 2016--2021 Z. Gilboa */
/* 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 1aac66d..034301f 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--2018 Z. Gilboa */
+/* Copyright (C) 2016--2021 Z. Gilboa */
/* Released under GPLv2 and GPLv3; see COPYING.NTUX. */
/***********************************************************/
diff --git a/src/internal/argv/argv.h b/src/internal/argv/argv.h
index 3d510f3..adc188b 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--2016 Z. Gilboa */
+/* Copyright (C) 2015--2021 Z. Gilboa */
/* 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 5fa3512..aa7dbff 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--2018 Z. Gilboa ;;
+;; Copyright (C) 2016--2021 Z. Gilboa ;;
;; 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 268cf1c..ff2356e 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--2018 Z. Gilboa ##
+## Copyright (C) 2016--2021 Z. Gilboa ##
## 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 b9b0bd3..42e0651 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--2018 Z. Gilboa ;;
+;; Copyright (C) 2016--2021 Z. Gilboa ;;
;; 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 268cf1c..ff2356e 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--2018 Z. Gilboa ##
+## Copyright (C) 2016--2021 Z. Gilboa ##
## 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 2c21663..5c79261 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--2018 Z. Gilboa */
+/* Copyright (C) 2016--2021 Z. Gilboa */
/* 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 1d3b527..f5bb833 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--2018 Z. Gilboa */
+/* Copyright (C) 2016--2021 Z. Gilboa */
/* 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 7780fc6..555cf75 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--2018 Z. Gilboa */
+/* Copyright (C) 2016--2021 Z. Gilboa */
/* 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 b5a016b..ddda0bd 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--2018 Z. Gilboa */
+/* Copyright (C) 2016--2021 Z. Gilboa */
/* 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 ec3389d..b5dba93 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--2018 Z. Gilboa */
+/* Copyright (C) 2016--2021 Z. Gilboa */
/* 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 6cb4853..751cce0 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--2018 Z. Gilboa */
+/* Copyright (C) 2016--2021 Z. Gilboa */
/* Released under GPLv2 and GPLv3; see COPYING.NTUX. */
/***********************************************************/
diff --git a/src/ntux.c b/src/ntux.c
index 8f5e583..d3de209 100644
--- a/src/ntux.c
+++ b/src/ntux.c
@@ -1,6 +1,6 @@
/***********************************************************/
/* ntux: native translation und extension */
-/* Copyright (C) 2016--2018 Z. Gilboa */
+/* Copyright (C) 2016--2021 Z. Gilboa */
/* 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 5ed570a..c428a87 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--2018 Z. Gilboa */
+/* Copyright (C) 2016--2021 Z. Gilboa */
/* Released under GPLv2 and GPLv3; see COPYING.NTUX. */
/***********************************************************/