From feef4b1890daa1bb609c995d3bd6a90d8c84b580 Mon Sep 17 00:00:00 2001 From: smoogipoo Date: Thu, 7 Dec 2017 12:18:00 +0900 Subject: [PATCH] Add license header --- osu.Game/IO/Serialization/Converters/TypedListConverter.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/osu.Game/IO/Serialization/Converters/TypedListConverter.cs b/osu.Game/IO/Serialization/Converters/TypedListConverter.cs index f8897a4e9d..36b53e1137 100644 --- a/osu.Game/IO/Serialization/Converters/TypedListConverter.cs +++ b/osu.Game/IO/Serialization/Converters/TypedListConverter.cs @@ -1,3 +1,6 @@ +// Copyright (c) 2007-2017 ppy Pty Ltd . +// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE + using System; using System.Collections.Generic; using Newtonsoft.Json;