From fc73131fe30f5c0be51437506da574a05ed383f1 Mon Sep 17 00:00:00 2001 From: Dominique Schuppli Date: Mon, 18 Jan 2021 22:09:38 +0100 Subject: [PATCH] Add missing copyright notices --- src/Moq/ITypeMatcher.cs | 3 +++ tests/Moq.Tests/ExpressionSplitFixture.cs | 3 +++ 2 files changed, 6 insertions(+) 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;