Add copyright notices to new files

This commit is contained in:
Doug Bunting 2014-10-07 10:00:24 -07:00 committed by N. Taylor Mullen
parent 639a788ed8
commit 3492be3c6c
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,6 @@

// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using Microsoft.AspNet.Mvc.Core;
using Microsoft.AspNet.Mvc.ModelBinding;

View File

@ -1,4 +1,6 @@

// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.IO;
using System.Linq.Expressions;