From 85560323dcac2b4424adafa7b46c6b7b84b12bfe Mon Sep 17 00:00:00 2001 From: Travis Date: Wed, 6 Jan 2021 14:42:28 -0600 Subject: [PATCH] add licence headers --- disco/disco.go | 14 ++++++++++++++ etcd/cache.go | 14 ++++++++++++++ etcd/embed.go | 15 +++++++++++++++ 3 files changed, 43 insertions(+) diff --git a/disco/disco.go b/disco/disco.go index c2fc2145d..59eae1677 100644 --- a/disco/disco.go +++ b/disco/disco.go @@ -1,3 +1,17 @@ +// Copyright 2017 Pilosa Corp. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package disco import ( diff --git a/etcd/cache.go b/etcd/cache.go index 6cc011c0a..0fa37307e 100644 --- a/etcd/cache.go +++ b/etcd/cache.go @@ -1,3 +1,17 @@ +// Copyright 2017 Pilosa Corp. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package etcd import ( diff --git a/etcd/embed.go b/etcd/embed.go index 78f6de04c..e04fde901 100644 --- a/etcd/embed.go +++ b/etcd/embed.go @@ -1,3 +1,17 @@ +// Copyright 2017 Pilosa Corp. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package etcd import ( @@ -12,6 +26,7 @@ import ( "time" "github.com/molecula/etcd-test/disco" + "github.com/molecula/etcd-test/etcd" "github.com/pilosa/pilosa/v2" "github.com/pilosa/pilosa/v2/roaring" "github.com/pkg/errors"