Browse Source

update to the correct file name

cl-refactor
Lu Guanqun 10 years ago
parent
commit
960f62b05a
  1. 2
      alethzero/OurWebThreeStubServer.cpp
  2. 2
      alethzero/OurWebThreeStubServer.h
  3. 2
      libdevcore/CommonData.cpp
  4. 2
      libdevcore/CommonData.h
  5. 2
      libdevcore/RangeMask.h
  6. 2
      libdevcrypto/OverlayDB.cpp
  7. 2
      libdevcrypto/OverlayDB.h
  8. 2
      libdevcrypto/SHA3.h
  9. 2
      libethereum/CommonNet.cpp
  10. 2
      libethereum/CommonNet.h
  11. 2
      libevmcore/Assembly.h
  12. 2
      libp2p/HostCapability.h
  13. 2
      libwhisper/Interface.h
  14. 2
      mix/CodeEditorExtensionManager.cpp
  15. 2
      mix/CodeEditorExtensionManager.h
  16. 2
      mix/ConstantCompilationCtrl.cpp
  17. 2
      mix/ConstantCompilationCtrl.h
  18. 2
      mix/ConstantCompilationModel.cpp
  19. 2
      mix/ConstantCompilationModel.h
  20. 2
      mix/Extension.cpp
  21. 2
      mix/Extension.h
  22. 2
      mix/MixApplication.cpp
  23. 2
      mix/MixApplication.h
  24. 2
      test/genesis.cpp
  25. 2
      test/hexPrefix.cpp

2
alethzero/OurWebThreeStubServer.cpp

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file OurWebThreeStubServer.h
/** @file OurWebThreeStubServer.cpp
* @author Gav Wood <i@gavwood.com>
* @date 2014
*/

2
alethzero/OurWebThreeStubServer.h

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file OurWebThreeStubServer.cpp
/** @file OurWebThreeStubServer.h
* @author Gav Wood <i@gavwood.com>
* @date 2014
*/

2
libdevcore/CommonData.cpp

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file Common.cpp
/** @file CommonData.cpp
* @author Gav Wood <i@gavwood.com>
* @date 2014
*/

2
libdevcore/CommonData.h

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file Common.h
/** @file CommonData.h
* @author Gav Wood <i@gavwood.com>
* @date 2014
*

2
libdevcore/RangeMask.h

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file EthereumHost.h
/** @file RangeMask.h
* @author Gav Wood <i@gavwood.com>
* @date 2014
*/

2
libdevcrypto/OverlayDB.cpp

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file TrieDB.cpp
/** @file OverlayDB.cpp
* @author Gav Wood <i@gavwood.com>
* @date 2014
*/

2
libdevcrypto/OverlayDB.h

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file MemoryDB.h
/** @file OverlayDB.h
* @author Gav Wood <i@gavwood.com>
* @date 2014
*/

2
libdevcrypto/SHA3.h

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file FixedHash.h
/** @file SHA3.h
* @author Gav Wood <i@gavwood.com>
* @date 2014
*

2
libethereum/CommonNet.cpp

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file PeerNetwork.cpp
/** @file CommonNet.cpp
* @author Gav Wood <i@gavwood.com>
* @date 2014
*/

2
libethereum/CommonNet.h

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file PeerNetwork.h
/** @file CommonNet.h
* @author Gav Wood <i@gavwood.com>
* @date 2014
*

2
libevmcore/Assembly.h

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file CodeFragment.h
/** @file Assembly.h
* @author Gav Wood <i@gavwood.com>
* @date 2014
*/

2
libp2p/HostCapability.h

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file Common.h
/** @file HostCapability.h
* @author Gav Wood <i@gavwood.com>
* @date 2014
*

2
libwhisper/Interface.h

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file WhisperHost.h
/** @file Interface.h
* @author Gav Wood <i@gavwood.com>
* @date 2014
*/

2
mix/CodeEditorExtensionManager.cpp

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file CodeEditorExtensionMan.cpp
/** @file CodeEditorExtensionManager.cpp
* @author Yann yann@ethdev.com
* @date 2014
* Ethereum IDE client.

2
mix/CodeEditorExtensionManager.h

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file CodeEditorExtensionMan.h
/** @file CodeEditorExtensionManager.h
* @author Yann yann@ethdev.com
* @date 2014
* Ethereum IDE client.

2
mix/ConstantCompilationCtrl.cpp

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file ConstantCompilation.cpp
/** @file ConstantCompilationCtrl.cpp
* @author Yann yann@ethdev.com
* @date 2014
* Ethereum IDE client.

2
mix/ConstantCompilationCtrl.h

@ -11,7 +11,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file ConstantCompilation.h
/** @file ConstantCompilationCtrl.h
* @author Yann yann@ethdev.com
* @date 2014
* Ethereum IDE client.

2
mix/ConstantCompilationModel.cpp

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file ApplicationCtx.h
/** @file ConstantCompilationModel.cpp
* @author Yann yann@ethdev.com
* @date 2014
* Ethereum IDE client.

2
mix/ConstantCompilationModel.h

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file ApplicationCtx.h
/** @file ConstantCompilationModel.h
* @author Yann yann@ethdev.com
* @date 2014
* Ethereum IDE client.

2
mix/Extension.cpp

@ -11,7 +11,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file Feature.cpp
/** @file Extension.cpp
* @author Yann yann@ethdev.com
* @date 2014
* Ethereum IDE client.

2
mix/Extension.h

@ -11,7 +11,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file Feature.h
/** @file Extension.h
* @author Yann yann@ethdev.com
* @date 2014
* Ethereum IDE client.

2
mix/MixApplication.cpp

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file main.cpp
/** @file MixApplication.cpp
* @author Yann yann@ethdev.com
* @date 2014
*/

2
mix/MixApplication.h

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file main.cpp
/** @file MixApplication.h
* @author Yann yann@ethdev.com
* @date 2014
* This class will be use instead of QApplication to launch the application. the method 'notify' allows to catch all exceptions.

2
test/genesis.cpp

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file trie.cpp
/** @file genesis.cpp
* @author Gav Wood <i@gavwood.com>
* @date 2014
* Trie test functions.

2
test/hexPrefix.cpp

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file main.cpp
/** @file hexPrefix.cpp
* @author Gav Wood <i@gavwood.com>
* @date 2014
* Main test functions.

Loading…
Cancel
Save