Happy New Year 2020 (nw) (#6128)

Happy New Year 2020 (nw) (#6128)
This commit is contained in:
Stiletto 2020-01-04 01:13:50 -05:00 committed by GitHub
parent a50b4e871e
commit 88909dc0d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 21 additions and 21 deletions

View File

@ -4,7 +4,7 @@ MAME is a registered trademark of Gregory Ember.
The text of version 2 of the GNU General Public License follows. The text of version 2 of the GNU General Public License follows.
Copyright (C) 1997-2019 MAMEDev and contributors Copyright (C) 1997-2020 MAMEDev and contributors
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@ -93,7 +93,7 @@ Please note that MAME is a registered trademark of Gregory Ember, and permission
<img align="right" src="http://opensource.org/trademarks/opensource/OSI-Approved-License-100x137.png"> <img align="right" src="http://opensource.org/trademarks/opensource/OSI-Approved-License-100x137.png">
</a> </a>
Copyright (C) 1997-2019 MAMEDev and contributors Copyright (C) 1997-2020 MAMEDev and contributors
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@ -1,4 +1,4 @@
Copyright (c) 2019, MAME Development Team Copyright (c) 2020, MAME Development Team
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,4 +1,4 @@
Copyright (c) 2019, MAME Development Team Copyright (c) 2020, MAME Development Team
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -55,16 +55,16 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'MAME Documentation' project = u'MAME Documentation'
copyright = u'2019, MAMEdev Team' copyright = u'2020, MAMEdev Team'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.216' version = '0.217'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.216' release = '0.217'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -6,7 +6,7 @@ The MAME project as a whole is distributed under the terms of the `GNU General P
Please note that MAME is a registered trademark of Gregory Ember, and permission is required to use the "MAME" name, logo, or wordmark. Please note that MAME is a registered trademark of Gregory Ember, and permission is required to use the "MAME" name, logo, or wordmark.
Copyright (C) 1997-2019 MAMEDev and contributors Copyright (C) 1997-2020 MAMEDev and contributors
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@ -53,7 +53,7 @@ Let's first run MAME in a terminal to reach the LUA console:
_/ _/ _/ _/_/_/_/ _/ _/ _/ _/_/_/ _/ _/ _/ _/_/_/_/ _/ _/ _/ _/_/_/
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
_/ _/ _/ _/ _/ _/ _/_/_/_/ _/ _/ _/ _/ _/ _/ _/_/_/_/
mame v0.205 mame v0.217
Copyright (C) Nicola Salmoria and the MAME team Copyright (C) Nicola Salmoria and the MAME team
Lua 5.3 Lua 5.3
@ -77,7 +77,7 @@ You can check at runtime which version of MAME you are running, with:
:: ::
[MAME]> print(emu.app_name() .. " " .. emu.app_version()) [MAME]> print(emu.app_name() .. " " .. emu.app_version())
mame 0.205 mame 0.217
We now start exploring screen related methods. First, let's enumerate available screens: We now start exploring screen related methods. First, let's enumerate available screens:

View File

@ -7,7 +7,7 @@ MAME's purpose is to preserve decades of software history. As electronic technol
| |
| **MAME®** | **MAME®**
| **Copyright © 1997-2019 by Nicola Salmoria and the MAME team** | **Copyright © 1997-2020 by Nicola Salmoria and the MAME team**
| **MAME is a registered trademark owned by Gregory Ember** | **MAME is a registered trademark owned by Gregory Ember**
| |

View File

@ -1,4 +1,4 @@
Copyright (c) 2019, MAME Development Team Copyright (c) 2020, MAME Development Team
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -4,7 +4,7 @@
fixfreq.h fixfreq.h
2013-2019 Couriersud 2013-2020 Couriersud
Fixed frequency monochrome monitor emulation Fixed frequency monochrome monitor emulation

View File

@ -1007,7 +1007,7 @@ int tool_app_t::execute()
{ {
pout( pout(
"nltool (netlist) {1}\n" "nltool (netlist) {1}\n"
"Copyright (C) 2019 Couriersud\n" "Copyright (C) 2020 Couriersud\n"
"License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>.\n" "License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>.\n"
"This is free software: you are free to change and redistribute it.\n" "This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n\n" "There is NO WARRANTY, to the extent permitted by law.\n\n"

View File

@ -506,7 +506,7 @@ int nlwav_app::execute()
{ {
pout( pout(
"nlwav (netlist) 0.1\n" "nlwav (netlist) 0.1\n"
"Copyright (C) 2019 Couriersud\n" "Copyright (C) 2020 Couriersud\n"
"License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>.\n" "License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>.\n"
"This is free software: you are free to change and redistribute it.\n" "This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n\n" "There is NO WARRANTY, to the extent permitted by law.\n\n"

View File

@ -3,7 +3,7 @@
/****************************************************************************** /******************************************************************************
* *
* V-tech Socrates-series devices * V-tech Socrates-series devices
* Copyright (C) 2009-2019 Jonathan Gevaryahu AKA Lord Nightmare * Copyright (C) 2009-2020 Jonathan Gevaryahu AKA Lord Nightmare
* with dumping help from Kevin 'kevtris' Horton * with dumping help from Kevin 'kevtris' Horton
* *
* The devices in this driver all use a similar ASIC, presumably produced by * The devices in this driver all use a similar ASIC, presumably produced by

View File

@ -1,5 +1,5 @@
# #
# Copyright 2011-2019 Branimir Karadzic. All rights reserved. # Copyright 2011-2020 Branimir Karadzic. All rights reserved.
# License: http://www.opensource.org/licenses/BSD-2-Clause # License: http://www.opensource.org/licenses/BSD-2-Clause
# #

View File

@ -2,7 +2,7 @@
// //
// testkeys.cpp - A small utility to analyze SDL keycodes // testkeys.cpp - A small utility to analyze SDL keycodes
// //
// Copyright (c) 1996-2019, Nicola Salmoria and the MAME Team. // Copyright (c) 1996-2020, Nicola Salmoria and the MAME Team.
// Visit http://mamedev.org for licensing and usage restrictions. // Visit http://mamedev.org for licensing and usage restrictions.
// //
// SDLMAME by Olivier Galibert and R. Belmont // SDLMAME by Olivier Galibert and R. Belmont

View File

@ -1,4 +1,4 @@
Copyright (c) 2019, MAME Development Team Copyright (c) 2020, MAME Development Team
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
STARTFONT 2.1 STARTFONT 2.1
COMMENT Copyright (C) 1997-2019 MAMEDev and contributors COMMENT Copyright (C) 1997-2020 MAMEDev and contributors
FONT -mamedev-uismall-Medium-R-Normal--16-120-96-96-P-100-ISO10646-1 FONT -mamedev-uismall-Medium-R-Normal--16-120-96-96-P-100-ISO10646-1
SIZE 12 96 96 SIZE 12 96 96
FONTBOUNDINGBOX 8 11 0 -2 FONTBOUNDINGBOX 8 11 0 -2

View File

@ -1,4 +1,4 @@
Copyright (c) 2019, MAME Development Team Copyright (c) 2020, MAME Development Team
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without