diff options
author | 2020-04-13 15:01:40 +1000 | |
---|---|---|
committer | 2020-04-13 15:01:40 +1000 | |
commit | d10ba2b97a37cce242a4fee4839cde8e68cd0391 (patch) | |
tree | 4cda34172b3592970b2f822aea42f53c4166dcfb /src/lib/formats/apridisk.cpp | |
parent | 4590736ee97e4d9a539188fc00f9636b6b6526bd (diff) |
With permission from Dirk Best, apply 3-clause BSD license to common devices and image handling (nw)
Note that this does not apply to machine drivers or device implementations for a single machine family (e.g. Amiga chips or VTech expansion bus)
Diffstat (limited to 'src/lib/formats/apridisk.cpp')
-rw-r--r-- | src/lib/formats/apridisk.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/formats/apridisk.cpp b/src/lib/formats/apridisk.cpp index a42aa9fa4d4..1eb4ac864b9 100644 --- a/src/lib/formats/apridisk.cpp +++ b/src/lib/formats/apridisk.cpp @@ -1,4 +1,4 @@ -// license:GPL-2.0+ +// license:BSD-3-Clause // copyright-holders:Dirk Best /*************************************************************************** @@ -8,7 +8,6 @@ ***************************************************************************/ -#include "emu.h" #include "imageutl.h" #include "apridisk.h" |