Merge pull request #246 from ethereum/copyright-year

Update copyright year, include the years of files creation
This commit is contained in:
Paweł Bylica 2019-04-24 19:33:06 +02:00 committed by GitHub
commit e3eae5e49f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
49 changed files with 81 additions and 58 deletions

View File

@ -1,5 +1,5 @@
# EVMC: Ethereum Client-VM Connector API. # EVMC: Ethereum Client-VM Connector API.
# Copyright 2019 The EVMC Authors. # Copyright 2016-2019 The EVMC Authors.
# Licensed under the Apache License, Version 2.0. # Licensed under the Apache License, Version 2.0.
cmake_minimum_required(VERSION 3.5) cmake_minimum_required(VERSION 3.5)

View File

@ -1,5 +1,5 @@
// EVMC: Ethereum Client-VM Connector API. // EVMC: Ethereum Client-VM Connector API.
// Copyright 2019 The EVMC Authors. // Copyright 2018-2019 The EVMC Authors.
// Licensed under the Apache License, Version 2.0. // Licensed under the Apache License, Version 2.0.
package evmc package evmc

View File

@ -1,5 +1,5 @@
// EVMC: Ethereum Client-VM Connector API. // EVMC: Ethereum Client-VM Connector API.
// Copyright 2019 The EVMC Authors. // Copyright 2018-2019 The EVMC Authors.
// Licensed under the Apache License, Version 2.0. // Licensed under the Apache License, Version 2.0.
//go:generate gcc -shared ../../../examples/example_vm.c -I../../../include -o example_vm.so //go:generate gcc -shared ../../../examples/example_vm.c -I../../../include -o example_vm.so

View File

@ -1,6 +1,6 @@
/* EVMC: Ethereum Client-VM Connector API. /* EVMC: Ethereum Client-VM Connector API.
* Copyright 2018 The EVMC Authors. * Copyright 2018-2019 The EVMC Authors.
* Licensed under the Apache License, Version 2.0. See the LICENSE file. * Licensed under the Apache License, Version 2.0.
*/ */
#include "_cgo_export.h" #include "_cgo_export.h"

View File

@ -1,5 +1,5 @@
// EVMC: Ethereum Client-VM Connector API. // EVMC: Ethereum Client-VM Connector API.
// Copyright 2019 The EVMC Authors. // Copyright 2018-2019 The EVMC Authors.
// Licensed under the Apache License, Version 2.0. // Licensed under the Apache License, Version 2.0.
package evmc package evmc

View File

@ -1,5 +1,5 @@
// EVMC: Ethereum Client-VM Connector API. // EVMC: Ethereum Client-VM Connector API.
// Copyright 2019 The EVMC Authors. // Copyright 2018-2019 The EVMC Authors.
// Licensed under the Apache License, Version 2.0. // Licensed under the Apache License, Version 2.0.
package evmc package evmc

View File

@ -1,3 +1,7 @@
# EVMC: Ethereum Client-VM Connector API.
# Copyright 2019 The EVMC Authors.
# Licensed under the Apache License, Version 2.0.
[package] [package]
name = "evmc-sys" name = "evmc-sys"
version = "6.2.0-dev" version = "6.2.0-dev"

View File

@ -1,3 +1,8 @@
/* EVMC: Ethereum Client-VM Connector API.
* Copyright 2019 The EVMC Authors.
* Licensed under the Apache License, Version 2.0.
*/
extern crate bindgen; extern crate bindgen;
use std::env; use std::env;

View File

@ -1,3 +1,8 @@
/* EVMC: Ethereum Client-VM Connector API.
* Copyright 2019 The EVMC Authors.
* Licensed under the Apache License, Version 2.0.
*/
#![allow(non_upper_case_globals)] #![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)] #![allow(non_camel_case_types)]
#![allow(non_snake_case)] #![allow(non_snake_case)]

View File

@ -1,3 +1,7 @@
# EVMC: Ethereum Client-VM Connector API.
# Copyright 2019 The EVMC Authors.
# Licensed under the Apache License, Version 2.0.
[package] [package]
name = "evmc-vm" name = "evmc-vm"
version = "6.2.0-dev" version = "6.2.0-dev"

