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

add license header

This commit is contained in:
Jorolf 2017-03-31 21:13:20 +02:00 committed by GitHub
parent 47698be1f5
commit 50b8580141

View File

@ -1,4 +1,7 @@
using OpenTK.Graphics; // 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.Graphics;
using osu.Framework.Graphics; using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Containers;
using System.Collections.Generic; using System.Collections.Generic;