Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Android] Add the license header to Java files that were missing it.
  • Loading branch information
lioncash committed Aug 24, 2013
1 parent 66c50eb commit 857ce47
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Source/Android/src/org/dolphinemu/dolphinemu/AboutFragment.java
@@ -1,3 +1,9 @@
/**
* Copyright 2013 Dolphin Emulator Project
* Licensed under GPLv2
* Refer to the license.txt file included.
*/

package org.dolphinemu.dolphinemu;

import android.app.Activity;
Expand All @@ -15,11 +21,7 @@
import org.dolphinemu.dolphinemu.folderbrowser.FolderBrowserItem;
import org.dolphinemu.dolphinemu.settings.VideoSettingsFragment;

/**
* Copyright 2013 Dolphin Emulator Project
* Licensed under GPLv2
* Refer to the license.txt file included.
*/

public final class AboutFragment extends Fragment
{
private static Activity m_activity;
Expand Down
@@ -1,3 +1,9 @@
/**
* Copyright 2013 Dolphin Emulator Project
* Licensed under GPLv2
* Refer to the license.txt file included.
*/

package org.dolphinemu.dolphinemu;

import android.app.Activity;
Expand Down
@@ -1,3 +1,9 @@
/**
* Copyright 2013 Dolphin Emulator Project
* Licensed under GPLv2
* Refer to the license.txt file included.
*/

package org.dolphinemu.dolphinemu;

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

package org.dolphinemu.dolphinemu.folderbrowser;

import android.app.Activity;
Expand Down
@@ -1,3 +1,9 @@
/**
* Copyright 2013 Dolphin Emulator Project
* Licensed under GPLv2
* Refer to the license.txt file included.
*/

package org.dolphinemu.dolphinemu.folderbrowser;

import java.util.List;
Expand Down
@@ -1,3 +1,9 @@
/**
* Copyright 2013 Dolphin Emulator Project
* Licensed under GPLv2
* Refer to the license.txt file included.
*/

package org.dolphinemu.dolphinemu.folderbrowser;

import java.io.File;
Expand Down

0 comments on commit 857ce47

Please sign in to comment.