From f15cd0e271bc6afc235e0bd22944f489fb9c730e Mon Sep 17 00:00:00 2001 From: "Zac Brown (ODSP SECURITY)" Date: Tue, 19 Sep 2017 11:06:29 -0700 Subject: [PATCH] Update krabsetw and add license notice. Signed-off-by: Zac Brown (ODSP SECURITY) --- PowerShellMethodAuditor/PowerShellMethodAuditor.csproj | 4 ++-- PowerShellMethodAuditor/Program.cs | 5 ++++- PowerShellMethodAuditor/packages.config | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PowerShellMethodAuditor/PowerShellMethodAuditor.csproj b/PowerShellMethodAuditor/PowerShellMethodAuditor.csproj index 7d7a723..f7d30c4 100644 --- a/PowerShellMethodAuditor/PowerShellMethodAuditor.csproj +++ b/PowerShellMethodAuditor/PowerShellMethodAuditor.csproj @@ -34,8 +34,8 @@ false - - ..\packages\O365.Security.Native.ETW.1.0.0\lib\net45\O365.Security.Native.ETW.dll + + ..\packages\O365.Security.Native.ETW.1.0.8\lib\net45\O365.Security.Native.ETW.dll True diff --git a/PowerShellMethodAuditor/Program.cs b/PowerShellMethodAuditor/Program.cs index b527475..a7616d0 100644 --- a/PowerShellMethodAuditor/Program.cs +++ b/PowerShellMethodAuditor/Program.cs @@ -1,4 +1,7 @@ -using System; +// Copyright (c) Zac Brown. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + +using System; using O365.Security.ETW; namespace PowerShellMethodAuditor diff --git a/PowerShellMethodAuditor/packages.config b/PowerShellMethodAuditor/packages.config index 49bb48d..bf44f31 100644 --- a/PowerShellMethodAuditor/packages.config +++ b/PowerShellMethodAuditor/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file