Skip to content

Commit

Permalink
Merge pull request #9 from mbland/jsdoc-shell-stub-mpl-header
Browse files Browse the repository at this point in the history
Add MPL-2.0 header to jsdoc shell stub
  • Loading branch information
mbland committed Dec 29, 2023
2 parents 5cf437d + 9c6f0c4 commit c340770
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/fixtures/jsdocStub/jsdoc
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c340770

Please sign in to comment.