From b84eada5215879a5aa34f2af5958e1db840b43df Mon Sep 17 00:00:00 2001 From: Matt Jaffee Date: Wed, 7 Aug 2019 08:09:04 -0500 Subject: [PATCH] rename file and add license header --- ...ing_unmarshal_binary.go => unmarshal_binary.go} | 14 ++++++++++++++ 1 file changed, 14 insertions(+) rename roaring/{roaring_unmarshal_binary.go => unmarshal_binary.go} (92%) diff --git a/roaring/roaring_unmarshal_binary.go b/roaring/unmarshal_binary.go similarity index 92% rename from roaring/roaring_unmarshal_binary.go rename to roaring/unmarshal_binary.go index e7e0fc101..6b13cce0f 100644 --- a/roaring/roaring_unmarshal_binary.go +++ b/roaring/unmarshal_binary.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. + // +build !enterprise package roaring