Skip to content

Commit

Permalink
restore original copyright holders to files where not every line is m…
Browse files Browse the repository at this point in the history
…y code (although most of these are no so distant from the files from 20 years ago due to the amount of rewriting they've undergone it's questionable they still apply)
  • Loading branch information
David Haywood committed Nov 28, 2024
1 parent 173bf3c commit c6d4273
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/mame/toaplan/batsugun.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:David Haywood
// copyright-holders:Quench, Yochizo, David Haywood

#include "emu.h"

Expand Down
2 changes: 1 addition & 1 deletion src/mame/toaplan/dogyuun.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:David Haywood
// copyright-holders:Quench, Yochizo, David Haywood

#include "emu.h"

Expand Down
2 changes: 1 addition & 1 deletion src/mame/toaplan/fixeight.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:David Haywood
// copyright-holders:Quench, Yochizo, David Haywood

#include "emu.h"

Expand Down
2 changes: 1 addition & 1 deletion src/mame/toaplan/ghox.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:David Haywood
// copyright-holders:Quench, Yochizo, David Haywood

#include "emu.h"

Expand Down
2 changes: 1 addition & 1 deletion src/mame/toaplan/kbash.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:David Haywood
// copyright-holders:Quench, Yochizo, David Haywood

#include "emu.h"

Expand Down
2 changes: 1 addition & 1 deletion src/mame/toaplan/pipibibi.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:David Haywood
// copyright-holders:Quench, Yochizo, David Haywood

#include "emu.h"

Expand Down
2 changes: 1 addition & 1 deletion src/mame/toaplan/raizing.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:David Haywood
// copyright-holders:Quench, Yochizo, David Haywood

#include "emu.h"

Expand Down
2 changes: 1 addition & 1 deletion src/mame/toaplan/raizing.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:David Haywood
// copyright-holders:Quench, Yochizo, David Haywood

#include "emupal.h"
#include "screen.h"
Expand Down
4 changes: 1 addition & 3 deletions src/mame/toaplan/raizing_batrider.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
// license:BSD-3-Clause
// copyright-holders:David Haywood
// copyright-holders:Quench, Yochizo, David Haywood

#include "emu.h"

#include "raizing.h"



class batrider_state : public raizing_base_state
{
public:
Expand Down
2 changes: 1 addition & 1 deletion src/mame/toaplan/snowbro2.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:David Haywood
// copyright-holders:Quench, Yochizo, David Haywood

#include "emu.h"

Expand Down
2 changes: 1 addition & 1 deletion src/mame/toaplan/sunwise.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:David Haywood
// copyright-holders:Quench, Yochizo, David Haywood

#include "emu.h"

Expand Down
2 changes: 1 addition & 1 deletion src/mame/toaplan/tekipaki.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:David Haywood
// copyright-holders:Quench, Yochizo, David Haywood

#include "emu.h"

Expand Down
2 changes: 1 addition & 1 deletion src/mame/toaplan/toaplan_coincounter.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:David Haywood
// copyright-holders:Quench, Yochizo, David Haywood

#include "emu.h"
#include "toaplan_coincounter.h"
Expand Down
2 changes: 1 addition & 1 deletion src/mame/toaplan/toaplan_coincounter.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:David Haywood
// copyright-holders:Quench, Yochizo, David Haywood

#ifndef MAME_TOAPLAN_TOAPLAN_COINCOUNTER_H
#define MAME_TOAPLAN_TOAPLAN_COINCOUNTER_H
Expand Down
2 changes: 1 addition & 1 deletion src/mame/toaplan/truxton2.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:David Haywood
// copyright-holders:Quench, Yochizo, David Haywood

#include "emu.h"

Expand Down
2 changes: 1 addition & 1 deletion src/mame/toaplan/vfive.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:David Haywood
// copyright-holders:Quench, Yochizo, David Haywood

#include "emu.h"

Expand Down

0 comments on commit c6d4273

Please sign in to comment.