diff --git a/src/Markup/Perspex.Markup/Data/CommonPropertyNames.cs b/src/Markup/Perspex.Markup/Data/CommonPropertyNames.cs index 5866539886..5082a89862 100644 --- a/src/Markup/Perspex.Markup/Data/CommonPropertyNames.cs +++ b/src/Markup/Perspex.Markup/Data/CommonPropertyNames.cs @@ -1,8 +1,5 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; +// Copyright (c) The Perspex Project. All rights reserved. +// Licensed under the MIT license. See licence.md file in the project root for full license information. namespace Perspex.Markup.Data { diff --git a/tests/Perspex.Markup.UnitTests/Data/InpcPluginTests.cs b/tests/Perspex.Markup.UnitTests/Data/InpcPluginTests.cs index 3a32e3eabc..1c97d5c386 100644 --- a/tests/Perspex.Markup.UnitTests/Data/InpcPluginTests.cs +++ b/tests/Perspex.Markup.UnitTests/Data/InpcPluginTests.cs @@ -1,12 +1,11 @@ -using Perspex.Markup.Data.Plugins; +// Copyright (c) The Perspex Project. All rights reserved. +// Licensed under the MIT license. See licence.md file in the project root for full license information. + +using Perspex.Markup.Data.Plugins; using System; using System.Collections; -using System.Collections.Generic; using System.ComponentModel; -using System.Linq; using System.Runtime.CompilerServices; -using System.Text; -using System.Threading.Tasks; using Xunit; namespace Perspex.Markup.UnitTests.Data