From 60ed7a2372fde901e48e7ffb15f5c780a63df990 Mon Sep 17 00:00:00 2001 From: EVAST9919 Date: Wed, 17 May 2017 16:54:49 +0300 Subject: [PATCH] fixed license header --- osu.Game/Screens/Play/Options/DiscussionOptions.cs | 6 +++--- osu.Game/Screens/Play/Options/PlaybackOptions.cs | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/osu.Game/Screens/Play/Options/DiscussionOptions.cs b/osu.Game/Screens/Play/Options/DiscussionOptions.cs index 850950ba53..fbaf636637 100644 --- a/osu.Game/Screens/Play/Options/DiscussionOptions.cs +++ b/osu.Game/Screens/Play/Options/DiscussionOptions.cs @@ -1,6 +1,6 @@ -// Copyright (c) 2007-2017 ppy Pty Ltd . -// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE - +// 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.Game.Configuration; diff --git a/osu.Game/Screens/Play/Options/PlaybackOptions.cs b/osu.Game/Screens/Play/Options/PlaybackOptions.cs index 72e70734c6..1cbc230170 100644 --- a/osu.Game/Screens/Play/Options/PlaybackOptions.cs +++ b/osu.Game/Screens/Play/Options/PlaybackOptions.cs @@ -1,6 +1,6 @@ -// Copyright (c) 2007-2017 ppy Pty Ltd . -// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE - +// 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.Game.Configuration; using osu.Game.Overlays.Settings;