Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Commit dc8ff14

Browse files
committed
Update copyright notice
1 parent 0010bad commit dc8ff14

13 files changed

Lines changed: 13 additions & 12 deletions

File tree

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Paweł Bylica

cmake/HunterConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# evmone: Fast Ethereum Virtual Machine implementation
2-
# Copyright 2018 Pawel Bylica.
2+
# Copyright 2018-2019 The evmone Authors.
33
# Licensed under the Apache License, Version 2.0.
44

55
set(HUNTER_CONFIGURATION_TYPES Release CACHE STRING "Build type of Hunter packages")

include/evmone/evmone.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// evmone: Fast Ethereum Virtual Machine implementation
2-
// Copyright 2018 Pawel Bylica.
2+
// Copyright 2018-2019 The evmone Authors.
33
// Licensed under the Apache License, Version 2.0.
44

55
#include <evmc/evmc.h>

lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# evmone: Fast Ethereum Virtual Machine implementation
2-
# Copyright 2018 Pawel Bylica.
2+
# Copyright 2018-2019 The evmone Authors.
33
# Licensed under the Apache License, Version 2.0.
44

55
add_subdirectory(evmone)

lib/evmone/evmone.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// evmone: Fast Ethereum Virtual Machine implementation
2-
// Copyright 2018 Pawel Bylica.
2+
// Copyright 2018-2019 The evmone Authors.
33
// Licensed under the Apache License, Version 2.0.
44

55
/// @file

lib/evmone/execution.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// evmone: Fast Ethereum Virtual Machine implementation
2-
// Copyright 2018 Pawel Bylica.
2+
// Copyright 2018-2019 The evmone Authors.
33
// Licensed under the Apache License, Version 2.0.
44
#pragma once
55

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# evmone: Fast Ethereum Virtual Machine implementation
2-
# Copyright 2019 Pawel Bylica.
2+
# Copyright 2019 The evmone Authors.
33
# Licensed under the Apache License, Version 2.0.
44

55
include(GoogleTest)

test/benchmarks/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# evmone: Fast Ethereum Virtual Machine implementation
2-
# Copyright 2019 Pawel Bylica.
2+
# Copyright 2019 The evmone Authors.
33
# Licensed under the Apache License, Version 2.0.
44

55
hunter_add_package(benchmark)

test/benchmarks/benchmarks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// evmone: Fast Ethereum Virtual Machine implementation
2-
// Copyright 2019 Pawel Bylica.
2+
// Copyright 2019 The evmone Authors.
33
// Licensed under the Apache License, Version 2.0.
44

55
#include <evmone/evmone.h>

test/unittests/test_analysis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// evmone: Fast Ethereum Virtual Machine implementation
2-
// Copyright 2018 Pawel Bylica.
2+
// Copyright 2018-2019 The evmone Authors.
33
// Licensed under the Apache License, Version 2.0.
44

55
#include "utils.hpp"

0 commit comments

Comments
 (0)