From 3174b56e28ff384f8e4fce4fb8113366c7ecbd97 Mon Sep 17 00:00:00 2001 From: smoogipooo Date: Fri, 3 Mar 2017 13:17:24 +0900 Subject: [PATCH] Add license headers. --- .../Screens/Tournament/Components/DrawingsConfigManager.cs | 5 ++++- osu.Game/Screens/Tournament/Components/VisualiserLine.cs | 5 ++++- osu.Game/Screens/Tournament/Drawings.cs | 5 ++++- osu.Game/Screens/Tournament/Group.cs | 5 ++++- osu.Game/Screens/Tournament/ScrollingTeamContainer.cs | 5 ++++- osu.Game/Screens/Tournament/Team.cs | 5 ++++- 6 files changed, 24 insertions(+), 6 deletions(-) diff --git a/osu.Game/Screens/Tournament/Components/DrawingsConfigManager.cs b/osu.Game/Screens/Tournament/Components/DrawingsConfigManager.cs index 57b06b5bf5..e5d91a99fa 100644 --- a/osu.Game/Screens/Tournament/Components/DrawingsConfigManager.cs +++ b/osu.Game/Screens/Tournament/Components/DrawingsConfigManager.cs @@ -1,4 +1,7 @@ -using osu.Framework.Configuration; +// Copyright (c) 2007-2017 ppy Pty Ltd . +// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE + +using osu.Framework.Configuration; using osu.Framework.Platform; using System; using System.Collections.Generic; diff --git a/osu.Game/Screens/Tournament/Components/VisualiserLine.cs b/osu.Game/Screens/Tournament/Components/VisualiserLine.cs index e39e27f547..7a6dc5380c 100644 --- a/osu.Game/Screens/Tournament/Components/VisualiserLine.cs +++ b/osu.Game/Screens/Tournament/Components/VisualiserLine.cs @@ -1,4 +1,7 @@ -using OpenTK; +// Copyright (c) 2007-2017 ppy Pty Ltd . +// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE + +using OpenTK; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Shaders; diff --git a/osu.Game/Screens/Tournament/Drawings.cs b/osu.Game/Screens/Tournament/Drawings.cs index f60c6cc79c..71234f8205 100644 --- a/osu.Game/Screens/Tournament/Drawings.cs +++ b/osu.Game/Screens/Tournament/Drawings.cs @@ -1,4 +1,7 @@ -using OpenTK; +// Copyright (c) 2007-2017 ppy Pty Ltd . +// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE + +using OpenTK; using OpenTK.Graphics; using osu.Framework.Graphics; using osu.Framework.Graphics.Colour; diff --git a/osu.Game/Screens/Tournament/Group.cs b/osu.Game/Screens/Tournament/Group.cs index caac311519..3ceb30becb 100644 --- a/osu.Game/Screens/Tournament/Group.cs +++ b/osu.Game/Screens/Tournament/Group.cs @@ -1,4 +1,7 @@ -using OpenTK; +// Copyright (c) 2007-2017 ppy Pty Ltd . +// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE + +using OpenTK; using OpenTK.Graphics; using osu.Framework.Allocation; using osu.Framework.Graphics; diff --git a/osu.Game/Screens/Tournament/ScrollingTeamContainer.cs b/osu.Game/Screens/Tournament/ScrollingTeamContainer.cs index 0a5ccf02a0..cb83c47b34 100644 --- a/osu.Game/Screens/Tournament/ScrollingTeamContainer.cs +++ b/osu.Game/Screens/Tournament/ScrollingTeamContainer.cs @@ -1,4 +1,7 @@ -using OpenTK; +// Copyright (c) 2007-2017 ppy Pty Ltd . +// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE + +using OpenTK; using osu.Framework.Allocation; using osu.Framework.Caching; using osu.Framework.Graphics; diff --git a/osu.Game/Screens/Tournament/Team.cs b/osu.Game/Screens/Tournament/Team.cs index 196af107a9..849f905bbc 100644 --- a/osu.Game/Screens/Tournament/Team.cs +++ b/osu.Game/Screens/Tournament/Team.cs @@ -1,4 +1,7 @@ -using System; +// Copyright (c) 2007-2017 ppy Pty Ltd . +// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE + +using System; using System.Collections.Generic; using System.Linq; using System.Text;