Skip to content

Commit 21dab89

Browse files
committed
hdf5: rename files to more meaningful names
Also adhere to copyright header convention.
1 parent f1c6f0e commit 21dab89

31 files changed

+31
-31
lines changed

cgoflags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright ©2017 The gonum Authors. All rights reserved.
1+
// Copyright ©2017 The Gonum Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

cmd/test-go-cpxcmpd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright ©2017 The gonum Authors. All rights reserved.
1+
// Copyright ©2017 The Gonum Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

cmd/test-go-cpxcmpd/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright ©2017 The gonum Authors. All rights reserved.
1+
// Copyright ©2017 The Gonum Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

cmd/test-go-extend-ds/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright ©2017 The gonum Authors. All rights reserved.
1+
// Copyright ©2017 The Gonum Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

cmd/test-go-hdf5/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright ©2017 The gonum Authors. All rights reserved.
1+
// Copyright ©2017 The Gonum Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

cmd/test-go-table-01-readback/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright ©2017 The gonum Authors. All rights reserved.
1+
// Copyright ©2017 The Gonum Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

cmd/test-go-table-01/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright ©2017 The gonum Authors. All rights reserved.
1+
// Copyright ©2017 The Gonum Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

cmd/test-go-table-01/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright ©2017 The gonum Authors. All rights reserved.
1+
// Copyright ©2017 The Gonum Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

cmem/cmem.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright ©2018 The gonum Authors. All rights reserved.
1+
// Copyright ©2018 The Gonum Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

cmem/encoder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright ©2018 The gonum Authors. All rights reserved.
1+
// Copyright ©2018 The Gonum Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

0 commit comments

Comments
 (0)