Skip to content

Commit cea2c0e

Browse files
fjlobscuren
authored andcommitted
all: fix license headers one more time
I forgot to update one instance of "go-ethereum" in commit 3f047be. Conflicts: common/config.go
1 parent b738172 commit cea2c0e

File tree

311 files changed

+311
-311
lines changed

Some content is hidden

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

311 files changed

+311
-311
lines changed

accounts/abi/abi.go

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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.

0 commit comments

Comments
 (0)