Skip to content

Commit 8f4b2d5

Browse files
authored
[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>
1 parent 7949f92 commit 8f4b2d5

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
// Copyright OpenSearch Contributors.
2-
// SPDX-License-Identifier: Apache-2.0
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
*
4+
* The OpenSearch Contributors require contributions made to
5+
* this file be licensed under the Apache-2.0 license or a
6+
* compatible open source license.
7+
*/

gradle/ide.gradle

+6-3
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,13 @@ if (System.getProperty('idea.active') == 'true') {
7777
useDefault = 'Apache'
7878
profiles {
7979
Apache {
80-
keyword = 'Copyright OpenSearch Contributors.'
80+
keyword = 'SPDX-License-Identifier: Apache-2.0'
8181
notice = '''\
82-
Copyright OpenSearch Contributors.
83-
SPDX-License-Identifier: Apache-2.0'''.stripIndent()
82+
SPDX-License-Identifier: Apache-2.0
83+
84+
The OpenSearch Contributors require contributions made to
85+
this file be licensed under the Apache-2.0 license or a
86+
compatible open source license.'''.stripIndent()
8487
}
8588
}
8689
}

0 commit comments

Comments
 (0)