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. */ /***********************************************************/