summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-05-21 02:30:47 -0400
committermidipix <writeonce@midipix.org>2018-05-21 02:30:47 -0400
commitdb57dda7109c9ae4cace41fbb4b38e22287873a4 (patch)
treeaa154354a79197318662cbd5263c8e7d733ab15d
parent81f56325d4753efb2f304746a714a0c7bb553119 (diff)
downloadntux-db57dda7109c9ae4cace41fbb4b38e22287873a4.tar.bz2
ntux-db57dda7109c9ae4cace41fbb4b38e22287873a4.tar.xz
annual chores.
-rw-r--r--COPYING.NTUX2
-rw-r--r--LICENSE2
-rw-r--r--src/driver/ntux_amain.c2
-rw-r--r--src/driver/ntux_driver_ctx.c2
-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_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/ntux.c2
12 files changed, 12 insertions, 12 deletions
diff --git a/COPYING.NTUX b/COPYING.NTUX
index d1c00a1..bfe92fe 100644
--- a/COPYING.NTUX
+++ b/COPYING.NTUX
@@ -2,7 +2,7 @@
/* */
/* ntux: native translation und extension */
/* */
-/* Copyright (C) 2016 Z. Gilboa */
+/* Copyright (C) 2016--2018 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 0f7be6e..5c8d1b8 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
ntux: native translation und extension
--------------------------------------
- Copyright (C) 2016 Z. Gilboa
+ Copyright (C) 2016--2018 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/driver/ntux_amain.c b/src/driver/ntux_amain.c
index 7749f63..5a9dfc9 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 Z. Gilboa */
+/* Copyright (C) 2016--2018 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 2aca14c..95b4186 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 Z. Gilboa */
+/* Copyright (C) 2016--2018 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 fa1e9da..5fa3512 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 Z. Gilboa ;;
+;; Copyright (C) 2016--2018 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 89e2840..268cf1c 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 Z. Gilboa ##
+## Copyright (C) 2016--2018 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 d6011bd..b9b0bd3 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 Z. Gilboa ;;
+;; Copyright (C) 2016--2018 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 89e2840..268cf1c 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 Z. Gilboa ##
+## Copyright (C) 2016--2018 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 1bcc753..cf930bb 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 Z. Gilboa */
+/* Copyright (C) 2016--2018 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 1b5867d..c027fe9 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 Z. Gilboa */
+/* Copyright (C) 2016--2018 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 850a7d7..a1a4d8e 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 Z. Gilboa */
+/* Copyright (C) 2016--2018 Z. Gilboa */
/* Released under GPLv2 and GPLv3; see COPYING.NTUX. */
/***********************************************************/
diff --git a/src/ntux.c b/src/ntux.c
index c9245b8..41cc4d3 100644
--- a/src/ntux.c
+++ b/src/ntux.c
@@ -1,6 +1,6 @@
/***********************************************************/
/* ntux: native translation und extension */
-/* Copyright (C) 2016 Z. Gilboa */
+/* Copyright (C) 2016--2018 Z. Gilboa */
/* Released under GPLv2 and GPLv3; see COPYING.NTUX. */
/***********************************************************/