From b794007a523684b5c5bbceaeff749c0651c0cb56 Mon Sep 17 00:00:00 2001 From: debris Date: Thu, 8 Oct 2015 15:34:07 +0800 Subject: [PATCH] sed ethereum.js -> web3.js --- lib/contracts/GlobalRegistrar.json | 2 +- lib/contracts/ICAPRegistrar.json | 2 +- lib/contracts/SmartExchange.json | 2 +- lib/solidity/coder.js | 8 ++++---- lib/solidity/formatters.js | 8 ++++---- lib/solidity/param.js | 8 ++++---- lib/utils/config.js | 8 ++++---- lib/utils/sha3.js | 8 ++++---- lib/utils/utils.js | 8 ++++---- lib/web3/allevents.js | 8 ++++---- lib/web3/batch.js | 8 ++++---- lib/web3/contract.js | 8 ++++---- lib/web3/errors.js | 8 ++++---- lib/web3/event.js | 8 ++++---- lib/web3/filter.js | 8 ++++---- lib/web3/formatters.js | 8 ++++---- lib/web3/function.js | 8 ++++---- lib/web3/httpprovider.js | 8 ++++---- lib/web3/iban.js | 8 ++++---- lib/web3/ipcprovider.js | 8 ++++---- lib/web3/jsonrpc.js | 8 ++++---- lib/web3/method.js | 8 ++++---- lib/web3/methods/db.js | 8 ++++---- lib/web3/methods/eth.js | 8 ++++---- lib/web3/methods/net.js | 8 ++++---- lib/web3/methods/shh.js | 8 ++++---- lib/web3/methods/watches.js | 8 ++++---- lib/web3/namereg.js | 8 ++++---- lib/web3/property.js | 8 ++++---- lib/web3/requestmanager.js | 8 ++++---- lib/web3/syncing.js | 8 ++++---- lib/web3/transfer.js | 8 ++++---- 32 files changed, 119 insertions(+), 119 deletions(-) diff --git a/lib/contracts/GlobalRegistrar.json b/lib/contracts/GlobalRegistrar.json index a27c738..928e05f 100644 --- a/lib/contracts/GlobalRegistrar.json +++ b/lib/contracts/GlobalRegistrar.json @@ -251,4 +251,4 @@ "name": "PrimaryChanged", "type": "event" } -] \ No newline at end of file +] diff --git a/lib/contracts/ICAPRegistrar.json b/lib/contracts/ICAPRegistrar.json index 1bd45e2..429845d 100644 --- a/lib/contracts/ICAPRegistrar.json +++ b/lib/contracts/ICAPRegistrar.json @@ -105,4 +105,4 @@ "name": "Changed", "type": "event" } -] \ No newline at end of file +] diff --git a/lib/contracts/SmartExchange.json b/lib/contracts/SmartExchange.json index 501a67d..c0881d4 100644 --- a/lib/contracts/SmartExchange.json +++ b/lib/contracts/SmartExchange.json @@ -143,4 +143,4 @@ "name": "IcapTransfer", "type": "event" } -] \ No newline at end of file +] diff --git a/lib/solidity/coder.js b/lib/solidity/coder.js index b9dada1..76ef926 100644 --- a/lib/solidity/coder.js +++ b/lib/solidity/coder.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** * @file coder.js diff --git a/lib/solidity/formatters.js b/lib/solidity/formatters.js index 55d1b44..ac37e04 100644 --- a/lib/solidity/formatters.js +++ b/lib/solidity/formatters.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** * @file formatters.js diff --git a/lib/solidity/param.js b/lib/solidity/param.js index be17380..e06b592 100644 --- a/lib/solidity/param.js +++ b/lib/solidity/param.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** * @file param.js diff --git a/lib/utils/config.js b/lib/utils/config.js index 189d391..5c16262 100644 --- a/lib/utils/config.js +++ b/lib/utils/config.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** @file config.js * @authors: diff --git a/lib/utils/sha3.js b/lib/utils/sha3.js index 534651a..a7ce60a 100644 --- a/lib/utils/sha3.js +++ b/lib/utils/sha3.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** * @file sha3.js diff --git a/lib/utils/utils.js b/lib/utils/utils.js index 307e5e3..a8e3afb 100644 --- a/lib/utils/utils.js +++ b/lib/utils/utils.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** * @file utils.js diff --git a/lib/web3/allevents.js b/lib/web3/allevents.js index 802dbf2..cdc02e6 100644 --- a/lib/web3/allevents.js +++ b/lib/web3/allevents.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** * @file allevents.js diff --git a/lib/web3/batch.js b/lib/web3/batch.js index f31828c..acb6336 100644 --- a/lib/web3/batch.js +++ b/lib/web3/batch.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** * @file batch.js diff --git a/lib/web3/contract.js b/lib/web3/contract.js index 0aab28f..32845a4 100644 --- a/lib/web3/contract.js +++ b/lib/web3/contract.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** * @file contract.js diff --git a/lib/web3/errors.js b/lib/web3/errors.js index 484d241..8f03138 100644 --- a/lib/web3/errors.js +++ b/lib/web3/errors.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** * @file errors.js diff --git a/lib/web3/event.js b/lib/web3/event.js index 568670e..4f47ff2 100644 --- a/lib/web3/event.js +++ b/lib/web3/event.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** * @file event.js diff --git a/lib/web3/filter.js b/lib/web3/filter.js index d94d7e2..d6d9c77 100644 --- a/lib/web3/filter.js +++ b/lib/web3/filter.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** @file filter.js * @authors: diff --git a/lib/web3/formatters.js b/lib/web3/formatters.js index 16c80c6..0618b25 100644 --- a/lib/web3/formatters.js +++ b/lib/web3/formatters.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** * @file formatters.js diff --git a/lib/web3/function.js b/lib/web3/function.js index 4f3b88b..9e1cfbf 100644 --- a/lib/web3/function.js +++ b/lib/web3/function.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** * @file function.js diff --git a/lib/web3/httpprovider.js b/lib/web3/httpprovider.js index c964797..aafa5b6 100644 --- a/lib/web3/httpprovider.js +++ b/lib/web3/httpprovider.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** @file httpprovider.js * @authors: diff --git a/lib/web3/iban.js b/lib/web3/iban.js index 3235025..ea57f4d 100644 --- a/lib/web3/iban.js +++ b/lib/web3/iban.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** * @file iban.js diff --git a/lib/web3/ipcprovider.js b/lib/web3/ipcprovider.js index bb46fe7..5062d3b 100644 --- a/lib/web3/ipcprovider.js +++ b/lib/web3/ipcprovider.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** @file ipcprovider.js * @authors: diff --git a/lib/web3/jsonrpc.js b/lib/web3/jsonrpc.js index 29933b2..d6c0615 100644 --- a/lib/web3/jsonrpc.js +++ b/lib/web3/jsonrpc.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** @file jsonrpc.js * @authors: diff --git a/lib/web3/method.js b/lib/web3/method.js index 73cad60..ebedd02 100644 --- a/lib/web3/method.js +++ b/lib/web3/method.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** * @file method.js diff --git a/lib/web3/methods/db.js b/lib/web3/methods/db.js index 201639c..4b63960 100644 --- a/lib/web3/methods/db.js +++ b/lib/web3/methods/db.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** @file db.js * @authors: diff --git a/lib/web3/methods/eth.js b/lib/web3/methods/eth.js index d644929..ccd2f58 100644 --- a/lib/web3/methods/eth.js +++ b/lib/web3/methods/eth.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** * @file eth.js diff --git a/lib/web3/methods/net.js b/lib/web3/methods/net.js index 3ef9cdb..0fdb852 100644 --- a/lib/web3/methods/net.js +++ b/lib/web3/methods/net.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** @file eth.js * @authors: diff --git a/lib/web3/methods/shh.js b/lib/web3/methods/shh.js index f7b755b..c889cce 100644 --- a/lib/web3/methods/shh.js +++ b/lib/web3/methods/shh.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** @file shh.js * @authors: diff --git a/lib/web3/methods/watches.js b/lib/web3/methods/watches.js index 33957e6..23c7542 100644 --- a/lib/web3/methods/watches.js +++ b/lib/web3/methods/watches.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** @file watches.js * @authors: diff --git a/lib/web3/namereg.js b/lib/web3/namereg.js index eb6600d..4f0b11b 100644 --- a/lib/web3/namereg.js +++ b/lib/web3/namereg.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** * @file namereg.js diff --git a/lib/web3/property.js b/lib/web3/property.js index 0e6e482..7235b78 100644 --- a/lib/web3/property.js +++ b/lib/web3/property.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** * @file property.js diff --git a/lib/web3/requestmanager.js b/lib/web3/requestmanager.js index d27236d..4d1c95e 100644 --- a/lib/web3/requestmanager.js +++ b/lib/web3/requestmanager.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** * @file requestmanager.js diff --git a/lib/web3/syncing.js b/lib/web3/syncing.js index dfb5a05..ccd7acb 100644 --- a/lib/web3/syncing.js +++ b/lib/web3/syncing.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** @file syncing.js * @authors: diff --git a/lib/web3/transfer.js b/lib/web3/transfer.js index 9b75fdb..d1c3d89 100644 --- a/lib/web3/transfer.js +++ b/lib/web3/transfer.js @@ -1,18 +1,18 @@ /* - This file is part of ethereum.js. + This file is part of web3.js. - ethereum.js is free software: you can redistribute it and/or modify + web3.js 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. - ethereum.js is distributed in the hope that it will be useful, + web3.js 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 ethereum.js. If not, see . + along with web3.js. If not, see . */ /** * @file transfer.js