mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
add/update copyright notices for substantially changed files
This commit is contained in:
parent
2f0c5639c1
commit
7bf552b5fa
56 changed files with 76 additions and 33 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue