From a741af1e77a6b47cecc22c11fa25156037d45666 Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Thu, 30 Aug 2018 09:07:02 -0700 Subject: [PATCH] Add header to sample (#1353) --- samples/IISSample/Startup.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/samples/IISSample/Startup.cs b/samples/IISSample/Startup.cs index 138f993d9e..f99b6ad729 100644 --- a/samples/IISSample/Startup.cs +++ b/samples/IISSample/Startup.cs @@ -1,3 +1,6 @@ +// Copyright (c) .NET Foundation. 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.Linq; using Microsoft.AspNetCore.Authentication;