From 82dc7f39a3674ae393745b78e4398d202db49aab Mon Sep 17 00:00:00 2001 From: smoogipoo Date: Tue, 29 Jan 2019 21:48:35 +0900 Subject: [PATCH] Update licenses --- osu.Game/Screens/BackgroundScreenStack.cs | 6 +++--- osu.Game/Screens/IOsuScreen.cs | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/osu.Game/Screens/BackgroundScreenStack.cs b/osu.Game/Screens/BackgroundScreenStack.cs index 0788facdc6..6e218d051a 100644 --- a/osu.Game/Screens/BackgroundScreenStack.cs +++ b/osu.Game/Screens/BackgroundScreenStack.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2007-2019 ppy Pty Ltd . -// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE +// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence. +// See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using osu.Framework.Graphics; @@ -49,4 +49,4 @@ namespace osu.Game.Screens stack.Exit(); } } -} \ No newline at end of file +} diff --git a/osu.Game/Screens/IOsuScreen.cs b/osu.Game/Screens/IOsuScreen.cs index a3a62d60cd..46e42f2e80 100644 --- a/osu.Game/Screens/IOsuScreen.cs +++ b/osu.Game/Screens/IOsuScreen.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2007-2019 ppy Pty Ltd . -// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE +// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence. +// See the LICENCE file in the repository root for full licence text. using osu.Framework.Screens; using osu.Game.Overlays;