mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
Updates "2016" strings to "2017 where relevant.
Updates "2016" strings to "2017 where relevant.
This commit is contained in:
parent
1e441116ab
commit
e994eee7eb
@ -89,7 +89,7 @@ Please note that MAME is a registered trademark of Nicola Salmoria, and permissi
|
|||||||
<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-2016 MAMEDev and contributors
|
Copyright (C) 1997-2017 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2016, MAME Development Team
|
Copyright (c) 2017, 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2016, MAME Development Team
|
Copyright (c) 2017, 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
|
||||||
|
@ -54,7 +54,7 @@ master_doc = 'index'
|
|||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'MAME Documentation'
|
project = u'MAME Documentation'
|
||||||
copyright = u'2016, MAMEdev Team'
|
copyright = u'2017, 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
|
||||||
|
@ -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 Nicola Salmoria, and permission is required to use the "MAME" name, logo, or wordmark.
|
Please note that MAME is a registered trademark of Nicola Salmoria, and permission is required to use the "MAME" name, logo, or wordmark.
|
||||||
|
|
||||||
Copyright (C) 1997-2016 MAMEDev and contributors
|
Copyright (C) 1997-2017 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
|
||||||
|
@ -7,7 +7,7 @@ MAME's purpose is to preserve decades of software history. As electronic technol
|
|||||||
|
|
||||||
|
|
|
|
||||||
| **MAME(R), the Multiple Arcade Machine Emulator**
|
| **MAME(R), the Multiple Arcade Machine Emulator**
|
||||||
| **Copyright (c) 1997-2016 by Nicola Salmoria and the MAME team**
|
| **Copyright (c) 1997-2017 by Nicola Salmoria and the MAME team**
|
||||||
| **MAME is a trademark owned by Nicola Salmoria**
|
| **MAME is a trademark owned by Nicola Salmoria**
|
||||||
|
|
|
|
||||||
|
|
||||||
|
@ -531,7 +531,7 @@ int main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
pout(
|
pout(
|
||||||
"nltool (netlist) 0.1\n"
|
"nltool (netlist) 0.1\n"
|
||||||
"Copyright (C) 2016 Couriersud\n"
|
"Copyright (C) 2017 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"
|
||||||
|
@ -256,7 +256,7 @@ int main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
pout(
|
pout(
|
||||||
"nlwav (netlist) 0.1\n"
|
"nlwav (netlist) 0.1\n"
|
||||||
"Copyright (C) 2016 Couriersud\n"
|
"Copyright (C) 2017 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"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright 2011-2016 Branimir Karadzic. All rights reserved.
|
# Copyright 2011-2017 Branimir Karadzic. All rights reserved.
|
||||||
# License: http://www.opensource.org/licenses/BSD-2-Clause
|
# License: http://www.opensource.org/licenses/BSD-2-Clause
|
||||||
#
|
#
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2016, MAME Development Team
|
Copyright (c) 2017, 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
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
STARTFONT 2.1
|
STARTFONT 2.1
|
||||||
COMMENT Copyright (C) 1997-2016 MAMEDev and contributors
|
COMMENT Copyright (C) 1997-2017 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2016, MAME Development Team
|
Copyright (c) 2017, 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
|
||||||
|
Loading…
Reference in New Issue
Block a user