From 50b85801413fe7f8c5338a629926cc29c05a735c Mon Sep 17 00:00:00 2001 From: Jorolf Date: Fri, 31 Mar 2017 21:13:20 +0200 Subject: [PATCH] add license header --- osu.Game/Screens/Select/Details/BeatmapDetailsGraph.cs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/osu.Game/Screens/Select/Details/BeatmapDetailsGraph.cs b/osu.Game/Screens/Select/Details/BeatmapDetailsGraph.cs index 5f462c0559..6a90ff60d1 100644 --- a/osu.Game/Screens/Select/Details/BeatmapDetailsGraph.cs +++ b/osu.Game/Screens/Select/Details/BeatmapDetailsGraph.cs @@ -1,4 +1,7 @@ -using OpenTK.Graphics; +// 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.Graphics; using osu.Framework.Graphics.Containers; using System.Collections.Generic; @@ -35,4 +38,4 @@ namespace osu.Game.Screens.Select.Details } } -} \ No newline at end of file +}