1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 09:32:55 +08:00

Add license header

This commit is contained in:
Dean Herbert 2018-11-30 17:50:27 +09:00
parent 2dd5dad7c5
commit 9718e476c7

View File

@ -1,4 +1,7 @@
namespace osu.Game.Rulesets.Mods
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game.Rulesets.Mods
{
public interface IMod
{