SPDX license format (#2667) (#2668)

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

* Add test to ensure all committed JS files have SPDX header

(cherry picked from commit 461f9b7f66)

Co-authored-by: Josh Mock <joshua.mock@elastic.co>
This commit is contained in:
github-actions[bot]
2025-03-21 12:40:42 -05:00
committed by GitHub
parent d5552dca2a
commit 1337d4332f
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')