View File

@ -1,3 +1,8 @@
/* EVMC: Ethereum Client-VM Connector API.
* Copyright 2019 The EVMC Authors.
* Licensed under the Apache License, Version 2.0.
*/
pub extern crate evmc_sys; pub extern crate evmc_sys;
pub use evmc_sys as ffi; pub use evmc_sys as ffi;

View File

@ -1,5 +1,5 @@
# EVMC: Ethereum Client-VM Connector API. # EVMC: Ethereum Client-VM Connector API.
# Copyright 2019 The EVMC Authors. # Copyright 2018-2019 The EVMC Authors.
# Licensed under the Apache License, Version 2.0. # Licensed under the Apache License, Version 2.0.
# Setup Hunter. # Setup Hunter.

View File

@ -1,5 +1,5 @@
# EVMC: Ethereum Client-VM Connector API. # EVMC: Ethereum Client-VM Connector API.
# Copyright 2019 The EVMC Authors. # Copyright 2016-2019 The EVMC Authors.
# Licensed under the Apache License, Version 2.0. # Licensed under the Apache License, Version 2.0.
include(GNUInstallDirs) include(GNUInstallDirs)

View File

@ -1,6 +1,6 @@
/* EVMC: Ethereum Client-VM Connector API. /* EVMC: Ethereum Client-VM Connector API.
* Copyright 2018 The EVMC Authors. * Copyright 2016-2019 The EVMC Authors.
* Licensed under the Apache License, Version 2.0. See the LICENSE file. * Licensed under the Apache License, Version 2.0.
*/ */
#include "example_host.h" #include "example_host.h"

View File

@ -1,5 +1,5 @@
/* EVMC: Ethereum Client-VM Connector API. /* EVMC: Ethereum Client-VM Connector API.
* Copyright 2019 The EVMC Authors. * Copyright 2016-2019 The EVMC Authors.
* Licensed under the Apache License, Version 2.0. * Licensed under the Apache License, Version 2.0.
*/ */

View File

@ -1,5 +1,5 @@
/* EVMC: Ethereum Client-VM Connector API. /* EVMC: Ethereum Client-VM Connector API.
* Copyright 2019 The EVMC Authors. * Copyright 2016-2019 The EVMC Authors.
* Licensed under the Apache License, Version 2.0. * Licensed under the Apache License, Version 2.0.
*/ */

View File

@ -1,5 +1,5 @@
/* EVMC: Ethereum Client-VM Connector API. /* EVMC: Ethereum Client-VM Connector API.
* Copyright 2019 The EVMC Authors. * Copyright 2016-2019 The EVMC Authors.
* Licensed under the Apache License, Version 2.0. * Licensed under the Apache License, Version 2.0.
*/ */

View File

@ -1,6 +1,6 @@
/* EVMC: Ethereum Client-VM Connector API. /* EVMC: Ethereum Client-VM Connector API.
* Copyright 2018 The EVMC Authors. * Copyright 2018-2019 The EVMC Authors.
* Licensed under the Apache License, Version 2.0. See the LICENSE file. * Licensed under the Apache License, Version 2.0.
*/ */
#pragma once #pragma once

View File

@ -1,6 +1,6 @@
# EVMC: Ethereum Client-VM Connector API. # EVMC: Ethereum Client-VM Connector API.
# Copyright 2018 The EVMC Authors. # Copyright 2018-2019 The EVMC Authors.
# Licensed under the Apache License, Version 2.0. See the LICENSE file. # Licensed under the Apache License, Version 2.0.
# This example shows how to use evmc INTERFACE library from evmc CMake package. # This example shows how to use evmc INTERFACE library from evmc CMake package.

View File

@ -1,6 +1,6 @@
/* EVMC: Ethereum Client-VM Connector API. /* EVMC: Ethereum Client-VM Connector API.
* Copyright 2018 The EVMC Authors. * Copyright 2018-2019 The EVMC Authors.
* Licensed under the Apache License, Version 2.0. See the LICENSE file. * Licensed under the Apache License, Version 2.0.
*/ */
/** This example shows how to use evmc INTERFACE library from evmc CMake package. */ /** This example shows how to use evmc INTERFACE library from evmc CMake package. */

