mirror of https://github.com/ppy/osu
Add license header to WebRequestExtensions
This commit is contained in:
parent
45387a7131
commit
1ac9c7c15a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue