Ensure licensing headers are retained by code bundlers

This commit is contained in:
Lovell Fuller
2025-10-30 22:15:41 +00:00
parent 69b2c45615
commit 1f2f33d9a7
89 changed files with 356 additions and 178 deletions

View File

@@ -1,5 +1,7 @@
// Copyright 2013 Lovell Fuller and others.
// SPDX-License-Identifier: Apache-2.0
/*!
Copyright 2013 Lovell Fuller and others.
SPDX-License-Identifier: Apache-2.0
*/
const util = require('node:util');
const stream = require('node:stream');