From 0a8b3ad61933b7bb5fdf7f655773c652a866765f Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Mon, 16 Oct 2017 00:58:56 +0900 Subject: [PATCH] Add one more licence header --- osu.Game/Migrations/20171015101238_Init.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/osu.Game/Migrations/20171015101238_Init.cs b/osu.Game/Migrations/20171015101238_Init.cs index afa83a7fff..61ad66fd25 100644 --- a/osu.Game/Migrations/20171015101238_Init.cs +++ b/osu.Game/Migrations/20171015101238_Init.cs @@ -1,4 +1,7 @@ -using Microsoft.EntityFrameworkCore.Migrations; +// Copyright (c) 2007-2017 ppy Pty Ltd . +// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE + +using Microsoft.EntityFrameworkCore.Migrations; namespace osu.Game.Migrations {