summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/devices/video/fixfreq.cpp2
-rw-r--r--src/lib/netlist/prg/nltool.cpp2
-rwxr-xr-xsrc/lib/netlist/prg/nlwav.cpp2
-rw-r--r--src/mame/drivers/socrates.cpp2
-rw-r--r--src/osd/modules/render/bgfx/shaders/shader.mk2
-rw-r--r--src/tools/testkeys.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/devices/video/fixfreq.cpp b/src/devices/video/fixfreq.cpp
index 5de27dc0b08..74db7c77216 100644
--- a/src/devices/video/fixfreq.cpp
+++ b/src/devices/video/fixfreq.cpp
@@ -4,7 +4,7 @@
fixfreq.h
- 2013-2020 Couriersud
+ 2013-2021 Couriersud
Fixed frequency monochrome monitor emulation
diff --git a/src/lib/netlist/prg/nltool.cpp b/src/lib/netlist/prg/nltool.cpp
index 21f1f0725fa..3108828d6ad 100644
--- a/src/lib/netlist/prg/nltool.cpp
+++ b/src/lib/netlist/prg/nltool.cpp
@@ -1273,7 +1273,7 @@ int tool_app_t::execute()
{
pout(
"nltool (netlist) {1}\n"
- "Copyright (C) 2020 Couriersud\n"
+ "Copyright (C) 2021 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 4b726bbe2cc..113479e91c6 100755
--- a/src/lib/netlist/prg/nlwav.cpp
+++ b/src/lib/netlist/prg/nlwav.cpp
@@ -784,7 +784,7 @@ int nlwav_app::execute()
{
pout(
"nlwav (netlist) 0.1\n"
- "Copyright (C) 2020 Couriersud\n"
+ "Copyright (C) 2021 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/mame/drivers/socrates.cpp b/src/mame/drivers/socrates.cpp
index 522f7439e8d..98af1ac9647 100644
--- a/src/mame/drivers/socrates.cpp
+++ b/src/mame/drivers/socrates.cpp
@@ -3,7 +3,7 @@
/******************************************************************************
*
* V-tech Socrates-series devices
-* Copyright (C) 2009-2020 Jonathan Gevaryahu AKA Lord Nightmare
+* Copyright (C) 2009-2021 Jonathan Gevaryahu AKA Lord Nightmare
* with dumping help from Kevin 'kevtris' Horton
*
* The devices in this driver all use a similar ASIC, presumably produced by
diff --git a/src/osd/modules/render/bgfx/shaders/shader.mk b/src/osd/modules/render/bgfx/shaders/shader.mk
index 049f9ebd506..8c391d4bce6 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-2020 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2021 Branimir Karadzic. All rights reserved.
# License: http://www.opensource.org/licenses/BSD-2-Clause
#
diff --git a/src/tools/testkeys.cpp b/src/tools/testkeys.cpp
index 7bc93dc6532..c963f948a67 100644
--- a/src/tools/testkeys.cpp
+++ b/src/tools/testkeys.cpp
@@ -2,7 +2,7 @@
//
// testkeys.cpp - A small utility to analyze SDL keycodes
//
-// Copyright (c) 1996-2020, Nicola Salmoria and the MAME Team.
+// Copyright (c) 1996-2021, Nicola Salmoria and the MAME Team.
// Visit http://mamedev.org for licensing and usage restrictions.
//
// SDLMAME by Olivier Galibert and R. Belmont