From a64e167961ece127404999072d57435e3ce9c06d Mon Sep 17 00:00:00 2001 From: Adam Shannon Date: Thu, 29 Aug 2019 12:14:05 -0500 Subject: [PATCH] build: run 'make legal' to update copyright headers --- .gitignore | 5 ++- NOTICE | 20 ++++++++++ addenda02.go | 19 ++++++++-- addenda02_test.go | 19 ++++++++-- addenda05.go | 19 ++++++++-- addenda05_test.go | 19 ++++++++-- addenda10.go | 19 ++++++++-- addenda10_test.go | 19 ++++++++-- addenda11.go | 19 ++++++++-- addenda11_test.go | 19 ++++++++-- addenda12.go | 19 ++++++++-- addenda12_test.go | 19 ++++++++-- addenda13.go | 19 ++++++++-- addenda13_test.go | 19 ++++++++-- addenda14.go | 19 ++++++++-- addenda14_test.go | 19 ++++++++-- addenda15.go | 19 ++++++++-- addenda15_test.go | 19 ++++++++-- addenda16.go | 19 ++++++++-- addenda16_test.go | 19 ++++++++-- addenda17.go | 19 ++++++++-- addenda17_test.go | 19 ++++++++-- addenda18.go | 19 ++++++++-- addenda18_test.go | 19 ++++++++-- addenda98.go | 19 ++++++++-- addenda98_test.go | 19 ++++++++-- addenda99.go | 19 ++++++++-- addenda99_test.go | 19 ++++++++-- advBatchControl.go | 19 ++++++++-- advBatchControl_test.go | 19 ++++++++-- advEntryDetail.go | 19 ++++++++-- advEntryDetail_test.go | 19 ++++++++-- advFileControl.go | 19 ++++++++-- advFileControl_test.go | 19 ++++++++-- batch.go | 19 ++++++++-- batchACK.go | 19 ++++++++-- batchACK_test.go | 19 ++++++++-- batchADV.go | 19 ++++++++-- batchADV_test.go | 19 ++++++++-- batchARC.go | 19 ++++++++-- batchARC_test.go | 19 ++++++++-- batchATX.go | 19 ++++++++-- batchATX_test.go | 19 ++++++++-- batchBOC.go | 19 ++++++++-- batchBOC_test.go | 19 ++++++++-- batchCCD.go | 19 ++++++++-- batchCCD_test.go | 19 ++++++++-- batchCIE.go | 19 ++++++++-- batchCIE_test.go | 19 ++++++++-- batchCOR.go | 19 ++++++++-- batchCOR_test.go | 19 ++++++++-- batchCTX.go | 19 ++++++++-- batchCTX_test.go | 19 ++++++++-- batchControl.go | 19 ++++++++-- batchControl_test.go | 19 ++++++++-- batchDNE.go | 19 ++++++++-- batchDNE_test.go | 19 ++++++++-- batchENR.go | 19 ++++++++-- batchENR_test.go | 19 ++++++++-- batchErrors.go | 19 ++++++++-- batchHeader.go | 19 ++++++++-- batchHeader_test.go | 19 ++++++++-- batchMTE.go | 19 ++++++++-- batchMTE_test.go | 19 ++++++++-- batchPOP.go | 19 ++++++++-- batchPOP_test.go | 19 ++++++++-- batchPOS.go | 19 ++++++++-- batchPOS_test.go | 19 ++++++++-- batchPPD.go | 19 ++++++++-- batchPPD_test.go | 19 ++++++++-- batchRCK.go | 19 ++++++++-- batchRCK_test.go | 19 ++++++++-- batchSHR.go | 19 ++++++++-- batchSHR_test.go | 19 ++++++++-- batchTEL.go | 19 ++++++++-- batchTEL_test.go | 19 ++++++++-- batchTRC.go | 19 ++++++++-- batchTRC_test.go | 19 ++++++++-- batchTRX.go | 19 ++++++++-- batchTRX_test.go | 19 ++++++++-- batchWEB_test.go | 19 ++++++++-- batchWeb.go | 19 ++++++++-- batchXCK.go | 19 ++++++++-- batchXCK_test.go | 19 ++++++++-- batch_test.go | 19 ++++++++-- batcher.go | 19 ++++++++-- cmd/readACH/main.go | 19 ++++++++-- cmd/readACH/main_test.go | 19 ++++++++-- cmd/server/main.go | 19 ++++++++-- cmd/writeACH/main.go | 19 ++++++++-- cmd/writeACH/main_test.go | 19 ++++++++-- converters.go | 19 ++++++++-- converters_test.go | 19 ++++++++-- doc.go | 19 ++++++++-- entryDetail.go | 19 ++++++++-- entryDetail_test.go | 19 ++++++++-- examples/ach-ack-read/main.go | 19 ++++++++-- examples/ach-ack-write/main.go | 19 ++++++++-- examples/ach-adv-read/main.go | 19 ++++++++-- examples/ach-adv-write/main.go | 19 ++++++++-- examples/ach-arc-read/main.go | 17 +++++++++ examples/ach-arc-write/main.go | 17 +++++++++ examples/ach-atx-read/main.go | 17 +++++++++ examples/ach-atx-write/main.go | 17 +++++++++ examples/ach-boc-read/main.go | 17 +++++++++ examples/ach-boc-write/main.go | 17 +++++++++ examples/ach-ccd-read/main.go | 17 +++++++++ examples/ach-ccd-write/main.go | 17 +++++++++ examples/ach-cie-read/main.go | 17 +++++++++ examples/ach-cie-write/main.go | 17 +++++++++ examples/ach-cor-read/main.go | 19 ++++++++-- examples/ach-cor-write/main.go | 17 +++++++++ examples/ach-ctx-read/main.go | 17 +++++++++ examples/ach-ctx-write/main.go | 17 +++++++++ examples/ach-dne-read/main.go | 17 +++++++++ examples/ach-dne-write/main.go | 17 +++++++++ examples/ach-enr-read/main.go | 17 +++++++++ examples/ach-enr-write/main.go | 17 +++++++++ examples/ach-iat-read-segmentFile/main.go | 19 ++++++++-- examples/ach-iat-read/main.go | 17 +++++++++ examples/ach-iat-write-segmentFile/main.go | 19 ++++++++-- examples/ach-iat-write/main.go | 17 +++++++++ examples/ach-mte-read/main.go | 17 +++++++++ examples/ach-mte-write/main.go | 17 +++++++++ examples/ach-pop-read/main.go | 17 +++++++++ examples/ach-pop-write/main.go | 17 +++++++++ examples/ach-pos-read/main.go | 17 +++++++++ examples/ach-pos-write/main.go | 17 +++++++++ examples/ach-ppd-read-credit/main.go | 19 ++++++++-- examples/ach-ppd-read-debit/main.go | 19 ++++++++-- .../ach-ppd-read-mixedDebitCredit/main.go | 19 ++++++++-- examples/ach-ppd-read-segmentFile/main.go | 19 ++++++++-- examples/ach-ppd-read/main.go | 17 +++++++++ examples/ach-ppd-write-segmentFile/main.go | 19 ++++++++-- examples/ach-ppd-write/main.go | 19 ++++++++-- examples/ach-ppd-write/main_test.go | 17 +++++++++ examples/ach-rck-read/main.go | 17 +++++++++ examples/ach-rck-write/main.go | 17 +++++++++ examples/ach-shr-read/main.go | 17 +++++++++ examples/ach-shr-write/main.go | 17 +++++++++ examples/ach-tel-read/main.go | 17 +++++++++ examples/ach-tel-write/main.go | 17 +++++++++ examples/ach-trc-read/main.go | 17 +++++++++ examples/ach-trc-write/main.go | 17 +++++++++ examples/ach-trx-read/main.go | 17 +++++++++ examples/ach-trx-write/main.go | 17 +++++++++ examples/ach-web-read/main.go | 17 +++++++++ examples/ach-web-write/main.go | 17 +++++++++ examples/ach-xck-read/main.go | 17 +++++++++ examples/ach-xck-write/main.go | 17 +++++++++ examples/http/main.go | 19 ++++++++-- fieldErrors.go | 19 ++++++++-- file.go | 19 ++++++++-- fileControl.go | 19 ++++++++-- fileControl_test.go | 19 ++++++++-- fileErrors.go | 19 ++++++++-- fileHeader.go | 19 ++++++++-- fileHeader_test.go | 19 ++++++++-- file_test.go | 19 ++++++++-- iatBatch.go | 19 ++++++++-- iatBatchHeader.go | 19 ++++++++-- iatBatchHeader_test.go | 19 ++++++++-- iatBatch_test.go | 19 ++++++++-- iatEntryDetail.go | 19 ++++++++-- iatEntryDetail_test.go | 19 ++++++++-- internal/iso3166/iso3166.go | 21 ++++++++-- internal/iso3166/iso3166_gen.go | 38 ++++++++++++++++--- internal/iso3166/validate.go | 19 ++++++++-- internal/iso3166/validate_test.go | 19 ++++++++-- internal/iso4217/iso4217.go | 21 ++++++++-- internal/iso4217/iso4217_gen.go | 38 ++++++++++++++++--- internal/iso4217/validate.go | 19 ++++++++-- internal/iso4217/validate_test.go | 19 ++++++++-- internal/usabbrev/usabbrev.go | 19 ++++++++-- internal/usabbrev/usabbrev_test.go | 19 ++++++++-- merge.go | 19 ++++++++-- merge_test.go | 19 ++++++++-- reader.go | 19 ++++++++-- reader_test.go | 19 ++++++++-- record_test.go | 19 ++++++++-- segmentFileConfiguration.go | 19 ++++++++-- segmentFileConfiguration_test.go | 19 ++++++++-- server/batches.go | 19 ++++++++-- server/batches_test.go | 19 ++++++++-- server/files.go | 19 ++++++++-- server/files_test.go | 19 ++++++++-- server/mock_test.go | 19 ++++++++-- server/repository.go | 19 ++++++++-- server/repository_test.go | 19 ++++++++-- server/routing.go | 19 ++++++++-- server/routing_test.go | 19 ++++++++-- server/server_test.go | 19 ++++++++-- server/service.go | 19 ++++++++-- server/service_test.go | 19 ++++++++-- server/test/issue403_test.go | 19 ++++++++-- test/ach-ack-read/main.go | 17 +++++++++ test/ach-ack-read/main_test.go | 17 +++++++++ test/ach-ack-write/main.go | 17 +++++++++ test/ach-ack-write/main_test.go | 17 +++++++++ test/ach-adv-read/main.go | 19 ++++++++-- test/ach-adv-read/main_test.go | 19 ++++++++-- test/ach-adv-write/main.go | 17 +++++++++ test/ach-adv-write/main_test.go | 17 +++++++++ test/ach-arc-read/main.go | 17 +++++++++ test/ach-arc-read/main_test.go | 17 +++++++++ test/ach-arc-write/main.go | 17 +++++++++ test/ach-arc-write/main_test.go | 17 +++++++++ test/ach-atx-read/main.go | 17 +++++++++ test/ach-atx-read/main_test.go | 17 +++++++++ test/ach-atx-write/main.go | 17 +++++++++ test/ach-atx-write/main_test.go | 17 +++++++++ test/ach-boc-read/main.go | 17 +++++++++ test/ach-boc-read/main_test.go | 17 +++++++++ test/ach-boc-write/main.go | 17 +++++++++ test/ach-boc-write/main_test.go | 17 +++++++++ test/ach-ccd-read/main.go | 17 +++++++++ test/ach-ccd-read/main_test.go | 17 +++++++++ test/ach-ccd-write/main.go | 17 +++++++++ test/ach-ccd-write/main_test.go | 17 +++++++++ test/ach-cie-read/main.go | 17 +++++++++ test/ach-cie-read/main_test.go | 17 +++++++++ test/ach-cie-write/main.go | 17 +++++++++ test/ach-cie-write/main_test.go | 17 +++++++++ test/ach-cor-read/main.go | 19 ++++++++-- test/ach-cor-read/main_test.go | 17 +++++++++ test/ach-cor-write/main.go | 17 +++++++++ test/ach-cor-write/main_test.go | 17 +++++++++ test/ach-ctx-read/main.go | 17 +++++++++ test/ach-ctx-read/main_test.go | 17 +++++++++ test/ach-ctx-write/main.go | 17 +++++++++ test/ach-ctx-write/main_test.go | 17 +++++++++ test/ach-dne-read/main.go | 17 +++++++++ test/ach-dne-read/main_test.go | 17 +++++++++ test/ach-dne-write/main.go | 17 +++++++++ test/ach-dne-write/main_test.go | 17 +++++++++ test/ach-enr-read/main.go | 17 +++++++++ test/ach-enr-read/main_test.go | 17 +++++++++ test/ach-enr-write/main.go | 17 +++++++++ test/ach-enr-write/main_test.go | 17 +++++++++ test/ach-iat-read/main.go | 17 +++++++++ test/ach-iat-read/main_test.go | 17 +++++++++ test/ach-iat-write/main.go | 17 +++++++++ test/ach-iat-write/main_test.go | 17 +++++++++ test/ach-mte-read/main.go | 17 +++++++++ test/ach-mte-read/main_test.go | 17 +++++++++ test/ach-mte-write/main.go | 17 +++++++++ test/ach-mte-write/main_test.go | 17 +++++++++ test/ach-pop-read/main.go | 17 +++++++++ test/ach-pop-read/main_test.go | 17 +++++++++ test/ach-pop-write/main.go | 17 +++++++++ test/ach-pop-write/main_test.go | 17 +++++++++ test/ach-pos-read/main.go | 17 +++++++++ test/ach-pos-read/main_test.go | 17 +++++++++ test/ach-pos-write/main.go | 17 +++++++++ test/ach-pos-write/main_test.go | 17 +++++++++ test/ach-ppd-read/main.go | 17 +++++++++ test/ach-ppd-read/main_test.go | 17 +++++++++ test/ach-ppd-write/main.go | 17 +++++++++ test/ach-ppd-write/main_test.go | 17 +++++++++ test/ach-rck-read/main.go | 17 +++++++++ test/ach-rck-read/main_test.go | 17 +++++++++ test/ach-rck-write/main.go | 17 +++++++++ test/ach-rck-write/main_test.go | 17 +++++++++ test/ach-shr-read/main.go | 17 +++++++++ test/ach-shr-read/main_test.go | 17 +++++++++ test/ach-shr-write/main.go | 17 +++++++++ test/ach-shr-write/main_test.go | 17 +++++++++ test/ach-tel-read/main.go | 17 +++++++++ test/ach-tel-read/main_test.go | 17 +++++++++ test/ach-tel-write/main.go | 17 +++++++++ test/ach-tel-write/main_test.go | 17 +++++++++ test/ach-trc-read/main.go | 17 +++++++++ test/ach-trc-read/main_test.go | 17 +++++++++ test/ach-trc-write/main.go | 17 +++++++++ test/ach-trc-write/main_test.go | 17 +++++++++ test/ach-trx-read/main.go | 17 +++++++++ test/ach-trx-read/main_test.go | 17 +++++++++ test/ach-trx-write/main.go | 17 +++++++++ test/ach-trx-write/main_test.go | 17 +++++++++ test/ach-web-read/main.go | 17 +++++++++ test/ach-web-read/main_test.go | 17 +++++++++ test/ach-web-write/main.go | 17 +++++++++ test/ach-web-write/main_test.go | 17 +++++++++ test/ach-xck-read/main.go | 17 +++++++++ test/ach-xck-read/main_test.go | 17 +++++++++ test/ach-xck-write/main.go | 17 +++++++++ test/ach-xck-write/main_test.go | 17 +++++++++ test/fuzz-reader/reader.go | 19 ++++++++-- test/fuzz-reader/reader_test.go | 19 ++++++++-- test/same-day-ach-ppd-read/main.go | 17 +++++++++ test/same-day-ach-ppd-read/main_test.go | 17 +++++++++ test/same-day-ach-ppd-write/main.go | 17 +++++++++ test/same-day-ach-ppd-write/main_test.go | 17 +++++++++ test/server-example/main.go | 19 ++++++++-- test/simple-file-creation/main.go | 17 +++++++++ test/simple-file-creation/main_test.go | 17 +++++++++ validators.go | 19 ++++++++-- validators_test.go | 19 ++++++++-- version.go | 19 ++++++++-- writer.go | 19 ++++++++-- writer_test.go | 19 ++++++++-- 301 files changed, 4978 insertions(+), 498 deletions(-) create mode 100755 NOTICE diff --git a/.gitignore b/.gitignore index c35f1b201..ce28c7815 100644 --- a/.gitignore +++ b/.gitignore @@ -50,4 +50,7 @@ tmp/ test/fuzz-reader/crashes test/fuzz-reader/suppressions test/fuzz-reader/*.zip -test/fuzz-reader/corpus/*.tar.gz \ No newline at end of file +test/fuzz-reader/corpus/*.tar.gz + +go-licenser*.tar.gz +go-licenser \ No newline at end of file diff --git a/NOTICE b/NOTICE new file mode 100755 index 000000000..94b8a23e9 --- /dev/null +++ b/NOTICE @@ -0,0 +1,20 @@ +ach +Copyright 2018-2019 The Moov Authors + +This product includes software developed at The Moov Authors and +third-party software developed by the licenses listed below. + +========================================================================= + +github.com/modern-go/concurrent Apache-2.0 +github.com/modern-go/reflect2 Apache-2.0 +github.com/moov-io/base Apache-2.0 +github.com/prometheus/client_golang Apache-2.0 +github.com/gorilla/mux BSD-3-Clause +github.com/rickar/cal BSD-3-Clause +github.com/vividcortex/gohistogram MIT +github.com/go-kit/kit MIT +github.com/go-stack/stack MIT +github.com/hashicorp/golang-lru MPL-2.0-no-copyleft-exception + +========================================================================= diff --git a/addenda02.go b/addenda02.go index be358b652..291c51c0f 100644 --- a/addenda02.go +++ b/addenda02.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/addenda02_test.go b/addenda02_test.go index 84c45ea03..f370a9e3f 100644 --- a/addenda02_test.go +++ b/addenda02_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/addenda05.go b/addenda05.go index 3da393c13..a4e201743 100644 --- a/addenda05.go +++ b/addenda05.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/addenda05_test.go b/addenda05_test.go index 78bee3ddf..99de0bf75 100644 --- a/addenda05_test.go +++ b/addenda05_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/addenda10.go b/addenda10.go index 950391375..56592c496 100644 --- a/addenda10.go +++ b/addenda10.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/addenda10_test.go b/addenda10_test.go index 8aad48dbb..a7876f6a8 100644 --- a/addenda10_test.go +++ b/addenda10_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/addenda11.go b/addenda11.go index 06f2098b9..0b253b1ac 100644 --- a/addenda11.go +++ b/addenda11.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/addenda11_test.go b/addenda11_test.go index 445a9fe94..40b1172cb 100644 --- a/addenda11_test.go +++ b/addenda11_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/addenda12.go b/addenda12.go index b26bd6a02..16bbde1af 100644 --- a/addenda12.go +++ b/addenda12.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/addenda12_test.go b/addenda12_test.go index ade288f22..10767a521 100644 --- a/addenda12_test.go +++ b/addenda12_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/addenda13.go b/addenda13.go index 33f6db082..cb9cce5b7 100644 --- a/addenda13.go +++ b/addenda13.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/addenda13_test.go b/addenda13_test.go index c6f088269..094385662 100644 --- a/addenda13_test.go +++ b/addenda13_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/addenda14.go b/addenda14.go index ee9727ec9..bc8b727b4 100644 --- a/addenda14.go +++ b/addenda14.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/addenda14_test.go b/addenda14_test.go index c1771456e..b73b199b5 100644 --- a/addenda14_test.go +++ b/addenda14_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/addenda15.go b/addenda15.go index 37cc82d94..d5788874e 100644 --- a/addenda15.go +++ b/addenda15.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/addenda15_test.go b/addenda15_test.go index c5071950d..a84fed250 100644 --- a/addenda15_test.go +++ b/addenda15_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/addenda16.go b/addenda16.go index 5571b2713..652570ba6 100644 --- a/addenda16.go +++ b/addenda16.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/addenda16_test.go b/addenda16_test.go index 4df503916..31e192534 100644 --- a/addenda16_test.go +++ b/addenda16_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/addenda17.go b/addenda17.go index 738cc568e..5b773917a 100644 --- a/addenda17.go +++ b/addenda17.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/addenda17_test.go b/addenda17_test.go index 83169460e..e15283218 100644 --- a/addenda17_test.go +++ b/addenda17_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/addenda18.go b/addenda18.go index b06d30ef8..a738a5960 100644 --- a/addenda18.go +++ b/addenda18.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/addenda18_test.go b/addenda18_test.go index 5148226f9..4350db7a7 100644 --- a/addenda18_test.go +++ b/addenda18_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/addenda98.go b/addenda98.go index 5741187de..774e69c2e 100644 --- a/addenda98.go +++ b/addenda98.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/addenda98_test.go b/addenda98_test.go index b470010c2..9143d8952 100644 --- a/addenda98_test.go +++ b/addenda98_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/addenda99.go b/addenda99.go index 2a4051842..13e2cf01f 100644 --- a/addenda99.go +++ b/addenda99.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/addenda99_test.go b/addenda99_test.go index e43f8f827..eb2a94dc3 100644 --- a/addenda99_test.go +++ b/addenda99_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/advBatchControl.go b/advBatchControl.go index 70615eda8..dbf1323d6 100644 --- a/advBatchControl.go +++ b/advBatchControl.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/advBatchControl_test.go b/advBatchControl_test.go index 3e3ef2dff..f75b5d84d 100644 --- a/advBatchControl_test.go +++ b/advBatchControl_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/advEntryDetail.go b/advEntryDetail.go index 824026def..4adcf443f 100644 --- a/advEntryDetail.go +++ b/advEntryDetail.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/advEntryDetail_test.go b/advEntryDetail_test.go index e79bc0f7c..7ba130b81 100644 --- a/advEntryDetail_test.go +++ b/advEntryDetail_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/advFileControl.go b/advFileControl.go index af770290a..8c29e5ee7 100644 --- a/advFileControl.go +++ b/advFileControl.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/advFileControl_test.go b/advFileControl_test.go index 054ca1ef5..db153c9a4 100644 --- a/advFileControl_test.go +++ b/advFileControl_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batch.go b/batch.go index 83b9285f3..a1b7d3e0e 100644 --- a/batch.go +++ b/batch.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchACK.go b/batchACK.go index 8592e4d5b..5e9fa6524 100644 --- a/batchACK.go +++ b/batchACK.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchACK_test.go b/batchACK_test.go index 19104ee99..45f8cf20a 100644 --- a/batchACK_test.go +++ b/batchACK_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchADV.go b/batchADV.go index 74ef2f7f7..e01ca7f9a 100644 --- a/batchADV.go +++ b/batchADV.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchADV_test.go b/batchADV_test.go index b1ec52418..72a995e2e 100644 --- a/batchADV_test.go +++ b/batchADV_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchARC.go b/batchARC.go index ad6b53494..b859e4543 100644 --- a/batchARC.go +++ b/batchARC.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchARC_test.go b/batchARC_test.go index f5dfaa0d6..2b2869ba4 100644 --- a/batchARC_test.go +++ b/batchARC_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchATX.go b/batchATX.go index 8b03a222c..7c54633eb 100644 --- a/batchATX.go +++ b/batchATX.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchATX_test.go b/batchATX_test.go index 8fd4537a7..260141558 100644 --- a/batchATX_test.go +++ b/batchATX_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchBOC.go b/batchBOC.go index c620c57eb..b0d794ccb 100644 --- a/batchBOC.go +++ b/batchBOC.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchBOC_test.go b/batchBOC_test.go index 09a3f28d7..bc6e8f2d7 100644 --- a/batchBOC_test.go +++ b/batchBOC_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchCCD.go b/batchCCD.go index cfed9d611..b6d25314c 100644 --- a/batchCCD.go +++ b/batchCCD.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchCCD_test.go b/batchCCD_test.go index 4718f80e7..4ade01119 100644 --- a/batchCCD_test.go +++ b/batchCCD_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchCIE.go b/batchCIE.go index 16281c2c1..471a68b0e 100644 --- a/batchCIE.go +++ b/batchCIE.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchCIE_test.go b/batchCIE_test.go index a75971c6f..e450cd6e8 100644 --- a/batchCIE_test.go +++ b/batchCIE_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchCOR.go b/batchCOR.go index d844cfb36..73838898b 100644 --- a/batchCOR.go +++ b/batchCOR.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchCOR_test.go b/batchCOR_test.go index 0acdebc47..41eb2d6ee 100644 --- a/batchCOR_test.go +++ b/batchCOR_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchCTX.go b/batchCTX.go index 6ce2e44d8..c816d3c95 100644 --- a/batchCTX.go +++ b/batchCTX.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchCTX_test.go b/batchCTX_test.go index 6dcb3fd45..9272221f5 100644 --- a/batchCTX_test.go +++ b/batchCTX_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchControl.go b/batchControl.go index 0cb682b12..bdd317410 100644 --- a/batchControl.go +++ b/batchControl.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchControl_test.go b/batchControl_test.go index bdfcfe4d1..cdc0b6e86 100644 --- a/batchControl_test.go +++ b/batchControl_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchDNE.go b/batchDNE.go index 139cfabab..e4ec4d083 100644 --- a/batchDNE.go +++ b/batchDNE.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchDNE_test.go b/batchDNE_test.go index b34ace875..91612ee61 100644 --- a/batchDNE_test.go +++ b/batchDNE_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchENR.go b/batchENR.go index b72578fb9..4fcecd6fd 100644 --- a/batchENR.go +++ b/batchENR.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchENR_test.go b/batchENR_test.go index 5a04361f5..52a11e33e 100644 --- a/batchENR_test.go +++ b/batchENR_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchErrors.go b/batchErrors.go index 8be02915e..3179d9c7a 100644 --- a/batchErrors.go +++ b/batchErrors.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchHeader.go b/batchHeader.go index 17320e770..0dbe41b81 100644 --- a/batchHeader.go +++ b/batchHeader.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchHeader_test.go b/batchHeader_test.go index da7d624f3..754b07306 100644 --- a/batchHeader_test.go +++ b/batchHeader_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchMTE.go b/batchMTE.go index bb8518f43..866afb480 100644 --- a/batchMTE.go +++ b/batchMTE.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchMTE_test.go b/batchMTE_test.go index 27275a0ea..f6c361616 100644 --- a/batchMTE_test.go +++ b/batchMTE_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchPOP.go b/batchPOP.go index 6281153a4..dd8844155 100644 --- a/batchPOP.go +++ b/batchPOP.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchPOP_test.go b/batchPOP_test.go index f9f1c9cb2..11e39e3b5 100644 --- a/batchPOP_test.go +++ b/batchPOP_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchPOS.go b/batchPOS.go index 84e592b6d..e03a66632 100644 --- a/batchPOS.go +++ b/batchPOS.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchPOS_test.go b/batchPOS_test.go index 1964988c7..bd5bbdebc 100644 --- a/batchPOS_test.go +++ b/batchPOS_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchPPD.go b/batchPPD.go index 0b1ce4e6b..fe602b97d 100644 --- a/batchPPD.go +++ b/batchPPD.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchPPD_test.go b/batchPPD_test.go index e981a0d18..bc6897687 100644 --- a/batchPPD_test.go +++ b/batchPPD_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchRCK.go b/batchRCK.go index 15eddb5c8..0c79c18dd 100644 --- a/batchRCK.go +++ b/batchRCK.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchRCK_test.go b/batchRCK_test.go index c1286ed30..45273febe 100644 --- a/batchRCK_test.go +++ b/batchRCK_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchSHR.go b/batchSHR.go index 32b8f1f1b..c2dfe846a 100644 --- a/batchSHR.go +++ b/batchSHR.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchSHR_test.go b/batchSHR_test.go index 8934062c6..67ad1ecb0 100644 --- a/batchSHR_test.go +++ b/batchSHR_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchTEL.go b/batchTEL.go index b9e19a390..cf390116d 100644 --- a/batchTEL.go +++ b/batchTEL.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchTEL_test.go b/batchTEL_test.go index 06d3690b4..20442eb52 100644 --- a/batchTEL_test.go +++ b/batchTEL_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchTRC.go b/batchTRC.go index 22ddfb81a..61441c6ec 100644 --- a/batchTRC.go +++ b/batchTRC.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchTRC_test.go b/batchTRC_test.go index 3cef546c4..caec9b515 100644 --- a/batchTRC_test.go +++ b/batchTRC_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchTRX.go b/batchTRX.go index 271ecbe73..5bcef6e97 100644 --- a/batchTRX.go +++ b/batchTRX.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchTRX_test.go b/batchTRX_test.go index fa51489a4..92b670492 100644 --- a/batchTRX_test.go +++ b/batchTRX_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchWEB_test.go b/batchWEB_test.go index 830c21c50..104134b63 100644 --- a/batchWEB_test.go +++ b/batchWEB_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchWeb.go b/batchWeb.go index 7b9196196..1fe15d5d4 100644 --- a/batchWeb.go +++ b/batchWeb.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchXCK.go b/batchXCK.go index f5fad526a..bba1215b6 100644 --- a/batchXCK.go +++ b/batchXCK.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batchXCK_test.go b/batchXCK_test.go index d14070a53..ea4c77488 100644 --- a/batchXCK_test.go +++ b/batchXCK_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batch_test.go b/batch_test.go index 070df5b4a..646cfd020 100644 --- a/batch_test.go +++ b/batch_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/batcher.go b/batcher.go index 962041428..f7177d9e5 100644 --- a/batcher.go +++ b/batcher.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/cmd/readACH/main.go b/cmd/readACH/main.go index 7a8947893..06a289fdb 100644 --- a/cmd/readACH/main.go +++ b/cmd/readACH/main.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package main diff --git a/cmd/readACH/main_test.go b/cmd/readACH/main_test.go index 7b628c9a9..375ff54cb 100644 --- a/cmd/readACH/main_test.go +++ b/cmd/readACH/main_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package main diff --git a/cmd/server/main.go b/cmd/server/main.go index db51c0ce9..49b9e91ed 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package main diff --git a/cmd/writeACH/main.go b/cmd/writeACH/main.go index 061086278..4d1c6f931 100644 --- a/cmd/writeACH/main.go +++ b/cmd/writeACH/main.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package main diff --git a/cmd/writeACH/main_test.go b/cmd/writeACH/main_test.go index 339dac197..f5a68aa08 100644 --- a/cmd/writeACH/main_test.go +++ b/cmd/writeACH/main_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package main diff --git a/converters.go b/converters.go index abba23f98..4331d9d19 100644 --- a/converters.go +++ b/converters.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/converters_test.go b/converters_test.go index 824d76603..3d265fda7 100644 --- a/converters_test.go +++ b/converters_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/doc.go b/doc.go index a64791a8c..371a56045 100644 --- a/doc.go +++ b/doc.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. // Package ach reads and writes Automated Clearing House (ACH) files. ACH is the // primary method of electronic money movement through the United States. diff --git a/entryDetail.go b/entryDetail.go index 446bfb15c..373879425 100644 --- a/entryDetail.go +++ b/entryDetail.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/entryDetail_test.go b/entryDetail_test.go index a6662bed8..4b82b1bd5 100644 --- a/entryDetail_test.go +++ b/entryDetail_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/examples/ach-ack-read/main.go b/examples/ach-ack-read/main.go index c5a26e3cd..a0ebeebf2 100644 --- a/examples/ach-ack-read/main.go +++ b/examples/ach-ack-read/main.go @@ -1,6 +1,19 @@ -// Copyright 2019 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package main diff --git a/examples/ach-ack-write/main.go b/examples/ach-ack-write/main.go index 4f5e13a35..8a05a1adf 100644 --- a/examples/ach-ack-write/main.go +++ b/examples/ach-ack-write/main.go @@ -1,6 +1,19 @@ -// Copyright 2019 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package main diff --git a/examples/ach-adv-read/main.go b/examples/ach-adv-read/main.go index 6f3aa0c98..e48cf5519 100644 --- a/examples/ach-adv-read/main.go +++ b/examples/ach-adv-read/main.go @@ -1,6 +1,19 @@ -// Copyright 2019 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package main diff --git a/examples/ach-adv-write/main.go b/examples/ach-adv-write/main.go index df4222493..36c874e5a 100644 --- a/examples/ach-adv-write/main.go +++ b/examples/ach-adv-write/main.go @@ -1,6 +1,19 @@ -// Copyright 2019 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package main diff --git a/examples/ach-arc-read/main.go b/examples/ach-arc-read/main.go index 251ed8356..3e65db92d 100644 --- a/examples/ach-arc-read/main.go +++ b/examples/ach-arc-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-arc-write/main.go b/examples/ach-arc-write/main.go index 2e84e0701..959185ca8 100644 --- a/examples/ach-arc-write/main.go +++ b/examples/ach-arc-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-atx-read/main.go b/examples/ach-atx-read/main.go index 7e8c8c2b0..4766c57a4 100644 --- a/examples/ach-atx-read/main.go +++ b/examples/ach-atx-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-atx-write/main.go b/examples/ach-atx-write/main.go index c13949600..1289c4409 100644 --- a/examples/ach-atx-write/main.go +++ b/examples/ach-atx-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-boc-read/main.go b/examples/ach-boc-read/main.go index 239d4c222..d0c2ea37a 100644 --- a/examples/ach-boc-read/main.go +++ b/examples/ach-boc-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-boc-write/main.go b/examples/ach-boc-write/main.go index a02b8abad..bd0c4fd1b 100644 --- a/examples/ach-boc-write/main.go +++ b/examples/ach-boc-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-ccd-read/main.go b/examples/ach-ccd-read/main.go index 74bc0d723..5b20a318b 100644 --- a/examples/ach-ccd-read/main.go +++ b/examples/ach-ccd-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-ccd-write/main.go b/examples/ach-ccd-write/main.go index 6b13016cb..e53a57d88 100644 --- a/examples/ach-ccd-write/main.go +++ b/examples/ach-ccd-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-cie-read/main.go b/examples/ach-cie-read/main.go index 0e2218ed0..40996c750 100644 --- a/examples/ach-cie-read/main.go +++ b/examples/ach-cie-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-cie-write/main.go b/examples/ach-cie-write/main.go index fe7793cfd..21b1c895b 100644 --- a/examples/ach-cie-write/main.go +++ b/examples/ach-cie-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-cor-read/main.go b/examples/ach-cor-read/main.go index a3da2a9f2..5470f787f 100644 --- a/examples/ach-cor-read/main.go +++ b/examples/ach-cor-read/main.go @@ -1,6 +1,19 @@ -// Copyright 2019 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package main diff --git a/examples/ach-cor-write/main.go b/examples/ach-cor-write/main.go index 30330779a..db264281c 100644 --- a/examples/ach-cor-write/main.go +++ b/examples/ach-cor-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-ctx-read/main.go b/examples/ach-ctx-read/main.go index c4116e4c1..c7e465f1e 100644 --- a/examples/ach-ctx-read/main.go +++ b/examples/ach-ctx-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-ctx-write/main.go b/examples/ach-ctx-write/main.go index 2305e794f..de4bd4c5e 100644 --- a/examples/ach-ctx-write/main.go +++ b/examples/ach-ctx-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-dne-read/main.go b/examples/ach-dne-read/main.go index ddec937bf..ea3e86921 100644 --- a/examples/ach-dne-read/main.go +++ b/examples/ach-dne-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-dne-write/main.go b/examples/ach-dne-write/main.go index 872020d97..f3e39ed7a 100644 --- a/examples/ach-dne-write/main.go +++ b/examples/ach-dne-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-enr-read/main.go b/examples/ach-enr-read/main.go index 16c306bfb..ca08fcdf5 100644 --- a/examples/ach-enr-read/main.go +++ b/examples/ach-enr-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-enr-write/main.go b/examples/ach-enr-write/main.go index d43b3042f..40e91b392 100644 --- a/examples/ach-enr-write/main.go +++ b/examples/ach-enr-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-iat-read-segmentFile/main.go b/examples/ach-iat-read-segmentFile/main.go index 8c99225dd..897f67e0d 100644 --- a/examples/ach-iat-read-segmentFile/main.go +++ b/examples/ach-iat-read-segmentFile/main.go @@ -1,6 +1,19 @@ -// Copyright 2019 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package main diff --git a/examples/ach-iat-read/main.go b/examples/ach-iat-read/main.go index 315dbfc6a..ec304292b 100644 --- a/examples/ach-iat-read/main.go +++ b/examples/ach-iat-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-iat-write-segmentFile/main.go b/examples/ach-iat-write-segmentFile/main.go index e53cf19f2..e9b94c0f2 100644 --- a/examples/ach-iat-write-segmentFile/main.go +++ b/examples/ach-iat-write-segmentFile/main.go @@ -1,6 +1,19 @@ -// Copyright 2019 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package main diff --git a/examples/ach-iat-write/main.go b/examples/ach-iat-write/main.go index 062e37a66..b6077b92a 100644 --- a/examples/ach-iat-write/main.go +++ b/examples/ach-iat-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-mte-read/main.go b/examples/ach-mte-read/main.go index de982cf7c..7ad014938 100644 --- a/examples/ach-mte-read/main.go +++ b/examples/ach-mte-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-mte-write/main.go b/examples/ach-mte-write/main.go index 60f2b007a..e2aaeb478 100644 --- a/examples/ach-mte-write/main.go +++ b/examples/ach-mte-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-pop-read/main.go b/examples/ach-pop-read/main.go index e49eb8650..990208982 100644 --- a/examples/ach-pop-read/main.go +++ b/examples/ach-pop-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-pop-write/main.go b/examples/ach-pop-write/main.go index edbfdbec1..b71760a8f 100644 --- a/examples/ach-pop-write/main.go +++ b/examples/ach-pop-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-pos-read/main.go b/examples/ach-pos-read/main.go index 32d776b4b..6e7b7c274 100644 --- a/examples/ach-pos-read/main.go +++ b/examples/ach-pos-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-pos-write/main.go b/examples/ach-pos-write/main.go index 4a09450c8..27f017209 100644 --- a/examples/ach-pos-write/main.go +++ b/examples/ach-pos-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-ppd-read-credit/main.go b/examples/ach-ppd-read-credit/main.go index a75aabb8d..9f890b169 100644 --- a/examples/ach-ppd-read-credit/main.go +++ b/examples/ach-ppd-read-credit/main.go @@ -1,6 +1,19 @@ -// Copyright 2019 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package main diff --git a/examples/ach-ppd-read-debit/main.go b/examples/ach-ppd-read-debit/main.go index 2156c562e..7d9ab27c0 100644 --- a/examples/ach-ppd-read-debit/main.go +++ b/examples/ach-ppd-read-debit/main.go @@ -1,6 +1,19 @@ -// Copyright 2019 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package main diff --git a/examples/ach-ppd-read-mixedDebitCredit/main.go b/examples/ach-ppd-read-mixedDebitCredit/main.go index 9f52be018..7977e0227 100644 --- a/examples/ach-ppd-read-mixedDebitCredit/main.go +++ b/examples/ach-ppd-read-mixedDebitCredit/main.go @@ -1,6 +1,19 @@ -// Copyright 2019 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package main diff --git a/examples/ach-ppd-read-segmentFile/main.go b/examples/ach-ppd-read-segmentFile/main.go index 84517a457..7a9a90b90 100644 --- a/examples/ach-ppd-read-segmentFile/main.go +++ b/examples/ach-ppd-read-segmentFile/main.go @@ -1,6 +1,19 @@ -// Copyright 2019 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package main diff --git a/examples/ach-ppd-read/main.go b/examples/ach-ppd-read/main.go index 74a70b41d..9dbfd1e46 100644 --- a/examples/ach-ppd-read/main.go +++ b/examples/ach-ppd-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-ppd-write-segmentFile/main.go b/examples/ach-ppd-write-segmentFile/main.go index c5ab113c1..8b47db98d 100644 --- a/examples/ach-ppd-write-segmentFile/main.go +++ b/examples/ach-ppd-write-segmentFile/main.go @@ -1,6 +1,19 @@ -// Copyright 2019 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package main diff --git a/examples/ach-ppd-write/main.go b/examples/ach-ppd-write/main.go index 6b0c2fea8..db67ebf4d 100644 --- a/examples/ach-ppd-write/main.go +++ b/examples/ach-ppd-write/main.go @@ -1,6 +1,19 @@ -// Copyright 2019 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package main diff --git a/examples/ach-ppd-write/main_test.go b/examples/ach-ppd-write/main_test.go index 45fcc779c..dd853403e 100644 --- a/examples/ach-ppd-write/main_test.go +++ b/examples/ach-ppd-write/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/examples/ach-rck-read/main.go b/examples/ach-rck-read/main.go index c6afb47b7..a0cdd2064 100644 --- a/examples/ach-rck-read/main.go +++ b/examples/ach-rck-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-rck-write/main.go b/examples/ach-rck-write/main.go index 2d2bc6858..bc618826e 100644 --- a/examples/ach-rck-write/main.go +++ b/examples/ach-rck-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-shr-read/main.go b/examples/ach-shr-read/main.go index 179ae9762..54787bcd3 100644 --- a/examples/ach-shr-read/main.go +++ b/examples/ach-shr-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-shr-write/main.go b/examples/ach-shr-write/main.go index e7cba5f09..e52b828fc 100644 --- a/examples/ach-shr-write/main.go +++ b/examples/ach-shr-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-tel-read/main.go b/examples/ach-tel-read/main.go index b05de7321..c7d8b46db 100644 --- a/examples/ach-tel-read/main.go +++ b/examples/ach-tel-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-tel-write/main.go b/examples/ach-tel-write/main.go index 198529850..bbfee93c3 100644 --- a/examples/ach-tel-write/main.go +++ b/examples/ach-tel-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-trc-read/main.go b/examples/ach-trc-read/main.go index 6404df52b..ee3562941 100644 --- a/examples/ach-trc-read/main.go +++ b/examples/ach-trc-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-trc-write/main.go b/examples/ach-trc-write/main.go index c358177f5..75e92c0b3 100644 --- a/examples/ach-trc-write/main.go +++ b/examples/ach-trc-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-trx-read/main.go b/examples/ach-trx-read/main.go index 64718b1fd..86c8b0133 100644 --- a/examples/ach-trx-read/main.go +++ b/examples/ach-trx-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-trx-write/main.go b/examples/ach-trx-write/main.go index 5a7a2428f..e17faf48f 100644 --- a/examples/ach-trx-write/main.go +++ b/examples/ach-trx-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-web-read/main.go b/examples/ach-web-read/main.go index fdc2ced65..cd052e85c 100644 --- a/examples/ach-web-read/main.go +++ b/examples/ach-web-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-web-write/main.go b/examples/ach-web-write/main.go index 4468af82a..6b44f7197 100644 --- a/examples/ach-web-write/main.go +++ b/examples/ach-web-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-xck-read/main.go b/examples/ach-xck-read/main.go index 98373c589..b8fd618b7 100644 --- a/examples/ach-xck-read/main.go +++ b/examples/ach-xck-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/ach-xck-write/main.go b/examples/ach-xck-write/main.go index 77069d81c..9b11754d7 100644 --- a/examples/ach-xck-write/main.go +++ b/examples/ach-xck-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/examples/http/main.go b/examples/http/main.go index 48927d80c..d65156a4d 100644 --- a/examples/http/main.go +++ b/examples/http/main.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. // Package main is an example for creating an Automated Clearing House (ACH) file with Moov's HTTP service. // To run this example first start the ach service locally: diff --git a/fieldErrors.go b/fieldErrors.go index bc9f00d6e..8a5244d7b 100644 --- a/fieldErrors.go +++ b/fieldErrors.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/file.go b/file.go index 8769219d8..e70b3a920 100644 --- a/file.go +++ b/file.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/fileControl.go b/fileControl.go index 81b2d3a23..15455d34c 100644 --- a/fileControl.go +++ b/fileControl.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/fileControl_test.go b/fileControl_test.go index 246445ad4..59d73a10b 100644 --- a/fileControl_test.go +++ b/fileControl_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/fileErrors.go b/fileErrors.go index 010b58ff9..164bbf5dc 100644 --- a/fileErrors.go +++ b/fileErrors.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/fileHeader.go b/fileHeader.go index c857f615f..1f576fbb4 100644 --- a/fileHeader.go +++ b/fileHeader.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/fileHeader_test.go b/fileHeader_test.go index 50d95f327..c327cfc4c 100644 --- a/fileHeader_test.go +++ b/fileHeader_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE File. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/file_test.go b/file_test.go index 7ec4c75b7..cc4781097 100644 --- a/file_test.go +++ b/file_test.go @@ -1,6 +1,19 @@ -// Copyright 2019 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/iatBatch.go b/iatBatch.go index c629b8586..fee76b0f8 100644 --- a/iatBatch.go +++ b/iatBatch.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/iatBatchHeader.go b/iatBatchHeader.go index 5316d110c..25672d0b7 100644 --- a/iatBatchHeader.go +++ b/iatBatchHeader.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/iatBatchHeader_test.go b/iatBatchHeader_test.go index 0109f8712..740096aeb 100644 --- a/iatBatchHeader_test.go +++ b/iatBatchHeader_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/iatBatch_test.go b/iatBatch_test.go index 6b673b57d..9a8becb80 100644 --- a/iatBatch_test.go +++ b/iatBatch_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/iatEntryDetail.go b/iatEntryDetail.go index 82aa8952e..722c89248 100644 --- a/iatEntryDetail.go +++ b/iatEntryDetail.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/iatEntryDetail_test.go b/iatEntryDetail_test.go index 9f6a99bcd..dbf246535 100644 --- a/iatEntryDetail_test.go +++ b/iatEntryDetail_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/internal/iso3166/iso3166.go b/internal/iso3166/iso3166.go index 63e6dac43..90f5bffbb 100644 --- a/internal/iso3166/iso3166.go +++ b/internal/iso3166/iso3166.go @@ -1,8 +1,21 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. -// Generated on 2019-01-21T12:30:39Z by adam, any modifications will be overwritten +// Generated on 2019-08-29T10:11:53Z by adam, any modifications will be overwritten package iso3166 var countryCodes = map[string]bool{ diff --git a/internal/iso3166/iso3166_gen.go b/internal/iso3166/iso3166_gen.go index 87ac0750f..a6964e39e 100644 --- a/internal/iso3166/iso3166_gen.go +++ b/internal/iso3166/iso3166_gen.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. // +build ignore @@ -51,9 +64,22 @@ func main() { // Write copyright header var buf bytes.Buffer - fmt.Fprintf(&buf, `// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. + fmt.Fprintf(&buf, `// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. // Generated on %s by %s, any modifications will be overwritten package iso3166 diff --git a/internal/iso3166/validate.go b/internal/iso3166/validate.go index b841c7efc..9d8c36f6c 100644 --- a/internal/iso3166/validate.go +++ b/internal/iso3166/validate.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package iso3166 diff --git a/internal/iso3166/validate_test.go b/internal/iso3166/validate_test.go index 6eafc09af..f2c075776 100644 --- a/internal/iso3166/validate_test.go +++ b/internal/iso3166/validate_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package iso3166 diff --git a/internal/iso4217/iso4217.go b/internal/iso4217/iso4217.go index 8c13810b1..36521652f 100644 --- a/internal/iso4217/iso4217.go +++ b/internal/iso4217/iso4217.go @@ -1,8 +1,21 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. -// Generated on 2019-01-21T12:30:42Z by adam, any modifications will be overwritten +// Generated on 2019-08-29T10:11:56Z by adam, any modifications will be overwritten package iso4217 var currencyCodes = map[string]bool{ diff --git a/internal/iso4217/iso4217_gen.go b/internal/iso4217/iso4217_gen.go index 5f9a6ecf9..d3898a8f9 100644 --- a/internal/iso4217/iso4217_gen.go +++ b/internal/iso4217/iso4217_gen.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. // +build ignore @@ -50,9 +63,22 @@ func main() { // Write copyright header var buf bytes.Buffer - fmt.Fprintf(&buf, `// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. + fmt.Fprintf(&buf, `// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. // Generated on %s by %s, any modifications will be overwritten package iso4217 diff --git a/internal/iso4217/validate.go b/internal/iso4217/validate.go index f49e56c41..13dc7ba8d 100644 --- a/internal/iso4217/validate.go +++ b/internal/iso4217/validate.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package iso4217 diff --git a/internal/iso4217/validate_test.go b/internal/iso4217/validate_test.go index f292566e7..1ba959396 100644 --- a/internal/iso4217/validate_test.go +++ b/internal/iso4217/validate_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package iso4217 diff --git a/internal/usabbrev/usabbrev.go b/internal/usabbrev/usabbrev.go index f2101f9cd..2f7829fe6 100644 --- a/internal/usabbrev/usabbrev.go +++ b/internal/usabbrev/usabbrev.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package usabbrev diff --git a/internal/usabbrev/usabbrev_test.go b/internal/usabbrev/usabbrev_test.go index 1c4f7585d..ad24b607f 100644 --- a/internal/usabbrev/usabbrev_test.go +++ b/internal/usabbrev/usabbrev_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package usabbrev diff --git a/merge.go b/merge.go index 4a9c17602..174ef5555 100644 --- a/merge.go +++ b/merge.go @@ -1,6 +1,19 @@ -// Copyright 2019 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/merge_test.go b/merge_test.go index dfb2ab948..724e23003 100644 --- a/merge_test.go +++ b/merge_test.go @@ -1,6 +1,19 @@ -// Copyright 2019 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/reader.go b/reader.go index 14f019d3d..a4ccd73af 100644 --- a/reader.go +++ b/reader.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/reader_test.go b/reader_test.go index 9705ad348..582866e01 100644 --- a/reader_test.go +++ b/reader_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/record_test.go b/record_test.go index 0064c6d11..1b96fd49f 100644 --- a/record_test.go +++ b/record_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/segmentFileConfiguration.go b/segmentFileConfiguration.go index 4eac3725d..40f63af8b 100644 --- a/segmentFileConfiguration.go +++ b/segmentFileConfiguration.go @@ -1,6 +1,19 @@ -// Copyright 2019 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/segmentFileConfiguration_test.go b/segmentFileConfiguration_test.go index b2506ee5b..12985b264 100644 --- a/segmentFileConfiguration_test.go +++ b/segmentFileConfiguration_test.go @@ -1,6 +1,19 @@ -// Copyright 2019 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/server/batches.go b/server/batches.go index 6b0b7041b..0b96bb961 100644 --- a/server/batches.go +++ b/server/batches.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package server diff --git a/server/batches_test.go b/server/batches_test.go index 4859ee7e9..a1055b5fb 100644 --- a/server/batches_test.go +++ b/server/batches_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package server diff --git a/server/files.go b/server/files.go index 0f1d2d4ee..bc3ae76b5 100644 --- a/server/files.go +++ b/server/files.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package server diff --git a/server/files_test.go b/server/files_test.go index 120c62348..a86d64704 100644 --- a/server/files_test.go +++ b/server/files_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package server diff --git a/server/mock_test.go b/server/mock_test.go index a1b0c9244..276982ece 100644 --- a/server/mock_test.go +++ b/server/mock_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package server diff --git a/server/repository.go b/server/repository.go index 72f7e133a..352fd717e 100644 --- a/server/repository.go +++ b/server/repository.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package server diff --git a/server/repository_test.go b/server/repository_test.go index 7b498ef76..2e1d54394 100644 --- a/server/repository_test.go +++ b/server/repository_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package server diff --git a/server/routing.go b/server/routing.go index de14b8f55..cca1df41b 100644 --- a/server/routing.go +++ b/server/routing.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package server diff --git a/server/routing_test.go b/server/routing_test.go index 342e4155c..c1d77a89c 100644 --- a/server/routing_test.go +++ b/server/routing_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package server diff --git a/server/server_test.go b/server/server_test.go index 761755b31..55f8e5e01 100644 --- a/server/server_test.go +++ b/server/server_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package server diff --git a/server/service.go b/server/service.go index 5986e2670..2996cf360 100644 --- a/server/service.go +++ b/server/service.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package server diff --git a/server/service_test.go b/server/service_test.go index 3f1503556..bd628af5d 100644 --- a/server/service_test.go +++ b/server/service_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package server diff --git a/server/test/issue403_test.go b/server/test/issue403_test.go index 98a7722ae..e540dce42 100644 --- a/server/test/issue403_test.go +++ b/server/test/issue403_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package test diff --git a/test/ach-ack-read/main.go b/test/ach-ack-read/main.go index 0d29c5326..158fd59f0 100644 --- a/test/ach-ack-read/main.go +++ b/test/ach-ack-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-ack-read/main_test.go b/test/ach-ack-read/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-ack-read/main_test.go +++ b/test/ach-ack-read/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-ack-write/main.go b/test/ach-ack-write/main.go index f554097eb..c1bea39f5 100644 --- a/test/ach-ack-write/main.go +++ b/test/ach-ack-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-ack-write/main_test.go b/test/ach-ack-write/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-ack-write/main_test.go +++ b/test/ach-ack-write/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-adv-read/main.go b/test/ach-adv-read/main.go index 85ea4604b..f93427185 100644 --- a/test/ach-adv-read/main.go +++ b/test/ach-adv-read/main.go @@ -1,6 +1,19 @@ -// Copyright 2019 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package main diff --git a/test/ach-adv-read/main_test.go b/test/ach-adv-read/main_test.go index bc64b2b58..dd853403e 100644 --- a/test/ach-adv-read/main_test.go +++ b/test/ach-adv-read/main_test.go @@ -1,6 +1,19 @@ -// Copyright 2019 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package main diff --git a/test/ach-adv-write/main.go b/test/ach-adv-write/main.go index 1797eccad..36c874e5a 100644 --- a/test/ach-adv-write/main.go +++ b/test/ach-adv-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-adv-write/main_test.go b/test/ach-adv-write/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-adv-write/main_test.go +++ b/test/ach-adv-write/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-arc-read/main.go b/test/ach-arc-read/main.go index 88d7e98ef..ae434b0c0 100644 --- a/test/ach-arc-read/main.go +++ b/test/ach-arc-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-arc-read/main_test.go b/test/ach-arc-read/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-arc-read/main_test.go +++ b/test/ach-arc-read/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-arc-write/main.go b/test/ach-arc-write/main.go index d6d21f85d..4d44e1bf2 100644 --- a/test/ach-arc-write/main.go +++ b/test/ach-arc-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-arc-write/main_test.go b/test/ach-arc-write/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-arc-write/main_test.go +++ b/test/ach-arc-write/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-atx-read/main.go b/test/ach-atx-read/main.go index b6625f201..53ed2af30 100644 --- a/test/ach-atx-read/main.go +++ b/test/ach-atx-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-atx-read/main_test.go b/test/ach-atx-read/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-atx-read/main_test.go +++ b/test/ach-atx-read/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-atx-write/main.go b/test/ach-atx-write/main.go index e6c121d08..7d9f6f584 100644 --- a/test/ach-atx-write/main.go +++ b/test/ach-atx-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-atx-write/main_test.go b/test/ach-atx-write/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-atx-write/main_test.go +++ b/test/ach-atx-write/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-boc-read/main.go b/test/ach-boc-read/main.go index dbff76e9c..2660a2004 100644 --- a/test/ach-boc-read/main.go +++ b/test/ach-boc-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-boc-read/main_test.go b/test/ach-boc-read/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-boc-read/main_test.go +++ b/test/ach-boc-read/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-boc-write/main.go b/test/ach-boc-write/main.go index a02b8abad..bd0c4fd1b 100644 --- a/test/ach-boc-write/main.go +++ b/test/ach-boc-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-boc-write/main_test.go b/test/ach-boc-write/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-boc-write/main_test.go +++ b/test/ach-boc-write/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-ccd-read/main.go b/test/ach-ccd-read/main.go index 0a7838431..45e57f6b6 100644 --- a/test/ach-ccd-read/main.go +++ b/test/ach-ccd-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-ccd-read/main_test.go b/test/ach-ccd-read/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-ccd-read/main_test.go +++ b/test/ach-ccd-read/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-ccd-write/main.go b/test/ach-ccd-write/main.go index 54a5652f9..e7777f2a9 100644 --- a/test/ach-ccd-write/main.go +++ b/test/ach-ccd-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-ccd-write/main_test.go b/test/ach-ccd-write/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-ccd-write/main_test.go +++ b/test/ach-ccd-write/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-cie-read/main.go b/test/ach-cie-read/main.go index e2bc417c5..ca4b48310 100644 --- a/test/ach-cie-read/main.go +++ b/test/ach-cie-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-cie-read/main_test.go b/test/ach-cie-read/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-cie-read/main_test.go +++ b/test/ach-cie-read/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-cie-write/main.go b/test/ach-cie-write/main.go index 01d216d70..eb51fd358 100644 --- a/test/ach-cie-write/main.go +++ b/test/ach-cie-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-cie-write/main_test.go b/test/ach-cie-write/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-cie-write/main_test.go +++ b/test/ach-cie-write/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-cor-read/main.go b/test/ach-cor-read/main.go index cc022d4dc..8e544e0a4 100644 --- a/test/ach-cor-read/main.go +++ b/test/ach-cor-read/main.go @@ -1,6 +1,19 @@ -// Copyright 2019 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package main diff --git a/test/ach-cor-read/main_test.go b/test/ach-cor-read/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-cor-read/main_test.go +++ b/test/ach-cor-read/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-cor-write/main.go b/test/ach-cor-write/main.go index c98e56557..eac46ee09 100644 --- a/test/ach-cor-write/main.go +++ b/test/ach-cor-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-cor-write/main_test.go b/test/ach-cor-write/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-cor-write/main_test.go +++ b/test/ach-cor-write/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-ctx-read/main.go b/test/ach-ctx-read/main.go index 2e3b2d981..6bf8f5320 100644 --- a/test/ach-ctx-read/main.go +++ b/test/ach-ctx-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-ctx-read/main_test.go b/test/ach-ctx-read/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-ctx-read/main_test.go +++ b/test/ach-ctx-read/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-ctx-write/main.go b/test/ach-ctx-write/main.go index 6944cce22..26115d674 100644 --- a/test/ach-ctx-write/main.go +++ b/test/ach-ctx-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-ctx-write/main_test.go b/test/ach-ctx-write/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-ctx-write/main_test.go +++ b/test/ach-ctx-write/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-dne-read/main.go b/test/ach-dne-read/main.go index 86e875933..ea2f3b1bb 100644 --- a/test/ach-dne-read/main.go +++ b/test/ach-dne-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-dne-read/main_test.go b/test/ach-dne-read/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-dne-read/main_test.go +++ b/test/ach-dne-read/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-dne-write/main.go b/test/ach-dne-write/main.go index 872020d97..f3e39ed7a 100644 --- a/test/ach-dne-write/main.go +++ b/test/ach-dne-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-dne-write/main_test.go b/test/ach-dne-write/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-dne-write/main_test.go +++ b/test/ach-dne-write/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-enr-read/main.go b/test/ach-enr-read/main.go index a7ce6c238..e3dc3c380 100644 --- a/test/ach-enr-read/main.go +++ b/test/ach-enr-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-enr-read/main_test.go b/test/ach-enr-read/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-enr-read/main_test.go +++ b/test/ach-enr-read/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-enr-write/main.go b/test/ach-enr-write/main.go index d43b3042f..40e91b392 100644 --- a/test/ach-enr-write/main.go +++ b/test/ach-enr-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-enr-write/main_test.go b/test/ach-enr-write/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-enr-write/main_test.go +++ b/test/ach-enr-write/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-iat-read/main.go b/test/ach-iat-read/main.go index a02300189..2203a6401 100644 --- a/test/ach-iat-read/main.go +++ b/test/ach-iat-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-iat-read/main_test.go b/test/ach-iat-read/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-iat-read/main_test.go +++ b/test/ach-iat-read/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-iat-write/main.go b/test/ach-iat-write/main.go index 062e37a66..b6077b92a 100644 --- a/test/ach-iat-write/main.go +++ b/test/ach-iat-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-iat-write/main_test.go b/test/ach-iat-write/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-iat-write/main_test.go +++ b/test/ach-iat-write/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-mte-read/main.go b/test/ach-mte-read/main.go index 062d8a3d3..4b9a86b63 100644 --- a/test/ach-mte-read/main.go +++ b/test/ach-mte-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-mte-read/main_test.go b/test/ach-mte-read/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-mte-read/main_test.go +++ b/test/ach-mte-read/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-mte-write/main.go b/test/ach-mte-write/main.go index 01c6a14c2..e868390a5 100644 --- a/test/ach-mte-write/main.go +++ b/test/ach-mte-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-mte-write/main_test.go b/test/ach-mte-write/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-mte-write/main_test.go +++ b/test/ach-mte-write/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-pop-read/main.go b/test/ach-pop-read/main.go index ec7725a27..3e9c1cbe4 100644 --- a/test/ach-pop-read/main.go +++ b/test/ach-pop-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-pop-read/main_test.go b/test/ach-pop-read/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-pop-read/main_test.go +++ b/test/ach-pop-read/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-pop-write/main.go b/test/ach-pop-write/main.go index edbfdbec1..b71760a8f 100644 --- a/test/ach-pop-write/main.go +++ b/test/ach-pop-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-pop-write/main_test.go b/test/ach-pop-write/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-pop-write/main_test.go +++ b/test/ach-pop-write/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-pos-read/main.go b/test/ach-pos-read/main.go index a3d117104..2001a0abe 100644 --- a/test/ach-pos-read/main.go +++ b/test/ach-pos-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-pos-read/main_test.go b/test/ach-pos-read/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-pos-read/main_test.go +++ b/test/ach-pos-read/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-pos-write/main.go b/test/ach-pos-write/main.go index 69ee7d45e..31a4286db 100644 --- a/test/ach-pos-write/main.go +++ b/test/ach-pos-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-pos-write/main_test.go b/test/ach-pos-write/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-pos-write/main_test.go +++ b/test/ach-pos-write/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-ppd-read/main.go b/test/ach-ppd-read/main.go index 7a954db9c..2f092461e 100644 --- a/test/ach-ppd-read/main.go +++ b/test/ach-ppd-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-ppd-read/main_test.go b/test/ach-ppd-read/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-ppd-read/main_test.go +++ b/test/ach-ppd-read/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-ppd-write/main.go b/test/ach-ppd-write/main.go index 1d42c4256..952cbd3a6 100644 --- a/test/ach-ppd-write/main.go +++ b/test/ach-ppd-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-ppd-write/main_test.go b/test/ach-ppd-write/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-ppd-write/main_test.go +++ b/test/ach-ppd-write/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-rck-read/main.go b/test/ach-rck-read/main.go index 8a311059a..8e2ef44d2 100644 --- a/test/ach-rck-read/main.go +++ b/test/ach-rck-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-rck-read/main_test.go b/test/ach-rck-read/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-rck-read/main_test.go +++ b/test/ach-rck-read/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-rck-write/main.go b/test/ach-rck-write/main.go index 2d2bc6858..bc618826e 100644 --- a/test/ach-rck-write/main.go +++ b/test/ach-rck-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-rck-write/main_test.go b/test/ach-rck-write/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-rck-write/main_test.go +++ b/test/ach-rck-write/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-shr-read/main.go b/test/ach-shr-read/main.go index 6e4c5b7a3..b50e65dac 100644 --- a/test/ach-shr-read/main.go +++ b/test/ach-shr-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-shr-read/main_test.go b/test/ach-shr-read/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-shr-read/main_test.go +++ b/test/ach-shr-read/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-shr-write/main.go b/test/ach-shr-write/main.go index b4e27ddff..34001ed7a 100644 --- a/test/ach-shr-write/main.go +++ b/test/ach-shr-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-shr-write/main_test.go b/test/ach-shr-write/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-shr-write/main_test.go +++ b/test/ach-shr-write/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-tel-read/main.go b/test/ach-tel-read/main.go index 4557eefbe..162fec9e7 100644 --- a/test/ach-tel-read/main.go +++ b/test/ach-tel-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-tel-read/main_test.go b/test/ach-tel-read/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-tel-read/main_test.go +++ b/test/ach-tel-read/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-tel-write/main.go b/test/ach-tel-write/main.go index 74cc2b8d5..cc857eb5a 100644 --- a/test/ach-tel-write/main.go +++ b/test/ach-tel-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-tel-write/main_test.go b/test/ach-tel-write/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-tel-write/main_test.go +++ b/test/ach-tel-write/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-trc-read/main.go b/test/ach-trc-read/main.go index 87595ec08..afcfb84d8 100644 --- a/test/ach-trc-read/main.go +++ b/test/ach-trc-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-trc-read/main_test.go b/test/ach-trc-read/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-trc-read/main_test.go +++ b/test/ach-trc-read/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-trc-write/main.go b/test/ach-trc-write/main.go index c358177f5..75e92c0b3 100644 --- a/test/ach-trc-write/main.go +++ b/test/ach-trc-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-trc-write/main_test.go b/test/ach-trc-write/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-trc-write/main_test.go +++ b/test/ach-trc-write/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-trx-read/main.go b/test/ach-trx-read/main.go index 7fcc01f8b..ec8217ee9 100644 --- a/test/ach-trx-read/main.go +++ b/test/ach-trx-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-trx-read/main_test.go b/test/ach-trx-read/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-trx-read/main_test.go +++ b/test/ach-trx-read/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-trx-write/main.go b/test/ach-trx-write/main.go index 54dbf7eca..edf5bf4e5 100644 --- a/test/ach-trx-write/main.go +++ b/test/ach-trx-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-trx-write/main_test.go b/test/ach-trx-write/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-trx-write/main_test.go +++ b/test/ach-trx-write/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-web-read/main.go b/test/ach-web-read/main.go index 2a74eba60..752e43cf9 100644 --- a/test/ach-web-read/main.go +++ b/test/ach-web-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-web-read/main_test.go b/test/ach-web-read/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-web-read/main_test.go +++ b/test/ach-web-read/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-web-write/main.go b/test/ach-web-write/main.go index ad2d110ac..52ff7338a 100644 --- a/test/ach-web-write/main.go +++ b/test/ach-web-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-web-write/main_test.go b/test/ach-web-write/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-web-write/main_test.go +++ b/test/ach-web-write/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-xck-read/main.go b/test/ach-xck-read/main.go index f64226d89..4958f1cd7 100644 --- a/test/ach-xck-read/main.go +++ b/test/ach-xck-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-xck-read/main_test.go b/test/ach-xck-read/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-xck-read/main_test.go +++ b/test/ach-xck-read/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/ach-xck-write/main.go b/test/ach-xck-write/main.go index 77069d81c..9b11754d7 100644 --- a/test/ach-xck-write/main.go +++ b/test/ach-xck-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/ach-xck-write/main_test.go b/test/ach-xck-write/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/ach-xck-write/main_test.go +++ b/test/ach-xck-write/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/fuzz-reader/reader.go b/test/fuzz-reader/reader.go index 30c7750d3..22eaa047b 100644 --- a/test/fuzz-reader/reader.go +++ b/test/fuzz-reader/reader.go @@ -1,6 +1,19 @@ -// Copyright 2019 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package fuzzreader diff --git a/test/fuzz-reader/reader_test.go b/test/fuzz-reader/reader_test.go index 182b1856a..45f79156d 100644 --- a/test/fuzz-reader/reader_test.go +++ b/test/fuzz-reader/reader_test.go @@ -1,6 +1,19 @@ -// Copyright 2019 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package fuzzreader diff --git a/test/same-day-ach-ppd-read/main.go b/test/same-day-ach-ppd-read/main.go index d6fa71e98..014d5d3cd 100644 --- a/test/same-day-ach-ppd-read/main.go +++ b/test/same-day-ach-ppd-read/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/same-day-ach-ppd-read/main_test.go b/test/same-day-ach-ppd-read/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/same-day-ach-ppd-read/main_test.go +++ b/test/same-day-ach-ppd-read/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/same-day-ach-ppd-write/main.go b/test/same-day-ach-ppd-write/main.go index e0c5e18b6..8da7d4c3a 100644 --- a/test/same-day-ach-ppd-write/main.go +++ b/test/same-day-ach-ppd-write/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/same-day-ach-ppd-write/main_test.go b/test/same-day-ach-ppd-write/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/same-day-ach-ppd-write/main_test.go +++ b/test/same-day-ach-ppd-write/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/test/server-example/main.go b/test/server-example/main.go index 4cb8c7d4d..6e61667ac 100644 --- a/test/server-example/main.go +++ b/test/server-example/main.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package serverexample diff --git a/test/simple-file-creation/main.go b/test/simple-file-creation/main.go index 600e2c3b9..989eb38cc 100644 --- a/test/simple-file-creation/main.go +++ b/test/simple-file-creation/main.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import ( diff --git a/test/simple-file-creation/main_test.go b/test/simple-file-creation/main_test.go index 45fcc779c..dd853403e 100644 --- a/test/simple-file-creation/main_test.go +++ b/test/simple-file-creation/main_test.go @@ -1,3 +1,20 @@ +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package main import "testing" diff --git a/validators.go b/validators.go index 04dc34b4d..69701722c 100644 --- a/validators.go +++ b/validators.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/validators_test.go b/validators_test.go index e7cddc8e0..4b6424a8e 100644 --- a/validators_test.go +++ b/validators_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/version.go b/version.go index 0e2ea9301..7291a60e4 100644 --- a/version.go +++ b/version.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/writer.go b/writer.go index 9f904436b..c692ebdb0 100644 --- a/writer.go +++ b/writer.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach diff --git a/writer_test.go b/writer_test.go index 02355b641..66e3802fe 100644 --- a/writer_test.go +++ b/writer_test.go @@ -1,6 +1,19 @@ -// Copyright 2018 The Moov Authors -// Use of this source code is governed by an Apache License -// license that can be found in the LICENSE file. +// Licensed to The Moov Authors under one or more contributor +// license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright +// ownership. The Moov Authors licenses this file to you under +// the Apache License, Version 2.0 (the "License"); you may +// not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package ach