Skip to content

Commit

Permalink
Adding license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Dec 9, 2020
1 parent 4dd9d4e commit 380bcb0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/kibana/ingestmanager/client_packages.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
// or more contributor license agreements. Licensed under the Elastic License;
// you may not use this file except in compliance with the Elastic License.

package ingestmanager

import (
Expand Down
4 changes: 4 additions & 0 deletions internal/packages/assets.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
// or more contributor license agreements. Licensed under the Elastic License;
// you may not use this file except in compliance with the Elastic License.

package packages

import (
Expand Down
4 changes: 4 additions & 0 deletions internal/testrunner/common.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
// or more contributor license agreements. Licensed under the Elastic License;
// you may not use this file except in compliance with the Elastic License.

package testrunner

import "os"
Expand Down

0 comments on commit 380bcb0

Please sign in to comment.