From 07660a660027139230461279eb44c573c958f023 Mon Sep 17 00:00:00 2001 From: FreezyLemon Date: Thu, 7 Dec 2017 13:17:51 +0100 Subject: [PATCH] Added licence header to the new test case --- osu.Game.Tests/Visual/TestCaseChatLink.cs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/osu.Game.Tests/Visual/TestCaseChatLink.cs b/osu.Game.Tests/Visual/TestCaseChatLink.cs index a37d431760..239ba33c26 100644 --- a/osu.Game.Tests/Visual/TestCaseChatLink.cs +++ b/osu.Game.Tests/Visual/TestCaseChatLink.cs @@ -1,4 +1,7 @@ -using osu.Framework.Allocation; +// Copyright (c) 2007-2017 ppy Pty Ltd . +// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE + +using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Online.Chat; @@ -83,10 +86,10 @@ namespace osu.Game.Tests.Visual RankHistory = new User.RankHistoryData { Mode = @"osu", - Data = Enumerable.Range(2345, 45).Concat(Enumerable.Range(2109, 40)).ToArray() + Data = Enumerable.Range(2345, 45).Concat(Enumerable.Range(2109, 40)).ToArray(), } }; - + public new long Id = 42; public new TargetType TargetType = TargetType.Channel; public new int TargetId = 1;