Skip to content

Commit 30ea67c

Browse files
committed
build: update Copyright headers for 2020
1 parent 64f328c commit 30ea67c

File tree

84 files changed

+134
-109
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+134
-109
lines changed

accountCreditedDrawdown.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

accountDebitedDrawdown.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

actualAmountPaid.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

additionaFIToFI.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

address.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

advice.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

amount.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

beneficiary.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

beneficiaryCustomer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

beneficiaryFI.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

beneficiaryIntermediaryFI.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

businessFunctionCode.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

charges.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

cmd/server/files.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

cmd/server/files_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

cmd/server/http.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

cmd/server/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

cmd/server/mock_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

55
package main
66

77
import (
8-
"github.com/moov-io/wire"
98
"time"
9+
10+
"github.com/moov-io/wire"
1011
)
1112

1213
/*func mockServiceInMemory() Storage {

errorWire.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

examples/bankDrawDownRequest-read/main.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

55
package main
66

77
import (
88
"fmt"
9-
"github.com/moov-io/wire"
109
"log"
1110
"os"
1211
"path/filepath"
12+
13+
"github.com/moov-io/wire"
1314
)
1415

1516
func main() {

examples/bankDrawDownRequest-write/main.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

55
package main
66

77
import (
8-
"github.com/moov-io/wire"
98
"log"
109
"os"
1110
"time"
11+
12+
"github.com/moov-io/wire"
1213
)
1314

1415
func main() {

examples/bankTransfer-read/main.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

55
package main
66

77
import (
88
"fmt"
9-
"github.com/moov-io/wire"
109
"log"
1110
"os"
1211
"path/filepath"
12+
13+
"github.com/moov-io/wire"
1314
)
1415

1516
func main() {

examples/bankTransfer-write/main.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

55
package main
66

77
import (
8-
"github.com/moov-io/wire"
98
"log"
109
"os"
1110
"time"
11+
12+
"github.com/moov-io/wire"
1213
)
1314

1415
func main() {

examples/checkSameDaySettlement-read/main.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

55
package main
66

77
import (
88
"fmt"
9-
"github.com/moov-io/wire"
109
"log"
1110
"os"
1211
"path/filepath"
12+
13+
"github.com/moov-io/wire"
1314
)
1415

1516
func main() {

examples/checkSameDaySettlement-write/main.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

55
package main
66

77
import (
8-
"github.com/moov-io/wire"
98
"log"
109
"os"
1110
"time"
11+
12+
"github.com/moov-io/wire"
1213
)
1314

1415
func main() {

examples/customerCorporateDrawDownRequest-read/main.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

55
package main
66

77
import (
88
"fmt"
9-
"github.com/moov-io/wire"
109
"log"
1110
"os"
1211
"path/filepath"
12+
13+
"github.com/moov-io/wire"
1314
)
1415

1516
func main() {

examples/customerCorporateDrawDownRequest-write/main.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

55
package main
66

77
import (
8-
"github.com/moov-io/wire"
98
"log"
109
"os"
1110
"time"
11+
12+
"github.com/moov-io/wire"
1213
)
1314

1415
func main() {

examples/customerTransfer-read/main.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

55
package main
66

77
import (
88
"fmt"
9-
"github.com/moov-io/wire"
109
"log"
1110
"os"
1211
"path/filepath"
12+
13+
"github.com/moov-io/wire"
1314
)
1415

1516
func main() {

examples/customerTransfer-write/main.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

55
package main
66

77
import (
8-
"github.com/moov-io/wire"
98
"log"
109
"os"
1110
"time"
11+
12+
"github.com/moov-io/wire"
1213
)
1314

1415
func main() {

examples/customerTransferPlus-read/main.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

55
package main
66

77
import (
88
"fmt"
9-
"github.com/moov-io/wire"
109
"log"
1110
"os"
1211
"path/filepath"
12+
13+
"github.com/moov-io/wire"
1314
)
1415

1516
func main() {

examples/customerTransferPlus-write/main.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

55
package main
66

77
import (
8-
"github.com/moov-io/wire"
98
"log"
109
"os"
1110
"time"
11+
12+
"github.com/moov-io/wire"
1213
)
1314

1415
func main() {

examples/customerTransferPlusCOVS-read/main.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

55
package main
66

77
import (
88
"fmt"
9-
"github.com/moov-io/wire"
109
"log"
1110
"os"
1211
"path/filepath"
12+
13+
"github.com/moov-io/wire"
1314
)
1415

1516
func main() {

examples/customerTransferPlusCOVS-write/main.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
// Copyright 2019 The Moov Authors
1+
// Copyright 2020 The Moov Authors
22
// Use of this source code is governed by an Apache License
33
// license that can be found in the LICENSE file.
44

55
package main
66

77
import (
8-
"github.com/moov-io/wire"
98
"log"
109
"os"
1110
"time"
11+
12+
"github.com/moov-io/wire"
1213
)
1314

1415
func main() {

0 commit comments

Comments
 (0)