Add missing license headers

This commit is contained in:
Tillmann Karras
2015-05-25 13:11:47 +02:00
parent 6d9986846c
commit 268f52e054
50 changed files with 200 additions and 0 deletions
+4
View File
@@ -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.
+4
View File
@@ -1,3 +1,7 @@
// Copyright 2009 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include <string>
+4
View File
@@ -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>
+4
View File
@@ -1,3 +1,7 @@
// Copyright 2009 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include <string>
+4
View File
@@ -1,3 +1,7 @@
// Copyright 2008 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include <cstring>
+4
View File
@@ -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,
+4
View File
@@ -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
+4
View File
@@ -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
+4
View File
@@ -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
+4
View File
@@ -1,3 +1,7 @@
// Copyright 2012 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#ifdef _WIN32
+4
View File
@@ -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
+4
View File
@@ -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
+4
View File
@@ -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
+4
View File
@@ -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 $ */
/*-
@@ -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>
@@ -1,3 +1,7 @@
// Copyright 2010 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include <array>
+4
View File
@@ -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
@@ -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,
@@ -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",
@@ -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" },

Some files were not shown because too many files have changed in this diff Show More