diff --git a/osu.Game/Modes/Objects/HitObjectWithCombo.cs b/osu.Game/Modes/Objects/HitObjectWithCombo.cs index 453e207e0e..e66b7ed126 100644 --- a/osu.Game/Modes/Objects/HitObjectWithCombo.cs +++ b/osu.Game/Modes/Objects/HitObjectWithCombo.cs @@ -1,4 +1,7 @@ -using osu.Game.Modes.Objects.Types; +// Copyright (c) 2007-2017 ppy Pty Ltd . +// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE + +using osu.Game.Modes.Objects.Types; using System; using System.Collections.Generic; using System.Linq;