summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Jonathan Holt <j.holt@ctidigital.com>2018-01-05 13:35:45 +0000
committer Vas Crabb <cuavas@users.noreply.github.com>2018-01-06 00:48:05 +1100
commitc25b98226d633149162fbf99ea06919646acb9b6 (patch)
tree309a21ed6872f05659c9a0bbf8d7cf18796b647d
parent3242332a5cd8bd8979b74ff829630812d878c33f (diff)
Updates "2017" strings to "2018" where relevant.
-rw-r--r--README.md2
-rw-r--r--android-project/LICENSE2
-rw-r--r--benchmarks/LICENSE2
-rw-r--r--docs/source/conf.py2
-rw-r--r--docs/source/license.rst2
-rw-r--r--docs/source/whatis.rst2
-rwxr-xr-xsrc/lib/netlist/prg/nltool.cpp2
-rw-r--r--src/lib/netlist/prg/nlwav.cpp2
-rw-r--r--src/osd/modules/render/bgfx/shaders/shader.mk2
-rw-r--r--tests/LICENSE2
-rw-r--r--uismall.bdf2
-rw-r--r--web/LICENSE2
12 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index 23c15aaad94..3640c350e34 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,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">
</a>
- Copyright (C) 1997-2017 MAMEDev and contributors
+ Copyright (C) 1997-2018 MAMEDev and contributors
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/android-project/LICENSE b/android-project/LICENSE
index 7129c522789..844daf41951 100644
--- a/android-project/LICENSE
+++ b/android-project/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2017, MAME Development Team
+Copyright (c) 2018, MAME Development Team
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/benchmarks/LICENSE b/benchmarks/LICENSE
index 7129c522789..844daf41951 100644
--- a/benchmarks/LICENSE
+++ b/benchmarks/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2017, MAME Development Team
+Copyright (c) 2018, MAME Development Team
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 83108a590de..1f089fb8cf9 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -54,7 +54,7 @@ master_doc = 'index'
# General information about the project.
project = u'MAME Documentation'
-copyright = u'2017, MAMEdev Team'
+copyright = u'2018, MAMEdev Team'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/docs/source/license.rst b/docs/source/license.rst
index 5b7e0a137a7..9e61b9ca349 100644
--- a/docs/source/license.rst
+++ b/docs/source/license.rst
@@ -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.
- Copyright (C) 1997-2017 MAMEDev and contributors
+ Copyright (C) 1997-2018 MAMEDev and contributors
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/docs/source/whatis.rst b/docs/source/whatis.rst
index c7f87c22273..fb5dffe497b 100644
--- a/docs/source/whatis.rst
+++ b/docs/source/whatis.rst
@@ -7,7 +7,7 @@ MAME's purpose is to preserve decades of software history. As electronic technol
|
| **MAME®**
-| **Copyright © 1997-2017 by Nicola Salmoria and the MAME team**
+| **Copyright © 1997-2018 by Nicola Salmoria and the MAME team**
| **MAME is a registered trademark owned by Gregory Ember**
|
diff --git a/src/lib/netlist/prg/nltool.cpp b/src/lib/netlist/prg/nltool.cpp
index 675117bdd09..a1d53d6792d 100755
--- a/src/lib/netlist/prg/nltool.cpp
+++ b/src/lib/netlist/prg/nltool.cpp
@@ -695,7 +695,7 @@ int tool_app_t::execute()
{
pout(
"nltool (netlist) 0.1\n"
- "Copyright (C) 2017 Couriersud\n"
+ "Copyright (C) 2018 Couriersud\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"
"There is NO WARRANTY, to the extent permitted by law.\n\n"
diff --git a/src/lib/netlist/prg/nlwav.cpp b/src/lib/netlist/prg/nlwav.cpp
index be2eb7b9947..23491e88349 100644
--- a/src/lib/netlist/prg/nlwav.cpp
+++ b/src/lib/netlist/prg/nlwav.cpp
@@ -379,7 +379,7 @@ int nlwav_app::execute()
{
pout(
"nlwav (netlist) 0.1\n"
- "Copyright (C) 2017 Couriersud\n"
+ "Copyright (C) 2018 Couriersud\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"
"There is NO WARRANTY, to the extent permitted by law.\n\n"
diff --git a/src/osd/modules/render/bgfx/shaders/shader.mk b/src/osd/modules/render/bgfx/shaders/shader.mk
index f9cdeb91f95..84035e255fa 100644
--- a/src/osd/modules/render/bgfx/shaders/shader.mk
+++ b/src/osd/modules/render/bgfx/shaders/shader.mk
@@ -1,5 +1,5 @@
#
-# Copyright 2011-2017 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2018 Branimir Karadzic. All rights reserved.
# License: http://www.opensource.org/licenses/BSD-2-Clause
#
diff --git a/tests/LICENSE b/tests/LICENSE
index 7129c522789..844daf41951 100644
--- a/tests/LICENSE
+++ b/tests/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2017, MAME Development Team
+Copyright (c) 2018, MAME Development Team
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/uismall.bdf b/uismall.bdf
index a6b7d5b622f..3a62b0b9987 100644
--- a/uismall.bdf
+++ b/uismall.bdf
@@ -1,5 +1,5 @@
STARTFONT 2.1
-COMMENT Copyright (C) 1997-2017 MAMEDev and contributors
+COMMENT Copyright (C) 1997-2018 MAMEDev and contributors
FONT -mamedev-uismall-Medium-R-Normal--16-120-96-96-P-100-ISO10646-1
SIZE 12 96 96
FONTBOUNDINGBOX 8 11 0 -2
diff --git a/web/LICENSE b/web/LICENSE
index 7129c522789..844daf41951 100644
--- a/web/LICENSE
+++ b/web/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2017, MAME Development Team
+Copyright (c) 2018, MAME Development Team
All rights reserved.
Redistribution and use in source and binary forms, with or without