Skip to content

Commit bfbcfbe

Browse files
committed
all: fix license headers one more time
I forgot to update one instance of "go-ethereum" in commit 3f047be.
1 parent 0428cae commit bfbcfbe

File tree

312 files changed

+312
-312
lines changed

Some content is hidden

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

312 files changed

+312
-312
lines changed

accounts/abi/abi.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

accounts/abi/abi_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

accounts/abi/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

accounts/abi/numbers.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

accounts/abi/numbers_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

accounts/abi/type.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

accounts/account_manager.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

accounts/accounts_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

build/update-license.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ var licenseT = template.Must(template.New("").Parse(`
6868
// Copyright {{.Year}} The go-ethereum Authors
6969
// This file is part of {{.Whole false}}.
7070
//
71-
// go-ethereum is free software: you can redistribute it and/or modify
71+
// {{.Whole true}} is free software: you can redistribute it and/or modify
7272
// it under the terms of the GNU {{.License}} as published by
7373
// the Free Software Foundation, either version 3 of the License, or
7474
// (at your option) any later version.

common/big.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2014 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/big_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2014 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/bytes.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2014 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/bytes_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2014 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/compiler/solidity.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/compiler/solidity_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2014 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/db.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2014 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/debug.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/docserver/docserver.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/docserver/docserver_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/list.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2014 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/main_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2014 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/math/dist.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/math/dist_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/natspec/natspec.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/natspec/natspec_e2e_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/natspec/natspec_js.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/natspec/natspec_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/number/int.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/number/uint_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/package.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2014 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/path.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2014 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/path_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2014 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/registrar/contracts.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/registrar/ethreg/ethreg.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/registrar/registrar.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/registrar/registrar_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/rlp.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2014 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/rlp_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2014 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/size.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2014 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/size_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2014 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/test_utils.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

common/types_template.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2015 The go-ethereum Authors
22
// This file is part of the go-ethereum library.
33
//
4-
// go-ethereum is free software: you can redistribute it and/or modify
4+
// The go-ethereum library is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Lesser General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.

0 commit comments

Comments
 (0)