From 59b88fe7e90cadcc4f6eb2085fcdef59ea2a172f Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Wed, 13 Apr 2016 16:42:04 -0500 Subject: [PATCH] Added copyright header to some new files. --- src/Markup/Perspex.Markup/Data/CommonPropertyNames.cs | 7 ++----- tests/Perspex.Markup.UnitTests/Data/InpcPluginTests.cs | 9 ++++----- 2 files changed, 6 insertions(+), 10 deletions(-) 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