1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 14:13:21 +08:00

Licenses.

This commit is contained in:
DrabWeb 2017-06-24 05:45:34 -03:00
parent fe875957a7
commit bcd82a02f4
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,7 @@
using OpenTK; // 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;
using osu.Framework.Graphics; using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Containers;
using osu.Game.Beatmaps.Drawables; using osu.Game.Beatmaps.Drawables;

View File

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