Add license header to WebRequestExtensions

This commit is contained in:
「空白」 2020-05-14 00:04:31 +09:00
parent 45387a7131
commit 1ac9c7c15a
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
using osu.Framework.IO.Network;
// 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 osu.Framework.IO.Network;
using osu.Framework.Extensions.IEnumerableExtensions;
using System.Collections.Generic;
using Newtonsoft.Json;