diff --git a/native/dgecon.go b/native/dgecon.go index 2d9e4156..819490ee 100644 --- a/native/dgecon.go +++ b/native/dgecon.go @@ -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 native import ( diff --git a/native/dgetf2.go b/native/dgetf2.go index 953258a6..f78c6385 100644 --- a/native/dgetf2.go +++ b/native/dgetf2.go @@ -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 native import ( diff --git a/native/dgetrf.go b/native/dgetrf.go index d621feb9..dd23ff10 100644 --- a/native/dgetrf.go +++ b/native/dgetrf.go @@ -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 native import ( diff --git a/native/dgetri.go b/native/dgetri.go index 6637fe41..c4cf7d1c 100644 --- a/native/dgetri.go +++ b/native/dgetri.go @@ -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 native import ( diff --git a/native/dgetrs.go b/native/dgetrs.go index 8f05decb..9790d980 100644 --- a/native/dgetrs.go +++ b/native/dgetrs.go @@ -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 native import ( diff --git a/native/dlacn2.go b/native/dlacn2.go index e2ec9f72..c6a73bd0 100644 --- a/native/dlacn2.go +++ b/native/dlacn2.go @@ -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 native import ( diff --git a/native/dlaev2.go b/native/dlaev2.go index 8fc6d9d7..c044529a 100644 --- a/native/dlaev2.go +++ b/native/dlaev2.go @@ -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 native import "math" diff --git a/native/dlansy.go b/native/dlansy.go index 5b70ed16..4d610b58 100644 --- a/native/dlansy.go +++ b/native/dlansy.go @@ -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 native import ( diff --git a/native/dlantr.go b/native/dlantr.go index 87cff044..a0fedc46 100644 --- a/native/dlantr.go +++ b/native/dlantr.go @@ -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 native import ( diff --git a/native/dlaswp.go b/native/dlaswp.go index 8242d472..a6ceede5 100644 --- a/native/dlaswp.go +++ b/native/dlaswp.go @@ -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 native import "github.com/gonum/blas/blas64" diff --git a/native/dlatrs.go b/native/dlatrs.go index e26369af..dd44d45f 100644 --- a/native/dlatrs.go +++ b/native/dlatrs.go @@ -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 native import ( diff --git a/native/dorglq.go b/native/dorglq.go index c5ac1a98..c2b346ed 100644 --- a/native/dorglq.go +++ b/native/dorglq.go @@ -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 native import ( diff --git a/native/dpocon.go b/native/dpocon.go index f6406151..d9252664 100644 --- a/native/dpocon.go +++ b/native/dpocon.go @@ -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 native import ( diff --git a/native/drscl.go b/native/drscl.go index 7f9a46ca..ade290be 100644 --- a/native/drscl.go +++ b/native/drscl.go @@ -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 native import ( diff --git a/native/dtrcon.go b/native/dtrcon.go index 640fe550..e4e97100 100644 --- a/native/dtrcon.go +++ b/native/dtrcon.go @@ -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 native import ( diff --git a/native/dtrti2.go b/native/dtrti2.go index 69e1f3eb..4d1c6b02 100644 --- a/native/dtrti2.go +++ b/native/dtrti2.go @@ -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 native import ( diff --git a/native/dtrtri.go b/native/dtrtri.go index a62a76fc..4898f904 100644 --- a/native/dtrtri.go +++ b/native/dtrtri.go @@ -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 native import (