{dist,distmv,sample,stat}: add missing copyright headers and package docs

This commit is contained in:
kortschak
2016-03-08 10:07:34 +10:30
parent aa29fc4604
commit e65a547b1f
6 changed files with 19 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
// Copyright ©2015 The gonum Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package sample
import "github.com/gonum/stat/dist"