From 805531d142e4eec1e589cbbe0cb61d628e73170d Mon Sep 17 00:00:00 2001 From: kortschak Date: Wed, 1 Nov 2017 10:30:53 +1030 Subject: [PATCH] all: change capitalization of gonum in license header --- LICENSE | 2 +- blas/blas.go | 2 +- blas/blas32/blas32.go | 2 +- blas/blas32/conv.go | 2 +- blas/blas32/conv_symmetric.go | 2 +- blas/blas32/conv_symmetric_test.go | 2 +- blas/blas32/conv_test.go | 2 +- blas/blas32/doc.go | 2 +- blas/blas64/blas64.go | 2 +- blas/blas64/conv.go | 2 +- blas/blas64/conv_symmetric.go | 2 +- blas/blas64/conv_symmetric_test.go | 2 +- blas/blas64/conv_test.go | 2 +- blas/blas64/doc.go | 2 +- blas/cblas128/cblas128.go | 2 +- blas/cblas128/conv.go | 2 +- blas/cblas128/conv_hermitian.go | 2 +- blas/cblas128/conv_hermitian_test.go | 2 +- blas/cblas128/conv_symmetric.go | 2 +- blas/cblas128/conv_symmetric_test.go | 2 +- blas/cblas128/conv_test.go | 2 +- blas/cblas128/doc.go | 2 +- blas/cblas64/cblas64.go | 2 +- blas/cblas64/conv.go | 2 +- blas/cblas64/conv_hermitian.go | 2 +- blas/cblas64/conv_hermitian_test.go | 2 +- blas/cblas64/conv_test.go | 2 +- blas/cblas64/doc.go | 2 +- blas/conversions.bash | 2 +- blas/doc.go | 2 +- blas/gonum/bench_test.go | 2 +- blas/gonum/cmplx.go | 2 +- blas/gonum/dgemm.go | 2 +- blas/gonum/dgemmbench_test.go | 2 +- blas/gonum/dgemvbench_test.go | 2 +- blas/gonum/dgerbench_test.go | 2 +- blas/gonum/dtrmvbench_test.go | 2 +- blas/gonum/general_double.go | 2 +- blas/gonum/general_single.go | 2 +- blas/gonum/gonum.go | 2 +- blas/gonum/level1cmplx128.go | 2 +- blas/gonum/level1cmplx128_test.go | 2 +- blas/gonum/level1double.go | 2 +- blas/gonum/level1double_ddot.go | 2 +- blas/gonum/level1double_test.go | 2 +- blas/gonum/level1single.go | 2 +- blas/gonum/level1single_dsdot.go | 2 +- blas/gonum/level1single_sdot.go | 2 +- blas/gonum/level1single_sdsdot.go | 2 +- blas/gonum/level2cmplx128.go | 2 +- blas/gonum/level2cmplx128_test.go | 2 +- blas/gonum/level2double.go | 2 +- blas/gonum/level2double_test.go | 2 +- blas/gonum/level2single.go | 2 +- blas/gonum/level3double.go | 2 +- blas/gonum/level3double_test.go | 2 +- blas/gonum/level3single.go | 2 +- blas/gonum/pardgemm_test.go | 2 +- blas/gonum/sgemm.go | 2 +- blas/gonum/single_precision.bash | 2 +- blas/testblas/common.go | 2 +- blas/testblas/doc.go | 2 +- blas/testblas/dtrmvbench.go | 2 +- blas/testblas/dzasum.go | 2 +- blas/testblas/dznrm2.go | 2 +- blas/testblas/izamax.go | 2 +- blas/testblas/level1double.go | 2 +- blas/testblas/zaxpy.go | 2 +- blas/testblas/zcopy.go | 2 +- blas/testblas/zdotc.go | 2 +- blas/testblas/zdotu.go | 2 +- blas/testblas/zdscal.go | 2 +- blas/testblas/zgemv.go | 2 +- blas/testblas/zgerc.go | 2 +- blas/testblas/zgeru.go | 2 +- blas/testblas/zher.go | 2 +- blas/testblas/zscal.go | 2 +- blas/testblas/zswap.go | 2 +- diff/fd/crosslaplacian.go | 2 +- diff/fd/crosslaplacian_test.go | 2 +- diff/fd/derivative.go | 2 +- diff/fd/derivative_test.go | 2 +- diff/fd/diff.go | 2 +- diff/fd/doc.go | 2 +- diff/fd/example_test.go | 2 +- diff/fd/gradient.go | 2 +- diff/fd/gradient_test.go | 2 +- diff/fd/hessian.go | 2 +- diff/fd/hessian_test.go | 2 +- diff/fd/jacobian.go | 2 +- diff/fd/jacobian_test.go | 2 +- diff/fd/laplacian.go | 2 +- diff/fd/laplacian_test.go | 2 +- diff/fd/simplefunctions_test.go | 2 +- diff/fd/watson_test.go | 2 +- floats/doc.go | 2 +- floats/parse_example_test.go | 2 +- graph/community/bisect.go | 2 +- graph/community/bisect_test.go | 2 +- graph/community/doc.go | 2 +- graph/community/k_communities.go | 2 +- graph/community/k_communities_test.go | 2 +- graph/community/louvain.tex | 2 +- graph/community/louvain_common.go | 2 +- graph/community/louvain_directed.go | 2 +- graph/community/louvain_directed_multiplex.go | 2 +- graph/community/louvain_directed_multiplex_test.go | 2 +- graph/community/louvain_directed_test.go | 2 +- graph/community/louvain_test.go | 2 +- graph/community/louvain_undirected.go | 2 +- graph/community/louvain_undirected_multiplex.go | 2 +- graph/community/louvain_undirected_multiplex_test.go | 2 +- graph/community/louvain_undirected_test.go | 2 +- graph/community/printgraphs.go | 2 +- graph/doc.go | 2 +- graph/encoding/doc.go | 2 +- graph/encoding/dot/decode.go | 2 +- graph/encoding/dot/decode_test.go | 2 +- graph/encoding/dot/doc.go | 2 +- graph/encoding/dot/dot.go | 2 +- graph/encoding/dot/encode.go | 2 +- graph/encoding/dot/encode_test.go | 2 +- graph/encoding/encoding.go | 2 +- graph/encoding/graphql/decode.go | 2 +- graph/encoding/graphql/decode_test.go | 2 +- graph/encoding/graphql/doc.go | 2 +- graph/encoding/graphql/graphql.go | 2 +- graph/encoding/graphql/graphs_test.go | 2 +- graph/formats/dot/ast/ast.go | 2 +- graph/formats/dot/ast/ast_test.go | 2 +- graph/formats/dot/ast/doc.go | 2 +- graph/formats/dot/doc.go | 2 +- graph/formats/dot/dot.go | 2 +- graph/formats/dot/internal/astx/astx.go | 2 +- graph/formats/dot/internal/astx/astx_test.go | 2 +- graph/formats/dot/internal/astx/doc.go | 2 +- graph/formats/dot/internal/errors/errors.go | 2 +- graph/formats/dot/internal/lexer/acttab.go | 2 +- graph/formats/dot/internal/lexer/lexer.go | 2 +- graph/formats/dot/internal/lexer/lexer_test.go | 2 +- graph/formats/dot/internal/lexer/transitiontable.go | 2 +- graph/formats/dot/internal/parser/action.go | 2 +- graph/formats/dot/internal/parser/actiontable.go | 2 +- graph/formats/dot/internal/parser/gototable.go | 2 +- graph/formats/dot/internal/parser/parser.go | 2 +- graph/formats/dot/internal/parser/parser_test.go | 2 +- graph/formats/dot/internal/parser/productionstable.go | 2 +- graph/formats/dot/internal/paste_copyright.bash | 2 +- graph/formats/dot/internal/token/token.go | 2 +- graph/formats/dot/internal/util/litconv.go | 2 +- graph/formats/dot/internal/util/rune.go | 2 +- graph/formats/dot/sem.go | 2 +- graph/graph.go | 2 +- graph/graphs/gen/batagelj_brandes.go | 2 +- graph/graphs/gen/batagelj_brandes_test.go | 2 +- graph/graphs/gen/doc.go | 2 +- graph/graphs/gen/duplication.go | 2 +- graph/graphs/gen/duplication_test.go | 2 +- graph/graphs/gen/gen.go | 2 +- graph/graphs/gen/holme_kim.go | 2 +- graph/graphs/gen/holme_kim_test.go | 2 +- graph/graphs/gen/small_world.go | 2 +- graph/graphs/gen/small_world_test.go | 2 +- graph/internal/linear/doc.go | 2 +- graph/internal/linear/linear.go | 2 +- graph/internal/ordered/doc.go | 2 +- graph/internal/ordered/sort.go | 2 +- graph/internal/set/doc.go | 2 +- graph/internal/set/same.go | 2 +- graph/internal/set/same_appengine.go | 2 +- graph/internal/set/set.go | 2 +- graph/internal/set/set_test.go | 2 +- graph/network/betweenness.go | 2 +- graph/network/betweenness_test.go | 2 +- graph/network/distance.go | 2 +- graph/network/distance_test.go | 2 +- graph/network/doc.go | 2 +- graph/network/hits.go | 2 +- graph/network/hits_test.go | 2 +- graph/network/network.go | 2 +- graph/network/network_test.go | 2 +- graph/network/page.go | 2 +- graph/network/page_test.go | 2 +- graph/path/a_star.go | 2 +- graph/path/a_star_test.go | 2 +- graph/path/bellman_ford_moore.go | 2 +- graph/path/bellman_ford_moore_test.go | 2 +- graph/path/bench_test.go | 2 +- graph/path/control_flow_bench_test.go | 2 +- graph/path/control_flow_lt.go | 2 +- graph/path/control_flow_slt.go | 2 +- graph/path/control_flow_test.go | 2 +- graph/path/dijkstra.go | 2 +- graph/path/dijkstra_test.go | 2 +- graph/path/disjoint.go | 2 +- graph/path/disjoint_test.go | 2 +- graph/path/doc.go | 2 +- graph/path/dynamic/doc.go | 2 +- graph/path/dynamic/dstarlite.go | 2 +- graph/path/dynamic/dstarlite_test.go | 2 +- graph/path/dynamic/dumper_test.go | 2 +- graph/path/floydwarshall.go | 2 +- graph/path/floydwarshall_test.go | 2 +- graph/path/internal/grid.go | 2 +- graph/path/internal/grid_test.go | 2 +- graph/path/internal/limited.go | 2 +- graph/path/internal/limited_test.go | 2 +- graph/path/internal/testgraphs/shortest.go | 2 +- graph/path/johnson_apsp.go | 2 +- graph/path/johnson_apsp_test.go | 2 +- graph/path/negative_cycles_example_test.go | 2 +- graph/path/shortest.go | 2 +- graph/path/spanning_tree.go | 2 +- graph/path/spanning_tree_test.go | 2 +- graph/path/weight.go | 2 +- graph/simple/dense_directed_matrix.go | 2 +- graph/simple/dense_undirected_matrix.go | 2 +- graph/simple/densegraph_test.go | 2 +- graph/simple/directed.go | 2 +- graph/simple/directed_test.go | 2 +- graph/simple/doc.go | 2 +- graph/simple/simple.go | 2 +- graph/simple/undirected.go | 2 +- graph/simple/undirected_test.go | 2 +- graph/simple/weighted_directed.go | 2 +- graph/simple/weighted_directed_test.go | 2 +- graph/simple/weighted_undirected.go | 2 +- graph/simple/weighted_undirected_test.go | 2 +- graph/topo/bench_test.go | 2 +- graph/topo/bron_kerbosch.go | 2 +- graph/topo/bron_kerbosch_test.go | 2 +- graph/topo/clique_graph.go | 2 +- graph/topo/clique_graph_test.go | 2 +- graph/topo/common_test.go | 2 +- graph/topo/doc.go | 2 +- graph/topo/johnson_cycles.go | 2 +- graph/topo/johnson_cycles_test.go | 2 +- graph/topo/non_tomita_choice.go | 2 +- graph/topo/paton_cycles.go | 2 +- graph/topo/paton_cycles_test.go | 2 +- graph/topo/tarjan.go | 2 +- graph/topo/tarjan_test.go | 2 +- graph/topo/tomita_choice.go | 2 +- graph/topo/topo.go | 2 +- graph/topo/topo_test.go | 2 +- graph/traverse/doc.go | 2 +- graph/traverse/traverse.go | 2 +- graph/traverse/traverse_test.go | 2 +- graph/undirect.go | 2 +- graph/undirect_test.go | 2 +- integrate/doc.go | 2 +- integrate/quad/doc.go | 2 +- integrate/quad/example_test.go | 2 +- integrate/quad/hermite.go | 2 +- integrate/quad/hermite_data.go | 2 +- integrate/quad/hermite_test.go | 2 +- integrate/quad/internal/PrintGoSlice.m | 2 +- integrate/quad/internal/genherm.m | 2 +- integrate/quad/internal/hermpts.m | 2 +- integrate/quad/legendre.go | 2 +- integrate/quad/legendre_test.go | 2 +- integrate/quad/quad.go | 2 +- integrate/quad/quad_test.go | 2 +- integrate/trapezoidal.go | 2 +- integrate/trapezoidal_test.go | 2 +- internal/asm/bench_gen.sh | 2 +- internal/asm/c128/axpyinc_amd64.s | 2 +- internal/asm/c128/axpyincto_amd64.s | 2 +- internal/asm/c128/axpyunitary_amd64.s | 2 +- internal/asm/c128/axpyunitaryto_amd64.s | 2 +- internal/asm/c128/benchDot_bkprt_test.go | 2 +- internal/asm/c128/benchDot_test.go | 2 +- internal/asm/c128/bench_test.go | 2 +- internal/asm/c128/doc.go | 2 +- internal/asm/c128/dot_test.go | 2 +- internal/asm/c128/dotcinc_amd64.s | 2 +- internal/asm/c128/dotcunitary_amd64.s | 2 +- internal/asm/c128/dotuinc_amd64.s | 2 +- internal/asm/c128/dotuunitary_amd64.s | 2 +- internal/asm/c128/dscalinc_amd64.s | 2 +- internal/asm/c128/dscalunitary_amd64.s | 2 +- internal/asm/c128/scal.go | 2 +- internal/asm/c128/scalUnitary_amd64.s | 2 +- internal/asm/c128/scalinc_amd64.s | 2 +- internal/asm/c128/stubs_amd64.go | 2 +- internal/asm/c128/stubs_noasm.go | 2 +- internal/asm/c128/stubs_test.go | 2 +- internal/asm/c128/util_test.go | 2 +- internal/asm/c64/axpyinc_amd64.s | 2 +- internal/asm/c64/axpyincto_amd64.s | 2 +- internal/asm/c64/axpyunitary_amd64.s | 2 +- internal/asm/c64/axpyunitaryto_amd64.s | 2 +- internal/asm/c64/benchDot_test.go | 2 +- internal/asm/c64/bench_test.go | 2 +- internal/asm/c64/conj.go | 2 +- internal/asm/c64/doc.go | 2 +- internal/asm/c64/dot_test.go | 2 +- internal/asm/c64/dotcinc_amd64.s | 2 +- internal/asm/c64/dotcunitary_amd64.s | 2 +- internal/asm/c64/dotuinc_amd64.s | 2 +- internal/asm/c64/dotuunitary_amd64.s | 2 +- internal/asm/c64/scal.go | 2 +- internal/asm/c64/stubs_amd64.go | 2 +- internal/asm/c64/stubs_noasm.go | 2 +- internal/asm/c64/stubs_test.go | 2 +- internal/asm/c64/util_test.go | 2 +- internal/asm/f32/axpyinc_amd64.s | 2 +- internal/asm/f32/axpyincto_amd64.s | 2 +- internal/asm/f32/axpyunitary_amd64.s | 2 +- internal/asm/f32/axpyunitaryto_amd64.s | 2 +- internal/asm/f32/benchDot_test.go | 2 +- internal/asm/f32/bench_test.go | 2 +- internal/asm/f32/ddotinc_amd64.s | 2 +- internal/asm/f32/ddotunitary_amd64.s | 2 +- internal/asm/f32/doc.go | 2 +- internal/asm/f32/dot_test.go | 2 +- internal/asm/f32/dotinc_amd64.s | 2 +- internal/asm/f32/dotunitary_amd64.s | 2 +- internal/asm/f32/scal.go | 2 +- internal/asm/f32/stubs_amd64.go | 2 +- internal/asm/f32/stubs_noasm.go | 2 +- internal/asm/f32/stubs_test.go | 2 +- internal/asm/f32/util_test.go | 2 +- internal/asm/f64/abssum_amd64.s | 2 +- internal/asm/f64/abssuminc_amd64.s | 2 +- internal/asm/f64/add_amd64.s | 2 +- internal/asm/f64/addconst_amd64.s | 2 +- internal/asm/f64/asm_test.go | 2 +- internal/asm/f64/axpy.go | 2 +- internal/asm/f64/axpy_test.go | 2 +- internal/asm/f64/axpyinc_amd64.s | 2 +- internal/asm/f64/axpyincto_amd64.s | 2 +- internal/asm/f64/axpyunitary_amd64.s | 2 +- internal/asm/f64/axpyunitaryto_amd64.s | 2 +- internal/asm/f64/benchAxpy_test.go | 2 +- internal/asm/f64/benchScal_test.go | 2 +- internal/asm/f64/bench_other_test.go | 2 +- internal/asm/f64/bench_test.go | 2 +- internal/asm/f64/cumprod_amd64.s | 2 +- internal/asm/f64/cumsum_amd64.s | 2 +- internal/asm/f64/div_amd64.s | 2 +- internal/asm/f64/divto_amd64.s | 2 +- internal/asm/f64/doc.go | 2 +- internal/asm/f64/dot.go | 2 +- internal/asm/f64/dot_amd64.s | 2 +- internal/asm/f64/dot_test.go | 2 +- internal/asm/f64/l1norm_amd64.s | 2 +- internal/asm/f64/linfnorm_amd64.s | 2 +- internal/asm/f64/scal.go | 2 +- internal/asm/f64/scal_test.go | 2 +- internal/asm/f64/scalinc_amd64.s | 2 +- internal/asm/f64/scalincto_amd64.s | 2 +- internal/asm/f64/scalunitary_amd64.s | 2 +- internal/asm/f64/scalunitaryto_amd64.s | 2 +- internal/asm/f64/stubs_amd64.go | 2 +- internal/asm/f64/stubs_noasm.go | 2 +- internal/asm/f64/stubs_test.go | 2 +- internal/cmplx64/abs.go | 2 +- internal/cmplx64/cmath_test.go | 2 +- internal/cmplx64/conj.go | 2 +- internal/cmplx64/doc.go | 2 +- internal/cmplx64/isinf.go | 2 +- internal/cmplx64/isnan.go | 2 +- internal/cmplx64/sqrt.go | 2 +- internal/math32/doc.go | 2 +- internal/math32/math.go | 2 +- internal/math32/math_test.go | 2 +- internal/math32/signbit.go | 2 +- internal/math32/sqrt.go | 2 +- internal/math32/sqrt_amd64.go | 2 +- internal/math32/sqrt_amd64.s | 2 +- lapack/gonum/appengine_test.go | 2 +- lapack/gonum/bench_test.go | 2 +- lapack/gonum/dbdsqr.go | 2 +- lapack/gonum/dgebak.go | 2 +- lapack/gonum/dgebal.go | 2 +- lapack/gonum/dgebd2.go | 2 +- lapack/gonum/dgebrd.go | 2 +- lapack/gonum/dgecon.go | 2 +- lapack/gonum/dgeev.go | 2 +- lapack/gonum/dgehd2.go | 2 +- lapack/gonum/dgehrd.go | 2 +- lapack/gonum/dgelq2.go | 2 +- lapack/gonum/dgelqf.go | 2 +- lapack/gonum/dgels.go | 2 +- lapack/gonum/dgeql2.go | 2 +- lapack/gonum/dgeqp3.go | 2 +- lapack/gonum/dgeqr2.go | 2 +- lapack/gonum/dgeqrf.go | 2 +- lapack/gonum/dgerq2.go | 2 +- lapack/gonum/dgerqf.go | 2 +- lapack/gonum/dgesvd.go | 2 +- lapack/gonum/dgetf2.go | 2 +- lapack/gonum/dgetrf.go | 2 +- lapack/gonum/dgetri.go | 2 +- lapack/gonum/dgetrs.go | 2 +- lapack/gonum/dggsvd3.go | 2 +- lapack/gonum/dggsvp3.go | 2 +- lapack/gonum/dhseqr.go | 2 +- lapack/gonum/dlabrd.go | 2 +- lapack/gonum/dlacn2.go | 2 +- lapack/gonum/dlacpy.go | 2 +- lapack/gonum/dlae2.go | 2 +- lapack/gonum/dlaev2.go | 2 +- lapack/gonum/dlaexc.go | 2 +- lapack/gonum/dlags2.go | 2 +- lapack/gonum/dlahqr.go | 2 +- lapack/gonum/dlahr2.go | 2 +- lapack/gonum/dlaln2.go | 2 +- lapack/gonum/dlange.go | 2 +- lapack/gonum/dlanst.go | 2 +- lapack/gonum/dlansy.go | 2 +- lapack/gonum/dlantr.go | 2 +- lapack/gonum/dlanv2.go | 2 +- lapack/gonum/dlapll.go | 2 +- lapack/gonum/dlapmt.go | 2 +- lapack/gonum/dlapy2.go | 2 +- lapack/gonum/dlaqp2.go | 2 +- lapack/gonum/dlaqps.go | 2 +- lapack/gonum/dlaqr04.go | 2 +- lapack/gonum/dlaqr1.go | 2 +- lapack/gonum/dlaqr23.go | 2 +- lapack/gonum/dlaqr5.go | 2 +- lapack/gonum/dlarf.go | 2 +- lapack/gonum/dlarfb.go | 2 +- lapack/gonum/dlarfg.go | 2 +- lapack/gonum/dlarft.go | 2 +- lapack/gonum/dlarfx.go | 2 +- lapack/gonum/dlartg.go | 2 +- lapack/gonum/dlas2.go | 2 +- lapack/gonum/dlascl.go | 2 +- lapack/gonum/dlaset.go | 2 +- lapack/gonum/dlasq1.go | 2 +- lapack/gonum/dlasq2.go | 2 +- lapack/gonum/dlasq3.go | 2 +- lapack/gonum/dlasq4.go | 2 +- lapack/gonum/dlasq5.go | 2 +- lapack/gonum/dlasq6.go | 2 +- lapack/gonum/dlasr.go | 2 +- lapack/gonum/dlasrt.go | 2 +- lapack/gonum/dlassq.go | 2 +- lapack/gonum/dlasv2.go | 2 +- lapack/gonum/dlaswp.go | 2 +- lapack/gonum/dlasy2.go | 2 +- lapack/gonum/dlatrd.go | 2 +- lapack/gonum/dlatrs.go | 2 +- lapack/gonum/doc.go | 2 +- lapack/gonum/dorg2l.go | 2 +- lapack/gonum/dorg2r.go | 2 +- lapack/gonum/dorgbr.go | 2 +- lapack/gonum/dorghr.go | 2 +- lapack/gonum/dorgl2.go | 2 +- lapack/gonum/dorglq.go | 2 +- lapack/gonum/dorgql.go | 2 +- lapack/gonum/dorgqr.go | 2 +- lapack/gonum/dorgtr.go | 2 +- lapack/gonum/dorm2r.go | 2 +- lapack/gonum/dormbr.go | 2 +- lapack/gonum/dormhr.go | 2 +- lapack/gonum/dorml2.go | 2 +- lapack/gonum/dormlq.go | 2 +- lapack/gonum/dormqr.go | 2 +- lapack/gonum/dormr2.go | 2 +- lapack/gonum/dpbtf2.go | 2 +- lapack/gonum/dpocon.go | 2 +- lapack/gonum/dpotf2.go | 2 +- lapack/gonum/dpotrf.go | 2 +- lapack/gonum/drscl.go | 2 +- lapack/gonum/dsteqr.go | 2 +- lapack/gonum/dsterf.go | 2 +- lapack/gonum/dsyev.go | 2 +- lapack/gonum/dsytd2.go | 2 +- lapack/gonum/dsytrd.go | 2 +- lapack/gonum/dtgsja.go | 2 +- lapack/gonum/dtrcon.go | 2 +- lapack/gonum/dtrevc3.go | 2 +- lapack/gonum/dtrexc.go | 2 +- lapack/gonum/dtrti2.go | 2 +- lapack/gonum/dtrtri.go | 2 +- lapack/gonum/dtrtrs.go | 2 +- lapack/gonum/general.go | 2 +- lapack/gonum/iladlc.go | 2 +- lapack/gonum/iladlr.go | 2 +- lapack/gonum/ilaenv.go | 2 +- lapack/gonum/iparmq.go | 2 +- lapack/gonum/lapack_test.go | 2 +- lapack/internal/testdata/dlahr2test/main.go | 2 +- lapack/internal/testdata/dlaqr5test/main.go | 2 +- lapack/internal/testdata/netlib/netlib.go | 2 +- lapack/lapack.go | 2 +- lapack/lapack64/doc.go | 2 +- lapack/lapack64/lapack64.go | 2 +- lapack/testlapack/dbdsqr.go | 2 +- lapack/testlapack/dgebak.go | 2 +- lapack/testlapack/dgebal.go | 2 +- lapack/testlapack/dgebd2.go | 2 +- lapack/testlapack/dgebrd.go | 2 +- lapack/testlapack/dgecon.go | 2 +- lapack/testlapack/dgeev.go | 2 +- lapack/testlapack/dgeev_bench.go | 2 +- lapack/testlapack/dgehd2.go | 2 +- lapack/testlapack/dgehrd.go | 2 +- lapack/testlapack/dgelq2.go | 2 +- lapack/testlapack/dgelqf.go | 2 +- lapack/testlapack/dgels.go | 2 +- lapack/testlapack/dgeql2.go | 2 +- lapack/testlapack/dgeqp3.go | 2 +- lapack/testlapack/dgeqr2.go | 2 +- lapack/testlapack/dgeqrf.go | 2 +- lapack/testlapack/dgerq2.go | 2 +- lapack/testlapack/dgerqf.go | 2 +- lapack/testlapack/dgesvd.go | 2 +- lapack/testlapack/dgetf2.go | 2 +- lapack/testlapack/dgetrf.go | 2 +- lapack/testlapack/dgetri.go | 2 +- lapack/testlapack/dgetrs.go | 2 +- lapack/testlapack/dggsvd3.go | 2 +- lapack/testlapack/dggsvp3.go | 2 +- lapack/testlapack/dhseqr.go | 2 +- lapack/testlapack/dlabrd.go | 2 +- lapack/testlapack/dlacn2.go | 2 +- lapack/testlapack/dlacpy.go | 2 +- lapack/testlapack/dlae2.go | 2 +- lapack/testlapack/dlaev2.go | 2 +- lapack/testlapack/dlaexc.go | 2 +- lapack/testlapack/dlags2.go | 2 +- lapack/testlapack/dlahqr.go | 2 +- lapack/testlapack/dlahr2.go | 2 +- lapack/testlapack/dlaln2.go | 2 +- lapack/testlapack/dlange.go | 2 +- lapack/testlapack/dlanst.go | 2 +- lapack/testlapack/dlansy.go | 2 +- lapack/testlapack/dlantr.go | 2 +- lapack/testlapack/dlanv2.go | 2 +- lapack/testlapack/dlapll.go | 2 +- lapack/testlapack/dlapmt.go | 2 +- lapack/testlapack/dlapy2.go | 2 +- lapack/testlapack/dlaqp2.go | 2 +- lapack/testlapack/dlaqps.go | 2 +- lapack/testlapack/dlaqr04.go | 2 +- lapack/testlapack/dlaqr1.go | 2 +- lapack/testlapack/dlaqr23.go | 2 +- lapack/testlapack/dlaqr5.go | 2 +- lapack/testlapack/dlarf.go | 2 +- lapack/testlapack/dlarfb.go | 2 +- lapack/testlapack/dlarfg.go | 2 +- lapack/testlapack/dlarft.go | 2 +- lapack/testlapack/dlarfx.go | 2 +- lapack/testlapack/dlartg.go | 2 +- lapack/testlapack/dlas2.go | 2 +- lapack/testlapack/dlascl.go | 2 +- lapack/testlapack/dlaset.go | 2 +- lapack/testlapack/dlasq1.go | 2 +- lapack/testlapack/dlasq2.go | 2 +- lapack/testlapack/dlasq3.go | 2 +- lapack/testlapack/dlasq4.go | 2 +- lapack/testlapack/dlasq5.go | 2 +- lapack/testlapack/dlasr.go | 2 +- lapack/testlapack/dlasrt.go | 2 +- lapack/testlapack/dlasv2.go | 2 +- lapack/testlapack/dlaswp.go | 2 +- lapack/testlapack/dlasy2.go | 2 +- lapack/testlapack/dlatrd.go | 2 +- lapack/testlapack/dlatrs.go | 2 +- lapack/testlapack/doc.go | 2 +- lapack/testlapack/dorg2l.go | 2 +- lapack/testlapack/dorg2r.go | 2 +- lapack/testlapack/dorgbr.go | 2 +- lapack/testlapack/dorghr.go | 2 +- lapack/testlapack/dorgl2.go | 2 +- lapack/testlapack/dorglq.go | 2 +- lapack/testlapack/dorgql.go | 2 +- lapack/testlapack/dorgqr.go | 2 +- lapack/testlapack/dorgtr.go | 2 +- lapack/testlapack/dorm2r.go | 2 +- lapack/testlapack/dormbr.go | 2 +- lapack/testlapack/dormhr.go | 2 +- lapack/testlapack/dorml2.go | 2 +- lapack/testlapack/dormlq.go | 2 +- lapack/testlapack/dormqr.go | 2 +- lapack/testlapack/dormr2.go | 2 +- lapack/testlapack/dpocon.go | 2 +- lapack/testlapack/dpotf2.go | 2 +- lapack/testlapack/dpotrf.go | 2 +- lapack/testlapack/drscl.go | 2 +- lapack/testlapack/dsteqr.go | 2 +- lapack/testlapack/dsterf.go | 2 +- lapack/testlapack/dsyev.go | 2 +- lapack/testlapack/dsytd2.go | 2 +- lapack/testlapack/dsytrd.go | 2 +- lapack/testlapack/dtgsja.go | 2 +- lapack/testlapack/dtrcon.go | 2 +- lapack/testlapack/dtrevc3.go | 2 +- lapack/testlapack/dtrexc.go | 2 +- lapack/testlapack/dtrti2.go | 2 +- lapack/testlapack/dtrtri.go | 2 +- lapack/testlapack/fortran.go | 2 +- lapack/testlapack/general.go | 2 +- lapack/testlapack/iladlc.go | 2 +- lapack/testlapack/iladlr.go | 2 +- lapack/testlapack/matgen.go | 2 +- lapack/testlapack/matgen_test.go | 2 +- lapack/testlapack/test_matrices.go | 2 +- mat/band.go | 2 +- mat/band_test.go | 2 +- mat/cblas_test.go | 2 +- mat/cholesky.go | 2 +- mat/cholesky_example_test.go | 2 +- mat/cholesky_test.go | 2 +- mat/cmatrix.go | 2 +- mat/consts.go | 2 +- mat/dense.go | 2 +- mat/dense_arithmetic.go | 2 +- mat/dense_example_test.go | 2 +- mat/dense_test.go | 2 +- mat/doc.go | 2 +- mat/eigen.go | 2 +- mat/eigen_test.go | 2 +- mat/errors.go | 2 +- mat/errors_test.go | 2 +- mat/fao_data_test.go | 2 +- mat/format.go | 2 +- mat/format_example_test.go | 2 +- mat/format_test.go | 2 +- mat/gsvd.go | 2 +- mat/gsvd_example_test.go | 2 +- mat/gsvd_test.go | 2 +- mat/hogsvd.go | 2 +- mat/hogsvd_example_test.go | 2 +- mat/hogsvd_test.go | 2 +- mat/index_bound_checks.go | 2 +- mat/index_no_bound_checks.go | 2 +- mat/inner.go | 2 +- mat/inner_test.go | 2 +- mat/io.go | 2 +- mat/io_test.go | 2 +- mat/list_test.go | 2 +- mat/lq.go | 2 +- mat/lq_test.go | 2 +- mat/lu.go | 2 +- mat/lu_test.go | 2 +- mat/matrix.go | 2 +- mat/matrix_test.go | 2 +- mat/mul_test.go | 2 +- mat/offset.go | 2 +- mat/offset_appengine.go | 2 +- mat/pool.go | 2 +- mat/pool_test.go | 2 +- mat/product.go | 2 +- mat/product_test.go | 2 +- mat/qr.go | 2 +- mat/qr_test.go | 2 +- mat/shadow.go | 2 +- mat/shadow_test.go | 2 +- mat/solve.go | 2 +- mat/solve_test.go | 2 +- mat/svd.go | 2 +- mat/svd_test.go | 2 +- mat/symband.go | 2 +- mat/symband_test.go | 2 +- mat/symmetric.go | 2 +- mat/symmetric_example_test.go | 2 +- mat/symmetric_test.go | 2 +- mat/triangular.go | 2 +- mat/triangular_test.go | 2 +- mat/vector.go | 2 +- mat/vector_test.go | 2 +- mathext/airy.go | 2 +- mathext/airy_test.go | 2 +- mathext/beta.go | 2 +- mathext/beta_test.go | 2 +- mathext/betainc.go | 2 +- mathext/betainc_test.go | 2 +- mathext/digamma.go | 2 +- mathext/digamma_test.go | 2 +- mathext/doc.go | 2 +- mathext/ell_carlson.go | 2 +- mathext/ell_carlson_test.go | 2 +- mathext/ell_complete.go | 2 +- mathext/ell_complete_test.go | 2 +- mathext/erf.go | 2 +- mathext/erf_test.go | 2 +- mathext/gamma_inc.go | 2 +- mathext/gamma_inc_inv.go | 2 +- mathext/gamma_inc_test.go | 2 +- mathext/internal/amos/amos.go | 2 +- mathext/internal/amos/amos_test.go | 2 +- mathext/internal/amos/amoslib/fortran.go | 2 +- mathext/internal/amos/doc.go | 2 +- mathext/internal/amos/origcode_test.go | 2 +- mathext/internal/cephes/cephes.go | 2 +- mathext/internal/cephes/doc.go | 2 +- mathext/internal/cephes/igam.go | 2 +- mathext/internal/cephes/igami.go | 2 +- mathext/internal/cephes/incbeta.go | 2 +- mathext/internal/cephes/incbi.go | 2 +- mathext/internal/cephes/lanczos.go | 2 +- mathext/internal/cephes/ndtri.go | 2 +- mathext/internal/cephes/polevl.go | 2 +- mathext/internal/cephes/unity.go | 2 +- mathext/internal/cephes/zeta.go | 2 +- mathext/internal/gonum/beta.go | 2 +- mathext/internal/gonum/doc.go | 2 +- mathext/internal/gonum/gonum.go | 2 +- mathext/mvgamma.go | 2 +- mathext/mvgamma_test.go | 2 +- mathext/roots.go | 2 +- mathext/zeta.go | 2 +- mathext/zeta_test.go | 2 +- optimize/backtracking.go | 2 +- optimize/bfgs.go | 2 +- optimize/bisection.go | 2 +- optimize/convex/lp/convert.go | 2 +- optimize/convex/lp/doc.go | 2 +- optimize/convex/lp/simplex.go | 2 +- optimize/convex/lp/simplex_test.go | 2 +- optimize/convex/lp/simplexexample_test.go | 2 +- optimize/doc.go | 2 +- optimize/errors.go | 2 +- optimize/functionconvergence.go | 2 +- optimize/functions/functions.go | 2 +- optimize/functions/functions_test.go | 2 +- optimize/functions/minsurf.go | 2 +- optimize/functions/minsurf_test.go | 2 +- optimize/functions/validate.go | 2 +- optimize/global.go | 2 +- optimize/gradientdescent.go | 2 +- optimize/guessandcheck.go | 2 +- optimize/guessandcheck_test.go | 2 +- optimize/interfaces.go | 2 +- optimize/lbfgs.go | 2 +- optimize/linesearch.go | 2 +- optimize/linesearcher_test.go | 2 +- optimize/local.go | 2 +- optimize/local_example_test.go | 2 +- optimize/minimize.go | 2 +- optimize/morethuente.go | 2 +- optimize/neldermead.go | 2 +- optimize/newton.go | 2 +- optimize/printer.go | 2 +- optimize/stepsizers.go | 2 +- optimize/termination.go | 2 +- optimize/types.go | 2 +- optimize/unconstrained_test.go | 2 +- stat/appengine_test.go | 2 +- stat/boston_data_test.go | 2 +- stat/car_data_test.go | 2 +- stat/cca_example_test.go | 2 +- stat/cca_test.go | 2 +- stat/combin/combin.go | 2 +- stat/combin/combin_test.go | 2 +- stat/combin/doc.go | 2 +- stat/distmat/doc.go | 2 +- stat/distmat/general.go | 2 +- stat/distmat/wishart.go | 2 +- stat/distmat/wishart_test.go | 2 +- stat/distmv/dirichlet.go | 2 +- stat/distmv/dirichlet_test.go | 2 +- stat/distmv/doc.go | 2 +- stat/distmv/general.go | 2 +- stat/distmv/general_test.go | 2 +- stat/distmv/interfaces.go | 2 +- stat/distmv/normal.go | 2 +- stat/distmv/normal_test.go | 2 +- stat/distmv/normalbench_test.go | 2 +- stat/distmv/statdist.go | 2 +- stat/distmv/statdist_test.go | 2 +- stat/distmv/studentst.go | 2 +- stat/distmv/studentst_test.go | 2 +- stat/distmv/uniform.go | 2 +- stat/distmv/uniform_test.go | 2 +- stat/distuv/bernoulli.go | 2 +- stat/distuv/bernoulli_test.go | 2 +- stat/distuv/beta.go | 2 +- stat/distuv/beta_test.go | 2 +- stat/distuv/categorical.go | 2 +- stat/distuv/categorical_test.go | 2 +- stat/distuv/chisquared.go | 2 +- stat/distuv/chisquared_test.go | 2 +- stat/distuv/constants.go | 2 +- stat/distuv/distribution_test.go | 2 +- stat/distuv/doc.go | 2 +- stat/distuv/exponential.go | 2 +- stat/distuv/exponential_test.go | 2 +- stat/distuv/f.go | 2 +- stat/distuv/f_test.go | 2 +- stat/distuv/gamma.go | 2 +- stat/distuv/gamma_test.go | 2 +- stat/distuv/general.go | 2 +- stat/distuv/general_test.go | 2 +- stat/distuv/interfaces.go | 2 +- stat/distuv/laplace.go | 2 +- stat/distuv/laplace_test.go | 2 +- stat/distuv/lognormal.go | 2 +- stat/distuv/lognormal_test.go | 2 +- stat/distuv/norm.go | 2 +- stat/distuv/norm_example_test.go | 2 +- stat/distuv/norm_test.go | 2 +- stat/distuv/studentst.go | 2 +- stat/distuv/studentst_test.go | 2 +- stat/distuv/triangle.go | 2 +- stat/distuv/triangle_test.go | 2 +- stat/distuv/uniform.go | 2 +- stat/distuv/weibull.go | 2 +- stat/distuv/weibull_test.go | 2 +- stat/doc.go | 2 +- stat/faithful_test.go | 2 +- stat/moments_bench_test.go | 2 +- stat/pca_cca.go | 2 +- stat/pca_example_test.go | 2 +- stat/pca_test.go | 2 +- stat/roc.go | 2 +- stat/roc_example_test.go | 2 +- stat/roc_test.go | 2 +- stat/samplemv/doc.go | 2 +- stat/samplemv/halton.go | 2 +- stat/samplemv/halton_test.go | 2 +- stat/samplemv/metropolishastings.go | 2 +- stat/samplemv/sample_test.go | 2 +- stat/samplemv/samplemv.go | 2 +- stat/sampleuv/doc.go | 2 +- stat/sampleuv/example_burnin_test.go | 2 +- stat/sampleuv/example_rate_test.go | 2 +- stat/sampleuv/sample.go | 2 +- stat/sampleuv/sample_test.go | 2 +- stat/sampleuv/weighted.go | 2 +- stat/sampleuv/weighted_test.go | 2 +- stat/sampleuv/withoutreplacement.go | 2 +- stat/sampleuv/withoutreplacement_test.go | 2 +- stat/spatial/doc.go | 2 +- stat/spatial/spatial.go | 2 +- stat/spatial/spatial_areal_example_test.go | 2 +- stat/spatial/spatial_example_test.go | 2 +- stat/spatial/spatial_test.go | 2 +- stat/stat.go | 2 +- stat/stat_test.go | 2 +- stat/statmat.go | 2 +- stat/statmat_test.go | 2 +- unit/autogen.go | 4 ++-- unit/consts.go | 2 +- unit/dimless.go | 2 +- unit/doc.go | 2 +- unit/length.go | 2 +- unit/mass.go | 2 +- unit/time.go | 2 +- unit/unit_test.go | 2 +- unit/unitexample_test.go | 2 +- unit/unittype.go | 2 +- 848 files changed, 849 insertions(+), 849 deletions(-) diff --git a/LICENSE b/LICENSE index 76edf5ef..5f1c3f9c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright ©2013 The gonum Authors. All rights reserved. +Copyright ©2013 The Gonum Authors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/blas/blas.go b/blas/blas.go index 3fda4ff8..43700d02 100644 --- a/blas/blas.go +++ b/blas/blas.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/blas/blas32/blas32.go b/blas/blas32/blas32.go index fe5a144e..7cf009fb 100644 --- a/blas/blas32/blas32.go +++ b/blas/blas32/blas32.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/blas32/conv.go b/blas/blas32/conv.go index 24107906..aadca23a 100644 --- a/blas/blas32/conv.go +++ b/blas/blas32/conv.go @@ -1,6 +1,6 @@ // Code generated by "go generate gonum.org/v1/gonum/blas”; DO NOT EDIT. -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/blas32/conv_symmetric.go b/blas/blas32/conv_symmetric.go index e385a641..162f3fc0 100644 --- a/blas/blas32/conv_symmetric.go +++ b/blas/blas32/conv_symmetric.go @@ -1,6 +1,6 @@ // Code generated by "go generate gonum.org/v1/gonum/blas”; DO NOT EDIT. -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/blas32/conv_symmetric_test.go b/blas/blas32/conv_symmetric_test.go index 335f0fa0..5415ffc0 100644 --- a/blas/blas32/conv_symmetric_test.go +++ b/blas/blas32/conv_symmetric_test.go @@ -1,6 +1,6 @@ // Code generated by "go generate gonum.org/v1/gonum/blas”; DO NOT EDIT. -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/blas32/conv_test.go b/blas/blas32/conv_test.go index 9cff493e..ed77280f 100644 --- a/blas/blas32/conv_test.go +++ b/blas/blas32/conv_test.go @@ -1,6 +1,6 @@ // Code generated by "go generate gonum.org/v1/gonum/blas”; DO NOT EDIT. -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/blas32/doc.go b/blas/blas32/doc.go index d01a5162..68680f3b 100644 --- a/blas/blas32/doc.go +++ b/blas/blas32/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/blas/blas64/blas64.go b/blas/blas64/blas64.go index 88e746bb..11dfaafb 100644 --- a/blas/blas64/blas64.go +++ b/blas/blas64/blas64.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/blas64/conv.go b/blas/blas64/conv.go index 17de0943..882fd8a7 100644 --- a/blas/blas64/conv.go +++ b/blas/blas64/conv.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/blas64/conv_symmetric.go b/blas/blas64/conv_symmetric.go index a43b2304..5146f1a1 100644 --- a/blas/blas64/conv_symmetric.go +++ b/blas/blas64/conv_symmetric.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/blas64/conv_symmetric_test.go b/blas/blas64/conv_symmetric_test.go index 167de52d..13102ae4 100644 --- a/blas/blas64/conv_symmetric_test.go +++ b/blas/blas64/conv_symmetric_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/blas64/conv_test.go b/blas/blas64/conv_test.go index 61645317..bc1a18d4 100644 --- a/blas/blas64/conv_test.go +++ b/blas/blas64/conv_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/blas64/doc.go b/blas/blas64/doc.go index 92e588f8..7410cee4 100644 --- a/blas/blas64/doc.go +++ b/blas/blas64/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/blas/cblas128/cblas128.go b/blas/cblas128/cblas128.go index 9b463504..7612da2f 100644 --- a/blas/cblas128/cblas128.go +++ b/blas/cblas128/cblas128.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/cblas128/conv.go b/blas/cblas128/conv.go index cb62b7be..93e3cd2f 100644 --- a/blas/cblas128/conv.go +++ b/blas/cblas128/conv.go @@ -1,6 +1,6 @@ // Code generated by "go generate gonum.org/v1/gonum/blas”; DO NOT EDIT. -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/cblas128/conv_hermitian.go b/blas/cblas128/conv_hermitian.go index 455668a3..51c3a577 100644 --- a/blas/cblas128/conv_hermitian.go +++ b/blas/cblas128/conv_hermitian.go @@ -1,6 +1,6 @@ // Code generated by "go generate gonum.org/v1/gonum/blas”; DO NOT EDIT. -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/cblas128/conv_hermitian_test.go b/blas/cblas128/conv_hermitian_test.go index 21bd3cbf..1c5fe7f1 100644 --- a/blas/cblas128/conv_hermitian_test.go +++ b/blas/cblas128/conv_hermitian_test.go @@ -1,6 +1,6 @@ // Code generated by "go generate gonum.org/v1/gonum/blas”; DO NOT EDIT. -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/cblas128/conv_symmetric.go b/blas/cblas128/conv_symmetric.go index ad5e0a65..f1bf40c2 100644 --- a/blas/cblas128/conv_symmetric.go +++ b/blas/cblas128/conv_symmetric.go @@ -1,6 +1,6 @@ // Code generated by "go generate gonum.org/v1/gonum/blas”; DO NOT EDIT. -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/cblas128/conv_symmetric_test.go b/blas/cblas128/conv_symmetric_test.go index eef76f4a..167350fa 100644 --- a/blas/cblas128/conv_symmetric_test.go +++ b/blas/cblas128/conv_symmetric_test.go @@ -1,6 +1,6 @@ // Code generated by "go generate gonum.org/v1/gonum/blas”; DO NOT EDIT. -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/cblas128/conv_test.go b/blas/cblas128/conv_test.go index 8d25fd28..73f1a0e7 100644 --- a/blas/cblas128/conv_test.go +++ b/blas/cblas128/conv_test.go @@ -1,6 +1,6 @@ // Code generated by "go generate gonum.org/v1/gonum/blas”; DO NOT EDIT. -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/cblas128/doc.go b/blas/cblas128/doc.go index 15398184..09719b19 100644 --- a/blas/cblas128/doc.go +++ b/blas/cblas128/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/blas/cblas64/cblas64.go b/blas/cblas64/cblas64.go index 6164d479..a6810ab8 100644 --- a/blas/cblas64/cblas64.go +++ b/blas/cblas64/cblas64.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/cblas64/conv.go b/blas/cblas64/conv.go index fa5c9780..4ba51488 100644 --- a/blas/cblas64/conv.go +++ b/blas/cblas64/conv.go @@ -1,6 +1,6 @@ // Code generated by "go generate gonum.org/v1/gonum/blas”; DO NOT EDIT. -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/cblas64/conv_hermitian.go b/blas/cblas64/conv_hermitian.go index 76598b96..13a9e9e8 100644 --- a/blas/cblas64/conv_hermitian.go +++ b/blas/cblas64/conv_hermitian.go @@ -1,6 +1,6 @@ // Code generated by "go generate gonum.org/v1/gonum/blas”; DO NOT EDIT. -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/cblas64/conv_hermitian_test.go b/blas/cblas64/conv_hermitian_test.go index 5f412647..a1328baf 100644 --- a/blas/cblas64/conv_hermitian_test.go +++ b/blas/cblas64/conv_hermitian_test.go @@ -1,6 +1,6 @@ // Code generated by "go generate gonum.org/v1/gonum/blas”; DO NOT EDIT. -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/cblas64/conv_test.go b/blas/cblas64/conv_test.go index da8d736e..6293b952 100644 --- a/blas/cblas64/conv_test.go +++ b/blas/cblas64/conv_test.go @@ -1,6 +1,6 @@ // Code generated by "go generate gonum.org/v1/gonum/blas”; DO NOT EDIT. -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/cblas64/doc.go b/blas/cblas64/doc.go index bb9c70b1..2a11ccd7 100644 --- a/blas/cblas64/doc.go +++ b/blas/cblas64/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/blas/conversions.bash b/blas/conversions.bash index 96ff2272..d1c0ef0d 100755 --- a/blas/conversions.bash +++ b/blas/conversions.bash @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright ©2017 The gonum Authors. All rights reserved. +# Copyright ©2017 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. diff --git a/blas/doc.go b/blas/doc.go index 99231c46..ea4b16c9 100644 --- a/blas/doc.go +++ b/blas/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/blas/gonum/bench_test.go b/blas/gonum/bench_test.go index 81124fea..27c3b997 100644 --- a/blas/gonum/bench_test.go +++ b/blas/gonum/bench_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/gonum/cmplx.go b/blas/gonum/cmplx.go index e2cfb427..6ad1ac72 100644 --- a/blas/gonum/cmplx.go +++ b/blas/gonum/cmplx.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/blas/gonum/dgemm.go b/blas/gonum/dgemm.go index a9291d9b..e33a4d55 100644 --- a/blas/gonum/dgemm.go +++ b/blas/gonum/dgemm.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/blas/gonum/dgemmbench_test.go b/blas/gonum/dgemmbench_test.go index 55a44997..ae0e12ec 100644 --- a/blas/gonum/dgemmbench_test.go +++ b/blas/gonum/dgemmbench_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/blas/gonum/dgemvbench_test.go b/blas/gonum/dgemvbench_test.go index 97899809..5ed51b65 100644 --- a/blas/gonum/dgemvbench_test.go +++ b/blas/gonum/dgemvbench_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/gonum/dgerbench_test.go b/blas/gonum/dgerbench_test.go index e1f85939..d26efca8 100644 --- a/blas/gonum/dgerbench_test.go +++ b/blas/gonum/dgerbench_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/gonum/dtrmvbench_test.go b/blas/gonum/dtrmvbench_test.go index c41ac601..7554dffb 100644 --- a/blas/gonum/dtrmvbench_test.go +++ b/blas/gonum/dtrmvbench_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/blas/gonum/general_double.go b/blas/gonum/general_double.go index 58ded80c..f7012ffc 100644 --- a/blas/gonum/general_double.go +++ b/blas/gonum/general_double.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/blas/gonum/general_single.go b/blas/gonum/general_single.go index ca360a72..f5fcadc9 100644 --- a/blas/gonum/general_single.go +++ b/blas/gonum/general_single.go @@ -1,6 +1,6 @@ // Code generated by "go generate gonum.org/v1/gonum/blas/gonum”; DO NOT EDIT. -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/blas/gonum/gonum.go b/blas/gonum/gonum.go index e65f745a..44e391d7 100644 --- a/blas/gonum/gonum.go +++ b/blas/gonum/gonum.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/gonum/level1cmplx128.go b/blas/gonum/level1cmplx128.go index b759c902..34fa1ac8 100644 --- a/blas/gonum/level1cmplx128.go +++ b/blas/gonum/level1cmplx128.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/blas/gonum/level1cmplx128_test.go b/blas/gonum/level1cmplx128_test.go index 1755e9e6..a937d795 100644 --- a/blas/gonum/level1cmplx128_test.go +++ b/blas/gonum/level1cmplx128_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/blas/gonum/level1double.go b/blas/gonum/level1double.go index e433fddf..d24483a1 100644 --- a/blas/gonum/level1double.go +++ b/blas/gonum/level1double.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/gonum/level1double_ddot.go b/blas/gonum/level1double_ddot.go index 30c01100..2b44fe92 100644 --- a/blas/gonum/level1double_ddot.go +++ b/blas/gonum/level1double_ddot.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/gonum/level1double_test.go b/blas/gonum/level1double_test.go index 45adc85f..f2f189ef 100644 --- a/blas/gonum/level1double_test.go +++ b/blas/gonum/level1double_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/blas/gonum/level1single.go b/blas/gonum/level1single.go index 8081c814..ce26ef33 100644 --- a/blas/gonum/level1single.go +++ b/blas/gonum/level1single.go @@ -1,6 +1,6 @@ // Code generated by "go generate gonum.org/v1/gonum/blas/gonum”; DO NOT EDIT. -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/gonum/level1single_dsdot.go b/blas/gonum/level1single_dsdot.go index cfe6e75b..d69d0d66 100644 --- a/blas/gonum/level1single_dsdot.go +++ b/blas/gonum/level1single_dsdot.go @@ -1,6 +1,6 @@ // Code generated by "go generate gonum.org/v1/gonum/blas/gonum”; DO NOT EDIT. -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/gonum/level1single_sdot.go b/blas/gonum/level1single_sdot.go index cf930ecf..c2e25150 100644 --- a/blas/gonum/level1single_sdot.go +++ b/blas/gonum/level1single_sdot.go @@ -1,6 +1,6 @@ // Code generated by "go generate gonum.org/v1/gonum/blas/gonum”; DO NOT EDIT. -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/gonum/level1single_sdsdot.go b/blas/gonum/level1single_sdsdot.go index 600c2f99..4315a122 100644 --- a/blas/gonum/level1single_sdsdot.go +++ b/blas/gonum/level1single_sdsdot.go @@ -1,6 +1,6 @@ // Code generated by "go generate gonum.org/v1/gonum/blas/gonum”; DO NOT EDIT. -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/gonum/level2cmplx128.go b/blas/gonum/level2cmplx128.go index a5eeca2b..d4911f25 100644 --- a/blas/gonum/level2cmplx128.go +++ b/blas/gonum/level2cmplx128.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/blas/gonum/level2cmplx128_test.go b/blas/gonum/level2cmplx128_test.go index 5c308cc0..4764901d 100644 --- a/blas/gonum/level2cmplx128_test.go +++ b/blas/gonum/level2cmplx128_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/blas/gonum/level2double.go b/blas/gonum/level2double.go index 2f975f1a..96406243 100644 --- a/blas/gonum/level2double.go +++ b/blas/gonum/level2double.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/blas/gonum/level2double_test.go b/blas/gonum/level2double_test.go index 42ac4798..89fee5c6 100644 --- a/blas/gonum/level2double_test.go +++ b/blas/gonum/level2double_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/blas/gonum/level2single.go b/blas/gonum/level2single.go index 56a4c53f..cc09015c 100644 --- a/blas/gonum/level2single.go +++ b/blas/gonum/level2single.go @@ -1,6 +1,6 @@ // Code generated by "go generate gonum.org/v1/gonum/blas/gonum”; DO NOT EDIT. -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/blas/gonum/level3double.go b/blas/gonum/level3double.go index b5001dcb..55822463 100644 --- a/blas/gonum/level3double.go +++ b/blas/gonum/level3double.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/blas/gonum/level3double_test.go b/blas/gonum/level3double_test.go index 70459803..a983c7e1 100644 --- a/blas/gonum/level3double_test.go +++ b/blas/gonum/level3double_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/blas/gonum/level3single.go b/blas/gonum/level3single.go index ba158498..a7292ec0 100644 --- a/blas/gonum/level3single.go +++ b/blas/gonum/level3single.go @@ -1,6 +1,6 @@ // Code generated by "go generate gonum.org/v1/gonum/blas/gonum”; DO NOT EDIT. -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/blas/gonum/pardgemm_test.go b/blas/gonum/pardgemm_test.go index b88cd606..13b267fb 100644 --- a/blas/gonum/pardgemm_test.go +++ b/blas/gonum/pardgemm_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/blas/gonum/sgemm.go b/blas/gonum/sgemm.go index 06dd39bd..2e32a007 100644 --- a/blas/gonum/sgemm.go +++ b/blas/gonum/sgemm.go @@ -1,6 +1,6 @@ // Code generated by "go generate gonum.org/v1/gonum/blas/gonum”; DO NOT EDIT. -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/blas/gonum/single_precision.bash b/blas/gonum/single_precision.bash index 5213f0f2..a4f70cf7 100755 --- a/blas/gonum/single_precision.bash +++ b/blas/gonum/single_precision.bash @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright ©2015 The gonum Authors. All rights reserved. +# 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. diff --git a/blas/testblas/common.go b/blas/testblas/common.go index 94efe8bc..d2090ac4 100644 --- a/blas/testblas/common.go +++ b/blas/testblas/common.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/blas/testblas/doc.go b/blas/testblas/doc.go index fc113147..aae52baf 100644 --- a/blas/testblas/doc.go +++ b/blas/testblas/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/blas/testblas/dtrmvbench.go b/blas/testblas/dtrmvbench.go index c6b439e9..aa4e6b2c 100644 --- a/blas/testblas/dtrmvbench.go +++ b/blas/testblas/dtrmvbench.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/testblas/dzasum.go b/blas/testblas/dzasum.go index ab376a4c..d72f8557 100644 --- a/blas/testblas/dzasum.go +++ b/blas/testblas/dzasum.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/blas/testblas/dznrm2.go b/blas/testblas/dznrm2.go index 3742347a..f8d927c3 100644 --- a/blas/testblas/dznrm2.go +++ b/blas/testblas/dznrm2.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/blas/testblas/izamax.go b/blas/testblas/izamax.go index 76798c7a..a015f2ae 100644 --- a/blas/testblas/izamax.go +++ b/blas/testblas/izamax.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/blas/testblas/level1double.go b/blas/testblas/level1double.go index 8673891f..b73af460 100644 --- a/blas/testblas/level1double.go +++ b/blas/testblas/level1double.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/blas/testblas/zaxpy.go b/blas/testblas/zaxpy.go index 9aeace52..20580e75 100644 --- a/blas/testblas/zaxpy.go +++ b/blas/testblas/zaxpy.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/blas/testblas/zcopy.go b/blas/testblas/zcopy.go index 9aba717d..7155e3e4 100644 --- a/blas/testblas/zcopy.go +++ b/blas/testblas/zcopy.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/blas/testblas/zdotc.go b/blas/testblas/zdotc.go index a28b0c1a..fe26f5d4 100644 --- a/blas/testblas/zdotc.go +++ b/blas/testblas/zdotc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/blas/testblas/zdotu.go b/blas/testblas/zdotu.go index 7b83b735..c10b7f76 100644 --- a/blas/testblas/zdotu.go +++ b/blas/testblas/zdotu.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/blas/testblas/zdscal.go b/blas/testblas/zdscal.go index 9037d841..c433d106 100644 --- a/blas/testblas/zdscal.go +++ b/blas/testblas/zdscal.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/blas/testblas/zgemv.go b/blas/testblas/zgemv.go index 6d4b8f2e..d472bbc5 100644 --- a/blas/testblas/zgemv.go +++ b/blas/testblas/zgemv.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/blas/testblas/zgerc.go b/blas/testblas/zgerc.go index 15a83745..1f61c3a4 100644 --- a/blas/testblas/zgerc.go +++ b/blas/testblas/zgerc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/blas/testblas/zgeru.go b/blas/testblas/zgeru.go index 09c66e71..82dabd5d 100644 --- a/blas/testblas/zgeru.go +++ b/blas/testblas/zgeru.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/blas/testblas/zher.go b/blas/testblas/zher.go index fbd14b65..5e2432f0 100644 --- a/blas/testblas/zher.go +++ b/blas/testblas/zher.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/blas/testblas/zscal.go b/blas/testblas/zscal.go index 67210e1b..600a9dea 100644 --- a/blas/testblas/zscal.go +++ b/blas/testblas/zscal.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/blas/testblas/zswap.go b/blas/testblas/zswap.go index 1be1037e..b3701b6f 100644 --- a/blas/testblas/zswap.go +++ b/blas/testblas/zswap.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/diff/fd/crosslaplacian.go b/diff/fd/crosslaplacian.go index 9b2f1d1f..22f2e727 100644 --- a/diff/fd/crosslaplacian.go +++ b/diff/fd/crosslaplacian.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/diff/fd/crosslaplacian_test.go b/diff/fd/crosslaplacian_test.go index e27a83fa..c77f4088 100644 --- a/diff/fd/crosslaplacian_test.go +++ b/diff/fd/crosslaplacian_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/diff/fd/derivative.go b/diff/fd/derivative.go index e5aa9af3..fad69209 100644 --- a/diff/fd/derivative.go +++ b/diff/fd/derivative.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/diff/fd/derivative_test.go b/diff/fd/derivative_test.go index 35d4f0f3..485111db 100644 --- a/diff/fd/derivative_test.go +++ b/diff/fd/derivative_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/diff/fd/diff.go b/diff/fd/diff.go index 3bde48d9..8dfb11b2 100644 --- a/diff/fd/diff.go +++ b/diff/fd/diff.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/diff/fd/doc.go b/diff/fd/doc.go index ec6fbb10..f304696b 100644 --- a/diff/fd/doc.go +++ b/diff/fd/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/diff/fd/example_test.go b/diff/fd/example_test.go index adc9db0f..0a707299 100644 --- a/diff/fd/example_test.go +++ b/diff/fd/example_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/diff/fd/gradient.go b/diff/fd/gradient.go index 79bb3d1a..1b851bae 100644 --- a/diff/fd/gradient.go +++ b/diff/fd/gradient.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/diff/fd/gradient_test.go b/diff/fd/gradient_test.go index 0774ad73..74ced5fa 100644 --- a/diff/fd/gradient_test.go +++ b/diff/fd/gradient_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/diff/fd/hessian.go b/diff/fd/hessian.go index 871097ce..52380160 100644 --- a/diff/fd/hessian.go +++ b/diff/fd/hessian.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/diff/fd/hessian_test.go b/diff/fd/hessian_test.go index f9ae8736..c00bf94e 100644 --- a/diff/fd/hessian_test.go +++ b/diff/fd/hessian_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/diff/fd/jacobian.go b/diff/fd/jacobian.go index d27b99e3..88112563 100644 --- a/diff/fd/jacobian.go +++ b/diff/fd/jacobian.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/diff/fd/jacobian_test.go b/diff/fd/jacobian_test.go index 020f2c1b..044b7290 100644 --- a/diff/fd/jacobian_test.go +++ b/diff/fd/jacobian_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/diff/fd/laplacian.go b/diff/fd/laplacian.go index e5a8ca15..5f1a27b0 100644 --- a/diff/fd/laplacian.go +++ b/diff/fd/laplacian.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/diff/fd/laplacian_test.go b/diff/fd/laplacian_test.go index 75949d4a..1787a6eb 100644 --- a/diff/fd/laplacian_test.go +++ b/diff/fd/laplacian_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/diff/fd/simplefunctions_test.go b/diff/fd/simplefunctions_test.go index 1c1dd42e..a417bae5 100644 --- a/diff/fd/simplefunctions_test.go +++ b/diff/fd/simplefunctions_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/diff/fd/watson_test.go b/diff/fd/watson_test.go index 62095e21..243a450b 100644 --- a/diff/fd/watson_test.go +++ b/diff/fd/watson_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/floats/doc.go b/floats/doc.go index a9bd5742..bfe05c19 100644 --- a/floats/doc.go +++ b/floats/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/floats/parse_example_test.go b/floats/parse_example_test.go index cb8c4e51..7e02b2f6 100644 --- a/floats/parse_example_test.go +++ b/floats/parse_example_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 The Gonum Authors. All rights reserved. // Use of this code is governed by a BSD-style // license that can be found in the LICENSE file diff --git a/graph/community/bisect.go b/graph/community/bisect.go index ddfdb0a9..9c4ad34f 100644 --- a/graph/community/bisect.go +++ b/graph/community/bisect.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/graph/community/bisect_test.go b/graph/community/bisect_test.go index 5a225d7e..3df7186b 100644 --- a/graph/community/bisect_test.go +++ b/graph/community/bisect_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/graph/community/doc.go b/graph/community/doc.go index 2509606b..35202223 100644 --- a/graph/community/doc.go +++ b/graph/community/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/community/k_communities.go b/graph/community/k_communities.go index c54e6b22..1fe02953 100644 --- a/graph/community/k_communities.go +++ b/graph/community/k_communities.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/community/k_communities_test.go b/graph/community/k_communities_test.go index 0e62a4a3..9861b2d7 100644 --- a/graph/community/k_communities_test.go +++ b/graph/community/k_communities_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/community/louvain.tex b/graph/community/louvain.tex index 046c02ba..6bed7e6f 100644 --- a/graph/community/louvain.tex +++ b/graph/community/louvain.tex @@ -1,4 +1,4 @@ -% Copyright ©2015 The gonum Authors. All rights reserved. +% 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. diff --git a/graph/community/louvain_common.go b/graph/community/louvain_common.go index 987776c0..a8e67a87 100644 --- a/graph/community/louvain_common.go +++ b/graph/community/louvain_common.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/community/louvain_directed.go b/graph/community/louvain_directed.go index 3bd5a319..0ea74da8 100644 --- a/graph/community/louvain_directed.go +++ b/graph/community/louvain_directed.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/community/louvain_directed_multiplex.go b/graph/community/louvain_directed_multiplex.go index 967ba758..7ecb47c6 100644 --- a/graph/community/louvain_directed_multiplex.go +++ b/graph/community/louvain_directed_multiplex.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/community/louvain_directed_multiplex_test.go b/graph/community/louvain_directed_multiplex_test.go index 896c6122..33f7c2b6 100644 --- a/graph/community/louvain_directed_multiplex_test.go +++ b/graph/community/louvain_directed_multiplex_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/community/louvain_directed_test.go b/graph/community/louvain_directed_test.go index 5810ffb7..2fec0a56 100644 --- a/graph/community/louvain_directed_test.go +++ b/graph/community/louvain_directed_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/community/louvain_test.go b/graph/community/louvain_test.go index 32631404..65c5b4d0 100644 --- a/graph/community/louvain_test.go +++ b/graph/community/louvain_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/community/louvain_undirected.go b/graph/community/louvain_undirected.go index 450a438c..367425ba 100644 --- a/graph/community/louvain_undirected.go +++ b/graph/community/louvain_undirected.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/community/louvain_undirected_multiplex.go b/graph/community/louvain_undirected_multiplex.go index 23799522..c0bf040b 100644 --- a/graph/community/louvain_undirected_multiplex.go +++ b/graph/community/louvain_undirected_multiplex.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/community/louvain_undirected_multiplex_test.go b/graph/community/louvain_undirected_multiplex_test.go index 6f593777..d6b13e74 100644 --- a/graph/community/louvain_undirected_multiplex_test.go +++ b/graph/community/louvain_undirected_multiplex_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/community/louvain_undirected_test.go b/graph/community/louvain_undirected_test.go index b9a87722..32108ab5 100644 --- a/graph/community/louvain_undirected_test.go +++ b/graph/community/louvain_undirected_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/community/printgraphs.go b/graph/community/printgraphs.go index 9d8eb1b7..27b2a1f0 100644 --- a/graph/community/printgraphs.go +++ b/graph/community/printgraphs.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/graph/doc.go b/graph/doc.go index 74477274..89c3a8d5 100644 --- a/graph/doc.go +++ b/graph/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/encoding/doc.go b/graph/encoding/doc.go index 1f51390f..1c5b9979 100644 --- a/graph/encoding/doc.go +++ b/graph/encoding/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/encoding/dot/decode.go b/graph/encoding/dot/decode.go index a001bbd2..b00097d0 100644 --- a/graph/encoding/dot/decode.go +++ b/graph/encoding/dot/decode.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/encoding/dot/decode_test.go b/graph/encoding/dot/decode_test.go index c345c427..fad5047a 100644 --- a/graph/encoding/dot/decode_test.go +++ b/graph/encoding/dot/decode_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/encoding/dot/doc.go b/graph/encoding/dot/doc.go index 6a4a6675..697bb7c1 100644 --- a/graph/encoding/dot/doc.go +++ b/graph/encoding/dot/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/encoding/dot/dot.go b/graph/encoding/dot/dot.go index 2272d7ae..2eb7f9c3 100644 --- a/graph/encoding/dot/dot.go +++ b/graph/encoding/dot/dot.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/encoding/dot/encode.go b/graph/encoding/dot/encode.go index a7a15493..04918402 100644 --- a/graph/encoding/dot/encode.go +++ b/graph/encoding/dot/encode.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/encoding/dot/encode_test.go b/graph/encoding/dot/encode_test.go index d4dba18c..eb0a7703 100644 --- a/graph/encoding/dot/encode_test.go +++ b/graph/encoding/dot/encode_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/encoding/encoding.go b/graph/encoding/encoding.go index 0f99ac73..33bda7eb 100644 --- a/graph/encoding/encoding.go +++ b/graph/encoding/encoding.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/encoding/graphql/decode.go b/graph/encoding/graphql/decode.go index 8ad758c1..1921d39a 100644 --- a/graph/encoding/graphql/decode.go +++ b/graph/encoding/graphql/decode.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/encoding/graphql/decode_test.go b/graph/encoding/graphql/decode_test.go index 4bcc7925..1e191b59 100644 --- a/graph/encoding/graphql/decode_test.go +++ b/graph/encoding/graphql/decode_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/encoding/graphql/doc.go b/graph/encoding/graphql/doc.go index dd405034..981ae42f 100644 --- a/graph/encoding/graphql/doc.go +++ b/graph/encoding/graphql/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/encoding/graphql/graphql.go b/graph/encoding/graphql/graphql.go index 7598cb1a..366fabe8 100644 --- a/graph/encoding/graphql/graphql.go +++ b/graph/encoding/graphql/graphql.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/encoding/graphql/graphs_test.go b/graph/encoding/graphql/graphs_test.go index 0e90348f..0e047f04 100644 --- a/graph/encoding/graphql/graphs_test.go +++ b/graph/encoding/graphql/graphs_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/formats/dot/ast/ast.go b/graph/formats/dot/ast/ast.go index 8bb961ce..58bcd81b 100644 --- a/graph/formats/dot/ast/ast.go +++ b/graph/formats/dot/ast/ast.go @@ -1,6 +1,6 @@ // This file is dual licensed under CC0 and The gonum license. // -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. // diff --git a/graph/formats/dot/ast/ast_test.go b/graph/formats/dot/ast/ast_test.go index 2417dce5..655e934b 100644 --- a/graph/formats/dot/ast/ast_test.go +++ b/graph/formats/dot/ast/ast_test.go @@ -1,6 +1,6 @@ // This file is dual licensed under CC0 and The gonum license. // -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. // diff --git a/graph/formats/dot/ast/doc.go b/graph/formats/dot/ast/doc.go index 2d96617c..72220d00 100644 --- a/graph/formats/dot/ast/doc.go +++ b/graph/formats/dot/ast/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/formats/dot/doc.go b/graph/formats/dot/doc.go index 4337ff08..32689fda 100644 --- a/graph/formats/dot/doc.go +++ b/graph/formats/dot/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/formats/dot/dot.go b/graph/formats/dot/dot.go index edc44f68..c439cad1 100644 --- a/graph/formats/dot/dot.go +++ b/graph/formats/dot/dot.go @@ -1,6 +1,6 @@ // This file is dual licensed under CC0 and The gonum license. // -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. // diff --git a/graph/formats/dot/internal/astx/astx.go b/graph/formats/dot/internal/astx/astx.go index 1b3bff55..1e3a13a3 100644 --- a/graph/formats/dot/internal/astx/astx.go +++ b/graph/formats/dot/internal/astx/astx.go @@ -1,6 +1,6 @@ // This file is dual licensed under CC0 and The gonum license. // -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. // diff --git a/graph/formats/dot/internal/astx/astx_test.go b/graph/formats/dot/internal/astx/astx_test.go index 4ec55000..69e30205 100644 --- a/graph/formats/dot/internal/astx/astx_test.go +++ b/graph/formats/dot/internal/astx/astx_test.go @@ -1,6 +1,6 @@ // This file is dual licensed under CC0 and The gonum license. // -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. // diff --git a/graph/formats/dot/internal/astx/doc.go b/graph/formats/dot/internal/astx/doc.go index 65fd9011..0e39a772 100644 --- a/graph/formats/dot/internal/astx/doc.go +++ b/graph/formats/dot/internal/astx/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/formats/dot/internal/errors/errors.go b/graph/formats/dot/internal/errors/errors.go index 44f8825e..f3c131fa 100644 --- a/graph/formats/dot/internal/errors/errors.go +++ b/graph/formats/dot/internal/errors/errors.go @@ -2,7 +2,7 @@ // This file is dual licensed under CC0 and The gonum license. // -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. // diff --git a/graph/formats/dot/internal/lexer/acttab.go b/graph/formats/dot/internal/lexer/acttab.go index 34c9d4dd..6b80eb41 100644 --- a/graph/formats/dot/internal/lexer/acttab.go +++ b/graph/formats/dot/internal/lexer/acttab.go @@ -2,7 +2,7 @@ // This file is dual licensed under CC0 and The gonum license. // -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. // diff --git a/graph/formats/dot/internal/lexer/lexer.go b/graph/formats/dot/internal/lexer/lexer.go index caa9c461..52756f0b 100644 --- a/graph/formats/dot/internal/lexer/lexer.go +++ b/graph/formats/dot/internal/lexer/lexer.go @@ -2,7 +2,7 @@ // This file is dual licensed under CC0 and The gonum license. // -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. // diff --git a/graph/formats/dot/internal/lexer/lexer_test.go b/graph/formats/dot/internal/lexer/lexer_test.go index f90964fc..467c0cca 100644 --- a/graph/formats/dot/internal/lexer/lexer_test.go +++ b/graph/formats/dot/internal/lexer/lexer_test.go @@ -1,6 +1,6 @@ // This file is dual licensed under CC0 and The gonum license. // -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. // diff --git a/graph/formats/dot/internal/lexer/transitiontable.go b/graph/formats/dot/internal/lexer/transitiontable.go index 8f8f8393..91c2c196 100644 --- a/graph/formats/dot/internal/lexer/transitiontable.go +++ b/graph/formats/dot/internal/lexer/transitiontable.go @@ -2,7 +2,7 @@ // This file is dual licensed under CC0 and The gonum license. // -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. // diff --git a/graph/formats/dot/internal/parser/action.go b/graph/formats/dot/internal/parser/action.go index 10d7eccb..ee1849d0 100644 --- a/graph/formats/dot/internal/parser/action.go +++ b/graph/formats/dot/internal/parser/action.go @@ -2,7 +2,7 @@ // This file is dual licensed under CC0 and The gonum license. // -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. // diff --git a/graph/formats/dot/internal/parser/actiontable.go b/graph/formats/dot/internal/parser/actiontable.go index 9596d120..1c0479fc 100644 --- a/graph/formats/dot/internal/parser/actiontable.go +++ b/graph/formats/dot/internal/parser/actiontable.go @@ -2,7 +2,7 @@ // This file is dual licensed under CC0 and The gonum license. // -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. // diff --git a/graph/formats/dot/internal/parser/gototable.go b/graph/formats/dot/internal/parser/gototable.go index 9c55e43d..eca01cdb 100644 --- a/graph/formats/dot/internal/parser/gototable.go +++ b/graph/formats/dot/internal/parser/gototable.go @@ -2,7 +2,7 @@ // This file is dual licensed under CC0 and The gonum license. // -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. // diff --git a/graph/formats/dot/internal/parser/parser.go b/graph/formats/dot/internal/parser/parser.go index 18e146e0..5885fc9e 100644 --- a/graph/formats/dot/internal/parser/parser.go +++ b/graph/formats/dot/internal/parser/parser.go @@ -2,7 +2,7 @@ // This file is dual licensed under CC0 and The gonum license. // -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. // diff --git a/graph/formats/dot/internal/parser/parser_test.go b/graph/formats/dot/internal/parser/parser_test.go index c48cd6f6..5edd4006 100644 --- a/graph/formats/dot/internal/parser/parser_test.go +++ b/graph/formats/dot/internal/parser/parser_test.go @@ -1,6 +1,6 @@ // This file is dual licensed under CC0 and The gonum license. // -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. // diff --git a/graph/formats/dot/internal/parser/productionstable.go b/graph/formats/dot/internal/parser/productionstable.go index 96c56350..68480667 100644 --- a/graph/formats/dot/internal/parser/productionstable.go +++ b/graph/formats/dot/internal/parser/productionstable.go @@ -2,7 +2,7 @@ // This file is dual licensed under CC0 and The gonum license. // -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. // diff --git a/graph/formats/dot/internal/paste_copyright.bash b/graph/formats/dot/internal/paste_copyright.bash index 569bd925..58b171f8 100755 --- a/graph/formats/dot/internal/paste_copyright.bash +++ b/graph/formats/dot/internal/paste_copyright.bash @@ -6,7 +6,7 @@ find . -type f -name '*.go' \ \n\ // This file is dual licensed under CC0 and The gonum license.\n\ //\n\ -// Copyright ©2017 The gonum Authors. All rights reserved.\n\ +// Copyright ©2017 The Gonum Authors. All rights reserved.\n\ // Use of this source code is governed by a BSD-style\n\ // license that can be found in the LICENSE file.\n\ //\n\ diff --git a/graph/formats/dot/internal/token/token.go b/graph/formats/dot/internal/token/token.go index 1492df0d..9245f3c7 100644 --- a/graph/formats/dot/internal/token/token.go +++ b/graph/formats/dot/internal/token/token.go @@ -2,7 +2,7 @@ // This file is dual licensed under CC0 and The gonum license. // -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. // diff --git a/graph/formats/dot/internal/util/litconv.go b/graph/formats/dot/internal/util/litconv.go index ed6e348b..30c9c62d 100644 --- a/graph/formats/dot/internal/util/litconv.go +++ b/graph/formats/dot/internal/util/litconv.go @@ -2,7 +2,7 @@ // This file is dual licensed under CC0 and The gonum license. // -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. // diff --git a/graph/formats/dot/internal/util/rune.go b/graph/formats/dot/internal/util/rune.go index 583b1e06..f4e4f128 100644 --- a/graph/formats/dot/internal/util/rune.go +++ b/graph/formats/dot/internal/util/rune.go @@ -2,7 +2,7 @@ // This file is dual licensed under CC0 and The gonum license. // -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. // diff --git a/graph/formats/dot/sem.go b/graph/formats/dot/sem.go index eb55b031..2c590063 100644 --- a/graph/formats/dot/sem.go +++ b/graph/formats/dot/sem.go @@ -1,6 +1,6 @@ // This file is dual licensed under CC0 and The gonum license. // -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. // diff --git a/graph/graph.go b/graph/graph.go index 0ca587d8..8bf11f76 100644 --- a/graph/graph.go +++ b/graph/graph.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/graphs/gen/batagelj_brandes.go b/graph/graphs/gen/batagelj_brandes.go index 4c578927..7108264e 100644 --- a/graph/graphs/gen/batagelj_brandes.go +++ b/graph/graphs/gen/batagelj_brandes.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/graphs/gen/batagelj_brandes_test.go b/graph/graphs/gen/batagelj_brandes_test.go index 544e2e96..68591e9a 100644 --- a/graph/graphs/gen/batagelj_brandes_test.go +++ b/graph/graphs/gen/batagelj_brandes_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/graphs/gen/doc.go b/graph/graphs/gen/doc.go index f5ebfcb5..0cb899da 100644 --- a/graph/graphs/gen/doc.go +++ b/graph/graphs/gen/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/graphs/gen/duplication.go b/graph/graphs/gen/duplication.go index 8ffa578d..2e28ffb8 100644 --- a/graph/graphs/gen/duplication.go +++ b/graph/graphs/gen/duplication.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/graphs/gen/duplication_test.go b/graph/graphs/gen/duplication_test.go index b58eb899..cebf36a5 100644 --- a/graph/graphs/gen/duplication_test.go +++ b/graph/graphs/gen/duplication_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/graphs/gen/gen.go b/graph/graphs/gen/gen.go index 85c484e6..ec724bae 100644 --- a/graph/graphs/gen/gen.go +++ b/graph/graphs/gen/gen.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/graphs/gen/holme_kim.go b/graph/graphs/gen/holme_kim.go index 457fb1be..87495fa5 100644 --- a/graph/graphs/gen/holme_kim.go +++ b/graph/graphs/gen/holme_kim.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/graphs/gen/holme_kim_test.go b/graph/graphs/gen/holme_kim_test.go index 82eb62a8..c25e1985 100644 --- a/graph/graphs/gen/holme_kim_test.go +++ b/graph/graphs/gen/holme_kim_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/graphs/gen/small_world.go b/graph/graphs/gen/small_world.go index 3ff40e87..049459b3 100644 --- a/graph/graphs/gen/small_world.go +++ b/graph/graphs/gen/small_world.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/graphs/gen/small_world_test.go b/graph/graphs/gen/small_world_test.go index ef667146..dcf60b4e 100644 --- a/graph/graphs/gen/small_world_test.go +++ b/graph/graphs/gen/small_world_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/internal/linear/doc.go b/graph/internal/linear/doc.go index 8828a561..88d1cb80 100644 --- a/graph/internal/linear/doc.go +++ b/graph/internal/linear/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/internal/linear/linear.go b/graph/internal/linear/linear.go index 610b45eb..62e19db6 100644 --- a/graph/internal/linear/linear.go +++ b/graph/internal/linear/linear.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/internal/ordered/doc.go b/graph/internal/ordered/doc.go index 8220c8fd..563df6f2 100644 --- a/graph/internal/ordered/doc.go +++ b/graph/internal/ordered/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/internal/ordered/sort.go b/graph/internal/ordered/sort.go index d82a6307..ea799931 100644 --- a/graph/internal/ordered/sort.go +++ b/graph/internal/ordered/sort.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/internal/set/doc.go b/graph/internal/set/doc.go index 383615ef..86f2afc4 100644 --- a/graph/internal/set/doc.go +++ b/graph/internal/set/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/internal/set/same.go b/graph/internal/set/same.go index c776dc32..baa43979 100644 --- a/graph/internal/set/same.go +++ b/graph/internal/set/same.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/internal/set/same_appengine.go b/graph/internal/set/same_appengine.go index 082ed265..5386550a 100644 --- a/graph/internal/set/same_appengine.go +++ b/graph/internal/set/same_appengine.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/internal/set/set.go b/graph/internal/set/set.go index 339e9f63..aacff164 100644 --- a/graph/internal/set/set.go +++ b/graph/internal/set/set.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/internal/set/set_test.go b/graph/internal/set/set_test.go index f665b398..ed0df09b 100644 --- a/graph/internal/set/set_test.go +++ b/graph/internal/set/set_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/network/betweenness.go b/graph/network/betweenness.go index 547f44f7..abb3face 100644 --- a/graph/network/betweenness.go +++ b/graph/network/betweenness.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/network/betweenness_test.go b/graph/network/betweenness_test.go index 04fcd056..bcea1461 100644 --- a/graph/network/betweenness_test.go +++ b/graph/network/betweenness_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/network/distance.go b/graph/network/distance.go index 7e5ef6a3..ce37ddca 100644 --- a/graph/network/distance.go +++ b/graph/network/distance.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/network/distance_test.go b/graph/network/distance_test.go index 4015883b..f2e8ec2c 100644 --- a/graph/network/distance_test.go +++ b/graph/network/distance_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/network/doc.go b/graph/network/doc.go index c456f2da..a70c6ba4 100644 --- a/graph/network/doc.go +++ b/graph/network/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/network/hits.go b/graph/network/hits.go index 53ef944c..763a32ee 100644 --- a/graph/network/hits.go +++ b/graph/network/hits.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/network/hits_test.go b/graph/network/hits_test.go index b711f36e..a2ec30c7 100644 --- a/graph/network/hits_test.go +++ b/graph/network/hits_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/network/network.go b/graph/network/network.go index 2faabdea..239c8642 100644 --- a/graph/network/network.go +++ b/graph/network/network.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/network/network_test.go b/graph/network/network_test.go index b999c218..c9954075 100644 --- a/graph/network/network_test.go +++ b/graph/network/network_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/network/page.go b/graph/network/page.go index fb2c58e3..74f226bf 100644 --- a/graph/network/page.go +++ b/graph/network/page.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/network/page_test.go b/graph/network/page_test.go index 0a85dcf2..3d37fd8e 100644 --- a/graph/network/page_test.go +++ b/graph/network/page_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/path/a_star.go b/graph/path/a_star.go index 0d24c084..b4e2609e 100644 --- a/graph/path/a_star.go +++ b/graph/path/a_star.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/path/a_star_test.go b/graph/path/a_star_test.go index dd63d4b9..88e2ea47 100644 --- a/graph/path/a_star_test.go +++ b/graph/path/a_star_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/path/bellman_ford_moore.go b/graph/path/bellman_ford_moore.go index 33653b9f..03e37428 100644 --- a/graph/path/bellman_ford_moore.go +++ b/graph/path/bellman_ford_moore.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/path/bellman_ford_moore_test.go b/graph/path/bellman_ford_moore_test.go index b753368f..c9416448 100644 --- a/graph/path/bellman_ford_moore_test.go +++ b/graph/path/bellman_ford_moore_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/path/bench_test.go b/graph/path/bench_test.go index e08525f0..996e2385 100644 --- a/graph/path/bench_test.go +++ b/graph/path/bench_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/path/control_flow_bench_test.go b/graph/path/control_flow_bench_test.go index 1345dfa6..10b359b2 100644 --- a/graph/path/control_flow_bench_test.go +++ b/graph/path/control_flow_bench_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/path/control_flow_lt.go b/graph/path/control_flow_lt.go index 39389750..0062c1a2 100644 --- a/graph/path/control_flow_lt.go +++ b/graph/path/control_flow_lt.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/path/control_flow_slt.go b/graph/path/control_flow_slt.go index 96051e97..2b6a995f 100644 --- a/graph/path/control_flow_slt.go +++ b/graph/path/control_flow_slt.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/path/control_flow_test.go b/graph/path/control_flow_test.go index af914502..eec5942a 100644 --- a/graph/path/control_flow_test.go +++ b/graph/path/control_flow_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/path/dijkstra.go b/graph/path/dijkstra.go index 4c14d2b4..bdbc49bd 100644 --- a/graph/path/dijkstra.go +++ b/graph/path/dijkstra.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/path/dijkstra_test.go b/graph/path/dijkstra_test.go index ccb74644..54a2d23c 100644 --- a/graph/path/dijkstra_test.go +++ b/graph/path/dijkstra_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/path/disjoint.go b/graph/path/disjoint.go index 4f530f69..235694c2 100644 --- a/graph/path/disjoint.go +++ b/graph/path/disjoint.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/path/disjoint_test.go b/graph/path/disjoint_test.go index 2639592a..9f870f9b 100644 --- a/graph/path/disjoint_test.go +++ b/graph/path/disjoint_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/path/doc.go b/graph/path/doc.go index f9e7b1dd..e02e2d5b 100644 --- a/graph/path/doc.go +++ b/graph/path/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/graph/path/dynamic/doc.go b/graph/path/dynamic/doc.go index a0e9458f..9030765d 100644 --- a/graph/path/dynamic/doc.go +++ b/graph/path/dynamic/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/graph/path/dynamic/dstarlite.go b/graph/path/dynamic/dstarlite.go index e8794dc8..5e0a82dd 100644 --- a/graph/path/dynamic/dstarlite.go +++ b/graph/path/dynamic/dstarlite.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/path/dynamic/dstarlite_test.go b/graph/path/dynamic/dstarlite_test.go index 9c53a5da..495b31fc 100644 --- a/graph/path/dynamic/dstarlite_test.go +++ b/graph/path/dynamic/dstarlite_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/path/dynamic/dumper_test.go b/graph/path/dynamic/dumper_test.go index f76a3649..950d613e 100644 --- a/graph/path/dynamic/dumper_test.go +++ b/graph/path/dynamic/dumper_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/path/floydwarshall.go b/graph/path/floydwarshall.go index 310fec6d..1ffe25bd 100644 --- a/graph/path/floydwarshall.go +++ b/graph/path/floydwarshall.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/path/floydwarshall_test.go b/graph/path/floydwarshall_test.go index d23c0341..3947ad2e 100644 --- a/graph/path/floydwarshall_test.go +++ b/graph/path/floydwarshall_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/path/internal/grid.go b/graph/path/internal/grid.go index 4afe8fb6..cc7e1366 100644 --- a/graph/path/internal/grid.go +++ b/graph/path/internal/grid.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/path/internal/grid_test.go b/graph/path/internal/grid_test.go index 66ff4d8f..3034bba3 100644 --- a/graph/path/internal/grid_test.go +++ b/graph/path/internal/grid_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/path/internal/limited.go b/graph/path/internal/limited.go index 3a2d768d..8f86a473 100644 --- a/graph/path/internal/limited.go +++ b/graph/path/internal/limited.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/path/internal/limited_test.go b/graph/path/internal/limited_test.go index 018dd778..8fa3efde 100644 --- a/graph/path/internal/limited_test.go +++ b/graph/path/internal/limited_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/path/internal/testgraphs/shortest.go b/graph/path/internal/testgraphs/shortest.go index 3a9c6bc8..f18ecc2e 100644 --- a/graph/path/internal/testgraphs/shortest.go +++ b/graph/path/internal/testgraphs/shortest.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/path/johnson_apsp.go b/graph/path/johnson_apsp.go index 444564f1..a6181016 100644 --- a/graph/path/johnson_apsp.go +++ b/graph/path/johnson_apsp.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/path/johnson_apsp_test.go b/graph/path/johnson_apsp_test.go index 1635ce92..fcf62046 100644 --- a/graph/path/johnson_apsp_test.go +++ b/graph/path/johnson_apsp_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/path/negative_cycles_example_test.go b/graph/path/negative_cycles_example_test.go index 434018d8..91273dc4 100644 --- a/graph/path/negative_cycles_example_test.go +++ b/graph/path/negative_cycles_example_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/path/shortest.go b/graph/path/shortest.go index 940c73f3..4bd6e941 100644 --- a/graph/path/shortest.go +++ b/graph/path/shortest.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/path/spanning_tree.go b/graph/path/spanning_tree.go index a21a3e83..79c83638 100644 --- a/graph/path/spanning_tree.go +++ b/graph/path/spanning_tree.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/path/spanning_tree_test.go b/graph/path/spanning_tree_test.go index e6515335..007485f3 100644 --- a/graph/path/spanning_tree_test.go +++ b/graph/path/spanning_tree_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/path/weight.go b/graph/path/weight.go index 91b9d321..23b71f90 100644 --- a/graph/path/weight.go +++ b/graph/path/weight.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/simple/dense_directed_matrix.go b/graph/simple/dense_directed_matrix.go index b6db362d..c393cace 100644 --- a/graph/simple/dense_directed_matrix.go +++ b/graph/simple/dense_directed_matrix.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/simple/dense_undirected_matrix.go b/graph/simple/dense_undirected_matrix.go index da4cb4f3..9276d9e6 100644 --- a/graph/simple/dense_undirected_matrix.go +++ b/graph/simple/dense_undirected_matrix.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/simple/densegraph_test.go b/graph/simple/densegraph_test.go index 5a68c219..51cba241 100644 --- a/graph/simple/densegraph_test.go +++ b/graph/simple/densegraph_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/simple/directed.go b/graph/simple/directed.go index 0796cb13..38594098 100644 --- a/graph/simple/directed.go +++ b/graph/simple/directed.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/simple/directed_test.go b/graph/simple/directed_test.go index b66845bd..45bc5b1c 100644 --- a/graph/simple/directed_test.go +++ b/graph/simple/directed_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/simple/doc.go b/graph/simple/doc.go index 1b688a95..a26818bd 100644 --- a/graph/simple/doc.go +++ b/graph/simple/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/simple/simple.go b/graph/simple/simple.go index 13c1618a..5d1bc287 100644 --- a/graph/simple/simple.go +++ b/graph/simple/simple.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/simple/undirected.go b/graph/simple/undirected.go index 7254e4a0..17a6e1d5 100644 --- a/graph/simple/undirected.go +++ b/graph/simple/undirected.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/simple/undirected_test.go b/graph/simple/undirected_test.go index f5c0dafc..63719aa0 100644 --- a/graph/simple/undirected_test.go +++ b/graph/simple/undirected_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/simple/weighted_directed.go b/graph/simple/weighted_directed.go index fbe3ae80..f1441a09 100644 --- a/graph/simple/weighted_directed.go +++ b/graph/simple/weighted_directed.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/simple/weighted_directed_test.go b/graph/simple/weighted_directed_test.go index 714b067d..e7d210d1 100644 --- a/graph/simple/weighted_directed_test.go +++ b/graph/simple/weighted_directed_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/simple/weighted_undirected.go b/graph/simple/weighted_undirected.go index 9ec4cd61..2c90cfc1 100644 --- a/graph/simple/weighted_undirected.go +++ b/graph/simple/weighted_undirected.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/simple/weighted_undirected_test.go b/graph/simple/weighted_undirected_test.go index a3796ee3..a885821e 100644 --- a/graph/simple/weighted_undirected_test.go +++ b/graph/simple/weighted_undirected_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/topo/bench_test.go b/graph/topo/bench_test.go index 7b2bdc3e..a69d0cf2 100644 --- a/graph/topo/bench_test.go +++ b/graph/topo/bench_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/topo/bron_kerbosch.go b/graph/topo/bron_kerbosch.go index 297b7d41..ced15f15 100644 --- a/graph/topo/bron_kerbosch.go +++ b/graph/topo/bron_kerbosch.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/topo/bron_kerbosch_test.go b/graph/topo/bron_kerbosch_test.go index 49dcf057..e04e06dc 100644 --- a/graph/topo/bron_kerbosch_test.go +++ b/graph/topo/bron_kerbosch_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/topo/clique_graph.go b/graph/topo/clique_graph.go index a45dcd36..60ec75f0 100644 --- a/graph/topo/clique_graph.go +++ b/graph/topo/clique_graph.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/topo/clique_graph_test.go b/graph/topo/clique_graph_test.go index 2ea83080..4ae692ca 100644 --- a/graph/topo/clique_graph_test.go +++ b/graph/topo/clique_graph_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/topo/common_test.go b/graph/topo/common_test.go index 6b09e78b..8925743a 100644 --- a/graph/topo/common_test.go +++ b/graph/topo/common_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/topo/doc.go b/graph/topo/doc.go index ba1bf552..cbcdff1e 100644 --- a/graph/topo/doc.go +++ b/graph/topo/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/topo/johnson_cycles.go b/graph/topo/johnson_cycles.go index de84cf9c..60390fb7 100644 --- a/graph/topo/johnson_cycles.go +++ b/graph/topo/johnson_cycles.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/topo/johnson_cycles_test.go b/graph/topo/johnson_cycles_test.go index bf53120d..31c296fb 100644 --- a/graph/topo/johnson_cycles_test.go +++ b/graph/topo/johnson_cycles_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/topo/non_tomita_choice.go b/graph/topo/non_tomita_choice.go index de09ebd8..f4fcfd08 100644 --- a/graph/topo/non_tomita_choice.go +++ b/graph/topo/non_tomita_choice.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/topo/paton_cycles.go b/graph/topo/paton_cycles.go index d012ecaa..3c1c2a8c 100644 --- a/graph/topo/paton_cycles.go +++ b/graph/topo/paton_cycles.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/topo/paton_cycles_test.go b/graph/topo/paton_cycles_test.go index d3a8c05d..2afe2a24 100644 --- a/graph/topo/paton_cycles_test.go +++ b/graph/topo/paton_cycles_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/topo/tarjan.go b/graph/topo/tarjan.go index c4b42ff2..99f9ec2e 100644 --- a/graph/topo/tarjan.go +++ b/graph/topo/tarjan.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/topo/tarjan_test.go b/graph/topo/tarjan_test.go index 8751c507..9ddb8b25 100644 --- a/graph/topo/tarjan_test.go +++ b/graph/topo/tarjan_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/topo/tomita_choice.go b/graph/topo/tomita_choice.go index d4eca625..7d6efb34 100644 --- a/graph/topo/tomita_choice.go +++ b/graph/topo/tomita_choice.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/topo/topo.go b/graph/topo/topo.go index fe55f428..335f7b9a 100644 --- a/graph/topo/topo.go +++ b/graph/topo/topo.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/topo/topo_test.go b/graph/topo/topo_test.go index bb75796d..bd43bcff 100644 --- a/graph/topo/topo_test.go +++ b/graph/topo/topo_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/graph/traverse/doc.go b/graph/traverse/doc.go index 7bb3ca11..dc98bbf4 100644 --- a/graph/traverse/doc.go +++ b/graph/traverse/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/graph/traverse/traverse.go b/graph/traverse/traverse.go index 329649e2..ffdcbb81 100644 --- a/graph/traverse/traverse.go +++ b/graph/traverse/traverse.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/traverse/traverse_test.go b/graph/traverse/traverse_test.go index ad817352..8a5819a1 100644 --- a/graph/traverse/traverse_test.go +++ b/graph/traverse/traverse_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/undirect.go b/graph/undirect.go index e045dad4..97d47a06 100644 --- a/graph/undirect.go +++ b/graph/undirect.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/graph/undirect_test.go b/graph/undirect_test.go index 8b9b9883..462de2e7 100644 --- a/graph/undirect_test.go +++ b/graph/undirect_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/integrate/doc.go b/integrate/doc.go index 81bddb3b..68fb4ef0 100644 --- a/integrate/doc.go +++ b/integrate/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/integrate/quad/doc.go b/integrate/quad/doc.go index 480edcc0..91757067 100644 --- a/integrate/quad/doc.go +++ b/integrate/quad/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/integrate/quad/example_test.go b/integrate/quad/example_test.go index 32a4886a..7edae9c9 100644 --- a/integrate/quad/example_test.go +++ b/integrate/quad/example_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/integrate/quad/hermite.go b/integrate/quad/hermite.go index d2755f0e..790a84d7 100644 --- a/integrate/quad/hermite.go +++ b/integrate/quad/hermite.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/integrate/quad/hermite_data.go b/integrate/quad/hermite_data.go index c50c8dbb..48f73628 100644 --- a/integrate/quad/hermite_data.go +++ b/integrate/quad/hermite_data.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/integrate/quad/hermite_test.go b/integrate/quad/hermite_test.go index d74b82dc..580fa4b4 100644 --- a/integrate/quad/hermite_test.go +++ b/integrate/quad/hermite_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/integrate/quad/internal/PrintGoSlice.m b/integrate/quad/internal/PrintGoSlice.m index d3a51b28..2a9bb498 100644 --- a/integrate/quad/internal/PrintGoSlice.m +++ b/integrate/quad/internal/PrintGoSlice.m @@ -1,4 +1,4 @@ -% Copyright 2016 The gonum Authors. All rights reserved. +% Copyright 2016 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. diff --git a/integrate/quad/internal/genherm.m b/integrate/quad/internal/genherm.m index f673f97d..3e21935c 100644 --- a/integrate/quad/internal/genherm.m +++ b/integrate/quad/internal/genherm.m @@ -1,4 +1,4 @@ -% Copyright 2016 The gonum Authors. All rights reserved. +% Copyright 2016 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. diff --git a/integrate/quad/internal/hermpts.m b/integrate/quad/internal/hermpts.m index 9306ad60..4f5b3608 100644 --- a/integrate/quad/internal/hermpts.m +++ b/integrate/quad/internal/hermpts.m @@ -1,6 +1,6 @@ % Copyright (c) 2015, The Chancellor, Masters and Scholars of the University % of Oxford, and the Chebfun Developers. -% Copyright (c) 2016 The gonum Authors +% Copyright (c) 2016 The Gonum Authors % All rights reserved. % % Redistribution and use in source and binary forms, with or without diff --git a/integrate/quad/legendre.go b/integrate/quad/legendre.go index a6855307..d9aa1a6d 100644 --- a/integrate/quad/legendre.go +++ b/integrate/quad/legendre.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/integrate/quad/legendre_test.go b/integrate/quad/legendre_test.go index 7fb5bb09..a2e75262 100644 --- a/integrate/quad/legendre_test.go +++ b/integrate/quad/legendre_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/integrate/quad/quad.go b/integrate/quad/quad.go index d222641c..21048350 100644 --- a/integrate/quad/quad.go +++ b/integrate/quad/quad.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/integrate/quad/quad_test.go b/integrate/quad/quad_test.go index 5e25ffdd..d7ec9ecf 100644 --- a/integrate/quad/quad_test.go +++ b/integrate/quad/quad_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/integrate/trapezoidal.go b/integrate/trapezoidal.go index 3f402ac3..9cdfd3bd 100644 --- a/integrate/trapezoidal.go +++ b/integrate/trapezoidal.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/integrate/trapezoidal_test.go b/integrate/trapezoidal_test.go index c52ee0e6..1a4451ee 100644 --- a/integrate/trapezoidal_test.go +++ b/integrate/trapezoidal_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/bench_gen.sh b/internal/asm/bench_gen.sh index e7115c07..ac0f5435 100755 --- a/internal/asm/bench_gen.sh +++ b/internal/asm/bench_gen.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright ©2016 The gonum Authors. All rights reserved. +# Copyright ©2016 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. diff --git a/internal/asm/c128/axpyinc_amd64.s b/internal/asm/c128/axpyinc_amd64.s index c66a667b..2ae34daa 100644 --- a/internal/asm/c128/axpyinc_amd64.s +++ b/internal/asm/c128/axpyinc_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c128/axpyincto_amd64.s b/internal/asm/c128/axpyincto_amd64.s index edc0957c..127e4891 100644 --- a/internal/asm/c128/axpyincto_amd64.s +++ b/internal/asm/c128/axpyincto_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c128/axpyunitary_amd64.s b/internal/asm/c128/axpyunitary_amd64.s index c9e119d3..2a6c80e0 100644 --- a/internal/asm/c128/axpyunitary_amd64.s +++ b/internal/asm/c128/axpyunitary_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c128/axpyunitaryto_amd64.s b/internal/asm/c128/axpyunitaryto_amd64.s index 9dcfc67e..db5b3355 100644 --- a/internal/asm/c128/axpyunitaryto_amd64.s +++ b/internal/asm/c128/axpyunitaryto_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c128/benchDot_bkprt_test.go b/internal/asm/c128/benchDot_bkprt_test.go index 272ab8e4..9bea2ddd 100644 --- a/internal/asm/c128/benchDot_bkprt_test.go +++ b/internal/asm/c128/benchDot_bkprt_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c128/benchDot_test.go b/internal/asm/c128/benchDot_test.go index feb48270..6830574d 100644 --- a/internal/asm/c128/benchDot_test.go +++ b/internal/asm/c128/benchDot_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/asm/c128/bench_test.go b/internal/asm/c128/bench_test.go index 61049beb..b5c946dd 100644 --- a/internal/asm/c128/bench_test.go +++ b/internal/asm/c128/bench_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c128/doc.go b/internal/asm/c128/doc.go index 3a77db39..8802ff13 100644 --- a/internal/asm/c128/doc.go +++ b/internal/asm/c128/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/asm/c128/dot_test.go b/internal/asm/c128/dot_test.go index fb781073..ada43abb 100644 --- a/internal/asm/c128/dot_test.go +++ b/internal/asm/c128/dot_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/asm/c128/dotcinc_amd64.s b/internal/asm/c128/dotcinc_amd64.s index 9146f4ec..ce664235 100644 --- a/internal/asm/c128/dotcinc_amd64.s +++ b/internal/asm/c128/dotcinc_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c128/dotcunitary_amd64.s b/internal/asm/c128/dotcunitary_amd64.s index f16b2010..34e78b85 100644 --- a/internal/asm/c128/dotcunitary_amd64.s +++ b/internal/asm/c128/dotcunitary_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c128/dotuinc_amd64.s b/internal/asm/c128/dotuinc_amd64.s index 81456946..59eccf2b 100644 --- a/internal/asm/c128/dotuinc_amd64.s +++ b/internal/asm/c128/dotuinc_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c128/dotuunitary_amd64.s b/internal/asm/c128/dotuunitary_amd64.s index cbeacdf6..7f1de266 100644 --- a/internal/asm/c128/dotuunitary_amd64.s +++ b/internal/asm/c128/dotuunitary_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c128/dscalinc_amd64.s b/internal/asm/c128/dscalinc_amd64.s index 778e2fab..78ee18a8 100644 --- a/internal/asm/c128/dscalinc_amd64.s +++ b/internal/asm/c128/dscalinc_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/asm/c128/dscalunitary_amd64.s b/internal/asm/c128/dscalunitary_amd64.s index 32ef1546..c68b5a6b 100644 --- a/internal/asm/c128/dscalunitary_amd64.s +++ b/internal/asm/c128/dscalunitary_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/asm/c128/scal.go b/internal/asm/c128/scal.go index 580b4d8d..47a80e50 100644 --- a/internal/asm/c128/scal.go +++ b/internal/asm/c128/scal.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c128/scalUnitary_amd64.s b/internal/asm/c128/scalUnitary_amd64.s index 22152a0e..17c3ef46 100644 --- a/internal/asm/c128/scalUnitary_amd64.s +++ b/internal/asm/c128/scalUnitary_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/asm/c128/scalinc_amd64.s b/internal/asm/c128/scalinc_amd64.s index ec0f1528..17884cb6 100644 --- a/internal/asm/c128/scalinc_amd64.s +++ b/internal/asm/c128/scalinc_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c128/stubs_amd64.go b/internal/asm/c128/stubs_amd64.go index 9609c982..c03df58b 100644 --- a/internal/asm/c128/stubs_amd64.go +++ b/internal/asm/c128/stubs_amd64.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c128/stubs_noasm.go b/internal/asm/c128/stubs_noasm.go index 5f8d1442..92abe0d9 100644 --- a/internal/asm/c128/stubs_noasm.go +++ b/internal/asm/c128/stubs_noasm.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c128/stubs_test.go b/internal/asm/c128/stubs_test.go index 6af21e11..044e1fce 100644 --- a/internal/asm/c128/stubs_test.go +++ b/internal/asm/c128/stubs_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c128/util_test.go b/internal/asm/c128/util_test.go index 177b589b..129e2fb2 100644 --- a/internal/asm/c128/util_test.go +++ b/internal/asm/c128/util_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c64/axpyinc_amd64.s b/internal/asm/c64/axpyinc_amd64.s index 82c28862..2f1b2659 100644 --- a/internal/asm/c64/axpyinc_amd64.s +++ b/internal/asm/c64/axpyinc_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c64/axpyincto_amd64.s b/internal/asm/c64/axpyincto_amd64.s index 9fdc3ef3..8d521404 100644 --- a/internal/asm/c64/axpyincto_amd64.s +++ b/internal/asm/c64/axpyincto_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c64/axpyunitary_amd64.s b/internal/asm/c64/axpyunitary_amd64.s index 807a1c42..64e4fdcb 100644 --- a/internal/asm/c64/axpyunitary_amd64.s +++ b/internal/asm/c64/axpyunitary_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c64/axpyunitaryto_amd64.s b/internal/asm/c64/axpyunitaryto_amd64.s index ed5a8c93..9549b13b 100644 --- a/internal/asm/c64/axpyunitaryto_amd64.s +++ b/internal/asm/c64/axpyunitaryto_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c64/benchDot_test.go b/internal/asm/c64/benchDot_test.go index b0771a82..82d5f885 100644 --- a/internal/asm/c64/benchDot_test.go +++ b/internal/asm/c64/benchDot_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/asm/c64/bench_test.go b/internal/asm/c64/bench_test.go index 0b7b5b83..fd4c9544 100644 --- a/internal/asm/c64/bench_test.go +++ b/internal/asm/c64/bench_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c64/conj.go b/internal/asm/c64/conj.go index 932be953..910e1e5c 100644 --- a/internal/asm/c64/conj.go +++ b/internal/asm/c64/conj.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/internal/asm/c64/doc.go b/internal/asm/c64/doc.go index a0b8862b..35f1b2a2 100644 --- a/internal/asm/c64/doc.go +++ b/internal/asm/c64/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/asm/c64/dot_test.go b/internal/asm/c64/dot_test.go index ebe11cce..e799382f 100644 --- a/internal/asm/c64/dot_test.go +++ b/internal/asm/c64/dot_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/asm/c64/dotcinc_amd64.s b/internal/asm/c64/dotcinc_amd64.s index 546eac99..11c5b286 100644 --- a/internal/asm/c64/dotcinc_amd64.s +++ b/internal/asm/c64/dotcinc_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c64/dotcunitary_amd64.s b/internal/asm/c64/dotcunitary_amd64.s index 84840235..476df575 100644 --- a/internal/asm/c64/dotcunitary_amd64.s +++ b/internal/asm/c64/dotcunitary_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/asm/c64/dotuinc_amd64.s b/internal/asm/c64/dotuinc_amd64.s index 82ab77fa..1c2a069a 100644 --- a/internal/asm/c64/dotuinc_amd64.s +++ b/internal/asm/c64/dotuinc_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c64/dotuunitary_amd64.s b/internal/asm/c64/dotuunitary_amd64.s index 8736faba..6b35002f 100644 --- a/internal/asm/c64/dotuunitary_amd64.s +++ b/internal/asm/c64/dotuunitary_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/asm/c64/scal.go b/internal/asm/c64/scal.go index 11212813..21d17257 100644 --- a/internal/asm/c64/scal.go +++ b/internal/asm/c64/scal.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c64/stubs_amd64.go b/internal/asm/c64/stubs_amd64.go index 55ee1829..d64cdb2b 100644 --- a/internal/asm/c64/stubs_amd64.go +++ b/internal/asm/c64/stubs_amd64.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c64/stubs_noasm.go b/internal/asm/c64/stubs_noasm.go index bd5cf25f..c434dd16 100644 --- a/internal/asm/c64/stubs_noasm.go +++ b/internal/asm/c64/stubs_noasm.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c64/stubs_test.go b/internal/asm/c64/stubs_test.go index b36f2d8e..e52a54cd 100644 --- a/internal/asm/c64/stubs_test.go +++ b/internal/asm/c64/stubs_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/c64/util_test.go b/internal/asm/c64/util_test.go index 4794116d..179de67d 100644 --- a/internal/asm/c64/util_test.go +++ b/internal/asm/c64/util_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/asm/f32/axpyinc_amd64.s b/internal/asm/f32/axpyinc_amd64.s index a6462f0e..2b3126f4 100644 --- a/internal/asm/f32/axpyinc_amd64.s +++ b/internal/asm/f32/axpyinc_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/f32/axpyincto_amd64.s b/internal/asm/f32/axpyincto_amd64.s index e1c39e90..8100a750 100644 --- a/internal/asm/f32/axpyincto_amd64.s +++ b/internal/asm/f32/axpyincto_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/f32/axpyunitary_amd64.s b/internal/asm/f32/axpyunitary_amd64.s index a5bfaac9..d14230b9 100644 --- a/internal/asm/f32/axpyunitary_amd64.s +++ b/internal/asm/f32/axpyunitary_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/f32/axpyunitaryto_amd64.s b/internal/asm/f32/axpyunitaryto_amd64.s index 9a8289f8..0ed8a449 100644 --- a/internal/asm/f32/axpyunitaryto_amd64.s +++ b/internal/asm/f32/axpyunitaryto_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/f32/benchDot_test.go b/internal/asm/f32/benchDot_test.go index cbc73bbc..3e15e4c6 100644 --- a/internal/asm/f32/benchDot_test.go +++ b/internal/asm/f32/benchDot_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/asm/f32/bench_test.go b/internal/asm/f32/bench_test.go index 91540f6a..174fdfbb 100644 --- a/internal/asm/f32/bench_test.go +++ b/internal/asm/f32/bench_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/f32/ddotinc_amd64.s b/internal/asm/f32/ddotinc_amd64.s index 10023136..68c7fa9d 100644 --- a/internal/asm/f32/ddotinc_amd64.s +++ b/internal/asm/f32/ddotinc_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/asm/f32/ddotunitary_amd64.s b/internal/asm/f32/ddotunitary_amd64.s index cdceb12c..47d24ab5 100644 --- a/internal/asm/f32/ddotunitary_amd64.s +++ b/internal/asm/f32/ddotunitary_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/asm/f32/doc.go b/internal/asm/f32/doc.go index 89e9c224..408847a6 100644 --- a/internal/asm/f32/doc.go +++ b/internal/asm/f32/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/asm/f32/dot_test.go b/internal/asm/f32/dot_test.go index 390e419f..6937629e 100644 --- a/internal/asm/f32/dot_test.go +++ b/internal/asm/f32/dot_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/asm/f32/dotinc_amd64.s b/internal/asm/f32/dotinc_amd64.s index 2063699a..00a382b5 100644 --- a/internal/asm/f32/dotinc_amd64.s +++ b/internal/asm/f32/dotinc_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/asm/f32/dotunitary_amd64.s b/internal/asm/f32/dotunitary_amd64.s index 1fcaa01b..581a8f4c 100644 --- a/internal/asm/f32/dotunitary_amd64.s +++ b/internal/asm/f32/dotunitary_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/asm/f32/scal.go b/internal/asm/f32/scal.go index c4f61e87..d0867a46 100644 --- a/internal/asm/f32/scal.go +++ b/internal/asm/f32/scal.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/f32/stubs_amd64.go b/internal/asm/f32/stubs_amd64.go index 178d8228..111f99a9 100644 --- a/internal/asm/f32/stubs_amd64.go +++ b/internal/asm/f32/stubs_amd64.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/f32/stubs_noasm.go b/internal/asm/f32/stubs_noasm.go index 6056e9e4..55e21e4a 100644 --- a/internal/asm/f32/stubs_noasm.go +++ b/internal/asm/f32/stubs_noasm.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/f32/stubs_test.go b/internal/asm/f32/stubs_test.go index 619efa38..c2c69c7a 100644 --- a/internal/asm/f32/stubs_test.go +++ b/internal/asm/f32/stubs_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/internal/asm/f32/util_test.go b/internal/asm/f32/util_test.go index 33e50011..8bc64f23 100644 --- a/internal/asm/f32/util_test.go +++ b/internal/asm/f32/util_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/internal/asm/f64/abssum_amd64.s b/internal/asm/f64/abssum_amd64.s index 7e7e5d07..1677401a 100644 --- a/internal/asm/f64/abssum_amd64.s +++ b/internal/asm/f64/abssum_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/f64/abssuminc_amd64.s b/internal/asm/f64/abssuminc_amd64.s index f4db05bd..b44ea121 100644 --- a/internal/asm/f64/abssuminc_amd64.s +++ b/internal/asm/f64/abssuminc_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/f64/add_amd64.s b/internal/asm/f64/add_amd64.s index 27329699..a8e6818c 100644 --- a/internal/asm/f64/add_amd64.s +++ b/internal/asm/f64/add_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/f64/addconst_amd64.s b/internal/asm/f64/addconst_amd64.s index 88fed071..44b97231 100644 --- a/internal/asm/f64/addconst_amd64.s +++ b/internal/asm/f64/addconst_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/f64/asm_test.go b/internal/asm/f64/asm_test.go index cca86e84..4449e0bc 100644 --- a/internal/asm/f64/asm_test.go +++ b/internal/asm/f64/asm_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/internal/asm/f64/axpy.go b/internal/asm/f64/axpy.go index 455a5d7e..00b874d1 100644 --- a/internal/asm/f64/axpy.go +++ b/internal/asm/f64/axpy.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/internal/asm/f64/axpy_test.go b/internal/asm/f64/axpy_test.go index 2f096aaf..466fb1bb 100644 --- a/internal/asm/f64/axpy_test.go +++ b/internal/asm/f64/axpy_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/internal/asm/f64/axpyinc_amd64.s b/internal/asm/f64/axpyinc_amd64.s index 214f9704..a8607fe4 100644 --- a/internal/asm/f64/axpyinc_amd64.s +++ b/internal/asm/f64/axpyinc_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. // diff --git a/internal/asm/f64/axpyincto_amd64.s b/internal/asm/f64/axpyincto_amd64.s index a873b1c9..0fceca6b 100644 --- a/internal/asm/f64/axpyincto_amd64.s +++ b/internal/asm/f64/axpyincto_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. // diff --git a/internal/asm/f64/axpyunitary_amd64.s b/internal/asm/f64/axpyunitary_amd64.s index 668f091e..e37011df 100644 --- a/internal/asm/f64/axpyunitary_amd64.s +++ b/internal/asm/f64/axpyunitary_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. // diff --git a/internal/asm/f64/axpyunitaryto_amd64.s b/internal/asm/f64/axpyunitaryto_amd64.s index 03132e9d..c9cda0b0 100644 --- a/internal/asm/f64/axpyunitaryto_amd64.s +++ b/internal/asm/f64/axpyunitaryto_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. // diff --git a/internal/asm/f64/benchAxpy_test.go b/internal/asm/f64/benchAxpy_test.go index 5f192f31..9af50a64 100644 --- a/internal/asm/f64/benchAxpy_test.go +++ b/internal/asm/f64/benchAxpy_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/asm/f64/benchScal_test.go b/internal/asm/f64/benchScal_test.go index 7d3092f4..41e3cc69 100644 --- a/internal/asm/f64/benchScal_test.go +++ b/internal/asm/f64/benchScal_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/asm/f64/bench_other_test.go b/internal/asm/f64/bench_other_test.go index 851252ba..02f0a8ab 100644 --- a/internal/asm/f64/bench_other_test.go +++ b/internal/asm/f64/bench_other_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/f64/bench_test.go b/internal/asm/f64/bench_test.go index 78d26d77..49042c51 100644 --- a/internal/asm/f64/bench_test.go +++ b/internal/asm/f64/bench_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/f64/cumprod_amd64.s b/internal/asm/f64/cumprod_amd64.s index 3d438093..a4d34d8b 100644 --- a/internal/asm/f64/cumprod_amd64.s +++ b/internal/asm/f64/cumprod_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/f64/cumsum_amd64.s b/internal/asm/f64/cumsum_amd64.s index eecfbbe1..757eccdc 100644 --- a/internal/asm/f64/cumsum_amd64.s +++ b/internal/asm/f64/cumsum_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/f64/div_amd64.s b/internal/asm/f64/div_amd64.s index da417708..f3fc1e17 100644 --- a/internal/asm/f64/div_amd64.s +++ b/internal/asm/f64/div_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/f64/divto_amd64.s b/internal/asm/f64/divto_amd64.s index 6280aab4..e30e8078 100644 --- a/internal/asm/f64/divto_amd64.s +++ b/internal/asm/f64/divto_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/f64/doc.go b/internal/asm/f64/doc.go index 5b562b57..33c76c1e 100644 --- a/internal/asm/f64/doc.go +++ b/internal/asm/f64/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/asm/f64/dot.go b/internal/asm/f64/dot.go index 7b86b5b4..98a17605 100644 --- a/internal/asm/f64/dot.go +++ b/internal/asm/f64/dot.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/internal/asm/f64/dot_amd64.s b/internal/asm/f64/dot_amd64.s index 02e654d5..79852d1e 100644 --- a/internal/asm/f64/dot_amd64.s +++ b/internal/asm/f64/dot_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. // diff --git a/internal/asm/f64/dot_test.go b/internal/asm/f64/dot_test.go index 5ca88b8b..1fd5b5c5 100644 --- a/internal/asm/f64/dot_test.go +++ b/internal/asm/f64/dot_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/internal/asm/f64/l1norm_amd64.s b/internal/asm/f64/l1norm_amd64.s index 2a8c5a38..ae140701 100644 --- a/internal/asm/f64/l1norm_amd64.s +++ b/internal/asm/f64/l1norm_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/f64/linfnorm_amd64.s b/internal/asm/f64/linfnorm_amd64.s index fb6ef8d2..a6d37461 100644 --- a/internal/asm/f64/linfnorm_amd64.s +++ b/internal/asm/f64/linfnorm_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/f64/scal.go b/internal/asm/f64/scal.go index 357e6c4a..9d11a102 100644 --- a/internal/asm/f64/scal.go +++ b/internal/asm/f64/scal.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/f64/scal_test.go b/internal/asm/f64/scal_test.go index d88b7d10..8271856b 100644 --- a/internal/asm/f64/scal_test.go +++ b/internal/asm/f64/scal_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/f64/scalinc_amd64.s b/internal/asm/f64/scalinc_amd64.s index 55a5758e..044d4e93 100644 --- a/internal/asm/f64/scalinc_amd64.s +++ b/internal/asm/f64/scalinc_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. // diff --git a/internal/asm/f64/scalincto_amd64.s b/internal/asm/f64/scalincto_amd64.s index 57c90a2a..47e43b1c 100644 --- a/internal/asm/f64/scalincto_amd64.s +++ b/internal/asm/f64/scalincto_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. // diff --git a/internal/asm/f64/scalunitary_amd64.s b/internal/asm/f64/scalunitary_amd64.s index da23af77..43102f84 100644 --- a/internal/asm/f64/scalunitary_amd64.s +++ b/internal/asm/f64/scalunitary_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. // diff --git a/internal/asm/f64/scalunitaryto_amd64.s b/internal/asm/f64/scalunitaryto_amd64.s index 3685d5b5..71b5313b 100644 --- a/internal/asm/f64/scalunitaryto_amd64.s +++ b/internal/asm/f64/scalunitaryto_amd64.s @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. // diff --git a/internal/asm/f64/stubs_amd64.go b/internal/asm/f64/stubs_amd64.go index d4de1919..f1c532ad 100644 --- a/internal/asm/f64/stubs_amd64.go +++ b/internal/asm/f64/stubs_amd64.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/internal/asm/f64/stubs_noasm.go b/internal/asm/f64/stubs_noasm.go index 5e4ae69c..2d0b0ce9 100644 --- a/internal/asm/f64/stubs_noasm.go +++ b/internal/asm/f64/stubs_noasm.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/asm/f64/stubs_test.go b/internal/asm/f64/stubs_test.go index 6dd949fc..7024254b 100644 --- a/internal/asm/f64/stubs_test.go +++ b/internal/asm/f64/stubs_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/internal/cmplx64/abs.go b/internal/cmplx64/abs.go index 65b8c985..ac6eb81c 100644 --- a/internal/cmplx64/abs.go +++ b/internal/cmplx64/abs.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/cmplx64/cmath_test.go b/internal/cmplx64/cmath_test.go index 39cd5d1e..b033ca57 100644 --- a/internal/cmplx64/cmath_test.go +++ b/internal/cmplx64/cmath_test.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/cmplx64/conj.go b/internal/cmplx64/conj.go index 84b7b556..705262f2 100644 --- a/internal/cmplx64/conj.go +++ b/internal/cmplx64/conj.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/cmplx64/doc.go b/internal/cmplx64/doc.go index 40f808a9..5424ea09 100644 --- a/internal/cmplx64/doc.go +++ b/internal/cmplx64/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/cmplx64/isinf.go b/internal/cmplx64/isinf.go index e674e52b..21d3d180 100644 --- a/internal/cmplx64/isinf.go +++ b/internal/cmplx64/isinf.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/cmplx64/isnan.go b/internal/cmplx64/isnan.go index 2630ef86..7e0bf788 100644 --- a/internal/cmplx64/isnan.go +++ b/internal/cmplx64/isnan.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/cmplx64/sqrt.go b/internal/cmplx64/sqrt.go index 313fd11f..439987b4 100644 --- a/internal/cmplx64/sqrt.go +++ b/internal/cmplx64/sqrt.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/math32/doc.go b/internal/math32/doc.go index 2368fcd9..68917c64 100644 --- a/internal/math32/doc.go +++ b/internal/math32/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/math32/math.go b/internal/math32/math.go index 3e466611..56c90be0 100644 --- a/internal/math32/math.go +++ b/internal/math32/math.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/internal/math32/math_test.go b/internal/math32/math_test.go index aa29ea37..61329d99 100644 --- a/internal/math32/math_test.go +++ b/internal/math32/math_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/internal/math32/signbit.go b/internal/math32/signbit.go index 57d69046..3e9f0bb4 100644 --- a/internal/math32/signbit.go +++ b/internal/math32/signbit.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/internal/math32/sqrt.go b/internal/math32/sqrt.go index 5cdde974..ba4747a6 100644 --- a/internal/math32/sqrt.go +++ b/internal/math32/sqrt.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/internal/math32/sqrt_amd64.go b/internal/math32/sqrt_amd64.go index 30af43be..48602662 100644 --- a/internal/math32/sqrt_amd64.go +++ b/internal/math32/sqrt_amd64.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/internal/math32/sqrt_amd64.s b/internal/math32/sqrt_amd64.s index 14c66fb9..6df2ce7d 100644 --- a/internal/math32/sqrt_amd64.s +++ b/internal/math32/sqrt_amd64.s @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/appengine_test.go b/lapack/gonum/appengine_test.go index ccadff8a..ad075bd3 100644 --- a/lapack/gonum/appengine_test.go +++ b/lapack/gonum/appengine_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/gonum/bench_test.go b/lapack/gonum/bench_test.go index ed9acfa4..08de1446 100644 --- a/lapack/gonum/bench_test.go +++ b/lapack/gonum/bench_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dbdsqr.go b/lapack/gonum/dbdsqr.go index 6a8d8be9..0b74e567 100644 --- a/lapack/gonum/dbdsqr.go +++ b/lapack/gonum/dbdsqr.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dgebak.go b/lapack/gonum/dgebak.go index e271c99d..fa9f1eab 100644 --- a/lapack/gonum/dgebak.go +++ b/lapack/gonum/dgebak.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dgebal.go b/lapack/gonum/dgebal.go index ee57ead1..4af7eed2 100644 --- a/lapack/gonum/dgebal.go +++ b/lapack/gonum/dgebal.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dgebd2.go b/lapack/gonum/dgebd2.go index 7f7f61c1..a8e4aacb 100644 --- a/lapack/gonum/dgebd2.go +++ b/lapack/gonum/dgebd2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dgebrd.go b/lapack/gonum/dgebrd.go index f0c041cc..794ac2c0 100644 --- a/lapack/gonum/dgebrd.go +++ b/lapack/gonum/dgebrd.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dgecon.go b/lapack/gonum/dgecon.go index 20bafce4..04e01535 100644 --- a/lapack/gonum/dgecon.go +++ b/lapack/gonum/dgecon.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dgeev.go b/lapack/gonum/dgeev.go index 7c2d9a29..314074c9 100644 --- a/lapack/gonum/dgeev.go +++ b/lapack/gonum/dgeev.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dgehd2.go b/lapack/gonum/dgehd2.go index 776f8421..36828378 100644 --- a/lapack/gonum/dgehd2.go +++ b/lapack/gonum/dgehd2.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dgehrd.go b/lapack/gonum/dgehrd.go index 0dd90fa5..027747d1 100644 --- a/lapack/gonum/dgehrd.go +++ b/lapack/gonum/dgehrd.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dgelq2.go b/lapack/gonum/dgelq2.go index 2e4fd692..05b3ce45 100644 --- a/lapack/gonum/dgelq2.go +++ b/lapack/gonum/dgelq2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dgelqf.go b/lapack/gonum/dgelqf.go index 13485012..12913911 100644 --- a/lapack/gonum/dgelqf.go +++ b/lapack/gonum/dgelqf.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dgels.go b/lapack/gonum/dgels.go index b1d71823..214b9663 100644 --- a/lapack/gonum/dgels.go +++ b/lapack/gonum/dgels.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dgeql2.go b/lapack/gonum/dgeql2.go index 19040cfa..6d9b7413 100644 --- a/lapack/gonum/dgeql2.go +++ b/lapack/gonum/dgeql2.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dgeqp3.go b/lapack/gonum/dgeqp3.go index 50529cac..ef71b3ad 100644 --- a/lapack/gonum/dgeqp3.go +++ b/lapack/gonum/dgeqp3.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/gonum/dgeqr2.go b/lapack/gonum/dgeqr2.go index 6b032063..05df4265 100644 --- a/lapack/gonum/dgeqr2.go +++ b/lapack/gonum/dgeqr2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dgeqrf.go b/lapack/gonum/dgeqrf.go index c5662c91..664482cb 100644 --- a/lapack/gonum/dgeqrf.go +++ b/lapack/gonum/dgeqrf.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dgerq2.go b/lapack/gonum/dgerq2.go index ef20a022..52ac2cb8 100644 --- a/lapack/gonum/dgerq2.go +++ b/lapack/gonum/dgerq2.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/gonum/dgerqf.go b/lapack/gonum/dgerqf.go index daf8f0d0..7ecdf55f 100644 --- a/lapack/gonum/dgerqf.go +++ b/lapack/gonum/dgerqf.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/gonum/dgesvd.go b/lapack/gonum/dgesvd.go index 82a151c7..70f6db89 100644 --- a/lapack/gonum/dgesvd.go +++ b/lapack/gonum/dgesvd.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dgetf2.go b/lapack/gonum/dgetf2.go index 3167d160..1256bf34 100644 --- a/lapack/gonum/dgetf2.go +++ b/lapack/gonum/dgetf2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dgetrf.go b/lapack/gonum/dgetrf.go index 2b95668c..7c0cc25b 100644 --- a/lapack/gonum/dgetrf.go +++ b/lapack/gonum/dgetrf.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dgetri.go b/lapack/gonum/dgetri.go index 993d6c02..47f6306e 100644 --- a/lapack/gonum/dgetri.go +++ b/lapack/gonum/dgetri.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dgetrs.go b/lapack/gonum/dgetrs.go index ca5a9b2a..da7e0c63 100644 --- a/lapack/gonum/dgetrs.go +++ b/lapack/gonum/dgetrs.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dggsvd3.go b/lapack/gonum/dggsvd3.go index cf3635d9..be6e8da7 100644 --- a/lapack/gonum/dggsvd3.go +++ b/lapack/gonum/dggsvd3.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/gonum/dggsvp3.go b/lapack/gonum/dggsvp3.go index bd068ff1..19187968 100644 --- a/lapack/gonum/dggsvp3.go +++ b/lapack/gonum/dggsvp3.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/gonum/dhseqr.go b/lapack/gonum/dhseqr.go index a8c81888..c9deee90 100644 --- a/lapack/gonum/dhseqr.go +++ b/lapack/gonum/dhseqr.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dlabrd.go b/lapack/gonum/dlabrd.go index abe5dae0..0527ebef 100644 --- a/lapack/gonum/dlabrd.go +++ b/lapack/gonum/dlabrd.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlacn2.go b/lapack/gonum/dlacn2.go index 0f38ac1d..751d5caa 100644 --- a/lapack/gonum/dlacn2.go +++ b/lapack/gonum/dlacn2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlacpy.go b/lapack/gonum/dlacpy.go index f5b90e17..2fe952d5 100644 --- a/lapack/gonum/dlacpy.go +++ b/lapack/gonum/dlacpy.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlae2.go b/lapack/gonum/dlae2.go index 17f356e8..c071fec7 100644 --- a/lapack/gonum/dlae2.go +++ b/lapack/gonum/dlae2.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dlaev2.go b/lapack/gonum/dlaev2.go index 50fd7d0b..74d75b91 100644 --- a/lapack/gonum/dlaev2.go +++ b/lapack/gonum/dlaev2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlaexc.go b/lapack/gonum/dlaexc.go index 470b63a4..8ffe2eba 100644 --- a/lapack/gonum/dlaexc.go +++ b/lapack/gonum/dlaexc.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dlags2.go b/lapack/gonum/dlags2.go index 3b73384f..6954deb4 100644 --- a/lapack/gonum/dlags2.go +++ b/lapack/gonum/dlags2.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/gonum/dlahqr.go b/lapack/gonum/dlahqr.go index bf14a036..66330ab8 100644 --- a/lapack/gonum/dlahqr.go +++ b/lapack/gonum/dlahqr.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dlahr2.go b/lapack/gonum/dlahr2.go index 607810f0..9d23bc06 100644 --- a/lapack/gonum/dlahr2.go +++ b/lapack/gonum/dlahr2.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dlaln2.go b/lapack/gonum/dlaln2.go index fb1873f7..07cf5213 100644 --- a/lapack/gonum/dlaln2.go +++ b/lapack/gonum/dlaln2.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dlange.go b/lapack/gonum/dlange.go index 66b46aab..76bce5ec 100644 --- a/lapack/gonum/dlange.go +++ b/lapack/gonum/dlange.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlanst.go b/lapack/gonum/dlanst.go index 7adb7aad..74eafeb2 100644 --- a/lapack/gonum/dlanst.go +++ b/lapack/gonum/dlanst.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dlansy.go b/lapack/gonum/dlansy.go index 03a7585b..2a380d21 100644 --- a/lapack/gonum/dlansy.go +++ b/lapack/gonum/dlansy.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlantr.go b/lapack/gonum/dlantr.go index 43cf6fd2..25702cff 100644 --- a/lapack/gonum/dlantr.go +++ b/lapack/gonum/dlantr.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlanv2.go b/lapack/gonum/dlanv2.go index 1faeba32..e5dcfb75 100644 --- a/lapack/gonum/dlanv2.go +++ b/lapack/gonum/dlanv2.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dlapll.go b/lapack/gonum/dlapll.go index 990e90d2..cb5c0b7e 100644 --- a/lapack/gonum/dlapll.go +++ b/lapack/gonum/dlapll.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/gonum/dlapmt.go b/lapack/gonum/dlapmt.go index 98331f5b..f5a5b1fd 100644 --- a/lapack/gonum/dlapmt.go +++ b/lapack/gonum/dlapmt.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/gonum/dlapy2.go b/lapack/gonum/dlapy2.go index cbc63210..19f73ffa 100644 --- a/lapack/gonum/dlapy2.go +++ b/lapack/gonum/dlapy2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlaqp2.go b/lapack/gonum/dlaqp2.go index 8b2118b1..80f43905 100644 --- a/lapack/gonum/dlaqp2.go +++ b/lapack/gonum/dlaqp2.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/gonum/dlaqps.go b/lapack/gonum/dlaqps.go index d5883c5c..89cfd094 100644 --- a/lapack/gonum/dlaqps.go +++ b/lapack/gonum/dlaqps.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/gonum/dlaqr04.go b/lapack/gonum/dlaqr04.go index 6db4d98d..945c657d 100644 --- a/lapack/gonum/dlaqr04.go +++ b/lapack/gonum/dlaqr04.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dlaqr1.go b/lapack/gonum/dlaqr1.go index 9efd774a..493b8e44 100644 --- a/lapack/gonum/dlaqr1.go +++ b/lapack/gonum/dlaqr1.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dlaqr23.go b/lapack/gonum/dlaqr23.go index 1a59e4b9..24fdf12b 100644 --- a/lapack/gonum/dlaqr23.go +++ b/lapack/gonum/dlaqr23.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dlaqr5.go b/lapack/gonum/dlaqr5.go index 0b6959dd..48198122 100644 --- a/lapack/gonum/dlaqr5.go +++ b/lapack/gonum/dlaqr5.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dlarf.go b/lapack/gonum/dlarf.go index 01f50eae..5fe24f4a 100644 --- a/lapack/gonum/dlarf.go +++ b/lapack/gonum/dlarf.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlarfb.go b/lapack/gonum/dlarfb.go index bfafd360..3de2684b 100644 --- a/lapack/gonum/dlarfb.go +++ b/lapack/gonum/dlarfb.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlarfg.go b/lapack/gonum/dlarfg.go index 09977e50..52a67a46 100644 --- a/lapack/gonum/dlarfg.go +++ b/lapack/gonum/dlarfg.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlarft.go b/lapack/gonum/dlarft.go index 0a244a48..6dd287a8 100644 --- a/lapack/gonum/dlarft.go +++ b/lapack/gonum/dlarft.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlarfx.go b/lapack/gonum/dlarfx.go index 5dc00f03..6b3f905c 100644 --- a/lapack/gonum/dlarfx.go +++ b/lapack/gonum/dlarfx.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dlartg.go b/lapack/gonum/dlartg.go index 85aa2064..ad645461 100644 --- a/lapack/gonum/dlartg.go +++ b/lapack/gonum/dlartg.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlas2.go b/lapack/gonum/dlas2.go index 40a4b9c3..9922b4aa 100644 --- a/lapack/gonum/dlas2.go +++ b/lapack/gonum/dlas2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlascl.go b/lapack/gonum/dlascl.go index b25408df..51363fe5 100644 --- a/lapack/gonum/dlascl.go +++ b/lapack/gonum/dlascl.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlaset.go b/lapack/gonum/dlaset.go index 79d7edfd..3116631e 100644 --- a/lapack/gonum/dlaset.go +++ b/lapack/gonum/dlaset.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlasq1.go b/lapack/gonum/dlasq1.go index 0c91ded4..4a37cfc5 100644 --- a/lapack/gonum/dlasq1.go +++ b/lapack/gonum/dlasq1.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlasq2.go b/lapack/gonum/dlasq2.go index ebf5863a..009e506b 100644 --- a/lapack/gonum/dlasq2.go +++ b/lapack/gonum/dlasq2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlasq3.go b/lapack/gonum/dlasq3.go index d547acfb..7139ebb5 100644 --- a/lapack/gonum/dlasq3.go +++ b/lapack/gonum/dlasq3.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlasq4.go b/lapack/gonum/dlasq4.go index e09193b7..1d581a20 100644 --- a/lapack/gonum/dlasq4.go +++ b/lapack/gonum/dlasq4.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlasq5.go b/lapack/gonum/dlasq5.go index f94f2fb8..e9e9fbeb 100644 --- a/lapack/gonum/dlasq5.go +++ b/lapack/gonum/dlasq5.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlasq6.go b/lapack/gonum/dlasq6.go index 94f69395..f12cbf6a 100644 --- a/lapack/gonum/dlasq6.go +++ b/lapack/gonum/dlasq6.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlasr.go b/lapack/gonum/dlasr.go index dde44ddb..cc9e3910 100644 --- a/lapack/gonum/dlasr.go +++ b/lapack/gonum/dlasr.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlasrt.go b/lapack/gonum/dlasrt.go index eb63c63d..86786cfe 100644 --- a/lapack/gonum/dlasrt.go +++ b/lapack/gonum/dlasrt.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlassq.go b/lapack/gonum/dlassq.go index 186b840b..5a7f8709 100644 --- a/lapack/gonum/dlassq.go +++ b/lapack/gonum/dlassq.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlasv2.go b/lapack/gonum/dlasv2.go index ba1445c0..204af193 100644 --- a/lapack/gonum/dlasv2.go +++ b/lapack/gonum/dlasv2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlaswp.go b/lapack/gonum/dlaswp.go index 22ef3533..c5586e05 100644 --- a/lapack/gonum/dlaswp.go +++ b/lapack/gonum/dlaswp.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dlasy2.go b/lapack/gonum/dlasy2.go index aa983bb9..abfe60e5 100644 --- a/lapack/gonum/dlasy2.go +++ b/lapack/gonum/dlasy2.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dlatrd.go b/lapack/gonum/dlatrd.go index 28bc2325..04eba4a0 100644 --- a/lapack/gonum/dlatrd.go +++ b/lapack/gonum/dlatrd.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dlatrs.go b/lapack/gonum/dlatrs.go index 64470f59..f0c94764 100644 --- a/lapack/gonum/dlatrs.go +++ b/lapack/gonum/dlatrs.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/doc.go b/lapack/gonum/doc.go index f69b4285..ba63d50c 100644 --- a/lapack/gonum/doc.go +++ b/lapack/gonum/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dorg2l.go b/lapack/gonum/dorg2l.go index 728924f6..32071986 100644 --- a/lapack/gonum/dorg2l.go +++ b/lapack/gonum/dorg2l.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dorg2r.go b/lapack/gonum/dorg2r.go index 25f0ee54..d7525017 100644 --- a/lapack/gonum/dorg2r.go +++ b/lapack/gonum/dorg2r.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dorgbr.go b/lapack/gonum/dorgbr.go index b8789661..c3c4c90a 100644 --- a/lapack/gonum/dorgbr.go +++ b/lapack/gonum/dorgbr.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dorghr.go b/lapack/gonum/dorghr.go index dcdc0dec..b7ea7b2c 100644 --- a/lapack/gonum/dorghr.go +++ b/lapack/gonum/dorghr.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dorgl2.go b/lapack/gonum/dorgl2.go index 3cdc10b7..06303812 100644 --- a/lapack/gonum/dorgl2.go +++ b/lapack/gonum/dorgl2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dorglq.go b/lapack/gonum/dorglq.go index 0535027b..4f45a6a3 100644 --- a/lapack/gonum/dorglq.go +++ b/lapack/gonum/dorglq.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dorgql.go b/lapack/gonum/dorgql.go index f13bf727..35967d72 100644 --- a/lapack/gonum/dorgql.go +++ b/lapack/gonum/dorgql.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dorgqr.go b/lapack/gonum/dorgqr.go index 0d525d8a..6b8fb742 100644 --- a/lapack/gonum/dorgqr.go +++ b/lapack/gonum/dorgqr.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dorgtr.go b/lapack/gonum/dorgtr.go index 39b7df29..6984ff55 100644 --- a/lapack/gonum/dorgtr.go +++ b/lapack/gonum/dorgtr.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dorm2r.go b/lapack/gonum/dorm2r.go index 15864fcc..e8fb1d4d 100644 --- a/lapack/gonum/dorm2r.go +++ b/lapack/gonum/dorm2r.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dormbr.go b/lapack/gonum/dormbr.go index 6518c186..250d23be 100644 --- a/lapack/gonum/dormbr.go +++ b/lapack/gonum/dormbr.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dormhr.go b/lapack/gonum/dormhr.go index fccb5738..f6cb1b26 100644 --- a/lapack/gonum/dormhr.go +++ b/lapack/gonum/dormhr.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dorml2.go b/lapack/gonum/dorml2.go index 7c5f1950..1c217b5b 100644 --- a/lapack/gonum/dorml2.go +++ b/lapack/gonum/dorml2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dormlq.go b/lapack/gonum/dormlq.go index 12219d20..d7a27643 100644 --- a/lapack/gonum/dormlq.go +++ b/lapack/gonum/dormlq.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dormqr.go b/lapack/gonum/dormqr.go index 9a02b90d..3fa9009f 100644 --- a/lapack/gonum/dormqr.go +++ b/lapack/gonum/dormqr.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dormr2.go b/lapack/gonum/dormr2.go index c867e8e8..3a6b4330 100644 --- a/lapack/gonum/dormr2.go +++ b/lapack/gonum/dormr2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dpbtf2.go b/lapack/gonum/dpbtf2.go index 6cc5f38f..0c60385b 100644 --- a/lapack/gonum/dpbtf2.go +++ b/lapack/gonum/dpbtf2.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/gonum/dpocon.go b/lapack/gonum/dpocon.go index ce85bd0e..98d6c02b 100644 --- a/lapack/gonum/dpocon.go +++ b/lapack/gonum/dpocon.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dpotf2.go b/lapack/gonum/dpotf2.go index a8891988..3d1cfb68 100644 --- a/lapack/gonum/dpotf2.go +++ b/lapack/gonum/dpotf2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dpotrf.go b/lapack/gonum/dpotrf.go index a942259a..0ff3afcc 100644 --- a/lapack/gonum/dpotrf.go +++ b/lapack/gonum/dpotrf.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/drscl.go b/lapack/gonum/drscl.go index 0ed15214..302c3230 100644 --- a/lapack/gonum/drscl.go +++ b/lapack/gonum/drscl.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dsteqr.go b/lapack/gonum/dsteqr.go index 9a36e1c5..0e1125e5 100644 --- a/lapack/gonum/dsteqr.go +++ b/lapack/gonum/dsteqr.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dsterf.go b/lapack/gonum/dsterf.go index 1ed59820..636cf1eb 100644 --- a/lapack/gonum/dsterf.go +++ b/lapack/gonum/dsterf.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dsyev.go b/lapack/gonum/dsyev.go index 35241728..b4c20c75 100644 --- a/lapack/gonum/dsyev.go +++ b/lapack/gonum/dsyev.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dsytd2.go b/lapack/gonum/dsytd2.go index a4d69201..b6dc60c0 100644 --- a/lapack/gonum/dsytd2.go +++ b/lapack/gonum/dsytd2.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dsytrd.go b/lapack/gonum/dsytrd.go index f8a4ca95..b079140c 100644 --- a/lapack/gonum/dsytrd.go +++ b/lapack/gonum/dsytrd.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dtgsja.go b/lapack/gonum/dtgsja.go index ca0326ef..8a1beefe 100644 --- a/lapack/gonum/dtgsja.go +++ b/lapack/gonum/dtgsja.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/gonum/dtrcon.go b/lapack/gonum/dtrcon.go index 14101325..42d9648f 100644 --- a/lapack/gonum/dtrcon.go +++ b/lapack/gonum/dtrcon.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dtrevc3.go b/lapack/gonum/dtrevc3.go index d62d5f05..200bf17d 100644 --- a/lapack/gonum/dtrevc3.go +++ b/lapack/gonum/dtrevc3.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dtrexc.go b/lapack/gonum/dtrexc.go index 4a88931f..40e03785 100644 --- a/lapack/gonum/dtrexc.go +++ b/lapack/gonum/dtrexc.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/dtrti2.go b/lapack/gonum/dtrti2.go index 8998f5eb..a43efe6f 100644 --- a/lapack/gonum/dtrti2.go +++ b/lapack/gonum/dtrti2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dtrtri.go b/lapack/gonum/dtrtri.go index 25e43ddc..95f1b3be 100644 --- a/lapack/gonum/dtrtri.go +++ b/lapack/gonum/dtrtri.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/dtrtrs.go b/lapack/gonum/dtrtrs.go index 6760796d..e1782d23 100644 --- a/lapack/gonum/dtrtrs.go +++ b/lapack/gonum/dtrtrs.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/general.go b/lapack/gonum/general.go index 4006ea70..a82d9969 100644 --- a/lapack/gonum/general.go +++ b/lapack/gonum/general.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/iladlc.go b/lapack/gonum/iladlc.go index 126a6f9d..bd0e4d8f 100644 --- a/lapack/gonum/iladlc.go +++ b/lapack/gonum/iladlc.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/iladlr.go b/lapack/gonum/iladlr.go index 1ec7c523..9f9e0d93 100644 --- a/lapack/gonum/iladlr.go +++ b/lapack/gonum/iladlr.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/ilaenv.go b/lapack/gonum/ilaenv.go index 750e3c44..7f08ba60 100644 --- a/lapack/gonum/ilaenv.go +++ b/lapack/gonum/ilaenv.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/gonum/iparmq.go b/lapack/gonum/iparmq.go index 4fc255c5..ea3d6dfb 100644 --- a/lapack/gonum/iparmq.go +++ b/lapack/gonum/iparmq.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/gonum/lapack_test.go b/lapack/gonum/lapack_test.go index 5a34fa85..f9581ae2 100644 --- a/lapack/gonum/lapack_test.go +++ b/lapack/gonum/lapack_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/internal/testdata/dlahr2test/main.go b/lapack/internal/testdata/dlahr2test/main.go index d2c5b604..609e6c02 100644 --- a/lapack/internal/testdata/dlahr2test/main.go +++ b/lapack/internal/testdata/dlahr2test/main.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/internal/testdata/dlaqr5test/main.go b/lapack/internal/testdata/dlaqr5test/main.go index b3980e93..cbb26643 100644 --- a/lapack/internal/testdata/dlaqr5test/main.go +++ b/lapack/internal/testdata/dlaqr5test/main.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/internal/testdata/netlib/netlib.go b/lapack/internal/testdata/netlib/netlib.go index 182e074a..4a739069 100644 --- a/lapack/internal/testdata/netlib/netlib.go +++ b/lapack/internal/testdata/netlib/netlib.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/lapack.go b/lapack/lapack.go index c78d19c8..1532fce4 100644 --- a/lapack/lapack.go +++ b/lapack/lapack.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/lapack64/doc.go b/lapack/lapack64/doc.go index 07071df8..da19e3ec 100644 --- a/lapack/lapack64/doc.go +++ b/lapack/lapack64/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/lapack64/lapack64.go b/lapack/lapack64/lapack64.go index f93e9207..259f8cc6 100644 --- a/lapack/lapack64/lapack64.go +++ b/lapack/lapack64/lapack64.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dbdsqr.go b/lapack/testlapack/dbdsqr.go index e52fd9dd..ba1ab6fb 100644 --- a/lapack/testlapack/dbdsqr.go +++ b/lapack/testlapack/dbdsqr.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dgebak.go b/lapack/testlapack/dgebak.go index 7d1030a4..595f877c 100644 --- a/lapack/testlapack/dgebak.go +++ b/lapack/testlapack/dgebak.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dgebal.go b/lapack/testlapack/dgebal.go index b07ababf..8f51a2ed 100644 --- a/lapack/testlapack/dgebal.go +++ b/lapack/testlapack/dgebal.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dgebd2.go b/lapack/testlapack/dgebd2.go index f122c407..5c4f8ce8 100644 --- a/lapack/testlapack/dgebd2.go +++ b/lapack/testlapack/dgebd2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dgebrd.go b/lapack/testlapack/dgebrd.go index 0bbba460..f3eea130 100644 --- a/lapack/testlapack/dgebrd.go +++ b/lapack/testlapack/dgebrd.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dgecon.go b/lapack/testlapack/dgecon.go index bbb76284..185facc6 100644 --- a/lapack/testlapack/dgecon.go +++ b/lapack/testlapack/dgecon.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dgeev.go b/lapack/testlapack/dgeev.go index 3ad86c1e..a69744b2 100644 --- a/lapack/testlapack/dgeev.go +++ b/lapack/testlapack/dgeev.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dgeev_bench.go b/lapack/testlapack/dgeev_bench.go index b728c1d8..a22e7b19 100644 --- a/lapack/testlapack/dgeev_bench.go +++ b/lapack/testlapack/dgeev_bench.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dgehd2.go b/lapack/testlapack/dgehd2.go index 5b7e8309..ca5036c3 100644 --- a/lapack/testlapack/dgehd2.go +++ b/lapack/testlapack/dgehd2.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dgehrd.go b/lapack/testlapack/dgehrd.go index 012b8707..0b0e1443 100644 --- a/lapack/testlapack/dgehrd.go +++ b/lapack/testlapack/dgehrd.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dgelq2.go b/lapack/testlapack/dgelq2.go index 20f95717..7e10187a 100644 --- a/lapack/testlapack/dgelq2.go +++ b/lapack/testlapack/dgelq2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dgelqf.go b/lapack/testlapack/dgelqf.go index 5bbe7312..209d96be 100644 --- a/lapack/testlapack/dgelqf.go +++ b/lapack/testlapack/dgelqf.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dgels.go b/lapack/testlapack/dgels.go index 9b49a54c..b070ce00 100644 --- a/lapack/testlapack/dgels.go +++ b/lapack/testlapack/dgels.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dgeql2.go b/lapack/testlapack/dgeql2.go index 0ff6a930..41d3c45c 100644 --- a/lapack/testlapack/dgeql2.go +++ b/lapack/testlapack/dgeql2.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dgeqp3.go b/lapack/testlapack/dgeqp3.go index 54e30bf5..e251b623 100644 --- a/lapack/testlapack/dgeqp3.go +++ b/lapack/testlapack/dgeqp3.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dgeqr2.go b/lapack/testlapack/dgeqr2.go index f9ebf694..c50a7573 100644 --- a/lapack/testlapack/dgeqr2.go +++ b/lapack/testlapack/dgeqr2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dgeqrf.go b/lapack/testlapack/dgeqrf.go index 60386c08..f97de215 100644 --- a/lapack/testlapack/dgeqrf.go +++ b/lapack/testlapack/dgeqrf.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dgerq2.go b/lapack/testlapack/dgerq2.go index ec0dde2a..fd23a644 100644 --- a/lapack/testlapack/dgerq2.go +++ b/lapack/testlapack/dgerq2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dgerqf.go b/lapack/testlapack/dgerqf.go index b6e24126..8b55c246 100644 --- a/lapack/testlapack/dgerqf.go +++ b/lapack/testlapack/dgerqf.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dgesvd.go b/lapack/testlapack/dgesvd.go index 8c317993..e53e379e 100644 --- a/lapack/testlapack/dgesvd.go +++ b/lapack/testlapack/dgesvd.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dgetf2.go b/lapack/testlapack/dgetf2.go index 7cb155e9..eb991e02 100644 --- a/lapack/testlapack/dgetf2.go +++ b/lapack/testlapack/dgetf2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dgetrf.go b/lapack/testlapack/dgetrf.go index 1c9c6e45..ed04e3a9 100644 --- a/lapack/testlapack/dgetrf.go +++ b/lapack/testlapack/dgetrf.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dgetri.go b/lapack/testlapack/dgetri.go index fd79df2a..86a23935 100644 --- a/lapack/testlapack/dgetri.go +++ b/lapack/testlapack/dgetri.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dgetrs.go b/lapack/testlapack/dgetrs.go index edc6d502..74200f05 100644 --- a/lapack/testlapack/dgetrs.go +++ b/lapack/testlapack/dgetrs.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dggsvd3.go b/lapack/testlapack/dggsvd3.go index 0a4af656..98668ace 100644 --- a/lapack/testlapack/dggsvd3.go +++ b/lapack/testlapack/dggsvd3.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/testlapack/dggsvp3.go b/lapack/testlapack/dggsvp3.go index 23111518..2cd71937 100644 --- a/lapack/testlapack/dggsvp3.go +++ b/lapack/testlapack/dggsvp3.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/testlapack/dhseqr.go b/lapack/testlapack/dhseqr.go index 85ae5234..89ca007c 100644 --- a/lapack/testlapack/dhseqr.go +++ b/lapack/testlapack/dhseqr.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dlabrd.go b/lapack/testlapack/dlabrd.go index 460cefe7..d365b74f 100644 --- a/lapack/testlapack/dlabrd.go +++ b/lapack/testlapack/dlabrd.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dlacn2.go b/lapack/testlapack/dlacn2.go index 9e76c0b7..d69eb35f 100644 --- a/lapack/testlapack/dlacn2.go +++ b/lapack/testlapack/dlacn2.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dlacpy.go b/lapack/testlapack/dlacpy.go index aa3e5e0f..abb09a72 100644 --- a/lapack/testlapack/dlacpy.go +++ b/lapack/testlapack/dlacpy.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dlae2.go b/lapack/testlapack/dlae2.go index 236b3f2b..5df1cafb 100644 --- a/lapack/testlapack/dlae2.go +++ b/lapack/testlapack/dlae2.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dlaev2.go b/lapack/testlapack/dlaev2.go index 3aea2d74..e349c835 100644 --- a/lapack/testlapack/dlaev2.go +++ b/lapack/testlapack/dlaev2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dlaexc.go b/lapack/testlapack/dlaexc.go index e69f41d8..0f91019e 100644 --- a/lapack/testlapack/dlaexc.go +++ b/lapack/testlapack/dlaexc.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dlags2.go b/lapack/testlapack/dlags2.go index 2a3da46d..d87a3b3f 100644 --- a/lapack/testlapack/dlags2.go +++ b/lapack/testlapack/dlags2.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/testlapack/dlahqr.go b/lapack/testlapack/dlahqr.go index c68680a7..10f4dc7d 100644 --- a/lapack/testlapack/dlahqr.go +++ b/lapack/testlapack/dlahqr.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dlahr2.go b/lapack/testlapack/dlahr2.go index 28aee344..f34024c9 100644 --- a/lapack/testlapack/dlahr2.go +++ b/lapack/testlapack/dlahr2.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dlaln2.go b/lapack/testlapack/dlaln2.go index 07a322b8..5dfedeef 100644 --- a/lapack/testlapack/dlaln2.go +++ b/lapack/testlapack/dlaln2.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dlange.go b/lapack/testlapack/dlange.go index 33f7efe1..5ac99bc8 100644 --- a/lapack/testlapack/dlange.go +++ b/lapack/testlapack/dlange.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dlanst.go b/lapack/testlapack/dlanst.go index 224f1d07..9afdb455 100644 --- a/lapack/testlapack/dlanst.go +++ b/lapack/testlapack/dlanst.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dlansy.go b/lapack/testlapack/dlansy.go index b38f6bb0..9a8c1064 100644 --- a/lapack/testlapack/dlansy.go +++ b/lapack/testlapack/dlansy.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dlantr.go b/lapack/testlapack/dlantr.go index 74f3c656..bbeeb10f 100644 --- a/lapack/testlapack/dlantr.go +++ b/lapack/testlapack/dlantr.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dlanv2.go b/lapack/testlapack/dlanv2.go index 07cf2c51..6f905cf6 100644 --- a/lapack/testlapack/dlanv2.go +++ b/lapack/testlapack/dlanv2.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dlapll.go b/lapack/testlapack/dlapll.go index 1c35f039..99aa4f89 100644 --- a/lapack/testlapack/dlapll.go +++ b/lapack/testlapack/dlapll.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/testlapack/dlapmt.go b/lapack/testlapack/dlapmt.go index b2fd1f8d..2a8fee51 100644 --- a/lapack/testlapack/dlapmt.go +++ b/lapack/testlapack/dlapmt.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/testlapack/dlapy2.go b/lapack/testlapack/dlapy2.go index 6efb81d9..21cb4f59 100644 --- a/lapack/testlapack/dlapy2.go +++ b/lapack/testlapack/dlapy2.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dlaqp2.go b/lapack/testlapack/dlaqp2.go index 230b2ecc..1e8aee42 100644 --- a/lapack/testlapack/dlaqp2.go +++ b/lapack/testlapack/dlaqp2.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/testlapack/dlaqps.go b/lapack/testlapack/dlaqps.go index 7bb4800b..590489f1 100644 --- a/lapack/testlapack/dlaqps.go +++ b/lapack/testlapack/dlaqps.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/testlapack/dlaqr04.go b/lapack/testlapack/dlaqr04.go index c92104e7..a59a96bb 100644 --- a/lapack/testlapack/dlaqr04.go +++ b/lapack/testlapack/dlaqr04.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dlaqr1.go b/lapack/testlapack/dlaqr1.go index 9276bfd5..ff24dc9c 100644 --- a/lapack/testlapack/dlaqr1.go +++ b/lapack/testlapack/dlaqr1.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dlaqr23.go b/lapack/testlapack/dlaqr23.go index e55d2bc0..35225f61 100644 --- a/lapack/testlapack/dlaqr23.go +++ b/lapack/testlapack/dlaqr23.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dlaqr5.go b/lapack/testlapack/dlaqr5.go index a93181dc..7870519e 100644 --- a/lapack/testlapack/dlaqr5.go +++ b/lapack/testlapack/dlaqr5.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dlarf.go b/lapack/testlapack/dlarf.go index 82b2756a..e79309e7 100644 --- a/lapack/testlapack/dlarf.go +++ b/lapack/testlapack/dlarf.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dlarfb.go b/lapack/testlapack/dlarfb.go index 89e65e64..d45753e7 100644 --- a/lapack/testlapack/dlarfb.go +++ b/lapack/testlapack/dlarfb.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dlarfg.go b/lapack/testlapack/dlarfg.go index aa463235..1856a7b8 100644 --- a/lapack/testlapack/dlarfg.go +++ b/lapack/testlapack/dlarfg.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dlarft.go b/lapack/testlapack/dlarft.go index e63abb9e..8ceff189 100644 --- a/lapack/testlapack/dlarft.go +++ b/lapack/testlapack/dlarft.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dlarfx.go b/lapack/testlapack/dlarfx.go index a73e4f44..3914593f 100644 --- a/lapack/testlapack/dlarfx.go +++ b/lapack/testlapack/dlarfx.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dlartg.go b/lapack/testlapack/dlartg.go index c7cade84..ee709dcb 100644 --- a/lapack/testlapack/dlartg.go +++ b/lapack/testlapack/dlartg.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dlas2.go b/lapack/testlapack/dlas2.go index a76e2742..81c6180d 100644 --- a/lapack/testlapack/dlas2.go +++ b/lapack/testlapack/dlas2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dlascl.go b/lapack/testlapack/dlascl.go index db792a4d..cebab37f 100644 --- a/lapack/testlapack/dlascl.go +++ b/lapack/testlapack/dlascl.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dlaset.go b/lapack/testlapack/dlaset.go index f0af77f5..a744f1b6 100644 --- a/lapack/testlapack/dlaset.go +++ b/lapack/testlapack/dlaset.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dlasq1.go b/lapack/testlapack/dlasq1.go index 064eaea0..94c75364 100644 --- a/lapack/testlapack/dlasq1.go +++ b/lapack/testlapack/dlasq1.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dlasq2.go b/lapack/testlapack/dlasq2.go index 80b41b86..8e06f6ee 100644 --- a/lapack/testlapack/dlasq2.go +++ b/lapack/testlapack/dlasq2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dlasq3.go b/lapack/testlapack/dlasq3.go index f48bad17..fbc7ae42 100644 --- a/lapack/testlapack/dlasq3.go +++ b/lapack/testlapack/dlasq3.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dlasq4.go b/lapack/testlapack/dlasq4.go index 03d71946..e602b2c1 100644 --- a/lapack/testlapack/dlasq4.go +++ b/lapack/testlapack/dlasq4.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dlasq5.go b/lapack/testlapack/dlasq5.go index 235b9b9e..38389da2 100644 --- a/lapack/testlapack/dlasq5.go +++ b/lapack/testlapack/dlasq5.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dlasr.go b/lapack/testlapack/dlasr.go index 87a26059..1d8e97cb 100644 --- a/lapack/testlapack/dlasr.go +++ b/lapack/testlapack/dlasr.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dlasrt.go b/lapack/testlapack/dlasrt.go index 80b1404b..9fb5f9c2 100644 --- a/lapack/testlapack/dlasrt.go +++ b/lapack/testlapack/dlasrt.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dlasv2.go b/lapack/testlapack/dlasv2.go index 85184e62..81dafa82 100644 --- a/lapack/testlapack/dlasv2.go +++ b/lapack/testlapack/dlasv2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dlaswp.go b/lapack/testlapack/dlaswp.go index 9d8e08d7..b63b6cdf 100644 --- a/lapack/testlapack/dlaswp.go +++ b/lapack/testlapack/dlaswp.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dlasy2.go b/lapack/testlapack/dlasy2.go index 7ed5ed8c..f490475d 100644 --- a/lapack/testlapack/dlasy2.go +++ b/lapack/testlapack/dlasy2.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dlatrd.go b/lapack/testlapack/dlatrd.go index f4d3cddc..4b99b0be 100644 --- a/lapack/testlapack/dlatrd.go +++ b/lapack/testlapack/dlatrd.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dlatrs.go b/lapack/testlapack/dlatrs.go index d2d77897..6d26d3c9 100644 --- a/lapack/testlapack/dlatrs.go +++ b/lapack/testlapack/dlatrs.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/testlapack/doc.go b/lapack/testlapack/doc.go index 76da5d18..7ef9dc5d 100644 --- a/lapack/testlapack/doc.go +++ b/lapack/testlapack/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/testlapack/dorg2l.go b/lapack/testlapack/dorg2l.go index e1f2f155..529e8407 100644 --- a/lapack/testlapack/dorg2l.go +++ b/lapack/testlapack/dorg2l.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dorg2r.go b/lapack/testlapack/dorg2r.go index beeca34d..7ed3236c 100644 --- a/lapack/testlapack/dorg2r.go +++ b/lapack/testlapack/dorg2r.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dorgbr.go b/lapack/testlapack/dorgbr.go index 3f43fb94..d45ca810 100644 --- a/lapack/testlapack/dorgbr.go +++ b/lapack/testlapack/dorgbr.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dorghr.go b/lapack/testlapack/dorghr.go index 7311d015..67d441b2 100644 --- a/lapack/testlapack/dorghr.go +++ b/lapack/testlapack/dorghr.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dorgl2.go b/lapack/testlapack/dorgl2.go index 5ae3fcb1..afe33975 100644 --- a/lapack/testlapack/dorgl2.go +++ b/lapack/testlapack/dorgl2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dorglq.go b/lapack/testlapack/dorglq.go index 3d8bb105..37c6dc4f 100644 --- a/lapack/testlapack/dorglq.go +++ b/lapack/testlapack/dorglq.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dorgql.go b/lapack/testlapack/dorgql.go index 4cf9b22a..8cde5168 100644 --- a/lapack/testlapack/dorgql.go +++ b/lapack/testlapack/dorgql.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dorgqr.go b/lapack/testlapack/dorgqr.go index 57306c05..54dccacf 100644 --- a/lapack/testlapack/dorgqr.go +++ b/lapack/testlapack/dorgqr.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dorgtr.go b/lapack/testlapack/dorgtr.go index 4f49d1a4..970a0349 100644 --- a/lapack/testlapack/dorgtr.go +++ b/lapack/testlapack/dorgtr.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dorm2r.go b/lapack/testlapack/dorm2r.go index 5e23415d..4b45aac4 100644 --- a/lapack/testlapack/dorm2r.go +++ b/lapack/testlapack/dorm2r.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dormbr.go b/lapack/testlapack/dormbr.go index 0a44faf5..e3e2826c 100644 --- a/lapack/testlapack/dormbr.go +++ b/lapack/testlapack/dormbr.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dormhr.go b/lapack/testlapack/dormhr.go index 7b908aa1..55526b88 100644 --- a/lapack/testlapack/dormhr.go +++ b/lapack/testlapack/dormhr.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dorml2.go b/lapack/testlapack/dorml2.go index 909c56e4..505ae2e0 100644 --- a/lapack/testlapack/dorml2.go +++ b/lapack/testlapack/dorml2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dormlq.go b/lapack/testlapack/dormlq.go index 19302e21..63beec38 100644 --- a/lapack/testlapack/dormlq.go +++ b/lapack/testlapack/dormlq.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dormqr.go b/lapack/testlapack/dormqr.go index cfacd81b..c10802e9 100644 --- a/lapack/testlapack/dormqr.go +++ b/lapack/testlapack/dormqr.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dormr2.go b/lapack/testlapack/dormr2.go index 94a13488..624c002f 100644 --- a/lapack/testlapack/dormr2.go +++ b/lapack/testlapack/dormr2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dpocon.go b/lapack/testlapack/dpocon.go index 87b6cca0..17aae8a7 100644 --- a/lapack/testlapack/dpocon.go +++ b/lapack/testlapack/dpocon.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dpotf2.go b/lapack/testlapack/dpotf2.go index d6e1691c..29612c71 100644 --- a/lapack/testlapack/dpotf2.go +++ b/lapack/testlapack/dpotf2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dpotrf.go b/lapack/testlapack/dpotrf.go index d4318228..d931b7f5 100644 --- a/lapack/testlapack/dpotrf.go +++ b/lapack/testlapack/dpotrf.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/drscl.go b/lapack/testlapack/drscl.go index df87db40..41e1fc74 100644 --- a/lapack/testlapack/drscl.go +++ b/lapack/testlapack/drscl.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dsteqr.go b/lapack/testlapack/dsteqr.go index 1fffdb1e..933377cf 100644 --- a/lapack/testlapack/dsteqr.go +++ b/lapack/testlapack/dsteqr.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dsterf.go b/lapack/testlapack/dsterf.go index 66b4a9e1..83fd467c 100644 --- a/lapack/testlapack/dsterf.go +++ b/lapack/testlapack/dsterf.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dsyev.go b/lapack/testlapack/dsyev.go index e70088c9..807ba90e 100644 --- a/lapack/testlapack/dsyev.go +++ b/lapack/testlapack/dsyev.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dsytd2.go b/lapack/testlapack/dsytd2.go index af71cf1f..aff4fbc7 100644 --- a/lapack/testlapack/dsytd2.go +++ b/lapack/testlapack/dsytd2.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dsytrd.go b/lapack/testlapack/dsytrd.go index 74e2beba..5e0d70e2 100644 --- a/lapack/testlapack/dsytrd.go +++ b/lapack/testlapack/dsytrd.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dtgsja.go b/lapack/testlapack/dtgsja.go index af4cec80..3178107c 100644 --- a/lapack/testlapack/dtgsja.go +++ b/lapack/testlapack/dtgsja.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/testlapack/dtrcon.go b/lapack/testlapack/dtrcon.go index 1e490ca9..9ff2a7eb 100644 --- a/lapack/testlapack/dtrcon.go +++ b/lapack/testlapack/dtrcon.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dtrevc3.go b/lapack/testlapack/dtrevc3.go index 60c51241..dc5d875e 100644 --- a/lapack/testlapack/dtrevc3.go +++ b/lapack/testlapack/dtrevc3.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dtrexc.go b/lapack/testlapack/dtrexc.go index 855805fb..432da1b9 100644 --- a/lapack/testlapack/dtrexc.go +++ b/lapack/testlapack/dtrexc.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/lapack/testlapack/dtrti2.go b/lapack/testlapack/dtrti2.go index acb8b5e9..0379ba07 100644 --- a/lapack/testlapack/dtrti2.go +++ b/lapack/testlapack/dtrti2.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/dtrtri.go b/lapack/testlapack/dtrtri.go index 1224b7b7..43dfecc0 100644 --- a/lapack/testlapack/dtrtri.go +++ b/lapack/testlapack/dtrtri.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/fortran.go b/lapack/testlapack/fortran.go index 45ea6d07..be1c5c1d 100644 --- a/lapack/testlapack/fortran.go +++ b/lapack/testlapack/fortran.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/general.go b/lapack/testlapack/general.go index f2376a7d..b3492c76 100644 --- a/lapack/testlapack/general.go +++ b/lapack/testlapack/general.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/iladlc.go b/lapack/testlapack/iladlc.go index b8a5b2b3..c82917e9 100644 --- a/lapack/testlapack/iladlc.go +++ b/lapack/testlapack/iladlc.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/iladlr.go b/lapack/testlapack/iladlr.go index bd74d28c..b962c2b4 100644 --- a/lapack/testlapack/iladlr.go +++ b/lapack/testlapack/iladlr.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/lapack/testlapack/matgen.go b/lapack/testlapack/matgen.go index b47d9270..f1f5682d 100644 --- a/lapack/testlapack/matgen.go +++ b/lapack/testlapack/matgen.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/testlapack/matgen_test.go b/lapack/testlapack/matgen_test.go index 1bb86d3c..62696ec1 100644 --- a/lapack/testlapack/matgen_test.go +++ b/lapack/testlapack/matgen_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/lapack/testlapack/test_matrices.go b/lapack/testlapack/test_matrices.go index 6be490b2..695b4c18 100644 --- a/lapack/testlapack/test_matrices.go +++ b/lapack/testlapack/test_matrices.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/mat/band.go b/mat/band.go index 296040ea..d196a5ae 100644 --- a/mat/band.go +++ b/mat/band.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/mat/band_test.go b/mat/band_test.go index f24d7f5c..977c6856 100644 --- a/mat/band_test.go +++ b/mat/band_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/mat/cblas_test.go b/mat/cblas_test.go index 7371e8ba..a1a5c147 100644 --- a/mat/cblas_test.go +++ b/mat/cblas_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/mat/cholesky.go b/mat/cholesky.go index e592f85f..22975141 100644 --- a/mat/cholesky.go +++ b/mat/cholesky.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/mat/cholesky_example_test.go b/mat/cholesky_example_test.go index 85e1891d..b9339227 100644 --- a/mat/cholesky_example_test.go +++ b/mat/cholesky_example_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/mat/cholesky_test.go b/mat/cholesky_test.go index 190774ce..afbf24f6 100644 --- a/mat/cholesky_test.go +++ b/mat/cholesky_test.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/mat/cmatrix.go b/mat/cmatrix.go index a2894237..fa8e135b 100644 --- a/mat/cmatrix.go +++ b/mat/cmatrix.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/mat/consts.go b/mat/consts.go index a7025fff..a7b6370d 100644 --- a/mat/consts.go +++ b/mat/consts.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/mat/dense.go b/mat/dense.go index 9e24008d..819a9c3b 100644 --- a/mat/dense.go +++ b/mat/dense.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/mat/dense_arithmetic.go b/mat/dense_arithmetic.go index db18e735..e808888e 100644 --- a/mat/dense_arithmetic.go +++ b/mat/dense_arithmetic.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/mat/dense_example_test.go b/mat/dense_example_test.go index 04b8527e..18f3ee36 100644 --- a/mat/dense_example_test.go +++ b/mat/dense_example_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/mat/dense_test.go b/mat/dense_test.go index 609764ba..daee5433 100644 --- a/mat/dense_test.go +++ b/mat/dense_test.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/mat/doc.go b/mat/doc.go index eecb742c..e35ec056 100644 --- a/mat/doc.go +++ b/mat/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/mat/eigen.go b/mat/eigen.go index 0c677a8a..ac9de809 100644 --- a/mat/eigen.go +++ b/mat/eigen.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/mat/eigen_test.go b/mat/eigen_test.go index 1980fbe4..1b00093a 100644 --- a/mat/eigen_test.go +++ b/mat/eigen_test.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/mat/errors.go b/mat/errors.go index 38bd7d5a..99e2b880 100644 --- a/mat/errors.go +++ b/mat/errors.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/mat/errors_test.go b/mat/errors_test.go index 7a1a7dd7..1a15d7fa 100644 --- a/mat/errors_test.go +++ b/mat/errors_test.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/mat/fao_data_test.go b/mat/fao_data_test.go index e32e1676..f66a0253 100644 --- a/mat/fao_data_test.go +++ b/mat/fao_data_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/mat/format.go b/mat/format.go index 8ab70ed3..ce72eb19 100644 --- a/mat/format.go +++ b/mat/format.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/mat/format_example_test.go b/mat/format_example_test.go index 59f26c70..4dba5ace 100644 --- a/mat/format_example_test.go +++ b/mat/format_example_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/mat/format_test.go b/mat/format_test.go index 2b725571..d5531c11 100644 --- a/mat/format_test.go +++ b/mat/format_test.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/mat/gsvd.go b/mat/gsvd.go index 663a0729..f2b82cb5 100644 --- a/mat/gsvd.go +++ b/mat/gsvd.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/mat/gsvd_example_test.go b/mat/gsvd_example_test.go index 48898ccc..4aad56db 100644 --- a/mat/gsvd_example_test.go +++ b/mat/gsvd_example_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/mat/gsvd_test.go b/mat/gsvd_test.go index 6e8ef0f5..b480e122 100644 --- a/mat/gsvd_test.go +++ b/mat/gsvd_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/mat/hogsvd.go b/mat/hogsvd.go index 9da1ddc5..4b0a8ba6 100644 --- a/mat/hogsvd.go +++ b/mat/hogsvd.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/mat/hogsvd_example_test.go b/mat/hogsvd_example_test.go index a1651448..ebd3fb17 100644 --- a/mat/hogsvd_example_test.go +++ b/mat/hogsvd_example_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/mat/hogsvd_test.go b/mat/hogsvd_test.go index 5838b61b..47f9cb70 100644 --- a/mat/hogsvd_test.go +++ b/mat/hogsvd_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/mat/index_bound_checks.go b/mat/index_bound_checks.go index 9633b21b..d580c852 100644 --- a/mat/index_bound_checks.go +++ b/mat/index_bound_checks.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/mat/index_no_bound_checks.go b/mat/index_no_bound_checks.go index 2aa378cb..12ba2fa6 100644 --- a/mat/index_no_bound_checks.go +++ b/mat/index_no_bound_checks.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/mat/inner.go b/mat/inner.go index 1acc615e..0a42f094 100644 --- a/mat/inner.go +++ b/mat/inner.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/mat/inner_test.go b/mat/inner_test.go index 05a76b72..2bc2bf89 100644 --- a/mat/inner_test.go +++ b/mat/inner_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/mat/io.go b/mat/io.go index db429bfa..35082a2b 100644 --- a/mat/io.go +++ b/mat/io.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/mat/io_test.go b/mat/io_test.go index e2dd639d..3b4102e7 100644 --- a/mat/io_test.go +++ b/mat/io_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/mat/list_test.go b/mat/list_test.go index 5286f866..c30e9c94 100644 --- a/mat/list_test.go +++ b/mat/list_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/mat/lq.go b/mat/lq.go index 54c49336..c8b797a6 100644 --- a/mat/lq.go +++ b/mat/lq.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/mat/lq_test.go b/mat/lq_test.go index 9902b62a..d41e275b 100644 --- a/mat/lq_test.go +++ b/mat/lq_test.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/mat/lu.go b/mat/lu.go index ff0df0cf..4f9a462c 100644 --- a/mat/lu.go +++ b/mat/lu.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/mat/lu_test.go b/mat/lu_test.go index c210670f..06596939 100644 --- a/mat/lu_test.go +++ b/mat/lu_test.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/mat/matrix.go b/mat/matrix.go index 1a0feede..59f94583 100644 --- a/mat/matrix.go +++ b/mat/matrix.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/mat/matrix_test.go b/mat/matrix_test.go index 14b5f831..371fdc21 100644 --- a/mat/matrix_test.go +++ b/mat/matrix_test.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/mat/mul_test.go b/mat/mul_test.go index 57ec17f2..32440b66 100644 --- a/mat/mul_test.go +++ b/mat/mul_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/mat/offset.go b/mat/offset.go index 01e7d34f..7341cc0c 100644 --- a/mat/offset.go +++ b/mat/offset.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/mat/offset_appengine.go b/mat/offset_appengine.go index a4e7b27a..b731786d 100644 --- a/mat/offset_appengine.go +++ b/mat/offset_appengine.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/mat/pool.go b/mat/pool.go index 7adb3275..065fd542 100644 --- a/mat/pool.go +++ b/mat/pool.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/mat/pool_test.go b/mat/pool_test.go index fcf831ad..536cf41f 100644 --- a/mat/pool_test.go +++ b/mat/pool_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/mat/product.go b/mat/product.go index 5a0343b7..08424ab3 100644 --- a/mat/product.go +++ b/mat/product.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/mat/product_test.go b/mat/product_test.go index 2ce0e575..49911f6e 100644 --- a/mat/product_test.go +++ b/mat/product_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/mat/qr.go b/mat/qr.go index b89f8fb7..1d65ec9c 100644 --- a/mat/qr.go +++ b/mat/qr.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/mat/qr_test.go b/mat/qr_test.go index 71a2d6e6..d2f5f0e7 100644 --- a/mat/qr_test.go +++ b/mat/qr_test.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/mat/shadow.go b/mat/shadow.go index 91ed21f9..14e7fe8e 100644 --- a/mat/shadow.go +++ b/mat/shadow.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/mat/shadow_test.go b/mat/shadow_test.go index 564d9e66..24a4c5a6 100644 --- a/mat/shadow_test.go +++ b/mat/shadow_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/mat/solve.go b/mat/solve.go index ef3d00ef..e88812bd 100644 --- a/mat/solve.go +++ b/mat/solve.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/mat/solve_test.go b/mat/solve_test.go index 08ed5839..a00f7162 100644 --- a/mat/solve_test.go +++ b/mat/solve_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/mat/svd.go b/mat/svd.go index 9d386d81..ef1f21cf 100644 --- a/mat/svd.go +++ b/mat/svd.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/mat/svd_test.go b/mat/svd_test.go index 54815c85..a471f0aa 100644 --- a/mat/svd_test.go +++ b/mat/svd_test.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/mat/symband.go b/mat/symband.go index 986a3335..967c5ff3 100644 --- a/mat/symband.go +++ b/mat/symband.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/mat/symband_test.go b/mat/symband_test.go index cf3e6808..d686d68b 100644 --- a/mat/symband_test.go +++ b/mat/symband_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/mat/symmetric.go b/mat/symmetric.go index 547a3c89..873f5f34 100644 --- a/mat/symmetric.go +++ b/mat/symmetric.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/mat/symmetric_example_test.go b/mat/symmetric_example_test.go index 2616d6f4..c899ce9a 100644 --- a/mat/symmetric_example_test.go +++ b/mat/symmetric_example_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/mat/symmetric_test.go b/mat/symmetric_test.go index 48210aa4..74f0736d 100644 --- a/mat/symmetric_test.go +++ b/mat/symmetric_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/mat/triangular.go b/mat/triangular.go index 941ae2f7..cb38d5e5 100644 --- a/mat/triangular.go +++ b/mat/triangular.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/mat/triangular_test.go b/mat/triangular_test.go index ef278c28..102e8618 100644 --- a/mat/triangular_test.go +++ b/mat/triangular_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/mat/vector.go b/mat/vector.go index 203a97ca..a14e1af0 100644 --- a/mat/vector.go +++ b/mat/vector.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/mat/vector_test.go b/mat/vector_test.go index 23d9a720..a8adeca8 100644 --- a/mat/vector_test.go +++ b/mat/vector_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/mathext/airy.go b/mathext/airy.go index 1022e938..c94c5d84 100644 --- a/mathext/airy.go +++ b/mathext/airy.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/mathext/airy_test.go b/mathext/airy_test.go index 4359abd5..c167997d 100644 --- a/mathext/airy_test.go +++ b/mathext/airy_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/mathext/beta.go b/mathext/beta.go index 03f53f09..c1c5348e 100644 --- a/mathext/beta.go +++ b/mathext/beta.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/mathext/beta_test.go b/mathext/beta_test.go index 7e0cd4c8..d40eb6ab 100644 --- a/mathext/beta_test.go +++ b/mathext/beta_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/mathext/betainc.go b/mathext/betainc.go index 77791ce9..76c11ff1 100644 --- a/mathext/betainc.go +++ b/mathext/betainc.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/mathext/betainc_test.go b/mathext/betainc_test.go index f1e0c950..7d930590 100644 --- a/mathext/betainc_test.go +++ b/mathext/betainc_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/mathext/digamma.go b/mathext/digamma.go index 81132dd1..8ccc5b1d 100644 --- a/mathext/digamma.go +++ b/mathext/digamma.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/mathext/digamma_test.go b/mathext/digamma_test.go index 0e113ed1..90ad99ad 100644 --- a/mathext/digamma_test.go +++ b/mathext/digamma_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/mathext/doc.go b/mathext/doc.go index b1c350ee..539622d4 100644 --- a/mathext/doc.go +++ b/mathext/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/mathext/ell_carlson.go b/mathext/ell_carlson.go index 159f0a9e..dd698eb6 100644 --- a/mathext/ell_carlson.go +++ b/mathext/ell_carlson.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/mathext/ell_carlson_test.go b/mathext/ell_carlson_test.go index 4018bc1c..3ceaa2df 100644 --- a/mathext/ell_carlson_test.go +++ b/mathext/ell_carlson_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/mathext/ell_complete.go b/mathext/ell_complete.go index 08586ec0..5001e46f 100644 --- a/mathext/ell_complete.go +++ b/mathext/ell_complete.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/mathext/ell_complete_test.go b/mathext/ell_complete_test.go index 54840c58..194f43c2 100644 --- a/mathext/ell_complete_test.go +++ b/mathext/ell_complete_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/mathext/erf.go b/mathext/erf.go index cee4dbc2..793238b0 100644 --- a/mathext/erf.go +++ b/mathext/erf.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/mathext/erf_test.go b/mathext/erf_test.go index f698e51e..8f940c12 100644 --- a/mathext/erf_test.go +++ b/mathext/erf_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/mathext/gamma_inc.go b/mathext/gamma_inc.go index db16dad9..24e3fd5b 100644 --- a/mathext/gamma_inc.go +++ b/mathext/gamma_inc.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/mathext/gamma_inc_inv.go b/mathext/gamma_inc_inv.go index 650717b0..105bd8e2 100644 --- a/mathext/gamma_inc_inv.go +++ b/mathext/gamma_inc_inv.go @@ -1,7 +1,7 @@ // Derived from SciPy's special/c_misc/gammaincinv.c // https://github.com/scipy/scipy/blob/master/scipy/special/c_misc/gammaincinv.c -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/mathext/gamma_inc_test.go b/mathext/gamma_inc_test.go index 03d5f014..8eb223b2 100644 --- a/mathext/gamma_inc_test.go +++ b/mathext/gamma_inc_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/mathext/internal/amos/amos.go b/mathext/internal/amos/amos.go index 2bd74d43..8b0d669b 100644 --- a/mathext/internal/amos/amos.go +++ b/mathext/internal/amos/amos.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/mathext/internal/amos/amos_test.go b/mathext/internal/amos/amos_test.go index 59cdfa4f..cbd82f30 100644 --- a/mathext/internal/amos/amos_test.go +++ b/mathext/internal/amos/amos_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/mathext/internal/amos/amoslib/fortran.go b/mathext/internal/amos/amoslib/fortran.go index 52e17e1f..c7248bac 100644 --- a/mathext/internal/amos/amoslib/fortran.go +++ b/mathext/internal/amos/amoslib/fortran.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/mathext/internal/amos/doc.go b/mathext/internal/amos/doc.go index 45182541..44df5db6 100644 --- a/mathext/internal/amos/doc.go +++ b/mathext/internal/amos/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/mathext/internal/amos/origcode_test.go b/mathext/internal/amos/origcode_test.go index a7d8be8f..640a7ac4 100644 --- a/mathext/internal/amos/origcode_test.go +++ b/mathext/internal/amos/origcode_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/mathext/internal/cephes/cephes.go b/mathext/internal/cephes/cephes.go index 22d26e87..d01552ac 100644 --- a/mathext/internal/cephes/cephes.go +++ b/mathext/internal/cephes/cephes.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/mathext/internal/cephes/doc.go b/mathext/internal/cephes/doc.go index 4fe18ba6..086c4694 100644 --- a/mathext/internal/cephes/doc.go +++ b/mathext/internal/cephes/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/mathext/internal/cephes/igam.go b/mathext/internal/cephes/igam.go index 0a9732e5..9bd04454 100644 --- a/mathext/internal/cephes/igam.go +++ b/mathext/internal/cephes/igam.go @@ -6,7 +6,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Copyright ©1985, ©1987 by Stephen L. Moshier -// Portions Copyright ©2016 The gonum Authors. All rights reserved. +// Portions Copyright ©2016 The Gonum Authors. All rights reserved. package cephes diff --git a/mathext/internal/cephes/igami.go b/mathext/internal/cephes/igami.go index 5a8d9a91..446e8ccf 100644 --- a/mathext/internal/cephes/igami.go +++ b/mathext/internal/cephes/igami.go @@ -5,7 +5,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Copyright ©1984, ©1987, ©1995 by Stephen L. Moshier -// Portions Copyright ©2017 The gonum Authors. All rights reserved. +// Portions Copyright ©2017 The Gonum Authors. All rights reserved. package cephes diff --git a/mathext/internal/cephes/incbeta.go b/mathext/internal/cephes/incbeta.go index cbe46c47..661846f8 100644 --- a/mathext/internal/cephes/incbeta.go +++ b/mathext/internal/cephes/incbeta.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/mathext/internal/cephes/incbi.go b/mathext/internal/cephes/incbi.go index 06037867..b878af09 100644 --- a/mathext/internal/cephes/incbi.go +++ b/mathext/internal/cephes/incbi.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/mathext/internal/cephes/lanczos.go b/mathext/internal/cephes/lanczos.go index c32909b5..ec29161f 100644 --- a/mathext/internal/cephes/lanczos.go +++ b/mathext/internal/cephes/lanczos.go @@ -5,7 +5,7 @@ // license that can be found in the LICENSE file. // Copyright ©2006 John Maddock // Portions Copyright ©2003 Boost -// Portions Copyright ©2016 The gonum Authors. All rights reserved. +// Portions Copyright ©2016 The Gonum Authors. All rights reserved. package cephes diff --git a/mathext/internal/cephes/ndtri.go b/mathext/internal/cephes/ndtri.go index 1b26abdc..efaec7f7 100644 --- a/mathext/internal/cephes/ndtri.go +++ b/mathext/internal/cephes/ndtri.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/mathext/internal/cephes/polevl.go b/mathext/internal/cephes/polevl.go index 5cbd8cbb..4e438b2a 100644 --- a/mathext/internal/cephes/polevl.go +++ b/mathext/internal/cephes/polevl.go @@ -5,7 +5,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Copyright ©1984, ©1987, ©1988 by Stephen L. Moshier -// Portions Copyright ©2016 The gonum Authors. All rights reserved. +// Portions Copyright ©2016 The Gonum Authors. All rights reserved. package cephes diff --git a/mathext/internal/cephes/unity.go b/mathext/internal/cephes/unity.go index 1333dd1d..38e8c631 100644 --- a/mathext/internal/cephes/unity.go +++ b/mathext/internal/cephes/unity.go @@ -5,7 +5,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Copyright ©1984, ©1996 by Stephen L. Moshier -// Portions Copyright ©2016 The gonum Authors. All rights reserved. +// Portions Copyright ©2016 The Gonum Authors. All rights reserved. package cephes diff --git a/mathext/internal/cephes/zeta.go b/mathext/internal/cephes/zeta.go index 14a41b6f..746c0a5f 100644 --- a/mathext/internal/cephes/zeta.go +++ b/mathext/internal/cephes/zeta.go @@ -5,7 +5,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Copyright ©1984, ©1987 by Stephen L. Moshier -// Portions Copyright ©2016 The gonum Authors. All rights reserved. +// Portions Copyright ©2016 The Gonum Authors. All rights reserved. package cephes diff --git a/mathext/internal/gonum/beta.go b/mathext/internal/gonum/beta.go index 7038c08f..cec8acfe 100644 --- a/mathext/internal/gonum/beta.go +++ b/mathext/internal/gonum/beta.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/mathext/internal/gonum/doc.go b/mathext/internal/gonum/doc.go index a726cfcb..aa07a988 100644 --- a/mathext/internal/gonum/doc.go +++ b/mathext/internal/gonum/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/mathext/internal/gonum/gonum.go b/mathext/internal/gonum/gonum.go index eae3e1c4..47e02ce3 100644 --- a/mathext/internal/gonum/gonum.go +++ b/mathext/internal/gonum/gonum.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/mathext/mvgamma.go b/mathext/mvgamma.go index c18b37ad..99a9233d 100644 --- a/mathext/mvgamma.go +++ b/mathext/mvgamma.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/mathext/mvgamma_test.go b/mathext/mvgamma_test.go index f7d309c8..3fd1b1e3 100644 --- a/mathext/mvgamma_test.go +++ b/mathext/mvgamma_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/mathext/roots.go b/mathext/roots.go index 61ff12c6..490ca8ac 100644 --- a/mathext/roots.go +++ b/mathext/roots.go @@ -2,7 +2,7 @@ // https://github.com/scipy/scipy/blob/master/scipy/special/c_misc/fsolve.c // https://github.com/scipy/scipy/blob/master/scipy/special/c_misc/misc.h -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/mathext/zeta.go b/mathext/zeta.go index 920a7e6e..841b9b0f 100644 --- a/mathext/zeta.go +++ b/mathext/zeta.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/mathext/zeta_test.go b/mathext/zeta_test.go index e415818f..dd40bc12 100644 --- a/mathext/zeta_test.go +++ b/mathext/zeta_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/optimize/backtracking.go b/optimize/backtracking.go index 313077f3..9454be77 100644 --- a/optimize/backtracking.go +++ b/optimize/backtracking.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/optimize/bfgs.go b/optimize/bfgs.go index 997d991b..910071c0 100644 --- a/optimize/bfgs.go +++ b/optimize/bfgs.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/optimize/bisection.go b/optimize/bisection.go index 6dfe8652..bce441fc 100644 --- a/optimize/bisection.go +++ b/optimize/bisection.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/optimize/convex/lp/convert.go b/optimize/convex/lp/convert.go index 66ebe2ea..72e8cba0 100644 --- a/optimize/convex/lp/convert.go +++ b/optimize/convex/lp/convert.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/optimize/convex/lp/doc.go b/optimize/convex/lp/doc.go index 7b084247..4c8323c2 100644 --- a/optimize/convex/lp/doc.go +++ b/optimize/convex/lp/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/optimize/convex/lp/simplex.go b/optimize/convex/lp/simplex.go index eb7757ff..3e1217ae 100644 --- a/optimize/convex/lp/simplex.go +++ b/optimize/convex/lp/simplex.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/optimize/convex/lp/simplex_test.go b/optimize/convex/lp/simplex_test.go index 75c759b5..3fd65218 100644 --- a/optimize/convex/lp/simplex_test.go +++ b/optimize/convex/lp/simplex_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/optimize/convex/lp/simplexexample_test.go b/optimize/convex/lp/simplexexample_test.go index b0daa314..7cb2f074 100644 --- a/optimize/convex/lp/simplexexample_test.go +++ b/optimize/convex/lp/simplexexample_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/optimize/doc.go b/optimize/doc.go index 1b05a639..667e8f94 100644 --- a/optimize/doc.go +++ b/optimize/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/optimize/errors.go b/optimize/errors.go index 07bf5df9..22903619 100644 --- a/optimize/errors.go +++ b/optimize/errors.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/optimize/functionconvergence.go b/optimize/functionconvergence.go index c532072d..af67b999 100644 --- a/optimize/functionconvergence.go +++ b/optimize/functionconvergence.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/optimize/functions/functions.go b/optimize/functions/functions.go index 43a4c948..c69fb788 100644 --- a/optimize/functions/functions.go +++ b/optimize/functions/functions.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/optimize/functions/functions_test.go b/optimize/functions/functions_test.go index 0912ab96..cdce04be 100644 --- a/optimize/functions/functions_test.go +++ b/optimize/functions/functions_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/optimize/functions/minsurf.go b/optimize/functions/minsurf.go index d975bfdb..8543e2e8 100644 --- a/optimize/functions/minsurf.go +++ b/optimize/functions/minsurf.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/optimize/functions/minsurf_test.go b/optimize/functions/minsurf_test.go index 2f123545..a836c46f 100644 --- a/optimize/functions/minsurf_test.go +++ b/optimize/functions/minsurf_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/optimize/functions/validate.go b/optimize/functions/validate.go index e7c5fee7..19cbecae 100644 --- a/optimize/functions/validate.go +++ b/optimize/functions/validate.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/optimize/global.go b/optimize/global.go index 4e7a9c8d..4c5b998d 100644 --- a/optimize/global.go +++ b/optimize/global.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/optimize/gradientdescent.go b/optimize/gradientdescent.go index 292bf5c9..02622cc1 100644 --- a/optimize/gradientdescent.go +++ b/optimize/gradientdescent.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/optimize/guessandcheck.go b/optimize/guessandcheck.go index e08fc4c6..84440865 100644 --- a/optimize/guessandcheck.go +++ b/optimize/guessandcheck.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/optimize/guessandcheck_test.go b/optimize/guessandcheck_test.go index d906f907..f7bf1629 100644 --- a/optimize/guessandcheck_test.go +++ b/optimize/guessandcheck_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/optimize/interfaces.go b/optimize/interfaces.go index 12544610..2c7d6e00 100644 --- a/optimize/interfaces.go +++ b/optimize/interfaces.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/optimize/lbfgs.go b/optimize/lbfgs.go index 5c549377..648e823f 100644 --- a/optimize/lbfgs.go +++ b/optimize/lbfgs.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/optimize/linesearch.go b/optimize/linesearch.go index 37ccb90e..740fcf68 100644 --- a/optimize/linesearch.go +++ b/optimize/linesearch.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/optimize/linesearcher_test.go b/optimize/linesearcher_test.go index f1def408..98e8fa67 100644 --- a/optimize/linesearcher_test.go +++ b/optimize/linesearcher_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/optimize/local.go b/optimize/local.go index d035f9fd..0bc4f810 100644 --- a/optimize/local.go +++ b/optimize/local.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/optimize/local_example_test.go b/optimize/local_example_test.go index 64940388..3a7c117b 100644 --- a/optimize/local_example_test.go +++ b/optimize/local_example_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/optimize/minimize.go b/optimize/minimize.go index 9da23a5e..940083e9 100644 --- a/optimize/minimize.go +++ b/optimize/minimize.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/optimize/morethuente.go b/optimize/morethuente.go index ec23167b..a8cac5e7 100644 --- a/optimize/morethuente.go +++ b/optimize/morethuente.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/optimize/neldermead.go b/optimize/neldermead.go index 18964773..a9ac9d51 100644 --- a/optimize/neldermead.go +++ b/optimize/neldermead.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/optimize/newton.go b/optimize/newton.go index e87c269f..070245ec 100644 --- a/optimize/newton.go +++ b/optimize/newton.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/optimize/printer.go b/optimize/printer.go index 56800f3c..f4f79b02 100644 --- a/optimize/printer.go +++ b/optimize/printer.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/optimize/stepsizers.go b/optimize/stepsizers.go index 487c158c..c6a58c0d 100644 --- a/optimize/stepsizers.go +++ b/optimize/stepsizers.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/optimize/termination.go b/optimize/termination.go index 43c2df68..f4d45968 100644 --- a/optimize/termination.go +++ b/optimize/termination.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/optimize/types.go b/optimize/types.go index 461693ff..118e7eb6 100644 --- a/optimize/types.go +++ b/optimize/types.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/optimize/unconstrained_test.go b/optimize/unconstrained_test.go index a8cb373f..36185ba7 100644 --- a/optimize/unconstrained_test.go +++ b/optimize/unconstrained_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/stat/appengine_test.go b/stat/appengine_test.go index bb2b93c7..5e1fa8e0 100644 --- a/stat/appengine_test.go +++ b/stat/appengine_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/stat/boston_data_test.go b/stat/boston_data_test.go index e85a505f..2036a7d4 100644 --- a/stat/boston_data_test.go +++ b/stat/boston_data_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/car_data_test.go b/stat/car_data_test.go index a3cdabb2..f9190707 100644 --- a/stat/car_data_test.go +++ b/stat/car_data_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/cca_example_test.go b/stat/cca_example_test.go index f053e5ad..def77317 100644 --- a/stat/cca_example_test.go +++ b/stat/cca_example_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/cca_test.go b/stat/cca_test.go index 117ae5f2..d3e6d62b 100644 --- a/stat/cca_test.go +++ b/stat/cca_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/combin/combin.go b/stat/combin/combin.go index d4e1f6e6..47c55cd5 100644 --- a/stat/combin/combin.go +++ b/stat/combin/combin.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/combin/combin_test.go b/stat/combin/combin_test.go index 8226a675..71b9ea6b 100644 --- a/stat/combin/combin_test.go +++ b/stat/combin/combin_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/combin/doc.go b/stat/combin/doc.go index 935ccdb8..496045cd 100644 --- a/stat/combin/doc.go +++ b/stat/combin/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/stat/distmat/doc.go b/stat/distmat/doc.go index baca067d..5503c3b0 100644 --- a/stat/distmat/doc.go +++ b/stat/distmat/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/stat/distmat/general.go b/stat/distmat/general.go index 21bbc95d..072ad776 100644 --- a/stat/distmat/general.go +++ b/stat/distmat/general.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/distmat/wishart.go b/stat/distmat/wishart.go index 2ea919d3..3c657978 100644 --- a/stat/distmat/wishart.go +++ b/stat/distmat/wishart.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/distmat/wishart_test.go b/stat/distmat/wishart_test.go index 96350c64..6f0034ad 100644 --- a/stat/distmat/wishart_test.go +++ b/stat/distmat/wishart_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/distmv/dirichlet.go b/stat/distmv/dirichlet.go index fbf2128f..07108990 100644 --- a/stat/distmv/dirichlet.go +++ b/stat/distmv/dirichlet.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/distmv/dirichlet_test.go b/stat/distmv/dirichlet_test.go index 43f77007..7a7525d8 100644 --- a/stat/distmv/dirichlet_test.go +++ b/stat/distmv/dirichlet_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/distmv/doc.go b/stat/distmv/doc.go index c126be97..142e0568 100644 --- a/stat/distmv/doc.go +++ b/stat/distmv/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/stat/distmv/general.go b/stat/distmv/general.go index f473efdf..704e2990 100644 --- a/stat/distmv/general.go +++ b/stat/distmv/general.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/stat/distmv/general_test.go b/stat/distmv/general_test.go index 05e65f7b..8fdbd4e8 100644 --- a/stat/distmv/general_test.go +++ b/stat/distmv/general_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/stat/distmv/interfaces.go b/stat/distmv/interfaces.go index 57411933..35dd2550 100644 --- a/stat/distmv/interfaces.go +++ b/stat/distmv/interfaces.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/distmv/normal.go b/stat/distmv/normal.go index 449d405c..7ec711e5 100644 --- a/stat/distmv/normal.go +++ b/stat/distmv/normal.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/stat/distmv/normal_test.go b/stat/distmv/normal_test.go index 2d4e3ecd..5c8b5e26 100644 --- a/stat/distmv/normal_test.go +++ b/stat/distmv/normal_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/stat/distmv/normalbench_test.go b/stat/distmv/normalbench_test.go index a8890439..902a46d0 100644 --- a/stat/distmv/normalbench_test.go +++ b/stat/distmv/normalbench_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/distmv/statdist.go b/stat/distmv/statdist.go index 9a2f3bd7..a51bd24c 100644 --- a/stat/distmv/statdist.go +++ b/stat/distmv/statdist.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/distmv/statdist_test.go b/stat/distmv/statdist_test.go index a3d1d9c2..4439413f 100644 --- a/stat/distmv/statdist_test.go +++ b/stat/distmv/statdist_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/distmv/studentst.go b/stat/distmv/studentst.go index 041b1369..deeb4cd8 100644 --- a/stat/distmv/studentst.go +++ b/stat/distmv/studentst.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/distmv/studentst_test.go b/stat/distmv/studentst_test.go index b21a07f8..ef1c63c6 100644 --- a/stat/distmv/studentst_test.go +++ b/stat/distmv/studentst_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/distmv/uniform.go b/stat/distmv/uniform.go index c28a0232..9e07cef1 100644 --- a/stat/distmv/uniform.go +++ b/stat/distmv/uniform.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/stat/distmv/uniform_test.go b/stat/distmv/uniform_test.go index c52e09a9..4ecf80e1 100644 --- a/stat/distmv/uniform_test.go +++ b/stat/distmv/uniform_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/stat/distuv/bernoulli.go b/stat/distuv/bernoulli.go index c03578f1..1c8b026e 100644 --- a/stat/distuv/bernoulli.go +++ b/stat/distuv/bernoulli.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/distuv/bernoulli_test.go b/stat/distuv/bernoulli_test.go index 107135ec..e32cff94 100644 --- a/stat/distuv/bernoulli_test.go +++ b/stat/distuv/bernoulli_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/distuv/beta.go b/stat/distuv/beta.go index 7c456009..b02d0246 100644 --- a/stat/distuv/beta.go +++ b/stat/distuv/beta.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/distuv/beta_test.go b/stat/distuv/beta_test.go index ffa1c25b..9230561f 100644 --- a/stat/distuv/beta_test.go +++ b/stat/distuv/beta_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/distuv/categorical.go b/stat/distuv/categorical.go index d2053e93..5659fc66 100644 --- a/stat/distuv/categorical.go +++ b/stat/distuv/categorical.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/stat/distuv/categorical_test.go b/stat/distuv/categorical_test.go index decd181d..16f7e468 100644 --- a/stat/distuv/categorical_test.go +++ b/stat/distuv/categorical_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/stat/distuv/chisquared.go b/stat/distuv/chisquared.go index 2c9827b7..90c0866a 100644 --- a/stat/distuv/chisquared.go +++ b/stat/distuv/chisquared.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/distuv/chisquared_test.go b/stat/distuv/chisquared_test.go index 56941cd0..d2476939 100644 --- a/stat/distuv/chisquared_test.go +++ b/stat/distuv/chisquared_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/distuv/constants.go b/stat/distuv/constants.go index 9de7d4dc..374d1993 100644 --- a/stat/distuv/constants.go +++ b/stat/distuv/constants.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/stat/distuv/distribution_test.go b/stat/distuv/distribution_test.go index 722c438a..e3347773 100644 --- a/stat/distuv/distribution_test.go +++ b/stat/distuv/distribution_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/stat/distuv/doc.go b/stat/distuv/doc.go index bdf073f5..68aba2d0 100644 --- a/stat/distuv/doc.go +++ b/stat/distuv/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/stat/distuv/exponential.go b/stat/distuv/exponential.go index c29f9fef..42c3f66b 100644 --- a/stat/distuv/exponential.go +++ b/stat/distuv/exponential.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/stat/distuv/exponential_test.go b/stat/distuv/exponential_test.go index 9c389702..cc9229a1 100644 --- a/stat/distuv/exponential_test.go +++ b/stat/distuv/exponential_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/stat/distuv/f.go b/stat/distuv/f.go index 6e689e6e..4cb54e40 100644 --- a/stat/distuv/f.go +++ b/stat/distuv/f.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/stat/distuv/f_test.go b/stat/distuv/f_test.go index 7e5dfbea..64812f24 100644 --- a/stat/distuv/f_test.go +++ b/stat/distuv/f_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/stat/distuv/gamma.go b/stat/distuv/gamma.go index 650ad6c8..957c74ea 100644 --- a/stat/distuv/gamma.go +++ b/stat/distuv/gamma.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/distuv/gamma_test.go b/stat/distuv/gamma_test.go index 6a1a9bf7..86e819f9 100644 --- a/stat/distuv/gamma_test.go +++ b/stat/distuv/gamma_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/distuv/general.go b/stat/distuv/general.go index 3d9cb865..d9b7ee6f 100644 --- a/stat/distuv/general.go +++ b/stat/distuv/general.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/stat/distuv/general_test.go b/stat/distuv/general_test.go index 63a89dd0..1425a396 100644 --- a/stat/distuv/general_test.go +++ b/stat/distuv/general_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/stat/distuv/interfaces.go b/stat/distuv/interfaces.go index b2eb80ba..28d1b699 100644 --- a/stat/distuv/interfaces.go +++ b/stat/distuv/interfaces.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/stat/distuv/laplace.go b/stat/distuv/laplace.go index 716d79f6..6efedeea 100644 --- a/stat/distuv/laplace.go +++ b/stat/distuv/laplace.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/stat/distuv/laplace_test.go b/stat/distuv/laplace_test.go index 0cbb2594..a3e2d986 100644 --- a/stat/distuv/laplace_test.go +++ b/stat/distuv/laplace_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/stat/distuv/lognormal.go b/stat/distuv/lognormal.go index e13afce5..0af23587 100644 --- a/stat/distuv/lognormal.go +++ b/stat/distuv/lognormal.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/stat/distuv/lognormal_test.go b/stat/distuv/lognormal_test.go index a4dc19ad..ae5c91a9 100644 --- a/stat/distuv/lognormal_test.go +++ b/stat/distuv/lognormal_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/stat/distuv/norm.go b/stat/distuv/norm.go index 05b86bdd..f6a6b19d 100644 --- a/stat/distuv/norm.go +++ b/stat/distuv/norm.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/stat/distuv/norm_example_test.go b/stat/distuv/norm_example_test.go index b913282f..4a4c7873 100644 --- a/stat/distuv/norm_example_test.go +++ b/stat/distuv/norm_example_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/stat/distuv/norm_test.go b/stat/distuv/norm_test.go index 0179e173..d0e19314 100644 --- a/stat/distuv/norm_test.go +++ b/stat/distuv/norm_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/stat/distuv/studentst.go b/stat/distuv/studentst.go index 84b6b6e2..75b23cfa 100644 --- a/stat/distuv/studentst.go +++ b/stat/distuv/studentst.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/distuv/studentst_test.go b/stat/distuv/studentst_test.go index d3ad225b..46986f81 100644 --- a/stat/distuv/studentst_test.go +++ b/stat/distuv/studentst_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/distuv/triangle.go b/stat/distuv/triangle.go index 157b9ea1..a6abce54 100644 --- a/stat/distuv/triangle.go +++ b/stat/distuv/triangle.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/stat/distuv/triangle_test.go b/stat/distuv/triangle_test.go index c18ea939..409a41cf 100644 --- a/stat/distuv/triangle_test.go +++ b/stat/distuv/triangle_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/stat/distuv/uniform.go b/stat/distuv/uniform.go index 0c6c41b7..90993e8b 100644 --- a/stat/distuv/uniform.go +++ b/stat/distuv/uniform.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/stat/distuv/weibull.go b/stat/distuv/weibull.go index 72f7f97a..df1222bc 100644 --- a/stat/distuv/weibull.go +++ b/stat/distuv/weibull.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/stat/distuv/weibull_test.go b/stat/distuv/weibull_test.go index cd78f49f..f35d40f2 100644 --- a/stat/distuv/weibull_test.go +++ b/stat/distuv/weibull_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/stat/doc.go b/stat/doc.go index 0225eef9..d6916cb2 100644 --- a/stat/doc.go +++ b/stat/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/stat/faithful_test.go b/stat/faithful_test.go index 981eff1c..77df6e2b 100644 --- a/stat/faithful_test.go +++ b/stat/faithful_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/moments_bench_test.go b/stat/moments_bench_test.go index 6df41394..8a3461c6 100644 --- a/stat/moments_bench_test.go +++ b/stat/moments_bench_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/stat/pca_cca.go b/stat/pca_cca.go index 59e742eb..4149e23f 100644 --- a/stat/pca_cca.go +++ b/stat/pca_cca.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/pca_example_test.go b/stat/pca_example_test.go index b434a91a..0ea7b50d 100644 --- a/stat/pca_example_test.go +++ b/stat/pca_example_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/pca_test.go b/stat/pca_test.go index 6af1b8c0..cdc302ec 100644 --- a/stat/pca_test.go +++ b/stat/pca_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/roc.go b/stat/roc.go index 73584b61..1ddd34c1 100644 --- a/stat/roc.go +++ b/stat/roc.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/roc_example_test.go b/stat/roc_example_test.go index 9dce80b1..6ed05ee5 100644 --- a/stat/roc_example_test.go +++ b/stat/roc_example_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/roc_test.go b/stat/roc_test.go index 99fdae13..d5c4b877 100644 --- a/stat/roc_test.go +++ b/stat/roc_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/samplemv/doc.go b/stat/samplemv/doc.go index ab4f37cc..5b39b8ec 100644 --- a/stat/samplemv/doc.go +++ b/stat/samplemv/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/stat/samplemv/halton.go b/stat/samplemv/halton.go index c4442321..2490dcaf 100644 --- a/stat/samplemv/halton.go +++ b/stat/samplemv/halton.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/stat/samplemv/halton_test.go b/stat/samplemv/halton_test.go index 9cff0d1e..4f05095c 100644 --- a/stat/samplemv/halton_test.go +++ b/stat/samplemv/halton_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/stat/samplemv/metropolishastings.go b/stat/samplemv/metropolishastings.go index d4d210e8..a4248665 100644 --- a/stat/samplemv/metropolishastings.go +++ b/stat/samplemv/metropolishastings.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/samplemv/sample_test.go b/stat/samplemv/sample_test.go index 88ff57b3..2a965170 100644 --- a/stat/samplemv/sample_test.go +++ b/stat/samplemv/sample_test.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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 samplemv diff --git a/stat/samplemv/samplemv.go b/stat/samplemv/samplemv.go index 5b72ca3c..965d0024 100644 --- a/stat/samplemv/samplemv.go +++ b/stat/samplemv/samplemv.go @@ -1,4 +1,4 @@ -// Copyright ©2016 The gonum Authors. All rights reserved. +// Copyright ©2016 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. diff --git a/stat/sampleuv/doc.go b/stat/sampleuv/doc.go index 9beb4ddc..d9895783 100644 --- a/stat/sampleuv/doc.go +++ b/stat/sampleuv/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/stat/sampleuv/example_burnin_test.go b/stat/sampleuv/example_burnin_test.go index db1d1c31..92e51674 100644 --- a/stat/sampleuv/example_burnin_test.go +++ b/stat/sampleuv/example_burnin_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/stat/sampleuv/example_rate_test.go b/stat/sampleuv/example_rate_test.go index 86917998..cd328d33 100644 --- a/stat/sampleuv/example_rate_test.go +++ b/stat/sampleuv/example_rate_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/stat/sampleuv/sample.go b/stat/sampleuv/sample.go index 1d836390..af67d19d 100644 --- a/stat/sampleuv/sample.go +++ b/stat/sampleuv/sample.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/stat/sampleuv/sample_test.go b/stat/sampleuv/sample_test.go index 49965ec0..18c98e67 100644 --- a/stat/sampleuv/sample_test.go +++ b/stat/sampleuv/sample_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// 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. diff --git a/stat/sampleuv/weighted.go b/stat/sampleuv/weighted.go index 006cafdd..cac45626 100644 --- a/stat/sampleuv/weighted.go +++ b/stat/sampleuv/weighted.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// Copyright ©2015 The Gonum Authors. All rights reserved. // Use of this code is governed by a BSD-style // license that can be found in the LICENSE file diff --git a/stat/sampleuv/weighted_test.go b/stat/sampleuv/weighted_test.go index ad2799f9..70116912 100644 --- a/stat/sampleuv/weighted_test.go +++ b/stat/sampleuv/weighted_test.go @@ -1,4 +1,4 @@ -// Copyright ©2015 The gonum Authors. All rights reserved. +// Copyright ©2015 The Gonum Authors. All rights reserved. // Use of this code is governed by a BSD-style // license that can be found in the LICENSE file diff --git a/stat/sampleuv/withoutreplacement.go b/stat/sampleuv/withoutreplacement.go index 5e91bc5e..f6ed9751 100644 --- a/stat/sampleuv/withoutreplacement.go +++ b/stat/sampleuv/withoutreplacement.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/stat/sampleuv/withoutreplacement_test.go b/stat/sampleuv/withoutreplacement_test.go index fca5d7d3..b6807f35 100644 --- a/stat/sampleuv/withoutreplacement_test.go +++ b/stat/sampleuv/withoutreplacement_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/stat/spatial/doc.go b/stat/spatial/doc.go index 139d22d9..36c997b8 100644 --- a/stat/spatial/doc.go +++ b/stat/spatial/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/stat/spatial/spatial.go b/stat/spatial/spatial.go index a45fe422..4378aec6 100644 --- a/stat/spatial/spatial.go +++ b/stat/spatial/spatial.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/stat/spatial/spatial_areal_example_test.go b/stat/spatial/spatial_areal_example_test.go index 1f849292..889314fe 100644 --- a/stat/spatial/spatial_areal_example_test.go +++ b/stat/spatial/spatial_areal_example_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/stat/spatial/spatial_example_test.go b/stat/spatial/spatial_example_test.go index e5281a7e..e0e5473f 100644 --- a/stat/spatial/spatial_example_test.go +++ b/stat/spatial/spatial_example_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/stat/spatial/spatial_test.go b/stat/spatial/spatial_test.go index f91edfdf..385e0d88 100644 --- a/stat/spatial/spatial_test.go +++ b/stat/spatial/spatial_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/stat/stat.go b/stat/stat.go index c7ca64f1..5fc4ac97 100644 --- a/stat/stat.go +++ b/stat/stat.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/stat/stat_test.go b/stat/stat_test.go index 9047bbbd..84cdbb9e 100644 --- a/stat/stat_test.go +++ b/stat/stat_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/stat/statmat.go b/stat/statmat.go index 1f9bd794..277f4f08 100644 --- a/stat/statmat.go +++ b/stat/statmat.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/stat/statmat_test.go b/stat/statmat_test.go index 77cc48a4..67032165 100644 --- a/stat/statmat_test.go +++ b/stat/statmat_test.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/unit/autogen.go b/unit/autogen.go index 829c7318..892a35e3 100644 --- a/unit/autogen.go +++ b/unit/autogen.go @@ -1,4 +1,4 @@ -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. @@ -215,7 +215,7 @@ func main() { const headerTemplate = `// Code generated by "go generate gonum.org/v1/gonum/unit”; DO NOT EDIT. -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/unit/consts.go b/unit/consts.go index 908d478e..372a6b87 100644 --- a/unit/consts.go +++ b/unit/consts.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/unit/dimless.go b/unit/dimless.go index 5c6ce36e..4c2b0c7e 100644 --- a/unit/dimless.go +++ b/unit/dimless.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/unit/doc.go b/unit/doc.go index 97ca4386..7a919933 100644 --- a/unit/doc.go +++ b/unit/doc.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/unit/length.go b/unit/length.go index f7ffde23..aed5fe21 100644 --- a/unit/length.go +++ b/unit/length.go @@ -1,6 +1,6 @@ // Code generated by "go generate gonum.org/v1/gonum/unit”; DO NOT EDIT. -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/unit/mass.go b/unit/mass.go index 2b127046..288ab487 100644 --- a/unit/mass.go +++ b/unit/mass.go @@ -1,6 +1,6 @@ // Code generated by "go generate gonum.org/v1/gonum/unit”; DO NOT EDIT. -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/unit/time.go b/unit/time.go index ef70fb8a..1917bf08 100644 --- a/unit/time.go +++ b/unit/time.go @@ -1,6 +1,6 @@ // Code generated by "go generate gonum.org/v1/gonum/unit”; DO NOT EDIT. -// Copyright ©2014 The gonum Authors. All rights reserved. +// Copyright ©2014 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. diff --git a/unit/unit_test.go b/unit/unit_test.go index 258df365..be552d2b 100644 --- a/unit/unit_test.go +++ b/unit/unit_test.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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. diff --git a/unit/unitexample_test.go b/unit/unitexample_test.go index d81faae7..b3ef2ec4 100644 --- a/unit/unitexample_test.go +++ b/unit/unitexample_test.go @@ -1,4 +1,4 @@ -// Copyright ©2017 The gonum Authors. All rights reserved. +// Copyright ©2017 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. diff --git a/unit/unittype.go b/unit/unittype.go index 21311fd9..ae8d0408 100644 --- a/unit/unittype.go +++ b/unit/unittype.go @@ -1,4 +1,4 @@ -// Copyright ©2013 The gonum Authors. All rights reserved. +// Copyright ©2013 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.