add/update copyright notices for substantially changed files

This commit is contained in:
kub 2024-07-02 22:55:50 +02:00
parent 2f0c5639c1
commit 7bf552b5fa
56 changed files with 76 additions and 33 deletions

View file

@ -1,6 +1,7 @@
;@ Reesy's Z80 Emulator Version 0.001
;@ (c) Copyright 2004 Reesy, All rights reserved
;@ (c) Copyright 2021-24 irixxxx, All rights reserved
;@ DrZ80 is free for non-commercial use.
;@ For commercial use, separate licencing terms must be obtained.

View file

@ -1,7 +1,7 @@
/*
* Basic macros to emit ARM instructions and some utils
* Copyright (C) 2008,2009,2010 notaz
* Copyright (C) 2019-2024 kub
* Copyright (C) 2019-2024 irixxxx
*
* This work is licensed under the terms of MAME license.
* See COPYING file in the top-level directory.

View file

@ -1,6 +1,6 @@
/*
* Basic macros to emit ARM A64 instructions and some utils
* Copyright (C) 2019-2024 kub
* Copyright (C) 2019-2024 irixxxx
*
* This work is licensed under the terms of MAME license.
* See COPYING file in the top-level directory.

View file

@ -1,6 +1,6 @@
/*
* Basic macros to emit MIPS32/MIPS64 Release 1 or 2 instructions and some utils
* Copyright (C) 2019-2024 kub
* Copyright (C) 2019-2024 irixxxx
*
* This work is licensed under the terms of MAME license.
* See COPYING file in the top-level directory.

View file

@ -1,6 +1,6 @@
/*
* Basic macros to emit PowerISA 2.03 64 bit instructions and some utils
* Copyright (C) 2020-2024 kub
* Copyright (C) 2020-2024 irixxxx
*
* This work is licensed under the terms of MAME license.
* See COPYING file in the top-level directory.

View file

@ -1,6 +1,6 @@
/*
* Basic macros to emit RISC-V RV64IM instructions and some utils
* Copyright (C) 2019-2024 kub
* Copyright (C) 2019-2024 irixxxx
*
* This work is licensed under the terms of MAME license.
* See COPYING file in the top-level directory.

View file

@ -1,7 +1,7 @@
/*
* Basic macros to emit x86 instructions and some utils
* Copyright (C) 2008,2009,2010 notaz
* Copyright (C) 2019-2024 kub
* Copyright (C) 2019-2024 irixxxx
*
* This work is licensed under the terms of MAME license.
* See COPYING file in the top-level directory.

View file

@ -1,7 +1,7 @@
/*
* SH2 recompiler
* (C) notaz, 2009,2010,2013
* (C) kub, 2018-2024
* (C) irixxxx, 2018-2024
*
* This work is licensed under the terms of MAME license.
* See COPYING file in the top-level directory.