Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
b8bd9a71
Commit
b8bd9a71
authored
Nov 09, 2016
by
Felix Lange
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
all: update license information
parent
be386521
Changes
59
Hide whitespace changes
Inline
Side-by-side
Showing
59 changed files
with
251 additions
and
61 deletions
+251
-61
.mailmap
.mailmap
+28
-1
AUTHORS
AUTHORS
+28
-1
backend.go
accounts/abi/bind/backend.go
+1
-1
simulated.go
accounts/abi/bind/backends/simulated.go
+1
-1
base.go
accounts/abi/bind/base.go
+1
-1
update-license.go
build/update-license.go
+1
-0
version.go
cmd/utils/version.go
+1
-1
main.go
cmd/v5test/main.go
+1
-1
exp.go
common/math/exp.go
+16
-0
bridge.go
console/bridge.go
+1
-1
console.go
console/console.go
+1
-1
release.go
contracts/release/release.go
+1
-1
json_test.go
core/types/json_test.go
+16
-0
api_backend.go
eth/api_backend.go
+7
-7
bad_block.go
eth/bad_block.go
+1
-1
bind.go
eth/bind.go
+1
-1
db_upgrade.go
eth/db_upgrade.go
+1
-1
lightprice.go
eth/gasprice/lightprice.go
+1
-1
ethclient_test.go
ethclient/ethclient_test.go
+16
-0
azure.go
internal/build/azure.go
+1
-0
pgp.go
internal/build/pgp.go
+1
-0
api.go
internal/ethapi/api.go
+1
-1
backend.go
internal/ethapi/backend.go
+1
-1
pretty.go
internal/jsre/pretty.go
+1
-1
api_backend.go
les/api_backend.go
+8
-8
backend.go
les/backend.go
+1
-1
fetcher.go
les/fetcher.go
+1
-1
control.go
les/flowcontrol/control.go
+1
-1
manager.go
les/flowcontrol/manager.go
+1
-1
handler.go
les/handler.go
+1
-1
handler_test.go
les/handler_test.go
+16
-0
helper_test.go
les/helper_test.go
+16
-0
metrics.go
les/metrics.go
+1
-1
odr.go
les/odr.go
+2
-1
odr_peerset.go
les/odr_peerset.go
+2
-1
odr_requests.go
les/odr_requests.go
+1
-1
odr_test.go
les/odr_test.go
+16
-0
peer.go
les/peer.go
+1
-1
protocol.go
les/protocol.go
+1
-1
request_test.go
les/request_test.go
+16
-0
server.go
les/server.go
+1
-1
sync.go
les/sync.go
+1
-1
txrelay.go
les/txrelay.go
+2
-1
lightchain.go
light/lightchain.go
+2
-1
lightchain_test.go
light/lightchain_test.go
+1
-1
odr_test.go
light/odr_test.go
+16
-0
odr_util.go
light/odr_util.go
+2
-1
txpool.go
light/txpool.go
+1
-1
txpool_test.go
light/txpool_test.go
+1
-1
vm_env.go
light/vm_env.go
+1
-1
crypto.go
p2p/discv5/crypto.go
+1
-1
table.go
p2p/discv5/table.go
+1
-1
table_test.go
p2p/discv5/table_test.go
+1
-1
ticket.go
p2p/discv5/ticket.go
+1
-1
topic.go
p2p/discv5/topic.go
+1
-1
topic_test.go
p2p/discv5/topic_test.go
+1
-1
udp.go
p2p/discv5/udp.go
+1
-1
udp_test.go
p2p/discv5/udp_test.go
+1
-1
protocol_test.go
swarm/network/protocol_test.go
+1
-1
No files found.
.mailmap
View file @
b8bd9a71
...
...
@@ -17,6 +17,7 @@ Taylor Gerring <taylor.gerring@gmail.com> <taylor.gerring@ethereum.org>
Bas van Kervel <bas@ethdev.com>
Bas van Kervel <bas@ethdev.com> <basvankervel@ziggo.nl>
Bas van Kervel <bas@ethdev.com> <basvankervel@gmail.com>
Bas van Kervel <bas@ethdev.com> <bas-vk@users.noreply.github.com>
Sven Ehlert <sven@ethdev.com>
...
...
@@ -62,4 +63,30 @@ Joseph Chow <ethereum@outlook.com> ethers <TODO>
Enrique Fynn <enriquefynn@gmail.com>
Vincent G <caktux@gmail.com>
\ No newline at end of file
Vincent G <caktux@gmail.com>
RJ Catalano <rj@erisindustries.com>
Nchinda Nchinda <nchinda2@gmail.com>
Aron Fischer <homotopycolimit@users.noreply.github.com>
Vlad Gluhovsky <gluk256@users.noreply.github.com>
Ville Sundell <github@solarius.fi>
Elliot Shepherd <elliot@identitii.com>
Yohann Léon <sybiload@gmail.com>
Gregg Dourgarian <greggd@tempworks.com>
Casey Detrio <cdetrio@gmail.com>
Jens Agerberg <github@agerberg.me>
Nick Johnson <arachnid@notdot.net>
Henning Diedrich <hd@eonblast.com>
Henning Diedrich <hd@eonblast.com> Drake Burroughs <wildfyre@hotmail.com>
AUTHORS
View file @
b8bd9a71
# This is the official list of go-ethereum authors for copyright purposes.
Ales Katona <ales@coinbase.com>
Alex Leverington <alex@ethdev.com>
Alexandre Van de Sande <alex.vandesande@ethdev.com>
Aron Fischer <homotopycolimit@users.noreply.github.com>
Bas van Kervel <bas@ethdev.com>
Benjamin Brent <benjamin@benjaminbrent.com>
Casey Detrio <cdetrio@gmail.com>
Christoph Jentzsch <jentzsch.software@gmail.com>
Daniel A. Nagy <nagy.da@gmail.com>
Drake Burroughs <wildfyre@hotmail
.com>
Elliot Shepherd <elliot@identitii
.com>
Enrique Fynn <enriquefynn@gmail.com>
Ethan Buchman <ethan@coinculture.info>
Fabian Vogelsteller <fabian@frozeman.de>
Fabio Berger <fabioberger1991@gmail.com>
Felix Lange <fjl@twurst.com>
Gregg Dourgarian <greggd@tempworks.com>
Gustav Simonsson <gustav.simonsson@gmail.com>
Hao Bryan Cheng <haobcheng@gmail.com>
Henning Diedrich <hd@eonblast.com>
Isidoro Ghezzi <isidoro.ghezzi@icloud.com>
Jae Kwon <jkwon.work@gmail.com>
Jason Carver <jacarver@linkedin.com>
Jeff R. Allen <jra@nella.org>
Jeffrey Wilcke <jeffrey@ethereum.org>
Jens Agerberg <github@agerberg.me>
Jonathan Brown <jbrown@bluedroplet.com>
Joseph Chow <ethereum@outlook.com>
Justin Clark-Casey <justincc@justincc.org>
Kenji Siu <kenji@isuntv.com>
Kobi Gurkan <kobigurk@gmail.com>
Lefteris Karapetsas <lefteris@refu.co>
Leif Jurvetson <leijurv@gmail.com>
Maran Hidskes <maran.hidskes@gmail.com>
Marek Kotewicz <marek.kotewicz@gmail.com>
Martin Holst Swende <martin@swende.se>
Matthew Di Ferrante <mattdf@users.noreply.github.com>
Matthew Wampler-Doty <matthew.wampler.doty@gmail.com>
Nchinda Nchinda <nchinda2@gmail.com>
Nick Dodson <silentcicero@outlook.com>
Nick Johnson <arachnid@notdot.net>
Paulo L F Casaretto <pcasaretto@gmail.com>
Peter Pratscher <pratscher@gmail.com>
Péter Szilágyi <peterke@gmail.com>
RJ Catalano <rj@erisindustries.com>
Ramesh Nair <ram@hiddentao.com>
Ricardo Catalinas Jiménez <r@untroubled.be>
Rémy Roy <remyroy@remyroy.com>
Stein Dekker <dekker.stein@gmail.com>
Steven Roose <stevenroose@gmail.com>
Taylor Gerring <taylor.gerring@gmail.com>
Thomas Bocek <tom@tomp2p.net>
Tosh Camille <tochecamille@gmail.com>
Viktor Trón <viktor.tron@gmail.com>
Ville Sundell <github@solarius.fi>
Vincent G <caktux@gmail.com>
Vitalik Buterin <v@buterin.com>
Vlad Gluhovsky <gluk256@users.noreply.github.com>
Yohann Léon <sybiload@gmail.com>
Yoichi Hirai <i@yoichihirai.com>
Zsolt Felföldi <zsfelfoldi@gmail.com>
ΞTHΞЯSPHΞЯΞ <{viktor.tron,nagydani,zsfelfoldi}@gmail.com>
accounts/abi/bind/backend.go
View file @
b8bd9a71
// Copyright 201
6
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
accounts/abi/bind/backends/simulated.go
View file @
b8bd9a71
// Copyright 201
6
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
accounts/abi/bind/base.go
View file @
b8bd9a71
// Copyright 201
6
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
build/update-license.go
View file @
b8bd9a71
...
...
@@ -53,6 +53,7 @@ var (
"contracts/chequebook/contract/"
,
"contracts/ens/contract/"
,
"contracts/release/contract.go"
,
"p2p/discv5/nodeevent_string.go"
,
}
// paths with this prefix are licensed as GPL. all other files are LGPL.
...
...
cmd/utils/version.go
View file @
b8bd9a71
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of go-ethereum.
//
// go-ethereum is free software: you can redistribute it and/or modify
...
...
cmd/v5test/main.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of go-ethereum.
//
// go-ethereum is free software: you can redistribute it and/or modify
...
...
common/math/exp.go
View file @
b8bd9a71
// Copyright 2016 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum 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,
// 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/>.
package
math
import
(
...
...
console/bridge.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
console/console.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
contracts/release/release.go
View file @
b8bd9a71
// Copyright 201
6
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
core/types/json_test.go
View file @
b8bd9a71
// Copyright 2016 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum 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,
// 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/>.
package
types
import
(
...
...
eth/api_backend.go
View file @
b8bd9a71
// Copyright 2015 The go-ethereum Authors
// This file is part of
go-ethereum
.
// This file is part of
the go-ethereum library
.
//
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
//
The go-ethereum 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.
//
//
go-ethereum
is distributed in the hope that it will be useful,
//
The go-ethereum 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 General Public License for more details.
// GNU
Lesser
General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with
go-ethereum
. If not, see <http://www.gnu.org/licenses/>.
// 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/>.
package
eth
...
...
eth/bad_block.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
eth/bind.go
View file @
b8bd9a71
// Copyright 201
6
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
eth/db_upgrade.go
View file @
b8bd9a71
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
eth/gasprice/lightprice.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
ethclient/ethclient_test.go
View file @
b8bd9a71
// Copyright 2016 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum 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,
// 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/>.
package
ethclient
import
"github.com/ethereum/go-ethereum"
...
...
internal/build/azure.go
View file @
b8bd9a71
// Copyright 2016 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
internal/build/pgp.go
View file @
b8bd9a71
// Copyright 2016 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
internal/ethapi/api.go
View file @
b8bd9a71
// Copyright 201
6
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
internal/ethapi/backend.go
View file @
b8bd9a71
// Copyright 201
6
The go-ethereum Authors
// Copyright 201
5
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
internal/jsre/pretty.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
les/api_backend.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// This file is part of
go-ethereum
.
// Copyright 201
6
The go-ethereum Authors
// This file is part of
the go-ethereum library
.
//
//
go-ethereum
is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
//
The go-ethereum 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.
//
//
go-ethereum
is distributed in the hope that it will be useful,
//
The go-ethereum 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 General Public License for more details.
// GNU
Lesser
General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with
go-ethereum
. If not, see <http://www.gnu.org/licenses/>.
// 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/>.
package
les
...
...
les/backend.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
les/fetcher.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
les/flowcontrol/control.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
les/flowcontrol/manager.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
les/handler.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
les/handler_test.go
View file @
b8bd9a71
// Copyright 2016 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum 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,
// 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/>.
package
les
import
(
...
...
les/helper_test.go
View file @
b8bd9a71
// Copyright 2016 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum 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,
// 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/>.
// This file contains some shares testing functionality, common to multiple
// different files and modules being tested.
...
...
les/metrics.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
les/odr.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
@@ -13,6 +13,7 @@
//
// 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/>.
package
les
import
(
...
...
les/odr_peerset.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
@@ -13,6 +13,7 @@
//
// 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/>.
package
les
import
(
...
...
les/odr_requests.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
les/odr_test.go
View file @
b8bd9a71
// Copyright 2016 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum 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,
// 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/>.
package
les
import
(
...
...
les/peer.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
les/protocol.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
les/request_test.go
View file @
b8bd9a71
// Copyright 2016 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum 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,
// 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/>.
package
les
import
(
...
...
les/server.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
les/sync.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
les/txrelay.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
@@ -13,6 +13,7 @@
//
// 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/>.
package
les
import
(
...
...
light/lightchain.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
@@ -13,6 +13,7 @@
//
// 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/>.
package
light
import
(
...
...
light/lightchain_test.go
View file @
b8bd9a71
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
light/odr_test.go
View file @
b8bd9a71
// Copyright 2016 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum 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,
// 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/>.
package
light
import
(
...
...
light/odr_util.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
@@ -13,6 +13,7 @@
//
// 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/>.
package
light
import
(
...
...
light/txpool.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
light/txpool_test.go
View file @
b8bd9a71
// Copyright 201
4
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
light/vm_env.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
p2p/discv5/crypto.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
p2p/discv5/table.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
p2p/discv5/table_test.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
p2p/discv5/ticket.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
p2p/discv5/topic.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
p2p/discv5/topic_test.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
p2p/discv5/udp.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
p2p/discv5/udp_test.go
View file @
b8bd9a71
// Copyright 201
5
The go-ethereum Authors
// Copyright 201
6
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
swarm/network/protocol_test.go
View file @
b8bd9a71
// Copyright 201
6
The go-ethereum Authors
// Copyright 201
4
The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment