Skip to content

Commit

Permalink
Add license header for OS.
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Quang Cap <[email protected]>
  • Loading branch information
Kim Quang Cap committed Jul 9, 2024
1 parent 8c9d6ac commit dd43533
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/opensearch/dsl/search/queries/script_score.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 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.

module OpenSearch
module DSL
module Search
Expand Down
6 changes: 6 additions & 0 deletions spec/opensearch/dsl/search/queries/script_score_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 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.

require_relative '../../../../spec_helper'

describe OpenSearch::DSL::Search::Queries::ScriptScore do
Expand Down

0 comments on commit dd43533

Please sign in to comment.