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:
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright Elasticsearch B.V. and contributors
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
'use strict'
|
||||
|
||||
/**
|
||||
@ -130,9 +135,9 @@ release(
|
||||
'dry-run',
|
||||
|
||||
// help text
|
||||
'help',
|
||||
'help'
|
||||
],
|
||||
alias: { help: 'h' },
|
||||
alias: { help: 'h' }
|
||||
})
|
||||
)
|
||||
.catch(err => {
|
||||
|
||||
Reference in New Issue
Block a user