summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2022-11-05 18:43:00 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2022-11-05 18:43:00 +1100
commit94c29f0850fa2eb8fac0b66301a5dca81c9215ae (patch)
treeea5db265cd14122b1a9ad21d9d76a7fe88d5fb47
parentf0329680a13922603814a61dd9cc845376aeb50d (diff)
Update of license stuff
-rw-r--r--COPYING27
-rw-r--r--README.md2
-rw-r--r--docs/release/winui_license.txt31
-rw-r--r--src/hbmame/drivers/deco_mlc.cpp2
-rw-r--r--src/hbmame/drivers/gyruss.cpp2
-rw-r--r--src/hbmame/drivers/hyperspt.cpp2
-rw-r--r--src/hbmame/drivers/invaders.cpp2
-rw-r--r--src/hbmame/drivers/segaxbd.cpp2
-rw-r--r--src/hbmame/drivers/spcenctr.cpp2
-rw-r--r--src/osd/winui/bitmask.cpp2
-rw-r--r--src/osd/winui/bitmask.h2
-rw-r--r--src/osd/winui/columnedit.cpp2
-rw-r--r--src/osd/winui/columnedit.h2
-rw-r--r--src/osd/winui/datamap.cpp2
-rw-r--r--src/osd/winui/datamap.h2
-rw-r--r--src/osd/winui/dialogs.cpp2
-rw-r--r--src/osd/winui/dialogs.h2
-rw-r--r--src/osd/winui/dijoystick.cpp2
-rw-r--r--src/osd/winui/dijoystick.h2
-rw-r--r--src/osd/winui/directinput.cpp2
-rw-r--r--src/osd/winui/directinput.h2
-rw-r--r--src/osd/winui/directories.cpp2
-rw-r--r--src/osd/winui/directories.h2
-rw-r--r--src/osd/winui/dirwatch.cpp2
-rw-r--r--src/osd/winui/dirwatch.h2
-rw-r--r--src/osd/winui/emu_opts.cpp2
-rw-r--r--src/osd/winui/emu_opts.h2
-rw-r--r--src/osd/winui/game_opts.h2
-rw-r--r--src/osd/winui/help.cpp2
-rw-r--r--src/osd/winui/help.h2
-rw-r--r--src/osd/winui/history.cpp2
-rw-r--r--src/osd/winui/history.h2
-rw-r--r--src/osd/winui/layout.cpp2
-rw-r--r--src/osd/winui/mkhelp.cpp2
-rw-r--r--src/osd/winui/mui_audit.cpp2
-rw-r--r--src/osd/winui/mui_audit.h2
-rw-r--r--src/osd/winui/mui_main.cpp2
-rw-r--r--src/osd/winui/mui_opts.cpp2
-rw-r--r--src/osd/winui/mui_opts.h2
-rw-r--r--src/osd/winui/mui_util.cpp2
-rw-r--r--src/osd/winui/mui_util.h2
-rw-r--r--src/osd/winui/newui.h2
-rw-r--r--src/osd/winui/picker.cpp2
-rw-r--r--src/osd/winui/picker.h2
-rw-r--r--src/osd/winui/properties.cpp2
-rw-r--r--src/osd/winui/properties.h2
-rw-r--r--src/osd/winui/screenshot.cpp2
-rw-r--r--src/osd/winui/screenshot.h2
-rw-r--r--src/osd/winui/splitters.cpp2
-rw-r--r--src/osd/winui/splitters.h2
-rw-r--r--src/osd/winui/tabview.cpp2
-rw-r--r--src/osd/winui/tabview.h2
-rw-r--r--src/osd/winui/treeview.cpp2
-rw-r--r--src/osd/winui/treeview.h2
-rw-r--r--src/osd/winui/ui_opts.h2
-rw-r--r--src/osd/winui/winui.cpp2
-rw-r--r--src/osd/winui/winui.h2
57 files changed, 81 insertions, 87 deletions
diff --git a/COPYING b/COPYING
index e221d616ae0..77d903f786d 100644
--- a/COPYING
+++ b/COPYING
@@ -1,3 +1,25 @@
+HBMAME is copyright by Robbbert and contributors, 2014-2022.
+
+It is a derivative of MAME(tm), of which the various conditions and copyrights can be found below.
+
+This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, as provided in docs/legal/GPL-2.0.
+
+This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+
+The license requires that the source code of the release binary be available for at least 3 years. The source consists of 2 parts:
+
+a. The original MAME(tm) source, available at https://www.mamedev.org/release.html (if current), or https://www.mamedev.org/oldrel.html (for older versions), and
+
+b. The extra source to be applied over the top of the MAME(tm) source, and from November 2022 will be supplied with the binary. Earlier versions are available at https://www.progettosnaps.net/hbmame
+
+Currently, there's also a live github repository located at https://github.com/Robbbert/hbmame . You can pull this source anytime to make your own build, however these are works in progress and might not function as expected. The continued existence of this repository is not guaranteed.
+
+The winui code has an addendum, please read winui_license.txt
+
+Last update: 2022-11-05
+
+The MAME(tm) information begins here.
+
MAME is a registered trademark of Gregory Ember. Other trademarks are
property of their respective owners.
@@ -284,8 +306,3 @@ notice, here is a blessing:
May you do good and not evil.
May you find forgiveness for yourself and forgive others.
May you share freely, never taking more than you give.
-
-
-HBMAME
-
-The license condition of each source code file is stipulated on line 1 of the file concerned.
diff --git a/README.md b/README.md
index ea93cc0d2a8..b8a57ebd80f 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,6 @@ Licensing Information
Information about the MAME content can be found at https://github.com/mamedev/mame/blob/master/README.md
-Information about the MAME license can be found in COPYING
+Information about the license can be found in COPYING
Information about the WINUI portion can be found at https://github.com/Robbbert/mameui/blob/master/docs/winui_license.txt
diff --git a/docs/release/winui_license.txt b/docs/release/winui_license.txt
index 5fb050e8d92..2e3d42c0410 100644
--- a/docs/release/winui_license.txt
+++ b/docs/release/winui_license.txt
@@ -20,52 +20,29 @@ Robbbert BSD-3-Clause
etabeta (Fabio Priuli) BSD-3-Clause
Bletch (Nathan Woods) BSD-3-Clause
Mamesick BSD-3-Clause
+Rene Single BSD-3-Clause
-Copyright exists from 1997 to the present day, and beyond. The project is hereby covered by the GPL,
-with the following additional provisos.
-
-1. Original authors may lay claim to their particular works.
-
-2. Original authors may specify a different licence.
-
-3. Redistributions must include this file, and the file BSD3Clause.txt .
+Copyright exists from 1997 to the present day, and beyond. The project is hereby covered by the GPL-2.0
4. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
-
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-
POSSIBILITY OF SUCH DAMAGE.
In other words, we (authors, contributors, repository holders, official websites)
are not liable or responsible for anything.
-5. Usage: WINUI can be modified and used as you see fit, including commercially, however you
- cannot claim ownership or copyright of the works. See BSD3Clause.txt for more information.
-
-6. If you are unable to comply with these conditions, you must delete any winui code in your
- possession, along with any binaries that contain winui code, immediately.
-
Written by Robbbert on 2015-06-03.
-Updated on 2016-03-14.
-
-Please read the MAME license as well.
+Updated on 2022-11-05.
+Please read the COPYING file as well.
diff --git a/src/hbmame/drivers/deco_mlc.cpp b/src/hbmame/drivers/deco_mlc.cpp
index 253c80ca7a8..dfe19e4e88c 100644
--- a/src/hbmame/drivers/deco_mlc.cpp
+++ b/src/hbmame/drivers/deco_mlc.cpp
@@ -1,4 +1,4 @@
-// license:CC BY-NC-ND 3.0 (copying this code into another project is not permitted)
+// license:GPL-2.0+
// copyright-holders:Robbbert
#include "../mame/drivers/deco_mlc.cpp"
diff --git a/src/hbmame/drivers/gyruss.cpp b/src/hbmame/drivers/gyruss.cpp
index 56b97adc4df..9c89bb6483a 100644
--- a/src/hbmame/drivers/gyruss.cpp
+++ b/src/hbmame/drivers/gyruss.cpp
@@ -1,4 +1,4 @@
-// license:CC BY-NC-ND 3.0 (copying this code into another project is not permitted)
+// license:GPL-2.0+
// copyright-holders:Robbbert
#include "../mame/drivers/gyruss.cpp"
diff --git a/src/hbmame/drivers/hyperspt.cpp b/src/hbmame/drivers/hyperspt.cpp
index b5497ab7905..d22074ba1de 100644
--- a/src/hbmame/drivers/hyperspt.cpp
+++ b/src/hbmame/drivers/hyperspt.cpp
@@ -1,4 +1,4 @@
-// license:CC BY-NC-ND 3.0 (copying this code into another project is not permitted)
+// license:GPL-2.0+
// copyright-holders:Robbbert
#include "../mame/drivers/hyperspt.cpp"
diff --git a/src/hbmame/drivers/invaders.cpp b/src/hbmame/drivers/invaders.cpp
index e25ddac44ed..603334b62da 100644
--- a/src/hbmame/drivers/invaders.cpp
+++ b/src/hbmame/drivers/invaders.cpp
@@ -1,4 +1,4 @@
-// license:CC BY-NC-ND 3.0 (copying this code into another project is not permitted)
+// license:GPL-2.0+
// copyright-holders:Robbbert
/***************************************************************************************
The test roms:
diff --git a/src/hbmame/drivers/segaxbd.cpp b/src/hbmame/drivers/segaxbd.cpp
index 291b8178693..4737dddc5b5 100644
--- a/src/hbmame/drivers/segaxbd.cpp
+++ b/src/hbmame/drivers/segaxbd.cpp
@@ -1,4 +1,4 @@
-// license:CC BY-NC-ND 3.0 (copying this code into another project is not permitted)
+// license:GPL-2.0+
// copyright-holders:Robbbert
#include "../mame/drivers/segaxbd.cpp"
diff --git a/src/hbmame/drivers/spcenctr.cpp b/src/hbmame/drivers/spcenctr.cpp
index d39e6d60fb6..a95357876a7 100644
--- a/src/hbmame/drivers/spcenctr.cpp
+++ b/src/hbmame/drivers/spcenctr.cpp
@@ -1,4 +1,4 @@
-// license:CC BY-NC-ND 3.0 (copying this code into another project is not permitted)
+// license:GPL-2.0+
// copyright-holders:Robbbert
/***************************************************************************************
Some sounds are missing
diff --git a/src/osd/winui/bitmask.cpp b/src/osd/winui/bitmask.cpp
index 062bbc39f0b..5768cdf963f 100644
--- a/src/osd/winui/bitmask.cpp
+++ b/src/osd/winui/bitmask.cpp
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
/* bitmask.c - Bitmask support routines - MSH 11/19/1998 */
diff --git a/src/osd/winui/bitmask.h b/src/osd/winui/bitmask.h
index ad21e6ae7ae..ec583360637 100644
--- a/src/osd/winui/bitmask.h
+++ b/src/osd/winui/bitmask.h
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
//****************************************************************************
#ifndef BITMASK_H
diff --git a/src/osd/winui/columnedit.cpp b/src/osd/winui/columnedit.cpp
index 0fdaaadaa32..01b07097d01 100644
--- a/src/osd/winui/columnedit.cpp
+++ b/src/osd/winui/columnedit.cpp
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
diff --git a/src/osd/winui/columnedit.h b/src/osd/winui/columnedit.h
index a3c499ed999..63440730033 100644
--- a/src/osd/winui/columnedit.h
+++ b/src/osd/winui/columnedit.h
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
//****************************************************************************
#ifndef COLUMNEDIT_H
diff --git a/src/osd/winui/datamap.cpp b/src/osd/winui/datamap.cpp
index a340cc780ce..1b5673f86f8 100644
--- a/src/osd/winui/datamap.cpp
+++ b/src/osd/winui/datamap.cpp
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
diff --git a/src/osd/winui/datamap.h b/src/osd/winui/datamap.h
index 045ae1245c4..587508034dd 100644
--- a/src/osd/winui/datamap.h
+++ b/src/osd/winui/datamap.h
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
//****************************************************************************
//============================================================
diff --git a/src/osd/winui/dialogs.cpp b/src/osd/winui/dialogs.cpp
index 8587044bae9..da1f38b4888 100644
--- a/src/osd/winui/dialogs.cpp
+++ b/src/osd/winui/dialogs.cpp
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
diff --git a/src/osd/winui/dialogs.h b/src/osd/winui/dialogs.h
index ed447ce60d1..b863ae6e912 100644
--- a/src/osd/winui/dialogs.h
+++ b/src/osd/winui/dialogs.h
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
//****************************************************************************
#ifndef WINUI_DIALOGS_H
diff --git a/src/osd/winui/dijoystick.cpp b/src/osd/winui/dijoystick.cpp
index ae25c7e61db..6ac0cd916f1 100644
--- a/src/osd/winui/dijoystick.cpp
+++ b/src/osd/winui/dijoystick.cpp
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
diff --git a/src/osd/winui/dijoystick.h b/src/osd/winui/dijoystick.h
index a0c6bb4739a..1235c6597b6 100644
--- a/src/osd/winui/dijoystick.h
+++ b/src/osd/winui/dijoystick.h
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
//****************************************************************************
#ifndef DIJOYSTICK_H
diff --git a/src/osd/winui/directinput.cpp b/src/osd/winui/directinput.cpp
index 5268873a080..a9d9af9c6b3 100644
--- a/src/osd/winui/directinput.cpp
+++ b/src/osd/winui/directinput.cpp
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
diff --git a/src/osd/winui/directinput.h b/src/osd/winui/directinput.h
index 7af72dab981..ac246f49a07 100644
--- a/src/osd/winui/directinput.h
+++ b/src/osd/winui/directinput.h
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
//****************************************************************************
#ifndef DIRECTINPUT_H
diff --git a/src/osd/winui/directories.cpp b/src/osd/winui/directories.cpp
index 626e6806221..1a8217f72e3 100644
--- a/src/osd/winui/directories.cpp
+++ b/src/osd/winui/directories.cpp
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
diff --git a/src/osd/winui/directories.h b/src/osd/winui/directories.h
index 4f6af0707e0..1c84c45dd00 100644
--- a/src/osd/winui/directories.h
+++ b/src/osd/winui/directories.h
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
diff --git a/src/osd/winui/dirwatch.cpp b/src/osd/winui/dirwatch.cpp
index e67b625e491..bc421e08282 100644
--- a/src/osd/winui/dirwatch.cpp
+++ b/src/osd/winui/dirwatch.cpp
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
diff --git a/src/osd/winui/dirwatch.h b/src/osd/winui/dirwatch.h
index 302a8de70b2..3e752026538 100644
--- a/src/osd/winui/dirwatch.h
+++ b/src/osd/winui/dirwatch.h
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
//****************************************************************************
#ifndef DIRWATCHER_H
diff --git a/src/osd/winui/emu_opts.cpp b/src/osd/winui/emu_opts.cpp
index 206ea259b51..f2304092f4c 100644
--- a/src/osd/winui/emu_opts.cpp
+++ b/src/osd/winui/emu_opts.cpp
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
diff --git a/src/osd/winui/emu_opts.h b/src/osd/winui/emu_opts.h
index 71157cd0417..ad95f8b7279 100644
--- a/src/osd/winui/emu_opts.h
+++ b/src/osd/winui/emu_opts.h
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
diff --git a/src/osd/winui/game_opts.h b/src/osd/winui/game_opts.h
index 1152c7cef25..ef522dfe37a 100644
--- a/src/osd/winui/game_opts.h
+++ b/src/osd/winui/game_opts.h
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
diff --git a/src/osd/winui/help.cpp b/src/osd/winui/help.cpp
index 971c369bd86..4084b5bc0ed 100644
--- a/src/osd/winui/help.cpp
+++ b/src/osd/winui/help.cpp
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
//****************************************************************************
/***************************************************************************
diff --git a/src/osd/winui/help.h b/src/osd/winui/help.h
index 356e62994b7..9532d7afacf 100644
--- a/src/osd/winui/help.h
+++ b/src/osd/winui/help.h
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
//****************************************************************************
#ifndef HELP_H
diff --git a/src/osd/winui/history.cpp b/src/osd/winui/history.cpp
index 6417ce369b7..b4cdfe718f6 100644
--- a/src/osd/winui/history.cpp
+++ b/src/osd/winui/history.cpp
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
/***************************************************************************
diff --git a/src/osd/winui/history.h b/src/osd/winui/history.h
index f2b5060d84b..3282b19a7e8 100644
--- a/src/osd/winui/history.h
+++ b/src/osd/winui/history.h
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
diff --git a/src/osd/winui/layout.cpp b/src/osd/winui/layout.cpp
index c84887fcf9b..70b61c6bd88 100644
--- a/src/osd/winui/layout.cpp
+++ b/src/osd/winui/layout.cpp
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
diff --git a/src/osd/winui/mkhelp.cpp b/src/osd/winui/mkhelp.cpp
index 1ccd2483335..4e25a23c185 100644
--- a/src/osd/winui/mkhelp.cpp
+++ b/src/osd/winui/mkhelp.cpp
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
//****************************************************************************
/***************************************************************************
diff --git a/src/osd/winui/mui_audit.cpp b/src/osd/winui/mui_audit.cpp
index eb278f409a8..8f96340157e 100644
--- a/src/osd/winui/mui_audit.cpp
+++ b/src/osd/winui/mui_audit.cpp
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
diff --git a/src/osd/winui/mui_audit.h b/src/osd/winui/mui_audit.h
index b95e1684ce1..585d657277b 100644
--- a/src/osd/winui/mui_audit.h
+++ b/src/osd/winui/mui_audit.h
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
//****************************************************************************
#ifndef MUI_AUDIT_H
diff --git a/src/osd/winui/mui_main.cpp b/src/osd/winui/mui_main.cpp
index 2be926cc2ef..a03e657770d 100644
--- a/src/osd/winui/mui_main.cpp
+++ b/src/osd/winui/mui_main.cpp
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
//****************************************************************************
#ifndef WINUI
#define WINUI
diff --git a/src/osd/winui/mui_opts.cpp b/src/osd/winui/mui_opts.cpp
index 5657ebe6437..3083835e1e3 100644
--- a/src/osd/winui/mui_opts.cpp
+++ b/src/osd/winui/mui_opts.cpp
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
diff --git a/src/osd/winui/mui_opts.h b/src/osd/winui/mui_opts.h
index 5943dfa6078..4fb53baeaff 100644
--- a/src/osd/winui/mui_opts.h
+++ b/src/osd/winui/mui_opts.h
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
diff --git a/src/osd/winui/mui_util.cpp b/src/osd/winui/mui_util.cpp
index dfd1a4a6b38..ecd73c17c8b 100644
--- a/src/osd/winui/mui_util.cpp
+++ b/src/osd/winui/mui_util.cpp
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
diff --git a/src/osd/winui/mui_util.h b/src/osd/winui/mui_util.h
index 0f5c2ea7e06..5b2fc25ef15 100644
--- a/src/osd/winui/mui_util.h
+++ b/src/osd/winui/mui_util.h
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
//****************************************************************************
#ifndef MUI_UTIL_H
diff --git a/src/osd/winui/newui.h b/src/osd/winui/newui.h
index 3a8d0ec6aef..549947012f2 100644
--- a/src/osd/winui/newui.h
+++ b/src/osd/winui/newui.h
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
//****************************************************************************
//============================================================
//
diff --git a/src/osd/winui/picker.cpp b/src/osd/winui/picker.cpp
index ed55d47c508..8ce6c6a7a50 100644
--- a/src/osd/winui/picker.cpp
+++ b/src/osd/winui/picker.cpp
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
diff --git a/src/osd/winui/picker.h b/src/osd/winui/picker.h
index a8ff2edf91a..001804ee320 100644
--- a/src/osd/winui/picker.h
+++ b/src/osd/winui/picker.h
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
//****************************************************************************
#ifndef PICKER_H
diff --git a/src/osd/winui/properties.cpp b/src/osd/winui/properties.cpp
index 5edd1c84b6e..66102807df9 100644
--- a/src/osd/winui/properties.cpp
+++ b/src/osd/winui/properties.cpp
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
diff --git a/src/osd/winui/properties.h b/src/osd/winui/properties.h
index e678f64316f..80e3a69aba3 100644
--- a/src/osd/winui/properties.h
+++ b/src/osd/winui/properties.h
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
//****************************************************************************
#ifndef WINUI_PROPERTIES_H
diff --git a/src/osd/winui/screenshot.cpp b/src/osd/winui/screenshot.cpp
index a73a5521255..ffa9889f72a 100644
--- a/src/osd/winui/screenshot.cpp
+++ b/src/osd/winui/screenshot.cpp
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
diff --git a/src/osd/winui/screenshot.h b/src/osd/winui/screenshot.h
index 6a49b2749b5..5d305c56bbf 100644
--- a/src/osd/winui/screenshot.h
+++ b/src/osd/winui/screenshot.h
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
diff --git a/src/osd/winui/splitters.cpp b/src/osd/winui/splitters.cpp
index a694c8cc5a9..00aa01d750d 100644
--- a/src/osd/winui/splitters.cpp
+++ b/src/osd/winui/splitters.cpp
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
diff --git a/src/osd/winui/splitters.h b/src/osd/winui/splitters.h
index a0382865bf9..8a578f37983 100644
--- a/src/osd/winui/splitters.h
+++ b/src/osd/winui/splitters.h
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
diff --git a/src/osd/winui/tabview.cpp b/src/osd/winui/tabview.cpp
index 89f3ffb56ba..ce0a2f8180c 100644
--- a/src/osd/winui/tabview.cpp
+++ b/src/osd/winui/tabview.cpp
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
diff --git a/src/osd/winui/tabview.h b/src/osd/winui/tabview.h
index 8958045a4be..9e08ad366c0 100644
--- a/src/osd/winui/tabview.h
+++ b/src/osd/winui/tabview.h
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
//****************************************************************************
#ifndef TABVIEW_H
diff --git a/src/osd/winui/treeview.cpp b/src/osd/winui/treeview.cpp
index c0860dd11cf..cd132629536 100644
--- a/src/osd/winui/treeview.cpp
+++ b/src/osd/winui/treeview.cpp
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
//****************************************************************************
/***************************************************************************
diff --git a/src/osd/winui/treeview.h b/src/osd/winui/treeview.h
index 549572e2f47..7c95e1d2220 100644
--- a/src/osd/winui/treeview.h
+++ b/src/osd/winui/treeview.h
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
//****************************************************************************
// NOTE: ifdef MESS doesn't work here
#ifndef WINUI_TREEVIEW_H
diff --git a/src/osd/winui/ui_opts.h b/src/osd/winui/ui_opts.h
index c12b41bc725..07570579788 100644
--- a/src/osd/winui/ui_opts.h
+++ b/src/osd/winui/ui_opts.h
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
// MASTER
//****************************************************************************
diff --git a/src/osd/winui/winui.cpp b/src/osd/winui/winui.cpp
index be7de755cba..8ab1035eeb1 100644
--- a/src/osd/winui/winui.cpp
+++ b/src/osd/winui/winui.cpp
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
//****************************************************************************
/***************************************************************************
diff --git a/src/osd/winui/winui.h b/src/osd/winui/winui.h
index cd6419db564..b06510f824c 100644
--- a/src/osd/winui/winui.h
+++ b/src/osd/winui/winui.h
@@ -1,4 +1,4 @@
-// For licensing and usage information, read docs/winui_license.txt
+// For licensing and usage information, read docs/release/winui_license.txt
//****************************************************************************
#ifndef WINUI_H