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