@@ -102,6 +102,12 @@ describe('execCmd', () => {
102102
103103``` typescript
104104import { execCmd } from ' @salesforce/cli-plugins-testkit' ;
105+ /*
106+ * Copyright (c) 2023, salesforce.com, inc.
107+ * All rights reserved.
108+ * Licensed under the BSD 3-Clause license.
109+ * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
110+ */
105111
106112describe (' execCmd' , () => {
107113 // This would actually be set in the shell or CI environment.
@@ -168,6 +174,12 @@ A TestSession provides conveniences to testing plugin commands with options to a
168174
169175``` typescript
170176import { execCmd , TestSession , TestProject } from ' @salesforce/cli-plugins-testkit' ;
177+ /*
178+ * Copyright (c) 2023, salesforce.com, inc.
179+ * All rights reserved.
180+ * Licensed under the BSD 3-Clause license.
181+ * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
182+ */
171183
172184describe (' TestSession' , () => {
173185 let testSession: TestSession ;
@@ -196,6 +208,12 @@ describe('TestSession', () => {
196208
197209``` typescript
198210import { execCmd , TestSession , TestProject } from ' @salesforce/cli-plugins-testkit' ;
211+ /*
212+ * Copyright (c) 2023, salesforce.com, inc.
213+ * All rights reserved.
214+ * Licensed under the BSD 3-Clause license.
215+ * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
216+ */
199217
200218describe (' TestSession' , () => {
201219 let testSession: TestSession ;
@@ -282,6 +300,12 @@ describe('TestSession', () => {
282300
283301``` typescript
284302import { execCmd , TestSession } from ' @salesforce/cli-plugins-testkit' ;
303+ /*
304+ * Copyright (c) 2023, salesforce.com, inc.
305+ * All rights reserved.
306+ * Licensed under the BSD 3-Clause license.
307+ * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
308+ */
285309
286310describe (' TestSession' , () => {
287311 let testSession: TestSession ;
@@ -306,7 +330,12 @@ describe('TestSession', () => {
306330
307331``` typescript
308332import { execCmd , TestSession } from ' @salesforce/cli-plugins-testkit' ;
309-
333+ /*
334+ * Copyright (c) 2023, salesforce.com, inc.
335+ * All rights reserved.
336+ * Licensed under the BSD 3-Clause license.
337+ * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
338+ */
310339import { tmpdir } from ' os' ;
311340import { expect } from ' chai' ;
312341
@@ -388,6 +417,12 @@ describe('TestSession', () => {
388417
389418``` typescript
390419import { execCmd , TestSession } from ' @salesforce/cli-plugins-testkit' ;
420+ /*
421+ * Copyright (c) 2023, salesforce.com, inc.
422+ * All rights reserved.
423+ * Licensed under the BSD 3-Clause license.
424+ * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
425+ */
391426
392427describe (' TestSession' , () => {
393428 let testSession: TestSession ;
@@ -418,6 +453,12 @@ describe('TestSession', () => {
418453
419454``` typescript
420455import { execCmd , TestSession , TestProject } from ' @salesforce/cli-plugins-testkit' ;
456+ /*
457+ * Copyright (c) 2023, salesforce.com, inc.
458+ * All rights reserved.
459+ * Licensed under the BSD 3-Clause license.
460+ * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
461+ */
421462
422463describe (' TestSession' , () => {
423464 let testSession: TestSession ;
@@ -450,6 +491,12 @@ describe('TestSession', () => {
450491
451492``` typescript
452493import { execCmd , TestSession , TestProject } from ' @salesforce/cli-plugins-testkit' ;
494+ /*
495+ * Copyright (c) 2023, salesforce.com, inc.
496+ * All rights reserved.
497+ * Licensed under the BSD 3-Clause license.
498+ * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
499+ */
453500
454501describe (' TestSession' , () => {
455502 let testSession: TestSession ;
@@ -480,7 +527,12 @@ describe('TestSession', () => {
480527
481528``` typescript
482529import { execCmd , TestSession , TestProject } from ' @salesforce/cli-plugins-testkit' ;
483-
530+ /*
531+ * Copyright (c) 2023, salesforce.com, inc.
532+ * All rights reserved.
533+ * Licensed under the BSD 3-Clause license.
534+ * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
535+ */
484536import * as path from ' path' ;
485537
486538describe (' TestSession' , () => {
@@ -521,7 +573,12 @@ describe('TestSession', () => {
521573
522574``` typescript
523575import { execCmd , TestSession } from ' @salesforce/cli-plugins-testkit' ;
524-
576+ /*
577+ * Copyright (c) 2023, salesforce.com, inc.
578+ * All rights reserved.
579+ * Licensed under the BSD 3-Clause license.
580+ * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
581+ */
525582import * as shelljs from ' shelljs' ;
526583
527584/*
0 commit comments