Added missed license header and removed unused file

This commit is contained in:
Ajay Bhargav Baaskaran 2015-01-12 16:48:35 -08:00
parent 08b83fefc3
commit 62b6ab8721
5 changed files with 14 additions and 46 deletions

View File

@ -1,42 +0,0 @@

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Index</title>
</head>
<body>
<p>
<a href="/Employee/Create">Create New</a>
</p>
<table class="table">
<tr>
<th>
Age
</th>
<th>
Email
</th>
<th>
Full Name
</th>
<th>
Gender
</th>
<th>
JoinDate
</th>
<th>
Salary
</th>
<th></th>
</tr>
</table>
</body>
</html>

View File

@ -1,4 +1,5 @@
using System;
// 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.
namespace ActivatorWebSite.Models
{

View File

@ -1,4 +1,7 @@
using Microsoft.AspNet.Mvc;
// 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 Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Mvc.Rendering;
using Microsoft.AspNet.Razor.Runtime.TagHelpers;
using Microsoft.AspNet.Razor.TagHelpers;

View File

@ -1,4 +1,7 @@
using Microsoft.AspNet.Mvc;
// 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 Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Mvc.Rendering;
using Microsoft.AspNet.Razor.Runtime.TagHelpers;
using Microsoft.AspNet.Razor.TagHelpers;

View File

@ -1,4 +1,7 @@
using Microsoft.AspNet.Mvc;
// 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 Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Mvc.Rendering;
using Microsoft.AspNet.Razor.Runtime.TagHelpers;
using Microsoft.AspNet.Razor.TagHelpers;