Skip to content

Commit 63531ae

Browse files
committedOct 14, 2019
Add the short Apache 2 license header to code files
1 parent 8f11465 commit 63531ae

File tree

357 files changed

+1822
-277
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

357 files changed

+1822
-277
lines changed
 

‎_examples/bulk/bulk.go

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Licensed to Elasticsearch B.V. under one or more agreements.
2+
// Elasticsearch B.V. licenses this file to you under the Apache 2.0 License.
3+
// See the LICENSE file in the project root for more information.
4+
15
// +build ignore
26

37
// This example demonstrates indexing documents using the Elasticsearch "Bulk" API

‎_examples/cloudfunction/function.go

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Licensed to Elasticsearch B.V. under one or more agreements.
2+
// Elasticsearch B.V. licenses this file to you under the Apache 2.0 License.
3+
// See the LICENSE file in the project root for more information.
4+
15
// Package clusterstatus demonstrates using the Elasticsearch client for Go with Google Cloud Functions.
26
//
37
// Deploy the function with the gcloud command:

0 commit comments

Comments
 (0)