1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 05:27:23 +08:00

Add missing license header

This commit is contained in:
Bartłomiej Dach 2021-01-21 22:09:42 +01:00
parent 7046f64e7f
commit a71f769cce

View File

@ -1,4 +1,7 @@
using System.Linq;
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Framework.Testing;