From 2b3b3b72556f9213ac9bd036773994631f8ca7aa Mon Sep 17 00:00:00 2001 From: smoogipooo Date: Tue, 14 Mar 2017 17:07:38 +0900 Subject: [PATCH] Fix license headers (sorry I have to do this as post-processing for now cos VS 2017...). --- osu.Game.Modes.Catch/Beatmaps/CatchBeatmapProcessor.cs | 5 ++++- osu.Game.Modes.Catch/packages.config | 1 + osu.Game.Modes.Mania/Beatmaps/ManiaBeatmapProcessor.cs | 5 ++++- osu.Game.Modes.Mania/packages.config | 1 + osu.Game.Modes.Osu/Beatmaps/OsuBeatmapProcessor.cs | 5 ++++- osu.Game.Modes.Osu/packages.config | 1 + osu.Game.Modes.Taiko/Beatmaps/TaikoBeatmapProcessor.cs | 5 ++++- osu.Game.Modes.Taiko/packages.config | 1 + osu.Game/Beatmaps/IBeatmapProcessor.cs | 5 ++++- osu.Game/Modes/Mods/IApplicableMod.cs | 1 - osu.Game/packages.config | 1 + 11 files changed, 25 insertions(+), 6 deletions(-) diff --git a/osu.Game.Modes.Catch/Beatmaps/CatchBeatmapProcessor.cs b/osu.Game.Modes.Catch/Beatmaps/CatchBeatmapProcessor.cs index 59cd5d4092..cc3f1dfc7a 100644 --- a/osu.Game.Modes.Catch/Beatmaps/CatchBeatmapProcessor.cs +++ b/osu.Game.Modes.Catch/Beatmaps/CatchBeatmapProcessor.cs @@ -1,4 +1,7 @@ -using osu.Game.Beatmaps; +// 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; namespace osu.Game.Modes.Catch.Beatmaps diff --git a/osu.Game.Modes.Catch/packages.config b/osu.Game.Modes.Catch/packages.config index 4031dd62a8..08fca09c35 100644 --- a/osu.Game.Modes.Catch/packages.config +++ b/osu.Game.Modes.Catch/packages.config @@ -1,4 +1,5 @@  +