From 9c6f0c47c8835e7f4135d63ca14821df7d06ed82 Mon Sep 17 00:00:00 2001 From: Mike Bland Date: Fri, 29 Dec 2023 14:20:43 -0500 Subject: [PATCH] Add MPL-2.0 header to jsdoc shell stub Should've been part of commit 154efa24467b6f98b6a0c73d50179a29ff8dac97 and #8. From: https://www.mozilla.org/en-US/MPL/headers/ --- test/fixtures/jsdocStub/jsdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/fixtures/jsdocStub/jsdoc b/test/fixtures/jsdocStub/jsdoc index 0eccb21..720a85f 100755 --- a/test/fixtures/jsdocStub/jsdoc +++ b/test/fixtures/jsdocStub/jsdoc @@ -1,5 +1,9 @@ #!/bin/sh # +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at https://mozilla.org/MPL/2.0/. +# # Wraps the jsdoc.js command on non-Windows platforms. # # This is necessary to support older Node versions as package.json engines