[License] Update SPDX License Header (#510)
This commit updates the SPDX License Header for all new files created by OpenSearch contributors. Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
This commit is contained in:
parent
7949f92bec
commit
8f4b2d58d1
|
@ -1,2 +1,7 @@
|
|||
// Copyright OpenSearch Contributors.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
/*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* The OpenSearch Contributors require contributions made to
|
||||
* this file be licensed under the Apache-2.0 license or a
|
||||
* compatible open source license.
|
||||
*/
|
||||
|
|
|
@ -77,10 +77,13 @@ if (System.getProperty('idea.active') == 'true') {
|
|||
useDefault = 'Apache'
|
||||
profiles {
|
||||
Apache {
|
||||
keyword = 'Copyright OpenSearch Contributors.'
|
||||
keyword = 'SPDX-License-Identifier: Apache-2.0'
|
||||
notice = '''\
|
||||
Copyright OpenSearch Contributors.
|
||||
SPDX-License-Identifier: Apache-2.0'''.stripIndent()
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
The OpenSearch Contributors require contributions made to
|
||||
this file be licensed under the Apache-2.0 license or a
|
||||
compatible open source license.'''.stripIndent()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue