Add missing license header

This commit is contained in:
Bartłomiej Dach 2021-01-21 22:09:42 +01:00
parent 7046f64e7f
commit a71f769cce
1 changed files with 4 additions and 1 deletions

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;