Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit b212789

Browse files
authored
Fix typos in file headers (#5702)
Fix typos in file headers
2 parents 697f1fb + 2cec4fb commit b212789

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Aleth: Ethereum C++ client, tools and libraries.
2-
# Copyright 2018 Aleth Autors.
2+
# Copyright 2019 Aleth Authors.
33
# Licensed under the GNU General Public License, Version 3. See the LICENSE file.
44

55
cmake_minimum_required(VERSION 3.9.3)

libaleth-interpreter/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Aleth: Ethereum C++ client, tools and libraries.
2-
# Copyright 2018 Aleth Autors.
2+
# Copyright 2019 Aleth Authors.
33
# Licensed under the GNU General Public License, Version 3. See the LICENSE file.
44

55
set(

libaleth-interpreter/interpreter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Aleth: Ethereum C++ client, tools and libraries.
2-
* Copyright 2018 Aleth Autors.
2+
* Copyright 2019 Aleth Authors.
33
* Licensed under the GNU General Public License, Version 3. See the LICENSE file.
44
*/
55

libdevcore/RLP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Aleth: Ethereum C++ client, tools and libraries.
2-
* Copyright 2018 Aleth Autors.
2+
* Copyright 2019 Aleth Authors.
33
* Licensed under the GNU General Public License, Version 3. See the LICENSE file.
44
*/
55

test/unittests/libdevcore/RLP.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Aleth: Ethereum C++ client, tools and libraries.
2-
* Copyright 2018 Aleth Autors.
2+
* Copyright 2019 Aleth Authors.
33
* Licensed under the GNU General Public License, Version 3. See the LICENSE file.
44
*/
55

0 commit comments

Comments
 (0)