SPDX license format (#2667)

* Switch to SPDX license format for all non-codegen files

* Add test to ensure all committed JS files have SPDX header
This commit is contained in:
Josh Mock
2025-03-21 12:31:38 -05:00
committed by GitHub
parent afc83338b0
commit 461f9b7f66
50 changed files with 138 additions and 2308 deletions

View File

@ -1,3 +1,8 @@
/*
* Copyright Elasticsearch B.V. and contributors
* SPDX-License-Identifier: Apache-2.0
*/
'use strict'
const assert = require('node:assert')