From 8631c469fcc69eb4886caf69574c45495632e2af Mon Sep 17 00:00:00 2001 From: Jorolf Date: Wed, 9 Aug 2017 18:50:44 +0200 Subject: [PATCH] add license header --- osu.Game/Graphics/Containers/OsuHoverContainer.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/osu.Game/Graphics/Containers/OsuHoverContainer.cs b/osu.Game/Graphics/Containers/OsuHoverContainer.cs index b4ce162086..efac292c76 100644 --- a/osu.Game/Graphics/Containers/OsuHoverContainer.cs +++ b/osu.Game/Graphics/Containers/OsuHoverContainer.cs @@ -1,4 +1,6 @@ - +// Copyright (c) 2007-2017 ppy Pty Ltd . +// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE + using OpenTK.Graphics; using osu.Framework.Allocation; using osu.Framework.Graphics;