View File

@ -1,6 +1,6 @@
# EVMC: Ethereum Client-VM Connector API. # EVMC: Ethereum Client-VM Connector API.
# Copyright 2018 The EVMC Authors. # Copyright 2018-2019 The EVMC Authors.
# Licensed under the Apache License, Version 2.0. See the LICENSE file. # Licensed under the Apache License, Version 2.0.
# This example shows how to use evmc::instructions library from evmc CMake package. # This example shows how to use evmc::instructions library from evmc CMake package.

View File

@ -1,5 +1,5 @@
/* EVMC: Ethereum Client-VM Connector API. /* EVMC: Ethereum Client-VM Connector API.
* Copyright 2019 The EVMC Authors. * Copyright 2018-2019 The EVMC Authors.
* Licensed under the Apache License, Version 2.0. * Licensed under the Apache License, Version 2.0.
*/ */

View File

@ -2,7 +2,7 @@
* EVMC: Ethereum Client-VM Connector API * EVMC: Ethereum Client-VM Connector API
* *
* @copyright * @copyright
* Copyright 2019 The EVMC Authors. * Copyright 2016-2019 The EVMC Authors.
* Licensed under the Apache License, Version 2.0. * Licensed under the Apache License, Version 2.0.
* *
* @defgroup EVMC EVMC * @defgroup EVMC EVMC

View File

@ -1,5 +1,5 @@
/* EVMC: Ethereum Client-VM Connector API. /* EVMC: Ethereum Client-VM Connector API.
* Copyright 2019 The EVMC Authors. * Copyright 2018-2019 The EVMC Authors.
* Licensed under the Apache License, Version 2.0. * Licensed under the Apache License, Version 2.0.
*/ */

View File

@ -1,6 +1,6 @@
/* EVMC: Ethereum Client-VM Connector API. /* EVMC: Ethereum Client-VM Connector API.
* Copyright 2018 The EVMC Authors. * Copyright 2018-2019 The EVMC Authors.
* Licensed under the Apache License, Version 2.0. See the LICENSE file. * Licensed under the Apache License, Version 2.0.
*/ */
/** /**

View File

@ -1,5 +1,5 @@
/* EVMC: Ethereum Client-VM Connector API. /* EVMC: Ethereum Client-VM Connector API.
* Copyright 2019 The EVMC Authors. * Copyright 2018-2019 The EVMC Authors.
* Licensed under the Apache License, Version 2.0. * Licensed under the Apache License, Version 2.0.
*/ */

View File

@ -1,6 +1,6 @@
/* EVMC: Ethereum Client-VM Connector API. /* EVMC: Ethereum Client-VM Connector API.
* Copyright 2018 The EVMC Authors. * Copyright 2018-2019 The EVMC Authors.
* Licensed under the Apache License, Version 2.0. See the LICENSE file. * Licensed under the Apache License, Version 2.0.
*/ */
/** /**

View File

@ -1,5 +1,5 @@
/* EVMC: Ethereum Client-VM Connector API. /* EVMC: Ethereum Client-VM Connector API.
* Copyright 2019 The EVMC Authors. * Copyright 2018-2019 The EVMC Authors.
* Licensed under the Apache License, Version 2.0. * Licensed under the Apache License, Version 2.0.
*/ */

View File

@ -1,6 +1,6 @@
/* EVMC: Ethereum Client-VM Connector API. /* EVMC: Ethereum Client-VM Connector API.
* Copyright 2018 The EVMC Authors. * Copyright 2018-2019 The EVMC Authors.
* Licensed under the Apache License, Version 2.0. See the LICENSE file. * Licensed under the Apache License, Version 2.0.
*/ */
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
# EVMC: Ethereum Client-VM Connector API. # EVMC: Ethereum Client-VM Connector API.
# Copyright 2019 The EVMC Authors. # Copyright 2018-2019 The EVMC Authors.
# Licensed under the Apache License, Version 2.0. # Licensed under the Apache License, Version 2.0.
add_subdirectory(instructions) add_subdirectory(instructions)

