1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 02:03:51 +08:00

fix license header

This commit is contained in:
Jorolf 2017-05-08 18:30:00 +02:00
parent 3c4faae554
commit 86f0173c6b

View File

@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
// 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 OpenTK;
@ -12,6 +10,7 @@ using osu.Framework.Graphics.Primitives;
using osu.Framework.Graphics.Sprites;
using osu.Game.Graphics;
using osu.Game.Graphics.Sprites;
using System.Collections.Generic;
using System.Linq;
namespace osu.Game.Overlays.Options