[Android] Add the copyright header to some Java source files that were lacking them.
This commit is contained in:
parent
c78d5a9751
commit
c3e4aa1f35
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue