Update copyright info

This commit is contained in:
dmilov
2020-10-01 17:16:16 +03:00
parent def74388ce
commit 4ca1a612ab
28 changed files with 53 additions and 44 deletions

View File

@@ -1,5 +1,5 @@
// **************************************************************************
// Copyright (c) VMware, Inc. All rights reserved. -- VMware Confidential.
// Copyright 2020 VMware, Inc.
// **************************************************************************
using System;
using System.Collections;

View File

@@ -1,4 +1,8 @@
using System;
// **************************************************************************
// Copyright 2020 VMware, Inc.
// **************************************************************************
using System;
using System.IdentityModel.Selectors;
using System.Security.Cryptography.X509Certificates;

View File

@@ -1,3 +1,6 @@
// **************************************************************************
// Copyright 2020 VMware, Inc.
// **************************************************************************
using NUnit.Framework;
using System.Linq;
using System.Security;

View File

@@ -1,5 +1,5 @@
// **************************************************************************
// Copyright (c) VMware, Inc. All rights reserved. -- VMware Confidential.
// Copyright 2020 VMware, Inc.
// **************************************************************************
using System;
using System.Collections.Generic;

View File

@@ -1,5 +1,5 @@
// **************************************************************************
// Copyright (c) VMware, Inc. All rights reserved. -- VMware Confidential.
// Copyright 2020 VMware, Inc.
// **************************************************************************
using System;

View File

@@ -1,5 +1,5 @@
// **************************************************************************
// Copyright (c) VMware, Inc. All rights reserved. -- VMware Confidential.
// Copyright 2020 VMware, Inc.
// **************************************************************************
using System;

View File

@@ -1,5 +1,5 @@
// **************************************************************************
// Copyright (c) VMware, Inc. All rights reserved. -- VMware Confidential.
// Copyright 2020 VMware, Inc.
// **************************************************************************
using System;
using System.Collections.Generic;

View File

@@ -1,5 +1,5 @@
// **************************************************************************
// Copyright (c) VMware, Inc. All rights reserved. -- VMware Confidential.
// Copyright 2020 VMware, Inc.
// **************************************************************************
using System;

View File

@@ -1,5 +1,5 @@
// **************************************************************************
// Copyright (c) VMware, Inc. All rights reserved. -- VMware Confidential.
// Copyright 2020 VMware, Inc.
// **************************************************************************
using System;

View File

@@ -1,5 +1,5 @@
// **************************************************************************
// Copyright (c) VMware, Inc. All rights reserved. -- VMware Confidential.
// Copyright 2020 VMware, Inc.
// **************************************************************************
using System;

View File

@@ -1,5 +1,5 @@
// **************************************************************************
// Copyright (c) VMware, Inc. All rights reserved. -- VMware Confidential.
// Copyright 2020 VMware, Inc.
// **************************************************************************
using System;
using System.Collections.Generic;

View File

@@ -1,6 +1,6 @@
#**************************************************************************
# Copyright (c) VMware, Inc. All rights reserved.
#**************************************************************************
# **************************************************************************
# Copyright 2020 VMware, Inc.
# **************************************************************************
param(
[ValidateSet("Debug", "Release")]

View File

@@ -1,6 +1,6 @@
#**************************************************************************
# Copyright (c) VMware, Inc. All rights reserved.
#**************************************************************************
# **************************************************************************
# Copyright 2020 VMware, Inc.
# **************************************************************************
param(
[Parameter(Mandatory = $true)]

View File

@@ -1,6 +1,6 @@
#**************************************************************************
# Copyright (c) VMware, Inc. All rights reserved.
#**************************************************************************
# **************************************************************************
# Copyright 2020 VMware, Inc.
# **************************************************************************
param(
[Parameter(Mandatory = $true)]

View File

@@ -1,6 +1,6 @@
#**************************************************************************
# Copyright (c) VMware, Inc. All rights reserved.
#**************************************************************************
# **************************************************************************
# Copyright 2020 VMware, Inc.
# **************************************************************************
param(
[Parameter(Mandatory = $true)]

View File

@@ -1,6 +1,6 @@
#**************************************************************************
# Copyright (c) VMware, Inc. All rights reserved.
#**************************************************************************
# **************************************************************************
# Copyright 2020 VMware, Inc.
# **************************************************************************
param(
[Parameter(Mandatory = $true)]

View File

@@ -1,6 +1,6 @@
#**************************************************************************
# Copyright (c) VMware, Inc. All rights reserved.
#**************************************************************************
# **************************************************************************
# Copyright 2020 VMware, Inc.
# **************************************************************************
param(
[Parameter(Mandatory = $true)]

View File

@@ -1,6 +1,6 @@
#**************************************************************************
# Copyright (c) VMware, Inc. All rights reserved.
#**************************************************************************
# **************************************************************************
# Copyright 2020 VMware, Inc.
# **************************************************************************
param(
[Parameter(Mandatory = $true)]

View File

@@ -1,6 +1,6 @@
#**************************************************************************
# Copyright (c) VMware, Inc. All rights reserved.
#**************************************************************************
# **************************************************************************
# Copyright 2020 VMware, Inc.
# **************************************************************************
param(
[Parameter(Mandatory = $true)]
@@ -25,8 +25,6 @@ function Test-PesterIsAvailable() {
Test-PesterIsAvailable
$testFiles = Get-ChildItem -Path $PSScriptRoot -Filter "*.Tests.ps1"
Invoke-Pester `
-Script @{
Path = $PSScriptRoot

View File

@@ -1,6 +1,6 @@
#**************************************************************************
# Copyright (c) VMware, Inc. All rights reserved.
#**************************************************************************
# **************************************************************************
# Copyright 2020 VMware, Inc.
# **************************************************************************
param(
[Parameter(Mandatory = $true)]