Add copyright notices to new files

This commit is contained in:
Doug Bunting 2014-10-07 10:00:24 -07:00 коммит произвёл N. Taylor Mullen
Родитель 639a788ed8
Коммит 3492be3c6c
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -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;

Просмотреть файл

@ -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;