From 3a8d1d3619e017e10bf4c5c7589fea3b3501df05 Mon Sep 17 00:00:00 2001 From: smoogipooo Date: Wed, 15 Mar 2017 21:32:47 +0900 Subject: [PATCH] Add license headers. --- osu.Game.Modes.Catch/Beatmaps/CatchBeatmapConverter.cs | 1 - osu.Game.Modes.Catch/Judgements/CatchJudgementInfo.cs | 5 ++++- osu.Game.Modes.Catch/packages.config | 1 - osu.Game.Modes.Mania/Judgements/ManiaJudgementInfo.cs | 5 ++++- osu.Game.Modes.Mania/packages.config | 1 - osu.Game.Modes.Osu/Beatmaps/OsuBeatmapConverter.cs | 1 - osu.Game.Modes.Osu/Judgements/OsuJudgementInfo.cs | 5 ++++- osu.Game.Modes.Osu/packages.config | 1 - osu.Game.Modes.Taiko/Judgements/TaikoJudgementInfo.cs | 5 ++++- osu.Game.Modes.Taiko/packages.config | 1 - osu.Game/Modes/Judgements/JudgementInfo.cs | 5 ++++- osu.Game/Modes/Mods/IApplicableMod.cs | 1 - osu.Game/Modes/Objects/Drawables/ArmedState.cs | 3 +++ osu.Game/Modes/Objects/Drawables/HitResult.cs | 3 +++ osu.Game/Modes/UI/StandardHealthDisplay.cs | 1 - osu.Game/packages.config | 1 - 16 files changed, 26 insertions(+), 14 deletions(-) diff --git a/osu.Game.Modes.Catch/Beatmaps/CatchBeatmapConverter.cs b/osu.Game.Modes.Catch/Beatmaps/CatchBeatmapConverter.cs index 6460751570..9791554f02 100644 --- a/osu.Game.Modes.Catch/Beatmaps/CatchBeatmapConverter.cs +++ b/osu.Game.Modes.Catch/Beatmaps/CatchBeatmapConverter.cs @@ -1,7 +1,6 @@ // Copyright (c) 2007-2017 ppy Pty Ltd . // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE - using osu.Game.Beatmaps; using osu.Game.Modes.Catch.Objects; using System.Collections.Generic; diff --git a/osu.Game.Modes.Catch/Judgements/CatchJudgementInfo.cs b/osu.Game.Modes.Catch/Judgements/CatchJudgementInfo.cs index eea85b1cb9..33e84d2f97 100644 --- a/osu.Game.Modes.Catch/Judgements/CatchJudgementInfo.cs +++ b/osu.Game.Modes.Catch/Judgements/CatchJudgementInfo.cs @@ -1,4 +1,7 @@ -using osu.Game.Modes.Judgements; +// Copyright (c) 2007-2017 ppy Pty Ltd . +// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE + +using osu.Game.Modes.Judgements; namespace osu.Game.Modes.Catch.Judgements { diff --git a/osu.Game.Modes.Catch/packages.config b/osu.Game.Modes.Catch/packages.config index 08fca09c35..4031dd62a8 100644 --- a/osu.Game.Modes.Catch/packages.config +++ b/osu.Game.Modes.Catch/packages.config @@ -1,5 +1,4 @@  -