diff options
author | 2019-01-10 17:01:26 -0500 | |
---|---|---|
committer | 2019-01-10 17:01:26 -0500 | |
commit | a5461d9d6bf214cb5e348c892c72f528a7d237b9 (patch) | |
tree | 8c4266035921a9350e1973674f8b04ea418f9987 /src | |
parent | dd15e89a8673cded2fc25f2351e31bc87eb5075c (diff) |
2018 -> 2019 changes (nw)
* 2018 -> 2019 changes (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/netlist/prg/nltool.cpp | 2 | ||||
-rw-r--r-- | src/lib/netlist/prg/nlwav.cpp | 2 | ||||
-rw-r--r-- | src/osd/modules/render/bgfx/shaders/shader.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/netlist/prg/nltool.cpp b/src/lib/netlist/prg/nltool.cpp index 4395bd3bd17..ef45195ce67 100644 --- a/src/lib/netlist/prg/nltool.cpp +++ b/src/lib/netlist/prg/nltool.cpp @@ -696,7 +696,7 @@ int tool_app_t::execute() { pout( "nltool (netlist) 0.1\n" - "Copyright (C) 2018 Couriersud\n" + "Copyright (C) 2019 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 a1f14692364..17d385f2c1a 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) 2018 Couriersud\n" + "Copyright (C) 2019 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 84035e255fa..e7db3cdc242 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-2018 Branimir Karadzic. All rights reserved. +# Copyright 2011-2019 Branimir Karadzic. All rights reserved. # License: http://www.opensource.org/licenses/BSD-2-Clause # |