From 5a42035f8817e4cffc705dd21c324a7b428e1785 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Wed, 8 Mar 2017 15:50:52 +0900 Subject: [PATCH] Update license headers. --- osu.Desktop.Deploy/App.config | 4 ++++ osu.Desktop.Deploy/GitHubObject.cs | 5 ++++- osu.Desktop.Deploy/GitHubRelease.cs | 5 ++++- osu.Desktop.Deploy/Program.cs | 2 +- osu.Desktop.Deploy/Properties/AssemblyInfo.cs | 5 ++++- osu.Desktop.Deploy/osu.Desktop.Deploy.csproj | 3 +++ osu.Desktop.Deploy/packages.config | 4 ++++ osu.Desktop.Tests/app.config | 1 + osu.Desktop.Tests/packages.config | 1 + osu.Desktop.VisualTests/Tests/TestCaseDrawings.cs | 2 +- osu.Desktop.VisualTests/app.config | 1 + osu.Desktop.VisualTests/packages.config | 1 + osu.Desktop/app.config | 1 + osu.Desktop/packages.config | 1 + osu.Game.Modes.Catch/packages.config | 1 + osu.Game.Modes.Mania/app.config | 1 + osu.Game.Modes.Mania/packages.config | 1 + osu.Game.Modes.Osu/app.config | 1 + osu.Game.Modes.Osu/packages.config | 1 + osu.Game.Modes.Taiko/packages.config | 1 + osu.Game.Tests/app.config | 1 + osu.Game.Tests/packages.config | 1 + osu.Game/IO/Legacy/SerializationReader.cs | 2 +- osu.Game/Modes/UI/ModIcon.cs | 2 +- osu.Game/Overlays/Mods/ModButton.cs | 2 +- osu.Game/Screens/Tournament/GroupContainer.cs | 5 ++++- osu.Game/app.config | 1 + osu.Game/packages.config | 1 + 28 files changed, 48 insertions(+), 9 deletions(-) diff --git a/osu.Desktop.Deploy/App.config b/osu.Desktop.Deploy/App.config index 33ae53313b..bd464a0453 100644 --- a/osu.Desktop.Deploy/App.config +++ b/osu.Desktop.Deploy/App.config @@ -1,4 +1,8 @@  + diff --git a/osu.Desktop.Deploy/GitHubObject.cs b/osu.Desktop.Deploy/GitHubObject.cs index f87de5cbdd..258f941340 100644 --- a/osu.Desktop.Deploy/GitHubObject.cs +++ b/osu.Desktop.Deploy/GitHubObject.cs @@ -1,4 +1,7 @@ -using Newtonsoft.Json; +// Copyright (c) 2007-2017 ppy Pty Ltd . +// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE + +using Newtonsoft.Json; namespace osu.Desktop.Deploy { diff --git a/osu.Desktop.Deploy/GitHubRelease.cs b/osu.Desktop.Deploy/GitHubRelease.cs index 7e7b04fe58..a621ff2216 100644 --- a/osu.Desktop.Deploy/GitHubRelease.cs +++ b/osu.Desktop.Deploy/GitHubRelease.cs @@ -1,4 +1,7 @@ -using Newtonsoft.Json; +// Copyright (c) 2007-2017 ppy Pty Ltd . +// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE + +using Newtonsoft.Json; namespace osu.Desktop.Deploy { diff --git a/osu.Desktop.Deploy/Program.cs b/osu.Desktop.Deploy/Program.cs index 6c96459a92..7141b6d52f 100644 --- a/osu.Desktop.Deploy/Program.cs +++ b/osu.Desktop.Deploy/Program.cs @@ -1,5 +1,5 @@ // Copyright (c) 2007-2017 ppy Pty Ltd . -// Licensed under the MIT Licence - https://raw.GitHubusercontent.com/ppy/osu-framework/master/LICENCE +// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System; using System.Collections.Generic; diff --git a/osu.Desktop.Deploy/Properties/AssemblyInfo.cs b/osu.Desktop.Deploy/Properties/AssemblyInfo.cs index e0c1ad1a43..8df81400c1 100644 --- a/osu.Desktop.Deploy/Properties/AssemblyInfo.cs +++ b/osu.Desktop.Deploy/Properties/AssemblyInfo.cs @@ -1,4 +1,7 @@ -using System.Reflection; +// Copyright (c) 2007-2017 ppy Pty Ltd . +// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE + +using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/osu.Desktop.Deploy/osu.Desktop.Deploy.csproj b/osu.Desktop.Deploy/osu.Desktop.Deploy.csproj index 898a991292..6bed6bb049 100644 --- a/osu.Desktop.Deploy/osu.Desktop.Deploy.csproj +++ b/osu.Desktop.Deploy/osu.Desktop.Deploy.csproj @@ -101,6 +101,9 @@ + + osu.licenseheader + diff --git a/osu.Desktop.Deploy/packages.config b/osu.Desktop.Deploy/packages.config index 4bbb763e27..59e9e42f45 100644 --- a/osu.Desktop.Deploy/packages.config +++ b/osu.Desktop.Deploy/packages.config @@ -1,4 +1,8 @@  + diff --git a/osu.Desktop.Tests/app.config b/osu.Desktop.Tests/app.config index b9af3fdc80..855da39b10 100644 --- a/osu.Desktop.Tests/app.config +++ b/osu.Desktop.Tests/app.config @@ -1,4 +1,5 @@  +