1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 21:01:17 +08:00

Add missing licence headers

This commit is contained in:
Dean Herbert
2018-02-15 16:33:33 +09:00
Unverified
parent b9ef32b09b
commit fa05822d7d
6 changed files with 25 additions and 7 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
using System;
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
+4 -1
View File
@@ -1,4 +1,7 @@
namespace osu.Game.Database
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game.Database
{
/// <summary>
/// A class which can accept files for importing.
+4 -1
View File
@@ -1,4 +1,7 @@
using System.Collections.Generic;
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System.Collections.Generic;
namespace osu.Game.Database
{
+4 -1
View File
@@ -1,4 +1,7 @@
using osu.Game.IO;
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Game.IO;
namespace osu.Game.Database
{
@@ -1,4 +1,7 @@
using System;
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
+5 -2
View File
@@ -1,4 +1,7 @@
using osu.Framework.IO.Network;
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.IO.Network;
namespace osu.Game.Online.API
{
@@ -27,4 +30,4 @@ namespace osu.Game.Online.API
public new event APISuccessHandler<byte[]> Success;
}
}
}