Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10391 from JosJuice/android-license-comment
Android: Add some missing license comments
  • Loading branch information
Tilka committed Jan 30, 2022
2 parents b32af33 + fbc71a2 commit 5d6a60b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later

package org.dolphinemu.dolphinemu.features.sysupdate.ui;

import android.app.Dialog;
Expand Down
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later

package org.dolphinemu.dolphinemu.features.sysupdate.ui;

import android.app.Dialog;
Expand Down
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later

package org.dolphinemu.dolphinemu.features.sysupdate.ui;

import android.app.Dialog;
Expand Down
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later

package org.dolphinemu.dolphinemu.features.sysupdate.ui;

import android.app.Dialog;
Expand Down
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later

package org.dolphinemu.dolphinemu.features.sysupdate.ui;

import androidx.lifecycle.MutableLiveData;
Expand Down

0 comments on commit 5d6a60b

Please sign in to comment.