1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-15 17:47:18 +08:00

Add missing licence headers

This commit is contained in:
Dean Herbert 2017-08-04 15:48:42 +09:00
parent e6ef50c4e4
commit 104c25266d
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,7 @@
using NUnit.Framework;
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using NUnit.Framework;
using osu.Framework.Desktop.Platform;
using osu.Framework.Testing;
using osu.Game;

View File

@ -1,4 +1,7 @@
using osu.Framework.Platform;
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Platform;
using osu.Framework.Testing;
using osu.Game;
using osu.Game.Screens.Backgrounds;