1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Fix file header notice

This commit is contained in:
OliBomby 2023-04-25 16:01:06 +02:00
parent c37875bee8
commit a634617157
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,7 @@
using System;
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
namespace osu.Game.Context

View File

@ -1,4 +1,7 @@
namespace osu.Game.Context;
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
namespace osu.Game.Context;
public interface IContext
{