1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 02:32:55 +08:00

Fix ordering of license header.

This commit is contained in:
smoogipooo 2017-09-12 16:21:32 +09:00
parent a22dd80b23
commit 7ad982b540

View File

@ -1,8 +1,8 @@
using System.Collections.Generic; // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
using osu.Framework.Input;
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE // 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; using osu.Game.Rulesets.Replays;
namespace osu.Game.Rulesets.Mania.Replays namespace osu.Game.Rulesets.Mania.Replays