From 599c53c6e18b292527d259787fe5755b8eed9e83 Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Tue, 16 Jul 2019 12:35:28 -0700 Subject: [PATCH] Add the license header to `nanoserver.tests.ps1` --- test/nanoserver/nanoserver.tests.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/nanoserver/nanoserver.tests.ps1 b/test/nanoserver/nanoserver.tests.ps1 index eb2cf760334..2a7e25c26d9 100644 --- a/test/nanoserver/nanoserver.tests.ps1 +++ b/test/nanoserver/nanoserver.tests.ps1 @@ -1,3 +1,6 @@ +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. + Describe "Verify PowerShell Runs" { BeforeAll{ $options = (Get-PSOptions)