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 +1,5 @@
// Copyright 2014 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include "pch.h"

View File

@ -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>