diff --git a/src/Moq/ITypeMatcher.cs b/src/Moq/ITypeMatcher.cs index 208f3eec2..889c8419e 100644 --- a/src/Moq/ITypeMatcher.cs +++ b/src/Moq/ITypeMatcher.cs @@ -1,3 +1,6 @@ +// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors. +// All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. + using System; namespace Moq diff --git a/tests/Moq.Tests/ExpressionSplitFixture.cs b/tests/Moq.Tests/ExpressionSplitFixture.cs index 241e6b3d2..a65b9dfe0 100644 --- a/tests/Moq.Tests/ExpressionSplitFixture.cs +++ b/tests/Moq.Tests/ExpressionSplitFixture.cs @@ -1,3 +1,6 @@ +// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors. +// All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. + using System; using System.Linq; using System.Linq.Expressions;