mirror of
https://github.com/osukey/osukey.git
synced 2025-05-22 22:17:36 +09:00
Add missing licence headers
This commit is contained in:
parent
c44a81bdf5
commit
a377e87bf6
@ -1,4 +1,7 @@
|
|||||||
namespace osu.Game.Screens.Select.Leaderboards
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
namespace osu.Game.Screens.Select.Leaderboards
|
||||||
{
|
{
|
||||||
public enum LeaderboardScope
|
public enum LeaderboardScope
|
||||||
{
|
{
|
||||||
@ -7,4 +10,4 @@
|
|||||||
Global,
|
Global,
|
||||||
Friend,
|
Friend,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
namespace osu.Game.Screens.Select.Leaderboards
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
namespace osu.Game.Screens.Select.Leaderboards
|
||||||
{
|
{
|
||||||
public enum PlaceholderState
|
public enum PlaceholderState
|
||||||
{
|
{
|
||||||
@ -10,4 +13,4 @@
|
|||||||
NotLoggedIn,
|
NotLoggedIn,
|
||||||
NotSupporter,
|
NotSupporter,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user