summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Stiletto <stilett0@users.noreply.github.com>2017-01-24 17:29:49 -0500
committer Vas Crabb <vas@vastheman.com>2017-01-25 09:40:28 +1100
commite994eee7eb31c976dccce17c644e6b28a91ad0a0 (patch)
tree804e86fccedb4e2a28311dd7ff4735371ce3b7ab
parent1e441116ab95602a94e6b27b831d75b1b66cd695 (diff)
Updates "2016" strings to "2017 where relevant.
Updates "2016" strings to "2017 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
-rw-r--r--src/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 f4693c3cd83..3c6a2405f86 100644
--- a/README.md
+++ b/README.md
@@ -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">
</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
it under the terms of the GNU General Public License as published by
diff --git a/android-project/LICENSE b/android-project/LICENSE
index 4d9210d10e1..7129c522789 100644
--- a/android-project/LICENSE
+++ b/android-project/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2016, MAME Development Team
+Copyright (c) 2017, 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 4d9210d10e1..7129c522789 100644
--- a/benchmarks/LICENSE
+++ b/benchmarks/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2016, MAME Development Team
+Copyright (c) 2017, 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 3031771673e..55b2d422005 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'2016, MAMEdev Team'
+copyright = u'2017, 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 615e9af911b..1ce48503983 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 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
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 1233ad00080..98897104855 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(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**
|
diff --git a/src/lib/netlist/prg/nltool.cpp b/src/lib/netlist/prg/nltool.cpp
index a6513f260b9..19b453cb069 100644
--- a/src/lib/netlist/prg/nltool.cpp
+++ b/src/lib/netlist/prg/nltool.cpp
@@ -531,7 +531,7 @@ int main(int argc, char *argv[])
{
pout(
"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"
"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 5a3fdbbfad0..5c0d3c11dc8 100644
--- a/src/lib/netlist/prg/nlwav.cpp
+++ b/src/lib/netlist/prg/nlwav.cpp
@@ -256,7 +256,7 @@ int main(int argc, char *argv[])
{
pout(
"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"
"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 8f73be5445c..f9cdeb91f95 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-2016 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2017 Branimir Karadzic. All rights reserved.
# License: http://www.opensource.org/licenses/BSD-2-Clause
#
diff --git a/tests/LICENSE b/tests/LICENSE
index 4d9210d10e1..7129c522789 100644
--- a/tests/LICENSE
+++ b/tests/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2016, MAME Development Team
+Copyright (c) 2017, 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 526d60ae398..a6b7d5b622f 100644
--- a/uismall.bdf
+++ b/uismall.bdf
@@ -1,5 +1,5 @@
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
SIZE 12 96 96
FONTBOUNDINGBOX 8 11 0 -2
diff --git a/web/LICENSE b/web/LICENSE
index 4d9210d10e1..7129c522789 100644
--- a/web/LICENSE
+++ b/web/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2016, MAME Development Team
+Copyright (c) 2017, MAME Development Team
All rights reserved.
Redistribution and use in source and binary forms, with or without