mirror of
https://github.com/status-im/evmc.git
synced 2025-02-22 16:08:22 +00:00
Update copyright notice
This commit is contained in:
parent
3d8c0bf49d
commit
0659e24db0
@ -1,5 +1,5 @@
|
||||
# EVMC: Ethereum Client-VM Connector API.
|
||||
# Copyright 2018 Pawel Bylica.
|
||||
# Copyright 2018 The EVMC Authors.
|
||||
# Licensed under the MIT License. See the LICENSE file.
|
||||
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
@ -1,5 +1,5 @@
|
||||
// EVMC: Ethereum Client-VM Connector API.
|
||||
// Copyright 2018 Pawel Bylica.
|
||||
// Copyright 2018 The EVMC Authors.
|
||||
// Licensed under the MIT License. See the LICENSE file.
|
||||
|
||||
package evmc
|
||||
|
@ -1,5 +1,5 @@
|
||||
// EVMC: Ethereum Client-VM Connector API.
|
||||
// Copyright 2018 Pawel Bylica.
|
||||
// Copyright 2018 The EVMC Authors.
|
||||
// Licensed under the MIT License. See the LICENSE file.
|
||||
|
||||
package evmc
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* EVMC: Ethereum Client-VM Connector API.
|
||||
* Copyright 2018 Pawel Bylica.
|
||||
* Copyright 2018 The EVMC Authors.
|
||||
* Licensed under the MIT License. See the LICENSE file.
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// EVMC: Ethereum Client-VM Connector API.
|
||||
// Copyright 2018 Pawel Bylica.
|
||||
// Copyright 2018 The EVMC Authors.
|
||||
// Licensed under the MIT License. See the LICENSE file.
|
||||
|
||||
package evmc
|
||||
|
@ -1,5 +1,5 @@
|
||||
# EVMC: Ethereum Client-VM Connector API.
|
||||
# Copyright 2018 Pawel Bylica.
|
||||
# Copyright 2018 The EVMC Authors.
|
||||
# Licensed under the MIT License. See the LICENSE file.
|
||||
|
||||
# Setup Hunter.
|
||||
|
@ -1,5 +1,5 @@
|
||||
# EVMC: Ethereum Client-VM Connector API
|
||||
# Copyright 2018 Pawel Bylica.
|
||||
# Copyright 2018 The EVMC Authors.
|
||||
# Licensed under the MIT License. See the LICENSE file.
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* EVMC: Ethereum Client-VM Connector API.
|
||||
* Copyright 2018 Pawel Bylica.
|
||||
* Copyright 2018 The EVMC Authors.
|
||||
* Licensed under the MIT License. See the LICENSE file.
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# EVMC: Ethereum Client-VM Connector API.
|
||||
# Copyright 2018 Pawel Bylica.
|
||||
# Copyright 2018 The EVMC Authors.
|
||||
# Licensed under the MIT License. See the LICENSE file.
|
||||
|
||||
# This example shows how to use evmc INTERFACE library from evmc CMake package.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* EVMC: Ethereum Client-VM Connector API.
|
||||
* Copyright 2018 Pawel Bylica.
|
||||
* Copyright 2018 The EVMC Authors.
|
||||
* Licensed under the MIT License. See the LICENSE file.
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# EVMC: Ethereum Client-VM Connector API.
|
||||
# Copyright 2018 Pawel Bylica.
|
||||
# Copyright 2018 The EVMC Authors.
|
||||
# Licensed under the MIT License. See the LICENSE file.
|
||||
|
||||
# This example shows how to use evmc::instructions library from evmc CMake package.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* EVMC: Ethereum Client-VM Connector API.
|
||||
* Copyright 2018 Pawel Bylica.
|
||||
* Copyright 2018 The EVMC Authors.
|
||||
* Licensed under the MIT License. See the LICENSE file.
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* EVMC: Ethereum Client-VM Connector API.
|
||||
* Copyright 2018 Pawel Bylica.
|
||||
* Copyright 2018 The EVMC Authors.
|
||||
* Licensed under the MIT License. See the LICENSE file.
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* EVMC: Ethereum Client-VM Connector API.
|
||||
* Copyright 2018 Pawel Bylica.
|
||||
* Copyright 2018 The EVMC Authors.
|
||||
* Licensed under the MIT License. See the LICENSE file.
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* EVMC: Ethereum Client-VM Connector API.
|
||||
* Copyright 2018 Pawel Bylica.
|
||||
* Copyright 2018 The EVMC Authors.
|
||||
* Licensed under the MIT License. See the LICENSE file.
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* EVMC: Ethereum Client-VM Connector API.
|
||||
* Copyright 2018 Pawel Bylica.
|
||||
* Copyright 2018 The EVMC Authors.
|
||||
* Licensed under the MIT License. See the LICENSE file.
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# EVMC: Ethereum Client-VM Connector API.
|
||||
# Copyright 2018 Pawel Bylica.
|
||||
# Copyright 2018 The EVMC Authors.
|
||||
# Licensed under the MIT License. See the LICENSE file.
|
||||
|
||||
add_subdirectory(instructions)
|
||||
|
@ -1,5 +1,5 @@
|
||||
# EVMC: Ethereum Client-VM Connector API.
|
||||
# Copyright 2018 Pawel Bylica.
|
||||
# Copyright 2018 The EVMC Authors.
|
||||
# Licensed under the MIT License. See the LICENSE file.
|
||||
|
||||
add_library(
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* EVMC: Ethereum Client-VM Connector API.
|
||||
* Copyright 2018 Pawel Bylica.
|
||||
* Copyright 2018 The EVMC Authors.
|
||||
* Licensed under the MIT License. See the LICENSE file.
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* EVMC: Ethereum Client-VM Connector API.
|
||||
* Copyright 2018 Pawel Bylica.
|
||||
* Copyright 2018 The EVMC Authors.
|
||||
* Licensed under the MIT License. See the LICENSE file.
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# EVMC: Ethereum Client-VM Connector API.
|
||||
# Copyright 2018 Pawel Bylica.
|
||||
# Copyright 2018 The EVMC Authors.
|
||||
# Licensed under the MIT License. See the LICENSE file.
|
||||
|
||||
add_library(
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* EVMC: Ethereum Client-VM Connector API.
|
||||
* Copyright 2018 Pawel Bylica.
|
||||
* Copyright 2018 The EVMC Authors.
|
||||
* Licensed under the MIT License. See the LICENSE file.
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# EVMC: Ethereum Client-VM Connector API.
|
||||
# Copyright 2018 Pawel Bylica.
|
||||
# Copyright 2018 The EVMC Authors.
|
||||
# Licensed under the MIT License. See the LICENSE file.
|
||||
|
||||
hunter_add_package(GTest)
|
||||
|
@ -1,5 +1,5 @@
|
||||
# EVMC: Ethereum Client-VM Connector API.
|
||||
# Copyright 2018 Pawel Bylica.
|
||||
# Copyright 2018 The EVMC Authors.
|
||||
# Licensed under the MIT License. See the LICENSE file.
|
||||
|
||||
add_subdirectory(compilation)
|
||||
|
@ -1,5 +1,5 @@
|
||||
# EVMC: Ethereum Client-VM Connector API.
|
||||
# Copyright 2018 Pawel Bylica.
|
||||
# Copyright 2018 The EVMC Authors.
|
||||
# Licensed under the MIT License. See the LICENSE file.
|
||||
|
||||
add_library(test-compile-c99 STATIC compilation_test.c)
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* EVMC: Ethereum Client-VM Connector API.
|
||||
* Copyright 2018 Pawel Bylica.
|
||||
* Copyright 2018 The EVMC Authors.
|
||||
* Licensed under the MIT License. See the LICENSE file.
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# EVMC: Ethereum Client-VM Connector API.
|
||||
# Copyright 2018 Pawel Bylica.
|
||||
# Copyright 2018 The EVMC Authors.
|
||||
# Licensed under the MIT License. See the LICENSE file.
|
||||
|
||||
add_library(vm-mock SHARED vm_mock.c)
|
||||
|
@ -1,5 +1,5 @@
|
||||
// EVMC: Ethereum Client-VM Connector API.
|
||||
// Copyright 2018 Pawel Bylica.
|
||||
// Copyright 2018 The EVMC Authors.
|
||||
// Licensed under the MIT License. See the LICENSE file.
|
||||
|
||||
#include <evmc/instructions.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
// EVMC: Ethereum Client-VM Connector API.
|
||||
// Copyright 2018 Pawel Bylica.
|
||||
// Copyright 2018 The EVMC Authors.
|
||||
// Licensed under the MIT License. See the LICENSE file.
|
||||
|
||||
#include <evmc/loader.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* EVMC: Ethereum Client-VM Connector API.
|
||||
* Copyright 2018 Pawel Bylica.
|
||||
* Copyright 2018 The EVMC Authors.
|
||||
* Licensed under the MIT License. See the LICENSE file.
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# EVMC: Ethereum Client-VM Connector API.
|
||||
# Copyright 2018 Pawel Bylica.
|
||||
# Copyright 2018 The EVMC Authors.
|
||||
# Licensed under the MIT License. See the LICENSE file.
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
@ -1,5 +1,5 @@
|
||||
// EVMC -- Ethereum Client-VM Connector API
|
||||
// Copyright 2018 Pawel Bylica.
|
||||
// Copyright 2018 The EVMC Authors.
|
||||
// Licensed under the MIT License. See the LICENSE file.
|
||||
|
||||
#include "vmtester.hpp"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// EVMC: Ethereum Client-VM Connector API.
|
||||
// Copyright 2018 Pawel Bylica.
|
||||
// Copyright 2018 The EVMC Authors.
|
||||
// Licensed under the MIT License. See the LICENSE file.
|
||||
|
||||
#include "vmtester.hpp"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// EVMC: Ethereum Client-VM Connector API
|
||||
// Copyright 2018 Pawel Bylica.
|
||||
// Copyright 2018 The EVMC Authors.
|
||||
// Licensed under the MIT License. See the LICENSE file.
|
||||
|
||||
#pragma once
|
||||
|
Loading…
x
Reference in New Issue
Block a user