From 757358331d44e1f38aed29fcb97eb2e26caaa763 Mon Sep 17 00:00:00 2001 From: ngaut Date: Tue, 22 Dec 2015 12:41:20 +0800 Subject: [PATCH] Add license header --- util/segmentmap/segmentmap.go | 13 +++++++++++++ util/segmentmap/segmentmap_test.go | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/util/segmentmap/segmentmap.go b/util/segmentmap/segmentmap.go index 62407d70f9..1dc9f24f3d 100644 --- a/util/segmentmap/segmentmap.go +++ b/util/segmentmap/segmentmap.go @@ -1,3 +1,16 @@ +// Copyright 2015 PingCAP, Inc. +// +// 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, +// See the License for the specific language governing permissions and +// limitations under the License. + package segmentmap import ( diff --git a/util/segmentmap/segmentmap_test.go b/util/segmentmap/segmentmap_test.go index 52768543e0..32c350d3fd 100644 --- a/util/segmentmap/segmentmap_test.go +++ b/util/segmentmap/segmentmap_test.go @@ -1,3 +1,16 @@ +// Copyright 2015 PingCAP, Inc. +// +// 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, +// See the License for the specific language governing permissions and +// limitations under the License. + package segmentmap import (