Skip to content

Commit

Permalink
CHANGED: updated copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
andvgal committed Jan 26, 2020
1 parent ca25c5a commit 6eeb984
Show file tree
Hide file tree
Showing 306 changed files with 1,629 additions and 1,233 deletions.
16 changes: 16 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Copyright 2019 The Energi Core Authors
// This file is part of the Energi Core library.
//
// The Energi Core library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The Energi Core library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the Energi Core library. If not, see <http://www.gnu.org/licenses/>.

module.exports = {
"env": {
"commonjs": true,
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Andrey Galkin <[email protected]>
Jeffrey Dinh <[email protected]>
Migwi Ndung'u <[email protected]>
Ryan Lucchese <[email protected]>

# This is the official list of go-ethereum authors for copyright purposes.
Expand Down
9 changes: 5 additions & 4 deletions accounts/abi/bind/base.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
// Copyright 2018 The Energi Core Authors
// Copyright 2015 The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the Energi Core library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The Energi Core library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The go-ethereum library is distributed in the hope that it will be useful,
// The Energi Core library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// along with the Energi Core library. If not, see <http://www.gnu.org/licenses/>.

package bind

Expand Down
9 changes: 5 additions & 4 deletions accounts/abi/bind/base_test.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
// Copyright 2019 The Energi Core Authors
// Copyright 2018 The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the Energi Core library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The Energi Core library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The go-ethereum library is distributed in the hope that it will be useful,
// The Energi Core library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// along with the Energi Core library. If not, see <http://www.gnu.org/licenses/>.

package bind_test

Expand Down
9 changes: 5 additions & 4 deletions accounts/abi/bind/bind.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
// Copyright 2018 The Energi Core Authors
// Copyright 2016 The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the Energi Core library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The Energi Core library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The go-ethereum library is distributed in the hope that it will be useful,
// The Energi Core library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// along with the Energi Core library. If not, see <http://www.gnu.org/licenses/>.

// Package bind generates Ethereum contract Go bindings.
//
Expand Down
9 changes: 5 additions & 4 deletions accounts/abi/bind/bind_test.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
// Copyright 2018 The Energi Core Authors
// Copyright 2016 The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the Energi Core library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The Energi Core library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The go-ethereum library is distributed in the hope that it will be useful,
// The Energi Core library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// along with the Energi Core library. If not, see <http://www.gnu.org/licenses/>.

package bind

Expand Down
9 changes: 5 additions & 4 deletions accounts/abi/bind/template.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
// Copyright 2018 The Energi Core Authors
// Copyright 2016 The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the Energi Core library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The Energi Core library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The go-ethereum library is distributed in the hope that it will be useful,
// The Energi Core library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// along with the Energi Core library. If not, see <http://www.gnu.org/licenses/>.

package bind

Expand Down
9 changes: 5 additions & 4 deletions accounts/abi/bind/util_test.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
// Copyright 2018 The Energi Core Authors
// Copyright 2016 The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the Energi Core library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The Energi Core library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The go-ethereum library is distributed in the hope that it will be useful,
// The Energi Core library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// along with the Energi Core library. If not, see <http://www.gnu.org/licenses/>.

package bind_test

Expand Down
9 changes: 5 additions & 4 deletions accounts/abi/method_test.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
// Copyright 2018 The Energi Core Authors
// Copyright 2018 The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the Energi Core library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The Energi Core library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The go-ethereum library is distributed in the hope that it will be useful,
// The Energi Core library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// along with the Energi Core library. If not, see <http://www.gnu.org/licenses/>.

package abi

Expand Down
9 changes: 5 additions & 4 deletions accounts/abi/reflect_test.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
// Copyright 2019 The Energi Core Authors
// Copyright 2018 The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the Energi Core library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The Energi Core library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The go-ethereum library is distributed in the hope that it will be useful,
// The Energi Core library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// along with the Energi Core library. If not, see <http://www.gnu.org/licenses/>.

package abi

Expand Down
9 changes: 5 additions & 4 deletions accounts/accounts.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
// Copyright 2018 The Energi Core Authors
// Copyright 2017 The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the Energi Core library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The Energi Core library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The go-ethereum library is distributed in the hope that it will be useful,
// The Energi Core library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// along with the Energi Core library. If not, see <http://www.gnu.org/licenses/>.

// Package accounts implements high level Ethereum account management.
package accounts
Expand Down
9 changes: 5 additions & 4 deletions accounts/hd.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
// Copyright 2018 The Energi Core Authors
// Copyright 2017 The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the Energi Core library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The Energi Core library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The go-ethereum library is distributed in the hope that it will be useful,
// The Energi Core library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// along with the Energi Core library. If not, see <http://www.gnu.org/licenses/>.

package accounts

Expand Down
9 changes: 5 additions & 4 deletions accounts/hd_test.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
// Copyright 2018 The Energi Core Authors
// Copyright 2017 The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the Energi Core library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The Energi Core library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The go-ethereum library is distributed in the hope that it will be useful,
// The Energi Core library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// along with the Energi Core library. If not, see <http://www.gnu.org/licenses/>.

package accounts

Expand Down
9 changes: 5 additions & 4 deletions accounts/keystore/keystore.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
// Copyright 2018 The Energi Core Authors
// Copyright 2017 The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the Energi Core library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The Energi Core library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The go-ethereum library is distributed in the hope that it will be useful,
// The Energi Core library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// along with the Energi Core library. If not, see <http://www.gnu.org/licenses/>.

// Package keystore implements encrypted storage of secp256k1 private keys.
//
Expand Down
9 changes: 5 additions & 4 deletions accounts/keystore/keystore_test.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
// Copyright 2018 The Energi Core Authors
// Copyright 2017 The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the Energi Core library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The Energi Core library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The go-ethereum library is distributed in the hope that it will be useful,
// The Energi Core library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// along with the Energi Core library. If not, see <http://www.gnu.org/licenses/>.

package keystore

Expand Down
9 changes: 5 additions & 4 deletions accounts/keystore/wallet.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
// Copyright 2018 The Energi Core Authors
// Copyright 2017 The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the Energi Core library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The Energi Core library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The go-ethereum library is distributed in the hope that it will be useful,
// The Energi Core library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// along with the Energi Core library. If not, see <http://www.gnu.org/licenses/>.

package keystore

Expand Down
9 changes: 5 additions & 4 deletions accounts/url_test.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
// Copyright 2018 The Energi Core Authors
// Copyright 2018 The go-ethereum Authors
// This file is part of the go-ethereum library.
// This file is part of the Energi Core library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// The Energi Core library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The go-ethereum library is distributed in the hope that it will be useful,
// The Energi Core library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// along with the Energi Core library. If not, see <http://www.gnu.org/licenses/>.

package accounts

Expand Down
Loading

0 comments on commit 6eeb984

Please sign in to comment.