Add license headers and sanitise open profile argument.

This commit is contained in:
naoey
2018-02-26 09:38:37 +05:30
parent 1ad45b0941
commit 5724618b2a
4 changed files with 14 additions and 4 deletions

View File

@ -1,4 +1,7 @@
using Newtonsoft.Json;
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using Newtonsoft.Json;
using osu.Game.Rulesets.Scoring;
using Humanizer;
using System;