A game framework written with osu! in mind.

Update licence header (and remove year)

Changed files
+1209 -1209
SampleGame
SampleGame.Desktop
osu.Framework
Allocation
Audio
Caching
Configuration
Development
Extensions
Color4Extensions
ExceptionExtensions
IEnumerableExtensions
MatrixExtensions
PolygonExtensions
TypeExtensions
Graphics
Animations
Audio
Batches
Colour
Containers
Cursor
Effects
Lines
OpenGL
Performance
Primitives
Shaders
Shapes
Sprites
Textures
Transforms
UserInterface
Video
Visualisation
IO
Input
Bindings
Events
Handlers
StateChanges
States
Lists
Localisation
Logging
MathUtils
Physics
Platform
Properties
Screens
Statistics
Testing
Threading
Timing
osu.Framework.Tests
Bindables
Clocks
Dependencies
Exceptions
IO
Lists
Localisation
MathUtils
Platform
Visual
+1 -1
LICENCE
··· 1 - Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 1 + Copyright (c) 2007-2019 ppy Pty Ltd <contact@ppy.sh>. 2 2 3 3 Permission is hereby granted, free of charge, to any person obtaining a copy 4 4 of this software and associated documentation files (the "Software"), to deal
+2 -2
SampleGame.Desktop/Program.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Platform;
+2 -2
SampleGame/SampleGameGame.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework; 5 5 using osu.Framework.Graphics;
+4 -4
osu-framework.licenseheader
··· 1 1 extensions: .cs 2 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 3 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 2 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 3 + // See the LICENCE file in the repository root for full licence text. 4 4 5 5 extensions: .xml .config .xsd 6 6 <!-- 7 - Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 8 - Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 7 + Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 8 + See the LICENCE file in the repository root for full licence text. 9 9 -->
+2 -2
osu.Framework.Tests/AutomatedVisualTestGame.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Testing; 5 5
+2 -2
osu.Framework.Tests/Bindables/BindableBindingTest.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using NUnit.Framework;
+2 -2
osu.Framework.Tests/Bindables/BindableBoolTest.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using NUnit.Framework; 5 5 using osu.Framework.Configuration;
+2 -2
osu.Framework.Tests/Bindables/BindableDoubleTest.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using NUnit.Framework; 5 5 using osu.Framework.Configuration;
+2 -2
osu.Framework.Tests/Bindables/BindableEnumTest.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using NUnit.Framework; 5 5 using osu.Framework.Configuration;
+2 -2
osu.Framework.Tests/Bindables/BindableFloatTest.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using NUnit.Framework; 5 5 using osu.Framework.Configuration;
+2 -2
osu.Framework.Tests/Bindables/BindableIntTest.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using NUnit.Framework; 5 5 using osu.Framework.Configuration;
+2 -2
osu.Framework.Tests/Bindables/BindableListTest.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework.Tests/Bindables/BindableLongTest.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using NUnit.Framework; 5 5 using osu.Framework.Configuration;
+2 -2
osu.Framework.Tests/Bindables/BindableSerializationTest.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using Newtonsoft.Json; 5 5 using NUnit.Framework;
+2 -2
osu.Framework.Tests/Bindables/BindableSizeTest.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using NUnit.Framework; 5 5 using osu.Framework.Configuration;
+2 -2
osu.Framework.Tests/Bindables/BindableStringTest.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using NUnit.Framework; 5 5 using osu.Framework.Configuration;
+2 -2
osu.Framework.Tests/Clocks/DecoupleableClockTest.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using NUnit.Framework; 5 5 using osu.Framework.Timing;
+2 -2
osu.Framework.Tests/Dependencies/CachedAttributeTest.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using NUnit.Framework;
+2 -2
osu.Framework.Tests/Dependencies/DependencyContainerTest.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Threading;
+2 -2
osu.Framework.Tests/Dependencies/ResolvedAttributeTest.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using NUnit.Framework; 5 5 using osu.Framework.Allocation;
+2 -2
osu.Framework.Tests/Exceptions/TestAddRemoveExceptions.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using NUnit.Framework;
+2 -2
osu.Framework.Tests/Exceptions/TestLoadExceptions.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Diagnostics.CodeAnalysis;
+2 -2
osu.Framework.Tests/IO/TestDesktopStorage.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.IO;
+2 -2
osu.Framework.Tests/IO/TestLogging.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Threading;
+2 -2
osu.Framework.Tests/IO/TestSortedListSerialization.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using Newtonsoft.Json; 5 5 using NUnit.Framework;
+2 -2
osu.Framework.Tests/IO/TestWebRequest.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework.Tests/Lists/TestArrayExtensions.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using NUnit.Framework; 5 5 using osu.Framework.Extensions;
+2 -2
osu.Framework.Tests/Lists/TestSortedList.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using System.Linq;
+2 -2
osu.Framework.Tests/Localisation/LocalisationTest.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.IO;
+2 -2
osu.Framework.Tests/MathUtils/TestInterpolation.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using NUnit.Framework; 5 5 using osu.Framework.MathUtils;
+2 -2
osu.Framework.Tests/Platform/HeadlessGameHostTest.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Threading;
+2 -2
osu.Framework.Tests/Program.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Platform;
+2 -2
osu.Framework.Tests/TestGame.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Reflection; 5 5 using osu.Framework.Allocation;
+2 -2
osu.Framework.Tests/Visual/FrameworkTestCase.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.IO; 5 5 using System.Reflection;
+2 -2
osu.Framework.Tests/Visual/TestCaseAnimation.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Allocation; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework.Tests/Visual/TestCaseBindableNumbers.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Globalization;
+2 -2
osu.Framework.Tests/Visual/TestCaseBindingContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using NUnit.Framework; 5 5 using osu.Framework.Allocation;
+2 -2
osu.Framework.Tests/Visual/TestCaseBlending.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework.Tests/Visual/TestCaseBorderless.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Drawing;
+2 -2
osu.Framework.Tests/Visual/TestCaseBufferedContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics; 5 5 using osu.Framework.Graphics.Containers;
+2 -2
osu.Framework.Tests/Visual/TestCaseCachedBufferedContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework.Tests/Visual/TestCaseCheckboxes.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics; 5 5 using osu.Framework.Graphics.Containers;
+2 -2
osu.Framework.Tests/Visual/TestCaseCircularContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics; 5 5 using osuTK;
+2 -2
osu.Framework.Tests/Visual/TestCaseCircularContainerSizing.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using NUnit.Framework;
+2 -2
osu.Framework.Tests/Visual/TestCaseCircularProgress.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework.Tests/Visual/TestCaseColourGradient.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics; 5 5 using osu.Framework.Graphics.Colour;
+2 -2
osu.Framework.Tests/Visual/TestCaseCompositeMutability.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Threading;
+2 -2
osu.Framework.Tests/Visual/TestCaseConcurrentLoad.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Linq; 5 5 using System.Threading;
+2 -2
osu.Framework.Tests/Visual/TestCaseContainerState.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Linq;
+2 -2
osu.Framework.Tests/Visual/TestCaseContextMenu.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics; 5 5 using osu.Framework.Graphics.Containers;
+2 -2
osu.Framework.Tests/Visual/TestCaseCoordinateSpaces.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Globalization; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework.Tests/Visual/TestCaseCountingText.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Globalization;
+2 -2
osu.Framework.Tests/Visual/TestCaseDelayedLoad.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Linq; 5 5 using osu.Framework.Allocation;
+2 -2
osu.Framework.Tests/Visual/TestCaseDelayedUnload.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Linq; 5 5 using osu.Framework.Allocation;
+2 -2
osu.Framework.Tests/Visual/TestCaseDrawSizePreservingFillContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5 using osuTK.Graphics;
+2 -2
osu.Framework.Tests/Visual/TestCaseDrawVisualiser.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Allocation; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework.Tests/Visual/TestCaseDrawableLoadCancellation.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework.Tests/Visual/TestCaseDrawablePath.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework.Tests/Visual/TestCaseDropdownBox.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Linq; 5 5 using NUnit.Framework;
+2 -2
osu.Framework.Tests/Visual/TestCaseDynamicDepth.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics; 5 5 using osu.Framework.Graphics.Containers;
+2 -2
osu.Framework.Tests/Visual/TestCaseEffects.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics; 5 5 using osu.Framework.Graphics.Colour;
+2 -2
osu.Framework.Tests/Visual/TestCaseFillFlowContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Linq;
+2 -2
osu.Framework.Tests/Visual/TestCaseFillModes.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Allocation; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework.Tests/Visual/TestCaseFitInsideFlow.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using NUnit.Framework; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework.Tests/Visual/TestCaseFocus.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using NUnit.Framework;
+2 -2
osu.Framework.Tests/Visual/TestCaseFullscreen.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Drawing; 5 5 using osu.Framework.Allocation;
+2 -2
osu.Framework.Tests/Visual/TestCaseGridContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5 using osuTK.Graphics;
+2 -2
osu.Framework.Tests/Visual/TestCaseHandleInput.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Extensions.Color4Extensions; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework.Tests/Visual/TestCaseHollowEdgeEffect.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics; 5 5 using osu.Framework.Graphics.Containers;
+2 -2
osu.Framework.Tests/Visual/TestCaseInputManager.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Allocation;
+2 -2
osu.Framework.Tests/Visual/TestCaseInputQueueChange.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Linq; 5 5 using NUnit.Framework;
+2 -2
osu.Framework.Tests/Visual/TestCaseInputResampler.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework.Tests/Visual/TestCaseIsMaskedAway.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using NUnit.Framework; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework.Tests/Visual/TestCaseJoystick.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics; 5 5 using osu.Framework.Graphics.Containers;
+2 -2
osu.Framework.Tests/Visual/TestCaseKeyBindings.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework.Tests/Visual/TestCaseLayoutDurations.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using NUnit.Framework; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework.Tests/Visual/TestCaseLayoutTransformRewinding.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework.Tests/Visual/TestCaseMarkdown.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.ComponentModel; 5 5 using System.Threading.Tasks;
+2 -2
osu.Framework.Tests/Visual/TestCaseMasking.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework.Tests/Visual/TestCaseModelBackedDrawable.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Allocation; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework.Tests/Visual/TestCaseMouseStates.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework.Tests/Visual/TestCaseNestedHover.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics; 5 5 using osu.Framework.Graphics.Containers;
+2 -2
osu.Framework.Tests/Visual/TestCaseNestedMenus.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework.Tests/Visual/TestCasePadding.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics; 5 5 using osu.Framework.Graphics.Containers;
+2 -2
osu.Framework.Tests/Visual/TestCasePassThroughInputManager.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Linq; 5 5 using NUnit.Framework;
+2 -2
osu.Framework.Tests/Visual/TestCasePathInput.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Linq; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework.Tests/Visual/TestCasePropertyBoundaries.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Allocation; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework.Tests/Visual/TestCaseProxyDrawables.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Extensions.Color4Extensions; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework.Tests/Visual/TestCaseRigidBody.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework.Tests/Visual/TestCaseScreen.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Threading;
+2 -2
osu.Framework.Tests/Visual/TestCaseScreenshot.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Allocation; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework.Tests/Visual/TestCaseScrollableFlow.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics; 5 5 using osu.Framework.Graphics.Containers;
+2 -2
osu.Framework.Tests/Visual/TestCaseSearchContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using System.Linq;
+2 -2
osu.Framework.Tests/Visual/TestCaseSizing.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using NUnit.Framework; 5 5 using osu.Framework.Extensions.Color4Extensions;
+2 -2
osu.Framework.Tests/Visual/TestCaseSliderbar.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework.Tests/Visual/TestCaseSmoothedEdges.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics; 5 5 using osu.Framework.Graphics.Shapes;
+2 -2
osu.Framework.Tests/Visual/TestCaseSpriteText.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics; 5 5 using osu.Framework.Graphics.Containers;
+2 -2
osu.Framework.Tests/Visual/TestCaseSpriteTextPresence.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using NUnit.Framework; 5 5 using osu.Framework.Extensions.Color4Extensions;
+2 -2
osu.Framework.Tests/Visual/TestCaseSpriteTextScenarios.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.IO;
+2 -2
osu.Framework.Tests/Visual/TestCaseTabControl.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework.Tests/Visual/TestCaseTextBox.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics; 5 5 using osu.Framework.Graphics.Containers;
+2 -2
osu.Framework.Tests/Visual/TestCaseTextFlow.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics; 5 5 using osu.Framework.Graphics.Containers;
+2 -2
osu.Framework.Tests/Visual/TestCaseTextures.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using NUnit.Framework; 5 5 using osu.Framework.Allocation;
+2 -2
osu.Framework.Tests/Visual/TestCaseTooltip.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics; 5 5 using osu.Framework.Graphics.Containers;
+2 -2
osu.Framework.Tests/Visual/TestCaseTransformRewinding.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework.Tests/Visual/TestCaseTransformSequence.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics; 5 5 using osu.Framework.Graphics.Containers;
+2 -2
osu.Framework.Tests/Visual/TestCaseTriangles.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics; 5 5 using osu.Framework.Graphics.Containers;
+2 -2
osu.Framework.Tests/Visual/TestCaseUpdateBeforeDraw.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using NUnit.Framework;
+2 -2
osu.Framework.Tests/Visual/TestCaseVideoSprite.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.Sprites; 5 5 using osu.Framework.Graphics.Video;
+2 -2
osu.Framework.Tests/Visual/TestCaseWaveform.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework.Tests/VisualTestGame.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Allocation; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework/Allocation/BackgroundDependencyLoaderAttribute.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Linq;
+2 -2
osu.Framework/Allocation/BufferStack.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using osu.Framework.Logging;
+2 -2
osu.Framework/Allocation/CacheInfo.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Extensions.TypeExtensions;
+2 -2
osu.Framework/Allocation/CachedAttribute.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Allocation/DependencyActivator.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Concurrent;
+2 -2
osu.Framework/Allocation/DependencyContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Allocation/IReadOnlyDependencyContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Allocation/InvokeOnDisposal.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Allocation/ObjectHandle.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Runtime.InteropServices;
+2 -2
osu.Framework/Allocation/ObjectStack.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5
+2 -2
osu.Framework/Allocation/ObjectUsage.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Allocation/ResolvedAttribute.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Allocation/TimedExpiryCache.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Concurrent;
+2 -2
osu.Framework/Allocation/TripleBuffer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Threading;
+2 -2
osu.Framework/Allocation/ValueInvokeOnDisposal.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Audio/AdjustableAudioComponent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Audio/AudioCollectionManager.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using System.Linq;
+2 -2
osu.Framework/Audio/AudioComponent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Concurrent;
+2 -2
osu.Framework/Audio/AudioManager.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Audio/Callbacks/BassCallback.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Runtime.InteropServices;
+2 -2
osu.Framework/Audio/Callbacks/DataStreamFileProcedures.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.IO;
+2 -2
osu.Framework/Audio/Callbacks/FileCallbacks.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using ManagedBass;
+2 -2
osu.Framework/Audio/Callbacks/IFileProcedures.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using ManagedBass;
+2 -2
osu.Framework/Audio/Callbacks/SyncCallback.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using ManagedBass;
+2 -2
osu.Framework/Audio/IBassAudio.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Audio 5 5 {
+2 -2
osu.Framework/Audio/IHasPitchAdjust.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Audio 5 5 {
+2 -2
osu.Framework/Audio/Sample/Sample.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Audio.Sample 5 5 {
+2 -2
osu.Framework/Audio/Sample/SampleBass.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using ManagedBass; 5 5 using osu.Framework.Allocation;
+2 -2
osu.Framework/Audio/Sample/SampleChannel.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Statistics; 5 5 using System;
+2 -2
osu.Framework/Audio/Sample/SampleChannelBass.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using ManagedBass;
+2 -2
osu.Framework/Audio/Sample/SampleManager.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Concurrent; 5 5 using System.IO;
+2 -2
osu.Framework/Audio/Track/Track.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Configuration; 5 5 using osu.Framework.Statistics;
+2 -2
osu.Framework/Audio/Track/TrackAmplitudes.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Audio/Track/TrackBass.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.IO;
+2 -2
osu.Framework/Audio/Track/TrackManager.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.IO.Stores; 5 5
+2 -2
osu.Framework/Audio/Track/TrackVirtual.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Timing; 5 5 using osuTK;
+2 -2
osu.Framework/Audio/Track/Waveform.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Caching/Cached.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Statistics; 5 5 using System;
+2 -2
osu.Framework/Configuration/Bindable.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Configuration/BindableBool.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Configuration/BindableDouble.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Globalization;
+2 -2
osu.Framework/Configuration/BindableFloat.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Globalization;
+2 -2
osu.Framework/Configuration/BindableInt.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Globalization; 5 5
+2 -2
osu.Framework/Configuration/BindableList.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections;
+2 -2
osu.Framework/Configuration/BindableLong.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Globalization; 5 5
+2 -2
osu.Framework/Configuration/BindableNumber.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Configuration/BindableSize.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Drawing;
+2 -2
osu.Framework/Configuration/ConfigManager.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Configuration/FrameSync.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.ComponentModel; 5 5
+2 -2
osu.Framework/Configuration/FrameworkConfigManager.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Drawing; 5 5 using osu.Framework.Configuration.Tracking;
+2 -2
osu.Framework/Configuration/FrameworkDebugConfig.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Runtime; 5 5 using osu.Framework.Caching;
+2 -2
osu.Framework/Configuration/IBindable.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Configuration/IBindableList.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Configuration/IBindableNumber.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Configuration/ICanBeDisabled.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Configuration/IConfigManager.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Configuration 5 5 {
+2 -2
osu.Framework/Configuration/IHasDefaultValue.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Configuration 5 5 {
+2 -2
osu.Framework/Configuration/IHasDescription.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Configuration 5 5 {
+2 -2
osu.Framework/Configuration/IParseable.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Configuration 5 5 {
+2 -2
osu.Framework/Configuration/IUnbindable.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Configuration 5 5 {
+2 -2
osu.Framework/Configuration/IniConfigManager.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.IO;
+2 -2
osu.Framework/Configuration/NonNullableBindable.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Configuration/Tracking/ITrackableConfigManager.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Configuration.Tracking 5 5 {
+2 -2
osu.Framework/Configuration/Tracking/ITrackedSetting.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Configuration/Tracking/SettingDescription.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Configuration.Tracking 5 5 {
+2 -2
osu.Framework/Configuration/Tracking/TrackedSetting.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Configuration/Tracking/TrackedSettings.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Configuration/WindowMode.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Configuration 5 5 {
+2 -2
osu.Framework/Development/DebugUtils.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Diagnostics;
+2 -2
osu.Framework/Development/ThreadSafety.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Diagnostics; 5 5 using System.Threading;
+2 -2
osu.Framework/Extensions/Color4Extensions/Color4Extensions.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK.Graphics; 5 5 using System;
+2 -2
osu.Framework/Extensions/ExceptionExtensions/ExceptionExtensions.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Reflection;
+2 -2
osu.Framework/Extensions/ExtensionMethods.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Extensions/IEnumerableExtensions/EnumerableExtensions.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Extensions/MatrixExtensions/MatrixExtensions.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osuTK;
+2 -2
osu.Framework/Extensions/PolygonExtensions/ConvexPolygonExtensions.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.Primitives; 5 5 using osuTK;
+2 -2
osu.Framework/Extensions/PolygonExtensions/PolygonExtensions.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.Primitives; 5 5 using osuTK;
+2 -2
osu.Framework/Extensions/TypeExtensions/TypeExtensions.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Game.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Linq; 5 5 using osuTK;
+2 -2
osu.Framework/Graphics/Animations/Animation.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.Containers; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/Animations/AnimationExtensions.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Graphics.Animations 5 5 {
+2 -2
osu.Framework/Graphics/Animations/DrawableAnimation.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Graphics.Animations 5 5 {
+2 -2
osu.Framework/Graphics/Animations/FrameData.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Graphics.Animations 5 5 {
+2 -2
osu.Framework/Graphics/Animations/IAnimation.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 5 5 namespace osu.Framework.Graphics.Animations
+2 -2
osu.Framework/Graphics/Animations/TextureAnimation.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5 using osu.Framework.Graphics.Sprites;
+2 -2
osu.Framework/Graphics/Audio/WaveformGraph.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/Batches/IVertexBatch.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Graphics.Batches 5 5 {
+2 -2
osu.Framework/Graphics/Batches/LinearBatch.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Graphics.OpenGL.Buffers;
+2 -2
osu.Framework/Graphics/Batches/QuadBatch.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Graphics.OpenGL.Buffers;
+2 -2
osu.Framework/Graphics/Batches/VertexBatch.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/BlendingInfo.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osuTK.Graphics.ES30;
+2 -2
osu.Framework/Graphics/BlendingParameters.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Graphics/Colour/ColourInfo.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osuTK;
+2 -2
osu.Framework/Graphics/Colour/SRGBColour.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5 using osuTK.Graphics;
+2 -2
osu.Framework/Graphics/Component.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Graphics 5 5 {
+2 -2
osu.Framework/Graphics/Containers/BindingContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using System.Linq;
+2 -2
osu.Framework/Graphics/Containers/BufferedContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5 using osuTK.Graphics;
+2 -2
osu.Framework/Graphics/Containers/BufferedContainerDrawNode.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using osu.Framework.Graphics.OpenGL;
+2 -2
osu.Framework/Graphics/Containers/CircularContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Graphics/Containers/ClickableContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Configuration;
+2 -2
osu.Framework/Graphics/Containers/CompositeDrawNode.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using osu.Framework.Graphics.OpenGL;
+2 -2
osu.Framework/Graphics/Containers/CompositeDrawable.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Lists; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/Containers/Container.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Lists; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/Containers/ContainerExtensions.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5 using System;
+2 -2
osu.Framework/Graphics/Containers/CustomizableTextContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/Containers/DelayedLoadUnloadWrapper.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Threading;
+2 -2
osu.Framework/Graphics/Containers/DelayedLoadWrapper.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Threading.Tasks;
+2 -2
osu.Framework/Graphics/Containers/DrawSizePreservingFillContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osuTK;
+2 -2
osu.Framework/Graphics/Containers/FillFlowContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/Containers/FlowContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5 using osu.Framework.Caching;
+2 -2
osu.Framework/Graphics/Containers/FocusedOverlayContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 5 5 namespace osu.Framework.Graphics.Containers
+2 -2
osu.Framework/Graphics/Containers/GridContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Linq;
+2 -2
osu.Framework/Graphics/Containers/IBufferedContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5
+2 -2
osu.Framework/Graphics/Containers/IContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5 using System;
+2 -2
osu.Framework/Graphics/Containers/IFillFlowContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.Transforms; 5 5 using osuTK;
+2 -2
osu.Framework/Graphics/Containers/IFilterable.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Graphics.Containers 5 5 {
+2 -2
osu.Framework/Graphics/Containers/IHasFilterTerms.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5
+2 -2
osu.Framework/Graphics/Containers/IHasFilterableChildren.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5
+2 -2
osu.Framework/Graphics/Containers/Markdown/IMarkdownTextComponent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.Sprites; 5 5
+2 -2
osu.Framework/Graphics/Containers/Markdown/IMarkdownTextFlowComponent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Graphics.Containers.Markdown 5 5 {
+2 -2
osu.Framework/Graphics/Containers/Markdown/MarkdownContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using Markdig; 5 5 using Markdig.Extensions.AutoIdentifiers;
+2 -2
osu.Framework/Graphics/Containers/Markdown/MarkdownFencedCodeBlock.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using Markdig.Syntax; 5 5 using osu.Framework.Allocation;
+2 -2
osu.Framework/Graphics/Containers/Markdown/MarkdownHeading.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 5 5 using Markdig.Syntax;
+2 -2
osu.Framework/Graphics/Containers/Markdown/MarkdownImage.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Allocation; 5 5 using osu.Framework.Graphics.Sprites;
+2 -2
osu.Framework/Graphics/Containers/Markdown/MarkdownLinkText.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using Markdig.Syntax.Inlines; 5 5 using osu.Framework.Allocation;
+2 -2
osu.Framework/Graphics/Containers/Markdown/MarkdownList.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using Markdig.Syntax; 5 5 using osuTK;
+2 -2
osu.Framework/Graphics/Containers/Markdown/MarkdownParagraph.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using Markdig.Syntax; 5 5 using osu.Framework.Allocation;
+2 -2
osu.Framework/Graphics/Containers/Markdown/MarkdownQuoteBlock.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using Markdig.Syntax; 5 5 using osu.Framework.Allocation;
+2 -2
osu.Framework/Graphics/Containers/Markdown/MarkdownSeparator.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using Markdig.Syntax; 5 5 using osu.Framework.Allocation;
+2 -2
osu.Framework/Graphics/Containers/Markdown/MarkdownTable.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/Containers/Markdown/MarkdownTableCell.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using Markdig.Extensions.Tables; 5 5 using Markdig.Syntax;
+2 -2
osu.Framework/Graphics/Containers/Markdown/MarkdownTextFlowContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/Containers/Markdown/NotImplementedMarkdown.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using Markdig.Syntax; 5 5 using osu.Framework.Allocation;
+2 -2
osu.Framework/Graphics/Containers/ModelBackedDrawable.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/Containers/OverlayContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using osu.Framework.Input;
+2 -2
osu.Framework/Graphics/Containers/ScrollContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Diagnostics;
+2 -2
osu.Framework/Graphics/Containers/SearchContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/Containers/TabbableContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using System.Linq;
+2 -2
osu.Framework/Graphics/Containers/TextFlowContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Caching; 5 5 using osu.Framework.Graphics.Sprites;
+2 -2
osu.Framework/Graphics/Containers/VisibilityContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Graphics/Cursor/ContextMenuContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Linq; 5 5 using osuTK;
+2 -2
osu.Framework/Graphics/Cursor/CursorContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Allocation; 5 5 using osu.Framework.Graphics.Containers;
+2 -2
osu.Framework/Graphics/Cursor/CursorEffectContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.Containers; 5 5 using osu.Framework.Input;
+2 -2
osu.Framework/Graphics/Cursor/IHasAppearDelay.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Graphics.Cursor 5 5 {
+2 -2
osu.Framework/Graphics/Cursor/IHasContextMenu.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.UserInterface; 5 5
+2 -2
osu.Framework/Graphics/Cursor/IHasCustomTooltip.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Graphics.Cursor 5 5 {
+2 -2
osu.Framework/Graphics/Cursor/IHasTooltip.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Graphics.Cursor 5 5 {
+2 -2
osu.Framework/Graphics/Cursor/ITooltip.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 5 5 using osuTK;
+2 -2
osu.Framework/Graphics/Cursor/TooltipContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5 using osuTK.Graphics;
+2 -2
osu.Framework/Graphics/DrawColourInfo.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Graphics.Colour;
+2 -2
osu.Framework/Graphics/DrawInfo.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Extensions.MatrixExtensions;
+2 -2
osu.Framework/Graphics/DrawNode.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.OpenGL; 5 5 using System;
+2 -2
osu.Framework/Graphics/Drawable.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5 using osuTK.Graphics;
+2 -2
osu.Framework/Graphics/Drawable_ProxyDrawable.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Graphics.OpenGL.Vertices;
+2 -2
osu.Framework/Graphics/Easing.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Graphics 5 5 {
+2 -2
osu.Framework/Graphics/Effects/BlurEffect.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5 using osuTK.Graphics;
+2 -2
osu.Framework/Graphics/Effects/EdgeEffect.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.Containers; 5 5
+2 -2
osu.Framework/Graphics/Effects/EffectExtensions.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Graphics/Effects/GlowEffect.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5 using osuTK.Graphics;
+2 -2
osu.Framework/Graphics/Effects/IEffect.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 5 5 namespace osu.Framework.Graphics.Effects
+2 -2
osu.Framework/Graphics/Effects/OutlineEffect.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5 using osuTK.Graphics;
+2 -2
osu.Framework/Graphics/IDrawable.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5 using osu.Framework.Graphics.Containers;
+2 -2
osu.Framework/Graphics/Lines/Path.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.Primitives; 5 5 using osu.Framework.Graphics.Textures;
+2 -2
osu.Framework/Graphics/Lines/PathDrawNode.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.Primitives; 5 5 using osu.Framework.Graphics.Shaders;
+2 -2
osu.Framework/Graphics/Lines/SmoothPath.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Allocation;
+2 -2
osu.Framework/Graphics/Lines/TexturedPath.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.Textures; 5 5
+2 -2
osu.Framework/Graphics/MarginPadding.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5 using System;
+2 -2
osu.Framework/Graphics/OpenGL/Buffers/FrameBuffer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/OpenGL/Buffers/LinearVertexBuffer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Graphics.OpenGL.Vertices;
+2 -2
osu.Framework/Graphics/OpenGL/Buffers/QuadVertexBuffer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Graphics.OpenGL.Vertices;
+2 -2
osu.Framework/Graphics/OpenGL/Buffers/RenderBuffer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/OpenGL/Buffers/VertexBuffer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Graphics.OpenGL.Vertices;
+2 -2
osu.Framework/Graphics/OpenGL/GLWrapper.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Concurrent;
+2 -2
osu.Framework/Graphics/OpenGL/Textures/TextureGL.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Threading;
+2 -2
osu.Framework/Graphics/OpenGL/Textures/TextureGLAtlas.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK.Graphics.ES30; 5 5
+2 -2
osu.Framework/Graphics/OpenGL/Textures/TextureGLAtlasWhite.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.Primitives; 5 5
+2 -2
osu.Framework/Graphics/OpenGL/Textures/TextureGLSingle.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/OpenGL/Textures/TextureGLSub.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Graphics.Primitives;
+2 -2
osu.Framework/Graphics/OpenGL/Vertices/IVertex.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Graphics.OpenGL.Vertices 5 5 {
+2 -2
osu.Framework/Graphics/OpenGL/Vertices/ParticleVertex2D.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Runtime.InteropServices;
+2 -2
osu.Framework/Graphics/OpenGL/Vertices/TexturedVertex2D.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Runtime.InteropServices;
+2 -2
osu.Framework/Graphics/OpenGL/Vertices/TexturedVertex3D.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Runtime.InteropServices;
+2 -2
osu.Framework/Graphics/OpenGL/Vertices/TimedTexturedVertex2D.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Runtime.InteropServices;
+2 -2
osu.Framework/Graphics/OpenGL/Vertices/UncolouredVertex2D.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Runtime.InteropServices;
+2 -2
osu.Framework/Graphics/OpenGL/Vertices/Vertex2D.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Runtime.InteropServices;
+2 -2
osu.Framework/Graphics/OpenGL/Vertices/VertexMemberAttribute.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osuTK.Graphics.ES30;
+2 -2
osu.Framework/Graphics/OpenGL/Vertices/VertexUtils.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 // ReSharper disable StaticMemberInGenericType 5 5
+2 -2
osu.Framework/Graphics/Performance/FrameStatisticsDisplay.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK.Graphics; 5 5 using osuTK.Input;
+2 -2
osu.Framework/Graphics/Performance/FrameTimeDisplay.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osuTK.Graphics;
+2 -2
osu.Framework/Graphics/Performance/PerformanceOverlay.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Graphics.Containers;
+2 -2
osu.Framework/Graphics/Primitives/IConvexPolygon.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Graphics.Primitives 5 5 {
+2 -2
osu.Framework/Graphics/Primitives/IPolygon.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5
+2 -2
osu.Framework/Graphics/Primitives/Line.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osuTK;
+2 -2
osu.Framework/Graphics/Primitives/ProjectionRange.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5
+2 -2
osu.Framework/Graphics/Primitives/Quad.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Extensions.PolygonExtensions;
+2 -2
osu.Framework/Graphics/Primitives/RectangleF.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.ComponentModel;
+2 -2
osu.Framework/Graphics/Primitives/RectangleI.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.ComponentModel;
+2 -2
osu.Framework/Graphics/Primitives/Triangle.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5 using System;
+2 -2
osu.Framework/Graphics/Primitives/Vector2I.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5 using System;
+2 -2
osu.Framework/Graphics/Shaders/GlobalProperty.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Graphics.Shaders 5 5 {
+2 -2
osu.Framework/Graphics/Shaders/GlobalPropertyManager.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/Shaders/GlobalUniform.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.OpenGL; 5 5
+2 -2
osu.Framework/Graphics/Shaders/IUniform.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Graphics.Shaders 5 5 {
+2 -2
osu.Framework/Graphics/Shaders/IUniformMapping.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Graphics.Shaders 5 5 {
+2 -2
osu.Framework/Graphics/Shaders/IUniformWithValue.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Graphics.Shaders 5 5 {
+2 -2
osu.Framework/Graphics/Shaders/Shader.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/Shaders/ShaderInputInfo.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Graphics.Shaders 5 5 {
+2 -2
osu.Framework/Graphics/Shaders/ShaderManager.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Concurrent;
+2 -2
osu.Framework/Graphics/Shaders/ShaderPart.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/Shaders/Uniform.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.OpenGL; 5 5
+2 -2
osu.Framework/Graphics/Shaders/UniformMapping.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5
+2 -2
osu.Framework/Graphics/Shapes/Box.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.Sprites; 5 5 using osu.Framework.Graphics.Textures;
+2 -2
osu.Framework/Graphics/Shapes/Circle.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.Containers; 5 5
+2 -2
osu.Framework/Graphics/Shapes/EquilateralTriangle.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5
+2 -2
osu.Framework/Graphics/Shapes/Triangle.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Graphics.OpenGL.Vertices;
+2 -2
osu.Framework/Graphics/Sprites/IHasLineBaseHeight.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Graphics.Sprites 5 5 {
+2 -2
osu.Framework/Graphics/Sprites/IHasText.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Graphics.Sprites 5 5 {
+2 -2
osu.Framework/Graphics/Sprites/Sprite.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Graphics.Primitives;
+2 -2
osu.Framework/Graphics/Sprites/SpriteDrawNode.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.Primitives; 5 5 using osu.Framework.Graphics.Shaders;
+2 -2
osu.Framework/Graphics/Sprites/SpriteText.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/Sprites/SpriteText_DrawNode.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/Textures/BufferStackTextureUpload.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Allocation;
+2 -2
osu.Framework/Graphics/Textures/ITextureUpload.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Graphics.Primitives;
+2 -2
osu.Framework/Graphics/Textures/LargeTextureStore.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.IO.Stores; 5 5 using osuTK.Graphics.ES30;
+2 -2
osu.Framework/Graphics/Textures/PrefixTextureStore.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.IO.Stores; 5 5
+2 -2
osu.Framework/Graphics/Textures/Texture.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.IO;
+2 -2
osu.Framework/Graphics/Textures/TextureAtlas.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/Textures/TextureLoaderStore.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.IO; 5 5 using System.Threading.Tasks;
+2 -2
osu.Framework/Graphics/Textures/TextureStore.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.OpenGL; 5 5 using osu.Framework.Graphics.OpenGL.Textures;
+2 -2
osu.Framework/Graphics/Textures/TextureTooLargeForGLException.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Graphics/Textures/TextureUpload.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.IO;
+2 -2
osu.Framework/Graphics/Textures/TextureWhitePixel.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.OpenGL; 5 5 using osu.Framework.Graphics.OpenGL.Textures;
+2 -2
osu.Framework/Graphics/Textures/TextureWithRefCount.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Graphics.OpenGL.Textures;
+2 -2
osu.Framework/Graphics/TransformSequenceExtensions.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5 using osuTK.Graphics;
+2 -2
osu.Framework/Graphics/TransformableExtensions.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5 using osuTK.Graphics;
+2 -2
osu.Framework/Graphics/Transforms/ITransformable.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Allocation; 5 5 using osu.Framework.Timing;
+2 -2
osu.Framework/Graphics/Transforms/Transform.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/Transforms/TransformBindable.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Configuration; 5 5 using osu.Framework.MathUtils;
+2 -2
osu.Framework/Graphics/Transforms/TransformCustom.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.MathUtils; 5 5 using System;
+2 -2
osu.Framework/Graphics/Transforms/TransformSequence.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/Transforms/Transformable.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Lists;
+2 -2
osu.Framework/Graphics/UserInterface/BasicCheckbox.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Extensions.Color4Extensions; 5 5 using osuTK;
+2 -2
osu.Framework/Graphics/UserInterface/BasicDropdown.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.Sprites; 5 5 using osuTK.Graphics;
+2 -2
osu.Framework/Graphics/UserInterface/BasicSliderBar.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Extensions.Color4Extensions;
+2 -2
osu.Framework/Graphics/UserInterface/BasicTabControl.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.Sprites; 5 5 using osuTK.Graphics;
+2 -2
osu.Framework/Graphics/UserInterface/Button.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.Containers; 5 5 using osu.Framework.Graphics.Sprites;
+2 -2
osu.Framework/Graphics/UserInterface/Checkbox.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Configuration;
+2 -2
osu.Framework/Graphics/UserInterface/CircularProgress.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Allocation;
+2 -2
osu.Framework/Graphics/UserInterface/CircularProgressDrawNode.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.Shaders; 5 5 using osu.Framework.Graphics.Textures;
+2 -2
osu.Framework/Graphics/UserInterface/Counter.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.Containers; 5 5 using osu.Framework.Graphics.Transforms;
+2 -2
osu.Framework/Graphics/UserInterface/Dropdown.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/UserInterface/DropdownHeader.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK.Graphics; 5 5 using osu.Framework.Graphics.Containers;
+2 -2
osu.Framework/Graphics/UserInterface/DropdownMenuItem.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Graphics/UserInterface/IHasCurrentValue.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Configuration; 5 5
+2 -2
osu.Framework/Graphics/UserInterface/Menu.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/UserInterface/MenuItem.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/UserInterface/PasswordTextBox.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Graphics.UserInterface 5 5 {
+2 -2
osu.Framework/Graphics/UserInterface/SliderBar.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Configuration;
+2 -2
osu.Framework/Graphics/UserInterface/TabControl.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/UserInterface/TabItem.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Configuration;
+2 -2
osu.Framework/Graphics/UserInterface/TextBox.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/Vector2Extensions.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osuTK;
+2 -2
osu.Framework/Graphics/Video/DecodedFrame.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.Textures; 5 5
+2 -2
osu.Framework/Graphics/Video/FfmpegExtensions.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using FFmpeg.AutoGen; 5 5
+2 -2
osu.Framework/Graphics/Video/StdIo.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 5 5 namespace osu.Framework.Graphics.Video
+2 -2
osu.Framework/Graphics/Video/VideoDecoder.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using FFmpeg.AutoGen; 5 5 using osu.Framework.Allocation;
+2 -2
osu.Framework/Graphics/Video/VideoSprite.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Allocation; 5 5 using osu.Framework.Graphics.Sprites;
+2 -2
osu.Framework/Graphics/Visualisation/DrawVisualiser.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using System.Linq;
+2 -2
osu.Framework/Graphics/Visualisation/FlashyBox.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.Primitives; 5 5 using osu.Framework.Graphics.Shapes;
+2 -2
osu.Framework/Graphics/Visualisation/IContainVisualisedDrawables.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Graphics.Visualisation 5 5 {
+2 -2
osu.Framework/Graphics/Visualisation/InfoOverlay.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5 using osuTK.Graphics;
+2 -2
osu.Framework/Graphics/Visualisation/LogOverlay.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.Containers; 5 5 using osu.Framework.Graphics.Sprites;
+2 -2
osu.Framework/Graphics/Visualisation/PropertyDisplay.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Graphics/Visualisation/TitleBar.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.Containers; 5 5 using osu.Framework.Graphics.Shapes;
+2 -2
osu.Framework/Graphics/Visualisation/TreeContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Allocation;
+2 -2
osu.Framework/Graphics/Visualisation/TreeContainerStatus.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Graphics.Visualisation 5 5 {
+2 -2
osu.Framework/Graphics/Visualisation/VisualisedDrawable.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Host.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Platform; 5 5 using osu.Framework.Platform.Linux;
+2 -2
osu.Framework/IO/AsyncBufferStream.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Diagnostics;
+2 -2
osu.Framework/IO/File/FileSafety.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Diagnostics;
+2 -2
osu.Framework/IO/Network/FileWebRequest.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.IO;
+2 -2
osu.Framework/IO/Network/JsonWebRequest.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using Newtonsoft.Json; 5 5
+2 -2
osu.Framework/IO/Network/UrlEncoding.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Text; 5 5
+2 -2
osu.Framework/IO/Network/WebRequest.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/IO/Serialization/BindableJsonConverter.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using Newtonsoft.Json;
+2 -2
osu.Framework/IO/Serialization/ISerializableBindable.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using Newtonsoft.Json; 5 5 using osu.Framework.Configuration;
+2 -2
osu.Framework/IO/Serialization/ISerializableSortedList.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using Newtonsoft.Json; 5 5 using osu.Framework.Lists;
+2 -2
osu.Framework/IO/Serialization/SortedListJsonConverter.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using Newtonsoft.Json;
+2 -2
osu.Framework/IO/Stores/CachedResourceStore.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using System.Threading.Tasks;
+2 -2
osu.Framework/IO/Stores/ChangeableResourceStore.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/IO/Stores/DllResourceStore.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.IO;
+2 -2
osu.Framework/IO/Stores/FileSystemResourceStore.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.IO; 5 5 using System.Threading.Tasks;
+2 -2
osu.Framework/IO/Stores/FontStore.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Graphics.Textures;
+2 -2
osu.Framework/IO/Stores/GlyphStore.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.IO;
+2 -2
osu.Framework/IO/Stores/IResourceStore.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.IO;
+2 -2
osu.Framework/IO/Stores/NamespacedResourceStore.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5
+2 -2
osu.Framework/IO/Stores/OnlineStore.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.IO;
+2 -2
osu.Framework/IO/Stores/ResourceStore.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/IO/Stores/StorageBackedResourceStore.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.IO;
+2 -2
osu.Framework/IStateful.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/IUpdateable.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework 5 5 {
+2 -2
osu.Framework/Input/Bindings/IKeyBindingHandler.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics; 5 5
+2 -2
osu.Framework/Input/Bindings/IScrollBindingHandler.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Input.Bindings 5 5 {
+2 -2
osu.Framework/Input/Bindings/InputKey.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Input.Bindings 5 5 {
+2 -2
osu.Framework/Input/Bindings/KeyBinding.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Input.Bindings 5 5 {
+2 -2
osu.Framework/Input/Bindings/KeyBindingContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using System.Diagnostics;
+2 -2
osu.Framework/Input/Bindings/KeyCombination.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Input/ConfineMouseMode.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Input 5 5 {
+2 -2
osu.Framework/Input/CustomInputManager.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using osu.Framework.Input.Handlers;
+2 -2
osu.Framework/Input/Events/ClickEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Input.States; 5 5 using osuTK;
+2 -2
osu.Framework/Input/Events/DoubleClickEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Input.States; 5 5 using osuTK;
+2 -2
osu.Framework/Input/Events/DragEndEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Input.States; 5 5 using osuTK;
+2 -2
osu.Framework/Input/Events/DragEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Input.States; 5 5 using osuTK;
+2 -2
osu.Framework/Input/Events/DragStartEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Input.States; 5 5 using osuTK;
+2 -2
osu.Framework/Input/Events/FocusEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 5 5 using osu.Framework.Input.States;
+2 -2
osu.Framework/Input/Events/FocusLostEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 5 5 using osu.Framework.Input.States;
+2 -2
osu.Framework/Input/Events/HoverEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 5 5 using osu.Framework.Input.States;
+2 -2
osu.Framework/Input/Events/HoverLostEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 5 5 using osu.Framework.Input.States;
+2 -2
osu.Framework/Input/Events/JoystickButtonEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using osu.Framework.Extensions.TypeExtensions;
+2 -2
osu.Framework/Input/Events/JoystickPressEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Input.States; 5 5
+2 -2
osu.Framework/Input/Events/JoystickReleaseEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Input.States; 5 5
+2 -2
osu.Framework/Input/Events/KeyDownEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Extensions.TypeExtensions; 5 5 using osu.Framework.Input.States;
+2 -2
osu.Framework/Input/Events/KeyUpEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Input.States; 5 5 using osuTK.Input;
+2 -2
osu.Framework/Input/Events/KeyboardEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using osu.Framework.Extensions.TypeExtensions;
+2 -2
osu.Framework/Input/Events/MouseButtonEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Extensions.TypeExtensions; 5 5 using osu.Framework.Input.States;
+2 -2
osu.Framework/Input/Events/MouseDownEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Input.States; 5 5 using osuTK;
+2 -2
osu.Framework/Input/Events/MouseEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Input/Events/MouseMoveEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Input.States; 5 5 using osuTK;
+2 -2
osu.Framework/Input/Events/MouseUpEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Input.States; 5 5 using osuTK;
+2 -2
osu.Framework/Input/Events/ScrollEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Extensions.TypeExtensions; 5 5 using osu.Framework.Input.States;
+2 -2
osu.Framework/Input/Events/UIEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using JetBrains.Annotations;
+2 -2
osu.Framework/Input/FrameworkActionContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using System.Linq;
+2 -2
osu.Framework/Input/GameWindowTextInput.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Platform;
+2 -2
osu.Framework/Input/Handlers/IHasCursorSensitivity.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Configuration; 5 5
+2 -2
osu.Framework/Input/Handlers/INeedsMousePositionFeedback.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5
+2 -2
osu.Framework/Input/Handlers/InputHandler.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Concurrent;
+2 -2
osu.Framework/Input/Handlers/Joystick/OsuTKJoystickHandler.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Input/Handlers/Keyboard/OsuTKKeyboardHandler.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Input/Handlers/Mouse/OsuTKEventMouseState.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5
+2 -2
osu.Framework/Input/Handlers/Mouse/OsuTKMouseHandler.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Drawing; 5 5 using osu.Framework.Platform;
+2 -2
osu.Framework/Input/Handlers/Mouse/OsuTKMouseHandlerBase.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Input.StateChanges; 5 5 using osu.Framework.Platform;
+2 -2
osu.Framework/Input/Handlers/Mouse/OsuTKMouseState.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5 using osuTK.Input;
+2 -2
osu.Framework/Input/Handlers/Mouse/OsuTKPollMouseState.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5
+2 -2
osu.Framework/Input/Handlers/Mouse/OsuTKRawMouseHandler.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Input/IHandleGlobalInput.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Input 5 5 {
+2 -2
osu.Framework/Input/IRequireHighFrequencyMousePosition.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics; 5 5
+2 -2
osu.Framework/Input/ITextInputSource.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Input/InputManager.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Input/InputResampler.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Input/JoystickAxis.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Input 5 5 {
+2 -2
osu.Framework/Input/JoystickButton.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Input 5 5 {
+2 -2
osu.Framework/Input/MouseButtonEventManager.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Input/PassThroughInputManager.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using System.Linq;
+2 -2
osu.Framework/Input/PlatformActionContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using osu.Framework.Allocation;
+2 -2
osu.Framework/Input/StateChanges/ButtonInput.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using System.Linq;
+2 -2
osu.Framework/Input/StateChanges/ButtonInputEntry.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Input.StateChanges 5 5 {
+2 -2
osu.Framework/Input/StateChanges/ButtonStateChangeKind.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Input.StateChanges 5 5 {
+2 -2
osu.Framework/Input/StateChanges/Events/ButtonStateChangeEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Input.States; 5 5
+2 -2
osu.Framework/Input/StateChanges/Events/InputStateChangeEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using JetBrains.Annotations;
+2 -2
osu.Framework/Input/StateChanges/Events/MousePositionChangeEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Input.States; 5 5 using osuTK;
+2 -2
osu.Framework/Input/StateChanges/Events/MouseScrollChangeEvent.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Input.States; 5 5 using osuTK;
+2 -2
osu.Framework/Input/StateChanges/IInput.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Input.States; 5 5
+2 -2
osu.Framework/Input/StateChanges/IInputStateChangeHandler.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Input.StateChanges.Events; 5 5 using osu.Framework.Input.States;
+2 -2
osu.Framework/Input/StateChanges/JoystickButtonInput.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using osu.Framework.Input.States;
+2 -2
osu.Framework/Input/StateChanges/KeyboardKeyInput.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using osu.Framework.Input.States;
+2 -2
osu.Framework/Input/StateChanges/MouseButtonInput.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using osu.Framework.Input.States;
+2 -2
osu.Framework/Input/StateChanges/MousePositionAbsoluteInput.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Input.StateChanges.Events; 5 5 using osu.Framework.Input.States;
+2 -2
osu.Framework/Input/StateChanges/MousePositionRelativeInput.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Input.StateChanges.Events; 5 5 using osu.Framework.Input.States;
+2 -2
osu.Framework/Input/StateChanges/MouseScrollRelativeInput.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Input.StateChanges.Events; 5 5 using osu.Framework.Input.States;
+2 -2
osu.Framework/Input/States/ButtonStates.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections;
+2 -2
osu.Framework/Input/States/InputState.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Input.States 5 5 {
+2 -2
osu.Framework/Input/States/JoystickState.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5
+2 -2
osu.Framework/Input/States/KeyboardState.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK.Input; 5 5
+2 -2
osu.Framework/Input/States/MouseState.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Extensions.TypeExtensions; 5 5 using osuTK;
+2 -2
osu.Framework/Input/UserInputManager.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using osu.Framework.Input.Handlers;
+2 -2
osu.Framework/Lists/ComparisonComparer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Lists/FuncEqualityComparer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Lists/IWeakList.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Lists/LazyList.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections;
+2 -2
osu.Framework/Lists/LockedWeakList.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Lists/SortedList.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Extensions.TypeExtensions; 5 5 using System;
+2 -2
osu.Framework/Lists/WeakList.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Localisation/ILocalisedBindableString.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Configuration; 5 5
+2 -2
osu.Framework/Localisation/IUnicodeBindableString.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using JetBrains.Annotations; 5 5 using osu.Framework.Configuration;
+2 -2
osu.Framework/Localisation/LocalisationManager.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using System.Globalization;
+2 -2
osu.Framework/Localisation/LocalisationManager_LocalisedBindableString.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Configuration;
+2 -2
osu.Framework/Localisation/LocalisedString.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Configuration; 5 5
+2 -2
osu.Framework/Logging/Logger.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Logging/RollingTime.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Logging/ThrowingTraceListener.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Diagnostics; 5 5 using NUnit.Framework;
+2 -2
osu.Framework/MathUtils/Blur.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/MathUtils/Interpolation.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Linq;
+2 -2
osu.Framework/MathUtils/NumberFormatter.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/MathUtils/PathApproximator.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/MathUtils/Precision.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5 using System;
+2 -2
osu.Framework/MathUtils/RNG.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/MathUtils/Validation.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework/Physics/IRigidBody.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osuTK;
+2 -2
osu.Framework/Physics/RigidBodyContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5 using System;
+2 -2
osu.Framework/Physics/RigidBodySimulation.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework/Platform/Architecture.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Runtime.InteropServices;
+2 -2
osu.Framework/Platform/Clipboard.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Platform 5 5 {
+2 -2
osu.Framework/Platform/DesktopGameHost.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using System.Diagnostics;
+2 -2
osu.Framework/Platform/DesktopGameWindow.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Platform/DesktopStorage.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Platform/GameHost.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Platform/GameWindow.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Platform/HeadlessGameHost.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using osu.Framework.Input.Handlers;
+2 -2
osu.Framework/Platform/IIpcHost.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Threading.Tasks;
+2 -2
osu.Framework/Platform/IpcChannel.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Threading.Tasks;
+2 -2
osu.Framework/Platform/IpcMessage.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Platform 5 5 {
+2 -2
osu.Framework/Platform/Linux/LinuxClipboard.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 // using System.Windows.Forms; 5 5
+2 -2
osu.Framework/Platform/Linux/LinuxGameHost.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Platform.Linux.Native; 5 5 using osu.Framework.Platform.Linux.Sdl;
+2 -2
osu.Framework/Platform/Linux/LinuxGameWindow.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Linq;
+2 -2
osu.Framework/Platform/Linux/LinuxStorage.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.IO;
+2 -2
osu.Framework/Platform/Linux/Native/Library.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.IO;
+2 -2
osu.Framework/Platform/Linux/Sdl/SdlClipboard.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Runtime.InteropServices;
+2 -2
osu.Framework/Platform/MacOS/MacOSClipboard.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Platform.MacOS.Native;
+2 -2
osu.Framework/Platform/MacOS/MacOSGameHost.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using osu.Framework.Input;
+2 -2
osu.Framework/Platform/MacOS/MacOSGameWindow.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Platform/MacOS/MacOSStorage.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.IO;
+2 -2
osu.Framework/Platform/MacOS/Native/Class.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Runtime.InteropServices;
+2 -2
osu.Framework/Platform/MacOS/Native/Cocoa.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Linq;
+2 -2
osu.Framework/Platform/MacOS/Native/NSApplication.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Platform/MacOS/Native/NSArray.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Platform/MacOS/Native/NSDictionary.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Platform/MacOS/Native/NSNotificationCenter.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Platform/MacOS/Native/NSPasteboard.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Platform/MacOS/Native/Selector.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Runtime.InteropServices;
+2 -2
osu.Framework/Platform/MonoPInvokeCallbackAttribute.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Runtime.CompilerServices;
+2 -2
osu.Framework/Platform/Storage.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Platform/TcpIpcProvider.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Diagnostics;
+2 -2
osu.Framework/Platform/Windows/Native/Execution.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Runtime.InteropServices;
+2 -2
osu.Framework/Platform/Windows/Native/Icon.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Runtime.InteropServices;
+2 -2
osu.Framework/Platform/Windows/Native/IconGroup.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.IO; 5 5 using System.Runtime.InteropServices;
+2 -2
osu.Framework/Platform/Windows/Native/Input.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Drawing;
+2 -2
osu.Framework/Platform/Windows/TimePeriod.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Runtime.InteropServices;
+2 -2
osu.Framework/Platform/Windows/WindowsClipboard.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Runtime.InteropServices;
+2 -2
osu.Framework/Platform/Windows/WindowsGameHost.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Platform.Windows.Native;
+2 -2
osu.Framework/Platform/Windows/WindowsGameWindow.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.IO;
+2 -2
osu.Framework/Platform/Windows/WindowsStorage.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Diagnostics;
+2 -2
osu.Framework/Properties/AssemblyInfo.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Runtime.CompilerServices; 5 5
+2 -2
osu.Framework/RuntimeInfo.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Runtime.InteropServices;
+2 -2
osu.Framework/Screens/Screen.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Allocation;
+2 -2
osu.Framework/Statistics/BackgroundStackTraceCollector.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Logging;
+2 -2
osu.Framework/Statistics/FrameStatistics.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Statistics/PerformanceMonitor.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Allocation; 5 5 using osu.Framework.MathUtils;
+2 -2
osu.Framework/Testing/Dependencies/CachedNullableProvider.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Allocation; 5 5
+2 -2
osu.Framework/Testing/Dependencies/CachedStructProvider.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Allocation; 5 5
+2 -2
osu.Framework/Testing/DrawFrameRecordingContainer.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Collections.Generic; 5 5 using JetBrains.Annotations;
+2 -2
osu.Framework/Testing/Drawables/Sections/ToolbarAssemblySection.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Linq; 5 5 using System.Reflection;
+2 -2
osu.Framework/Testing/Drawables/Sections/ToolbarRateSection.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Allocation; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework/Testing/Drawables/Sections/ToolbarRecordSection.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Allocation; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework/Testing/Drawables/Steps/AssertButton.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Diagnostics;
+2 -2
osu.Framework/Testing/Drawables/Steps/RepeatStepButton.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Testing/Drawables/Steps/SingleStepButton.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Testing/Drawables/Steps/StepButton.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Allocation;
+2 -2
osu.Framework/Testing/Drawables/Steps/StepSlider.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osuTK.Graphics; 5 5 using osu.Framework.Configuration;
+2 -2
osu.Framework/Testing/Drawables/Steps/ToggleStepButton.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework/Testing/Drawables/Steps/UntilStepButton.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Diagnostics;
+2 -2
osu.Framework/Testing/Drawables/TestBrowserToolbar.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Reflection; 5 5 using osu.Framework.Allocation;
+2 -2
osu.Framework/Testing/Drawables/TestCaseButton.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.ComponentModel;
+2 -2
osu.Framework/Testing/Drawables/ToolbarSection.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics.Containers; 5 5
+2 -2
osu.Framework/Testing/DynamicClassCompiler.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.IO;
+2 -2
osu.Framework/Testing/GridTestCase.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Extensions; 5 5 using osu.Framework.Graphics;
+2 -2
osu.Framework/Testing/IDynamicallyCompile.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Testing/Input/ManualInputManager.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Graphics; 5 5 using osu.Framework.Input;
+2 -2
osu.Framework/Testing/ManualInputManagerTestCase.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using NUnit.Framework; 5 5 using osu.Framework.Extensions.IEnumerableExtensions;
+2 -2
osu.Framework/Testing/TestBrowser.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Testing/TestBrowserConfig.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Configuration; 5 5 using osu.Framework.Platform;
+2 -2
osu.Framework/Testing/TestBrowserTestRunner.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Linq;
+2 -2
osu.Framework/Testing/TestCase.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Generic;
+2 -2
osu.Framework/Testing/TestCaseTestRunner.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Diagnostics;
+2 -2
osu.Framework/Threading/AtomicCounter.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System.Threading; 5 5
+2 -2
osu.Framework/Threading/AudioThread.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Statistics; 5 5 using System;
+2 -2
osu.Framework/Threading/DrawThread.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Statistics; 5 5 using System;
+2 -2
osu.Framework/Threading/GameThread.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Threading;
+2 -2
osu.Framework/Threading/InputThread.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Statistics; 5 5 using System;
+2 -2
osu.Framework/Threading/Scheduler.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Concurrent;
+2 -2
osu.Framework/Threading/ThreadedTaskScheduler.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Collections.Concurrent;
+2 -2
osu.Framework/Threading/UpdateThread.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Statistics; 5 5 using System;
+2 -2
osu.Framework/Timing/DecoupleableInterpolatingFramedClock.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Timing 5 5 {
+2 -2
osu.Framework/Timing/FrameTimeInfo.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Globalization;
+2 -2
osu.Framework/Timing/FramedClock.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Extensions.TypeExtensions; 5 5 using System;
+2 -2
osu.Framework/Timing/FramedOffsetClock.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Timing 5 5 {
+2 -2
osu.Framework/Timing/IAdjustableClock.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Timing 5 5 {
+2 -2
osu.Framework/Timing/IClock.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Timing 5 5 {
+2 -2
osu.Framework/Timing/IFrameBasedClock.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Timing 5 5 {
+2 -2
osu.Framework/Timing/InterpolatingFramedClock.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5
+2 -2
osu.Framework/Timing/ManualClock.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Timing 5 5 {
+2 -2
osu.Framework/Timing/OffsetClock.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 namespace osu.Framework.Timing 5 5 {
+2 -2
osu.Framework/Timing/StopwatchClock.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using osu.Framework.Extensions.TypeExtensions; 5 5 using System;
+2 -2
osu.Framework/Timing/ThrottledFrameClock.cs
··· 1 - // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. 2 - // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2 + // See the LICENCE file in the repository root for full licence text. 3 3 4 4 using System; 5 5 using System.Diagnostics;