diff --git a/LICENSE b/LICENSE index 367ab84..af5ff8e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Kuan-Chen,Lai +Copyright (c) Kuan-Cheng,Lai Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/Eth.php b/src/Eth.php index 09e63b8..bb9bb2c 100644 --- a/src/Eth.php +++ b/src/Eth.php @@ -3,6 +3,8 @@ /** * This file is part of web3.php package. * + * (c) Kuan-Cheng,Lai + * * @author Peter Lai * @license MIT */ diff --git a/src/Net.php b/src/Net.php index 5f87939..77a9451 100644 --- a/src/Net.php +++ b/src/Net.php @@ -3,6 +3,8 @@ /** * This file is part of web3.php package. * + * (c) Kuan-Cheng,Lai + * * @author Peter Lai * @license MIT */ diff --git a/src/Providers/HttpProvider.php b/src/Providers/HttpProvider.php index cdb2a4c..68f266b 100644 --- a/src/Providers/HttpProvider.php +++ b/src/Providers/HttpProvider.php @@ -3,6 +3,8 @@ /** * This file is part of web3.php package. * + * (c) Kuan-Cheng,Lai + * * @author Peter Lai * @license MIT */ diff --git a/src/Providers/IProvider.php b/src/Providers/IProvider.php index 2ad7287..c9751a9 100644 --- a/src/Providers/IProvider.php +++ b/src/Providers/IProvider.php @@ -3,6 +3,8 @@ /** * This file is part of web3.php package. * + * (c) Kuan-Cheng,Lai + * * @author Peter Lai * @license MIT */ diff --git a/src/Providers/Provider.php b/src/Providers/Provider.php index 8414a45..c370f9b 100644 --- a/src/Providers/Provider.php +++ b/src/Providers/Provider.php @@ -3,6 +3,8 @@ /** * This file is part of web3.php package. * + * (c) Kuan-Cheng,Lai + * * @author Peter Lai * @license MIT */ diff --git a/src/RequestManagers/HttpRequestManager.php b/src/RequestManagers/HttpRequestManager.php index 73929e8..21b116b 100644 --- a/src/RequestManagers/HttpRequestManager.php +++ b/src/RequestManagers/HttpRequestManager.php @@ -3,6 +3,8 @@ /** * This file is part of web3.php package. * + * (c) Kuan-Cheng,Lai + * * @author Peter Lai * @license MIT */ diff --git a/src/RequestManagers/IRequestManager.php b/src/RequestManagers/IRequestManager.php index f69e520..8056051 100644 --- a/src/RequestManagers/IRequestManager.php +++ b/src/RequestManagers/IRequestManager.php @@ -3,6 +3,8 @@ /** * This file is part of web3.php package. * + * (c) Kuan-Cheng,Lai + * * @author Peter Lai * @license MIT */ diff --git a/src/RequestManagers/RequestManager.php b/src/RequestManagers/RequestManager.php index a87bd1e..6f5ed83 100644 --- a/src/RequestManagers/RequestManager.php +++ b/src/RequestManagers/RequestManager.php @@ -3,6 +3,8 @@ /** * This file is part of web3.php package. * + * (c) Kuan-Cheng,Lai + * * @author Peter Lai * @license MIT */ diff --git a/src/Validators/AddressValidator.php b/src/Validators/AddressValidator.php index 2d1664d..0de7a28 100644 --- a/src/Validators/AddressValidator.php +++ b/src/Validators/AddressValidator.php @@ -3,6 +3,8 @@ /** * This file is part of web3.php package. * + * (c) Kuan-Cheng,Lai + * * @author Peter Lai * @license MIT */ diff --git a/src/Validators/BlockHashValidator.php b/src/Validators/BlockHashValidator.php index 37e31e9..3af31e8 100644 --- a/src/Validators/BlockHashValidator.php +++ b/src/Validators/BlockHashValidator.php @@ -3,6 +3,8 @@ /** * This file is part of web3.php package. * + * (c) Kuan-Cheng,Lai + * * @author Peter Lai * @license MIT */ diff --git a/src/Validators/BooleanValidator.php b/src/Validators/BooleanValidator.php index fd5909b..a6b99be 100644 --- a/src/Validators/BooleanValidator.php +++ b/src/Validators/BooleanValidator.php @@ -3,6 +3,8 @@ /** * This file is part of web3.php package. * + * (c) Kuan-Cheng,Lai + * * @author Peter Lai * @license MIT */ diff --git a/src/Validators/FilterValidator.php b/src/Validators/FilterValidator.php index 8110710..bcebe40 100644 --- a/src/Validators/FilterValidator.php +++ b/src/Validators/FilterValidator.php @@ -3,6 +3,8 @@ /** * This file is part of web3.php package. * + * (c) Kuan-Cheng,Lai + * * @author Peter Lai * @license MIT */ diff --git a/src/Validators/HexValidator.php b/src/Validators/HexValidator.php index 28bbc61..30b5500 100644 --- a/src/Validators/HexValidator.php +++ b/src/Validators/HexValidator.php @@ -3,6 +3,8 @@ /** * This file is part of web3.php package. * + * (c) Kuan-Cheng,Lai + * * @author Peter Lai * @license MIT */ diff --git a/src/Validators/IValidators.php b/src/Validators/IValidators.php index d2bc71a..804961d 100644 --- a/src/Validators/IValidators.php +++ b/src/Validators/IValidators.php @@ -3,6 +3,8 @@ /** * This file is part of web3.php package. * + * (c) Kuan-Cheng,Lai + * * @author Peter Lai * @license MIT */ diff --git a/src/Validators/NonceValidator.php b/src/Validators/NonceValidator.php index 849d472..b64bcd2 100644 --- a/src/Validators/NonceValidator.php +++ b/src/Validators/NonceValidator.php @@ -3,6 +3,8 @@ /** * This file is part of web3.php package. * + * (c) Kuan-Cheng,Lai + * * @author Peter Lai * @license MIT */ diff --git a/src/Validators/QuantityValidator.php b/src/Validators/QuantityValidator.php index f360a5e..99345f1 100644 --- a/src/Validators/QuantityValidator.php +++ b/src/Validators/QuantityValidator.php @@ -3,6 +3,8 @@ /** * This file is part of web3.php package. * + * (c) Kuan-Cheng,Lai + * * @author Peter Lai * @license MIT */ diff --git a/src/Validators/StringValidator.php b/src/Validators/StringValidator.php index c743145..5e49239 100644 --- a/src/Validators/StringValidator.php +++ b/src/Validators/StringValidator.php @@ -3,6 +3,8 @@ /** * This file is part of web3.php package. * + * (c) Kuan-Cheng,Lai + * * @author Peter Lai * @license MIT */ diff --git a/src/Validators/TagValidator.php b/src/Validators/TagValidator.php index b4e00bc..05d3f2e 100644 --- a/src/Validators/TagValidator.php +++ b/src/Validators/TagValidator.php @@ -3,6 +3,8 @@ /** * This file is part of web3.php package. * + * (c) Kuan-Cheng,Lai + * * @author Peter Lai * @license MIT */ diff --git a/src/Validators/TransactionValidator.php b/src/Validators/TransactionValidator.php index f0c3d4a..3961736 100644 --- a/src/Validators/TransactionValidator.php +++ b/src/Validators/TransactionValidator.php @@ -3,6 +3,8 @@ /** * This file is part of web3.php package. * + * (c) Kuan-Cheng,Lai + * * @author Peter Lai * @license MIT */ diff --git a/src/Web3.php b/src/Web3.php index 18685a0..918a7ae 100644 --- a/src/Web3.php +++ b/src/Web3.php @@ -3,6 +3,8 @@ /** * This file is part of web3.php package. * + * (c) Kuan-Cheng,Lai + * * @author Peter Lai * @license MIT */