From 87bc111791908a499565beb20d811d1870986e74 Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Tue, 20 Apr 2021 11:01:51 -0700 Subject: [PATCH] Adding license headers --- code/go/internal/pkgpath/files.go | 4 ++++ .../internal/validator/semantic/kibana_matching_object_ids.go | 4 ++++ .../validator/semantic/kibana_no_dangling_object_ids.go | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/code/go/internal/pkgpath/files.go b/code/go/internal/pkgpath/files.go index 2728bc20f..500567201 100644 --- a/code/go/internal/pkgpath/files.go +++ b/code/go/internal/pkgpath/files.go @@ -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 pkgpath import ( diff --git a/code/go/internal/validator/semantic/kibana_matching_object_ids.go b/code/go/internal/validator/semantic/kibana_matching_object_ids.go index 397c172f9..b861db038 100644 --- a/code/go/internal/validator/semantic/kibana_matching_object_ids.go +++ b/code/go/internal/validator/semantic/kibana_matching_object_ids.go @@ -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 semantic import ( diff --git a/code/go/internal/validator/semantic/kibana_no_dangling_object_ids.go b/code/go/internal/validator/semantic/kibana_no_dangling_object_ids.go index 214708ae2..9d048a6d4 100644 --- a/code/go/internal/validator/semantic/kibana_no_dangling_object_ids.go +++ b/code/go/internal/validator/semantic/kibana_no_dangling_object_ids.go @@ -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 semantic // ValidateKibanaNoDanglingObjectIDs returns validation errors if there are any