View File

@ -1,5 +1,5 @@
# EVMC: Ethereum Client-VM Connector API. # EVMC: Ethereum Client-VM Connector API.
# Copyright 2019 The EVMC Authors. # Copyright 2018-2019 The EVMC Authors.
# Licensed under the Apache License, Version 2.0. # Licensed under the Apache License, Version 2.0.
add_library( add_library(

View File

@ -1,6 +1,6 @@
/* EVMC: Ethereum Client-VM Connector API. /* EVMC: Ethereum Client-VM Connector API.
* Copyright 2018 The EVMC Authors. * Copyright 2018-2019 The EVMC Authors.
* Licensed under the Apache License, Version 2.0. See the LICENSE file. * Licensed under the Apache License, Version 2.0.
*/ */
#include <evmc/instructions.h> #include <evmc/instructions.h>

View File

@ -1,6 +1,6 @@
/* EVMC: Ethereum Client-VM Connector API. /* EVMC: Ethereum Client-VM Connector API.
* Copyright 2018 The EVMC Authors. * Copyright 2018-2019 The EVMC Authors.
* Licensed under the Apache License, Version 2.0. See the LICENSE file. * Licensed under the Apache License, Version 2.0.
*/ */
#include <evmc/instructions.h> #include <evmc/instructions.h>

View File

@ -1,6 +1,6 @@
# EVMC: Ethereum Client-VM Connector API. # EVMC: Ethereum Client-VM Connector API.
# Copyright 2018 The EVMC Authors. # Copyright 2018-2019 The EVMC Authors.
# Licensed under the Apache License, Version 2.0. See the LICENSE file. # Licensed under the Apache License, Version 2.0.
add_library( add_library(
loader STATIC loader STATIC

View File

@ -1,5 +1,5 @@
/* EVMC: Ethereum Client-VM Connector API. /* EVMC: Ethereum Client-VM Connector API.
* Copyright 2019 The EVMC Authors. * Copyright 2018-2019 The EVMC Authors.
* Licensed under the Apache License, Version 2.0. * Licensed under the Apache License, Version 2.0.
*/ */

View File

@ -1,5 +1,5 @@
# EVMC: Ethereum Client-VM Connector API. # EVMC: Ethereum Client-VM Connector API.
# Copyright 2019 The EVMC Authors. # Copyright 2018-2019 The EVMC Authors.
# Licensed under the Apache License, Version 2.0. # Licensed under the Apache License, Version 2.0.
hunter_add_package(GTest) hunter_add_package(GTest)

View File

@ -1,5 +1,5 @@
# EVMC: Ethereum Client-VM Connector API. # EVMC: Ethereum Client-VM Connector API.
# Copyright 2019 The EVMC Authors. # Copyright 2018-2019 The EVMC Authors.
# Licensed under the Apache License, Version 2.0. # Licensed under the Apache License, Version 2.0.
add_subdirectory(cmake_package) add_subdirectory(cmake_package)

View File

@ -1,5 +1,5 @@
# EVMC: Ethereum Client-VM Connector API. # EVMC: Ethereum Client-VM Connector API.
# Copyright 2019 The EVMC Authors. # Copyright 2018-2019 The EVMC Authors.
# Licensed under the Apache License, Version 2.0. # Licensed under the Apache License, Version 2.0.
# This CMake script creates multiple additional targets to test the compilation of public headers # This CMake script creates multiple additional targets to test the compilation of public headers

View File

@ -1,5 +1,5 @@
/* EVMC: Ethereum Client-VM Connector API. /* EVMC: Ethereum Client-VM Connector API.
* Copyright 2019 The EVMC Authors. * Copyright 2018-2019 The EVMC Authors.
* Licensed under the Apache License, Version 2.0. * Licensed under the Apache License, Version 2.0.
*/ */

View File

@ -1,5 +1,5 @@
/* EVMC: Ethereum Client-VM Connector API. /* EVMC: Ethereum Client-VM Connector API.
* Copyright 2019 The EVMC Authors. * Copyright 2018-2019 The EVMC Authors.
* Licensed under the Apache License, Version 2.0. * Licensed under the Apache License, Version 2.0.
*/ */

View File

@ -1,5 +1,5 @@
# EVMC: Ethereum Client-VM Connector API. # EVMC: Ethereum Client-VM Connector API.
# Copyright 2019 The EVMC Authors. # Copyright 2018-2019 The EVMC Authors.
# Licensed under the Apache License, Version 2.0. # Licensed under the Apache License, Version 2.0.
include(GoogleTest) include(GoogleTest)

View File

@ -1,5 +1,5 @@
// EVMC: Ethereum Client-VM Connector API. // EVMC: Ethereum Client-VM Connector API.
// Copyright 2019 The EVMC Authors. // Copyright 2018-2019 The EVMC Authors.
// Licensed under the Apache License, Version 2.0. // Licensed under the Apache License, Version 2.0.
#include "../../examples/example_host.h" #include "../../examples/example_host.h"

View File

@ -1,5 +1,5 @@
// EVMC: Ethereum Client-VM Connector API. // EVMC: Ethereum Client-VM Connector API.
// Copyright 2019 The EVMC Authors. // Copyright 2018-2019 The EVMC Authors.
// Licensed under the Apache License, Version 2.0. // Licensed under the Apache License, Version 2.0.
#include <evmc/helpers.h> #include <evmc/helpers.h>

View File

@ -1,6 +1,6 @@
// EVMC: Ethereum Client-VM Connector API. // EVMC: Ethereum Client-VM Connector API.
// Copyright 2018 The EVMC Authors. // Copyright 2018-2019 The EVMC Authors.
// Licensed under the Apache License, Version 2.0. See the LICENSE file. // Licensed under the Apache License, Version 2.0.
#include <evmc/instructions.h> #include <evmc/instructions.h>

View File

@ -1,5 +1,5 @@
// EVMC: Ethereum Client-VM Connector API. // EVMC: Ethereum Client-VM Connector API.
// Copyright 2019 The EVMC Authors. // Copyright 2018-2019 The EVMC Authors.
// Licensed under the Apache License, Version 2.0. // Licensed under the Apache License, Version 2.0.
#include <evmc/loader.h> #include <evmc/loader.h>

View File

@ -1,5 +1,5 @@
# EVMC: Ethereum Client-VM Connector API. # EVMC: Ethereum Client-VM Connector API.
# Copyright 2019 The EVMC Authors. # Copyright 2018-2019 The EVMC Authors.
# Licensed under the Apache License, Version 2.0. # Licensed under the Apache License, Version 2.0.
include(GNUInstallDirs) include(GNUInstallDirs)

View File

@ -1,5 +1,5 @@
// EVMC: Ethereum Client-VM Connector API // EVMC: Ethereum Client-VM Connector API
// Copyright 2019 The EVMC Authors. // Copyright 2018-2019 The EVMC Authors.
// Licensed under the Apache License, Version 2.0. // Licensed under the Apache License, Version 2.0.
#include "../../examples/example_host.h" #include "../../examples/example_host.h"

View File

@ -1,5 +1,5 @@
// EVMC: Ethereum Client-VM Connector API. // EVMC: Ethereum Client-VM Connector API.
// Copyright 2019 The EVMC Authors. // Copyright 2018-2019 The EVMC Authors.
// Licensed under the Apache License, Version 2.0. // Licensed under the Apache License, Version 2.0.
#include "vmtester.hpp" #include "vmtester.hpp"

View File

@ -1,6 +1,6 @@
// EVMC: Ethereum Client-VM Connector API // EVMC: Ethereum Client-VM Connector API
// Copyright 2018 The EVMC Authors. // Copyright 2018-2019 The EVMC Authors.
// Licensed under the Apache License, Version 2.0. See the LICENSE file. // Licensed under the Apache License, Version 2.0.
#pragma once #pragma once