mirror of https://github.com/ppy/osu
Fix ordering of license header.
This commit is contained in:
parent
a22dd80b23
commit
7ad982b540
|
@ -1,8 +1,8 @@
|
|||
using System.Collections.Generic;
|
||||
using osu.Framework.Input;
|
||||
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
|
||||
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
|
||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||
|
||||
using System.Collections.Generic;
|
||||
using osu.Framework.Input;
|
||||
using osu.Game.Rulesets.Replays;
|
||||
|
||||
namespace osu.Game.Rulesets.Mania.Replays
|
||||
|
|
Loading…
Reference in New Issue