Skip to content

Commit 4b6af49

Browse files
author
Marcin Drobik
committed
Added bolierplate to sample Startup.cs
1 parent 1072de8 commit 4b6af49

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/React.Sample.Owin/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
using System;
1111

1212
using Microsoft.Owin.Hosting;
13-
using Microsoft.Owin.StaticFiles.Infrastructure;
1413

1514
namespace React.Sample.Owin
1615
{

src/React.Sample.Owin/Startup.cs

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
using System;
1+
/*
2+
* Copyright (c) 2014-2015, Facebook, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree. An additional grant
7+
* of patent rights can be found in the PATENTS file in the same directory.
8+
*/
9+
10+
using System;
211

312
using Microsoft.Owin.FileSystems;
413
using Microsoft.Owin.StaticFiles;

0 commit comments

Comments
 (0)