From dda56c43572c9be236c42f819ee41fe93c53fc9d Mon Sep 17 00:00:00 2001 From: Justin Li Date: Fri, 25 Jul 2014 04:23:24 -0400 Subject: [PATCH] Add missing copyright headers --- stats/percentile.go | 4 ++++ stats/percentile_test.go | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/stats/percentile.go b/stats/percentile.go index 3f06d52..5e1c13f 100644 --- a/stats/percentile.go +++ b/stats/percentile.go @@ -1,3 +1,7 @@ +// Copyright 2014 The Chihaya Authors. All rights reserved. +// Use of this source code is governed by the BSD 2-Clause license, +// which can be found in the LICENSE file. + package stats import ( diff --git a/stats/percentile_test.go b/stats/percentile_test.go index 569f051..66594fc 100644 --- a/stats/percentile_test.go +++ b/stats/percentile_test.go @@ -1,3 +1,7 @@ +// Copyright 2014 The Chihaya Authors. All rights reserved. +// Use of this source code is governed by the BSD 2-Clause license, +// which can be found in the LICENSE file. + package stats import (