Add license headers.

This commit is contained in:
smoogipooo 2017-03-20 18:24:28 +09:00
parent aaa368e014
commit 34b734275b
3 changed files with 12 additions and 3 deletions

View File

@ -1,4 +1,7 @@
namespace osu.Game.Modes.Taiko.Judgements
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game.Modes.Taiko.Judgements
{
public class TaikoDrumRollTickJudgementInfo : TaikoJudgementInfo
{

View File

@ -1,4 +1,7 @@
using osu.Game.Modes.Objects.Drawables;
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Game.Modes.Objects.Drawables;
using osu.Game.Modes.Taiko.Judgements;
using System.Linq;

View File

@ -1,4 +1,7 @@
using OpenTK.Input;
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using OpenTK.Input;
using System.Collections.Generic;
using osu.Game.Modes.Taiko.Judgements;
using System;