From 432ab5782260bc1b26ece5be21fceb7a1a2b931c Mon Sep 17 00:00:00 2001 From: Matt Jaffee Date: Mon, 20 Apr 2020 14:41:05 -0500 Subject: [PATCH] add license headers --- test/transaction.go | 14 ++++++++++++++ transaction.go | 14 ++++++++++++++ transaction_test.go | 14 ++++++++++++++ 3 files changed, 42 insertions(+) diff --git a/test/transaction.go b/test/transaction.go index a09b9a73d..8ff6c7f74 100644 --- a/test/transaction.go +++ b/test/transaction.go @@ -1,3 +1,17 @@ +// Copyright 2020 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 test import ( diff --git a/transaction.go b/transaction.go index 826626883..b8c25bb94 100644 --- a/transaction.go +++ b/transaction.go @@ -1,3 +1,17 @@ +// Copyright 2020 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 pilosa import ( diff --git a/transaction_test.go b/transaction_test.go index 2131c6df9..704288a40 100644 --- a/transaction_test.go +++ b/transaction_test.go @@ -1,3 +1,17 @@ +// Copyright 2020 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 pilosa_test import (