mirror of
https://github.com/ppy/osu.git
synced 2025-03-05 13:13:22 +08:00
Fix file header notice
This commit is contained in:
parent
c37875bee8
commit
a634617157
@ -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
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user