mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
[Android] Add the copyright header to some Java source files that were lacking them.
This commit is contained in:
@ -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;
|
package org.dolphinemu.dolphinemu.emulation.overlay;
|
||||||
|
|
||||||
import java.util.HashSet;
|
import java.util.HashSet;
|
||||||
|
@ -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;
|
package org.dolphinemu.dolphinemu.settings.custom;
|
||||||
|
|
||||||
import android.content.Context;
|
import android.content.Context;
|
||||||
|
Reference in New Issue
Block a user