[Android] Add the copyright header to some Java source files that were lacking them.

This commit is contained in:
Lioncash 2013-10-26 01:06:00 -04:00
parent c78d5a9751
commit c3e4aa1f35
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,9 @@
/**
* Copyright 2013 Dolphin Emulator Project
* Licensed under GPLv2
* Refer to the license.txt file included.
*/
package org.dolphinemu.dolphinemu.emulation.overlay;
import java.util.HashSet;

View File

@ -1,3 +1,9 @@
/**
* Copyright 2013 Dolphin Emulator Project
* Licensed under GPLv2
* Refer to the license.txt file included.
*/
package org.dolphinemu.dolphinemu.settings.custom;
import android.content.Context;