Skip to content

Commit

Permalink
Add missing license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilka committed May 25, 2015
1 parent 6d99868 commit 268f52e
Show file tree
Hide file tree
Showing 50 changed files with 200 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/Core/AudioCommon/aldlist.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2009 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

/*
* Copyright (c) 2006, Creative Labs Inc.
* All rights reserved.
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/AudioCommon/aldlist.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2009 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include <string>
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/Common/CDUtils.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2009 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

// Most of the code in this file was shamelessly ripped from libcdio With minor adjustments

#include <algorithm>
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/Common/CDUtils.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2009 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include <string>
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/Common/DebugInterface.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2008 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include <cstring>
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/Common/FifoQueue.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2010 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

// a simple lockless thread-safe,
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/Common/GekkoDisassembler.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2014 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

/* $VER: ppc_disasm.c V1.5 (27.05.2009)
*
* Disassembler module for the PowerPC microprocessor family
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/Common/GekkoDisassembler.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2014 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

/* $VER: ppc_disasm.h V1.6 (09.12.2011)
*
* Disassembler module for the PowerPC microprocessor family
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/Common/SDCardUtil.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2009 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

/* mksdcard.c
**
** Copyright 2007, The Android Open Source Project
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/Core/IPC_HLE/ICMP.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2012 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#ifdef _WIN32
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/Core/IPC_HLE/ICMPLin.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2012 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#include "ICMP.h"

// Currently stubbed. AFAIK (delroth) there is no way to send ICMP echo
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/Core/IPC_HLE/ICMPWin.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2012 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#include "Core/IPC_HLE/ICMP.h"

enum
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/Core/IPC_HLE/hci.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2008 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

// Dolphin notes:
// Added some info from bluetooth.h
// All packet headers have had the packet type field removed. This is because
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/Core/IPC_HLE/l2cap.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2008 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

/* $NetBSD: l2cap.h,v 1.9 2009/09/13 18:45:11 pooka Exp $ */

/*-
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/DolphinWX/ControllerConfigDiag.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2010 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#include <array>
#include <map>
#include <string>
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/DolphinWX/ControllerConfigDiag.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2010 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include <array>
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/DolphinWX/resource.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2008 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by DolphinWX.rc
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/DolphinWX/resources/dolphin_logo.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2008 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

const unsigned char dolphin_logo_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0xc8, 0x00, 0x00, 0x00, 0x6e, 0x08, 0x06, 0x00, 0x00, 0x00, 0x62, 0x1d, 0x5c,
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/DolphinWX/resources/rating_gamelist.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2009 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

static const char *rating_5[] = {
"96 32 33 1",
"7 c #EBB027",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2010 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

{ DIK_A, "A" },
{ DIK_B, "B" },
{ DIK_C, "C" },
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2014 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include <vector>
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/InputCommon/ControllerInterface/XInput/XInput.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2010 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.


#include "InputCommon/ControllerInterface/XInput/XInput.h"

Expand Down
4 changes: 4 additions & 0 deletions Source/Core/InputCommon/ControllerInterface/XInput/XInput.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2010 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

// XInput suffers a similar issue as XAudio2. Since Win8, it is part of the OS.
// However, unlike XAudio2 they have not made the API incompatible - so we just
// compile against the latest version and fall back to dynamically loading the
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2010 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#include <cstring>
#include <X11/XKBlib.h>

Expand Down
4 changes: 4 additions & 0 deletions Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2010 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include <X11/keysym.h>
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/VideoBackends/D3D/PerfQuery.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2012 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#include "VideoBackends/D3D/D3DBase.h"
#include "VideoBackends/D3D/PerfQuery.h"
#include "VideoCommon/RenderBase.h"
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/VideoBackends/D3D/PerfQuery.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2012 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include <array>
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/VideoBackends/D3D/Render.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2010 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include <string>
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/VideoBackends/D3D/VideoBackend.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2011 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include <string>
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/VideoBackends/OGL/PerfQuery.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2012 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include <array>
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/VideoBackends/OGL/Render.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2008 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include <string>
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/VideoBackends/OGL/SamplerCache.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2013 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include <map>
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/VideoBackends/OGL/VideoBackend.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2011 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include <string>
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/VideoBackends/Software/VideoBackend.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2011 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include <string>
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/VideoCommon/AsyncRequests.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2015 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#include "VideoCommon/AsyncRequests.h"
#include "VideoCommon/Fifo.h"
#include "VideoCommon/RenderBase.h"
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/VideoCommon/FramebufferManagerBase.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2010 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.


#include "VideoCommon/FramebufferManagerBase.h"
#include "VideoCommon/RenderBase.h"
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/VideoCommon/FramebufferManagerBase.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2010 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include <list>
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/VideoCommon/MainBase.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2010 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#include "Common/Event.h"
#include "Core/ConfigManager.h"

Expand Down
4 changes: 4 additions & 0 deletions Source/Core/VideoCommon/MainBase.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2010 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include "Common/CommonTypes.h"
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/VideoCommon/PerfQueryBase.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2012 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#include "VideoCommon/PerfQueryBase.h"
#include "VideoCommon/VideoConfig.h"

Expand Down
4 changes: 4 additions & 0 deletions Source/Core/VideoCommon/PerfQueryBase.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2012 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include "Common/CommonTypes.h"
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/VideoCommon/VertexLoaderX64.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2015 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#include "Common/BitSet.h"
#include "Common/CPUDetect.h"
#include "Common/Intrinsics.h"
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/VideoCommon/VertexLoaderX64.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2015 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#include "Common/x64Emitter.h"
#include "VideoCommon/VertexLoaderBase.h"

Expand Down
4 changes: 4 additions & 0 deletions Source/Core/VideoCommon/VertexManagerBase.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2010 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#include "Common/CommonTypes.h"

#include "VideoCommon/BPStructs.h"
Expand Down
4 changes: 4 additions & 0 deletions Source/Core/VideoCommon/VertexManagerBase.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2010 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include <vector>
Expand Down
4 changes: 4 additions & 0 deletions Source/PCH/pch.cpp
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
// Copyright 2014 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#include "pch.h"
4 changes: 4 additions & 0 deletions Source/PCH/pch.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2013 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#include <algorithm>
#include <array>
#include <assert.h>
Expand Down
4 changes: 4 additions & 0 deletions Source/UnitTests/Core/MMIOTest.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2014 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#include <unordered_set>
#include <gtest/gtest.h>

Expand Down
4 changes: 4 additions & 0 deletions Source/UnitTests/Core/PageFaultTest.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2014 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#include <chrono>

#include "Common/CommonTypes.h"
Expand Down
4 changes: 4 additions & 0 deletions Source/UnitTests/VideoCommon/VertexLoaderTest.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2014 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#include <limits>
#include <memory>
#include <tuple>
Expand Down

0 comments on commit 268f52e

Please sign in to comment.