From 39657fc6066ea3a141ac71cabf67ec9ebf24975c Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Wed, 8 Mar 2017 15:55:57 +0900 Subject: [PATCH] Add license header to AssemblyInfo. --- osu.Game.Resources/Properties/AssemblyInfo.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/osu.Game.Resources/Properties/AssemblyInfo.cs b/osu.Game.Resources/Properties/AssemblyInfo.cs index b2d89bf..7713a20 100644 --- a/osu.Game.Resources/Properties/AssemblyInfo.cs +++ b/osu.Game.Resources/Properties/AssemblyInfo.cs @@ -1,4 +1,7 @@ -using System.Reflection; +// Copyright (c) 2007-2017 ppy Pty Ltd . +// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE + +using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following