diff --git a/osu.Game/Rulesets/Edit/Layers/Selection/CentreMarker.cs b/osu.Game/Rulesets/Edit/Layers/Selection/CentreMarker.cs index 6da6c72849..0ed7339134 100644 --- a/osu.Game/Rulesets/Edit/Layers/Selection/CentreMarker.cs +++ b/osu.Game/Rulesets/Edit/Layers/Selection/CentreMarker.cs @@ -1,4 +1,7 @@ -using osu.Framework.Allocation; +// Copyright (c) 2007-2017 ppy Pty Ltd . +// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE + +using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Shapes; diff --git a/osu.Game/Rulesets/Edit/Layers/Selection/DragSelector.cs b/osu.Game/Rulesets/Edit/Layers/Selection/DragSelector.cs index 54d5a959a8..b83ed2e270 100644 --- a/osu.Game/Rulesets/Edit/Layers/Selection/DragSelector.cs +++ b/osu.Game/Rulesets/Edit/Layers/Selection/DragSelector.cs @@ -1,4 +1,7 @@ -using System; +// Copyright (c) 2007-2017 ppy Pty Ltd . +// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE + +using System; using System.Collections.Generic; using osu.Framework.Allocation; using osu.Framework.Graphics; diff --git a/osu.Game/Rulesets/Edit/Layers/Selection/Marker.cs b/osu.Game/Rulesets/Edit/Layers/Selection/Marker.cs index 3519adb3b3..cee6ac63d5 100644 --- a/osu.Game/Rulesets/Edit/Layers/Selection/Marker.cs +++ b/osu.Game/Rulesets/Edit/Layers/Selection/Marker.cs @@ -1,4 +1,7 @@ -using System; +// Copyright (c) 2007-2017 ppy Pty Ltd . +// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE + +using System; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; diff --git a/osu.Game/Rulesets/Edit/Layers/Selection/MarkerContainer.cs b/osu.Game/Rulesets/Edit/Layers/Selection/MarkerContainer.cs index 3b35528cf1..e222583348 100644 --- a/osu.Game/Rulesets/Edit/Layers/Selection/MarkerContainer.cs +++ b/osu.Game/Rulesets/Edit/Layers/Selection/MarkerContainer.cs @@ -1,4 +1,7 @@ -using System; +// Copyright (c) 2007-2017 ppy Pty Ltd . +// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE + +using System; using System.Linq; using osu.Framework.Extensions.IEnumerableExtensions; using osu.Framework.Graphics;