Add missing license headers

This commit is contained in:
Tillmann Karras
2015-05-24 06:32:32 +02:00
parent 6d9986846c
commit 268f52e054
50 changed files with 200 additions and 0 deletions

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>

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>

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>

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,

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

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

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