Skip to content

Commit

Permalink
Update license note in headers of source files
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Aug 22, 2018
1 parent 8cad76d commit 43fc619
Show file tree
Hide file tree
Showing 35 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EVMC: Ethereum Client-VM Connector API.
# Copyright 2018 The EVMC Authors.
# Licensed under the MIT License. See the LICENSE file.
# Licensed under the Apache License, Version 2.0. See the LICENSE file.

cmake_minimum_required(VERSION 3.5)

Expand Down
2 changes: 1 addition & 1 deletion bindings/go/evmc/evmc.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// EVMC: Ethereum Client-VM Connector API.
// Copyright 2018 The EVMC Authors.
// Licensed under the MIT License. See the LICENSE file.
// Licensed under the Apache License, Version 2.0. See the LICENSE file.

package evmc

Expand Down
2 changes: 1 addition & 1 deletion bindings/go/evmc/evmc_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// EVMC: Ethereum Client-VM Connector API.
// Copyright 2018 The EVMC Authors.
// Licensed under the MIT License. See the LICENSE file.
// Licensed under the Apache License, Version 2.0. See the LICENSE file.

package evmc

Expand Down
2 changes: 1 addition & 1 deletion bindings/go/evmc/host.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* EVMC: Ethereum Client-VM Connector API.
* Copyright 2018 The EVMC Authors.
* Licensed under the MIT License. See the LICENSE file.
* Licensed under the Apache License, Version 2.0. See the LICENSE file.
*/

#include "_cgo_export.h"
Expand Down
2 changes: 1 addition & 1 deletion bindings/go/evmc/host.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// EVMC: Ethereum Client-VM Connector API.
// Copyright 2018 The EVMC Authors.
// Licensed under the MIT License. See the LICENSE file.
// Licensed under the Apache License, Version 2.0. See the LICENSE file.

package evmc

Expand Down
2 changes: 1 addition & 1 deletion cmake/HunterConfig.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EVMC: Ethereum Client-VM Connector API.
# Copyright 2018 The EVMC Authors.
# Licensed under the MIT License. See the LICENSE file.
# Licensed under the Apache License, Version 2.0. See the LICENSE file.

# Setup Hunter.
# Hunter is going to be initialized only if building with tests,
Expand Down
2 changes: 1 addition & 1 deletion examples/examplevm/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EVMC: Ethereum Client-VM Connector API
# Copyright 2018 The EVMC Authors.
# Licensed under the MIT License. See the LICENSE file.
# Licensed under the Apache License, Version 2.0. See the LICENSE file.

include(GNUInstallDirs)

Expand Down
2 changes: 1 addition & 1 deletion examples/examplevm/examplevm.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* EVMC: Ethereum Client-VM Connector API.
* Copyright 2018 The EVMC Authors.
* Licensed under the MIT License. See the LICENSE file.
* Licensed under the Apache License, Version 2.0. See the LICENSE file.
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion examples/use_evmc_in_cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EVMC: Ethereum Client-VM Connector API.
# Copyright 2018 The EVMC Authors.
# Licensed under the MIT License. See the LICENSE file.
# Licensed under the Apache License, Version 2.0. See the LICENSE file.

# This example shows how to use evmc INTERFACE library from evmc CMake package.

Expand Down
2 changes: 1 addition & 1 deletion examples/use_evmc_in_cmake/use_evmc_in_cmake.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* EVMC: Ethereum Client-VM Connector API.
* Copyright 2018 The EVMC Authors.
* Licensed under the MIT License. See the LICENSE file.
* Licensed under the Apache License, Version 2.0. See the LICENSE file.
*/

/** This example shows how to use evmc INTERFACE library from evmc CMake package. */
Expand Down
2 changes: 1 addition & 1 deletion examples/use_instructions_in_cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EVMC: Ethereum Client-VM Connector API.
# Copyright 2018 The EVMC Authors.
# Licensed under the MIT License. See the LICENSE file.
# Licensed under the Apache License, Version 2.0. See the LICENSE file.

# This example shows how to use evmc::instructions library from evmc CMake package.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* EVMC: Ethereum Client-VM Connector API.
* Copyright 2018 The EVMC Authors.
* Licensed under the MIT License. See the LICENSE file.
* Licensed under the Apache License, Version 2.0. See the LICENSE file.
*/

/** This example shows how to use evmc::instructions library from evmc CMake package. */
Expand Down
2 changes: 1 addition & 1 deletion include/evmc/evmc.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @copyright
* Copyright 2018 The EVMC Authors.
* Licensed under the MIT License. See the LICENSE file.
* Licensed under the Apache License, Version 2.0. See the LICENSE file.
*
* @defgroup EVMC EVMC
* @{
Expand Down
2 changes: 1 addition & 1 deletion include/evmc/helpers.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* EVMC: Ethereum Client-VM Connector API.
* Copyright 2018 The EVMC Authors.
* Licensed under the MIT License. See the LICENSE file.
* Licensed under the Apache License, Version 2.0. See the LICENSE file.
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion include/evmc/instructions.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* EVMC: Ethereum Client-VM Connector API.
* Copyright 2018 The EVMC Authors.
* Licensed under the MIT License. See the LICENSE file.
* Licensed under the Apache License, Version 2.0. See the LICENSE file.
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion include/evmc/loader.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* EVMC: Ethereum Client-VM Connector API.
* Copyright 2018 The EVMC Authors.
* Licensed under the MIT License. See the LICENSE file.
* Licensed under the Apache License, Version 2.0. See the LICENSE file.
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion include/evmc/utils.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* EVMC: Ethereum Client-VM Connector API.
* Copyright 2018 The EVMC Authors.
* Licensed under the MIT License. See the LICENSE file.
* Licensed under the Apache License, Version 2.0. See the LICENSE file.
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EVMC: Ethereum Client-VM Connector API.
# Copyright 2018 The EVMC Authors.
# Licensed under the MIT License. See the LICENSE file.
# Licensed under the Apache License, Version 2.0. See the LICENSE file.

add_subdirectory(instructions)
add_subdirectory(loader)
2 changes: 1 addition & 1 deletion lib/instructions/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EVMC: Ethereum Client-VM Connector API.
# Copyright 2018 The EVMC Authors.
# Licensed under the MIT License. See the LICENSE file.
# Licensed under the Apache License, Version 2.0. See the LICENSE file.

add_library(
instructions STATIC
Expand Down
2 changes: 1 addition & 1 deletion lib/instructions/instruction_metrics.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* EVMC: Ethereum Client-VM Connector API.
* Copyright 2018 The EVMC Authors.
* Licensed under the MIT License. See the LICENSE file.
* Licensed under the Apache License, Version 2.0. See the LICENSE file.
*/

#include <evmc/instructions.h>
Expand Down
2 changes: 1 addition & 1 deletion lib/instructions/instruction_names.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* EVMC: Ethereum Client-VM Connector API.
* Copyright 2018 The EVMC Authors.
* Licensed under the MIT License. See the LICENSE file.
* Licensed under the Apache License, Version 2.0. See the LICENSE file.
*/

#include <evmc/instructions.h>
Expand Down
2 changes: 1 addition & 1 deletion lib/loader/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EVMC: Ethereum Client-VM Connector API.
# Copyright 2018 The EVMC Authors.
# Licensed under the MIT License. See the LICENSE file.
# Licensed under the Apache License, Version 2.0. See the LICENSE file.

add_library(
loader STATIC
Expand Down
2 changes: 1 addition & 1 deletion lib/loader/loader.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* EVMC: Ethereum Client-VM Connector API.
* Copyright 2018 The EVMC Authors.
* Licensed under the MIT License. See the LICENSE file.
* Licensed under the Apache License, Version 2.0. See the LICENSE file.
*/

#include <evmc/loader.h>
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EVMC: Ethereum Client-VM Connector API.
# Copyright 2018 The EVMC Authors.
# Licensed under the MIT License. See the LICENSE file.
# Licensed under the Apache License, Version 2.0. See the LICENSE file.

hunter_add_package(GTest)
find_package(GTest CONFIG REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion test/integration/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# EVMC: Ethereum Client-VM Connector API.
# Copyright 2018 The EVMC Authors.
# Licensed under the MIT License. See the LICENSE file.
# Licensed under the Apache License, Version 2.0. See the LICENSE file.

add_subdirectory(compilation)
2 changes: 1 addition & 1 deletion test/integration/compilation/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EVMC: Ethereum Client-VM Connector API.
# Copyright 2018 The EVMC Authors.
# Licensed under the MIT License. See the LICENSE file.
# Licensed under the Apache License, Version 2.0. See the LICENSE file.

add_library(test-compile-c99 STATIC compilation_test.c)
target_link_libraries(test-compile-c99 PRIVATE evmc)
Expand Down
2 changes: 1 addition & 1 deletion test/integration/compilation/compilation_test.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* EVMC: Ethereum Client-VM Connector API.
* Copyright 2018 The EVMC Authors.
* Licensed under the MIT License. See the LICENSE file.
* Licensed under the Apache License, Version 2.0. See the LICENSE file.
*/

#include <evmc/evmc.h>
Expand Down
2 changes: 1 addition & 1 deletion test/unittests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EVMC: Ethereum Client-VM Connector API.
# Copyright 2018 The EVMC Authors.
# Licensed under the MIT License. See the LICENSE file.
# Licensed under the Apache License, Version 2.0. See the LICENSE file.

add_library(vm-mock SHARED vm_mock.c)
target_link_libraries(vm-mock PRIVATE evmc)
Expand Down
2 changes: 1 addition & 1 deletion test/unittests/test_instructions.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// EVMC: Ethereum Client-VM Connector API.
// Copyright 2018 The EVMC Authors.
// Licensed under the MIT License. See the LICENSE file.
// Licensed under the Apache License, Version 2.0. See the LICENSE file.

#include <evmc/instructions.h>

Expand Down
2 changes: 1 addition & 1 deletion test/unittests/test_loader.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// EVMC: Ethereum Client-VM Connector API.
// Copyright 2018 The EVMC Authors.
// Licensed under the MIT License. See the LICENSE file.
// Licensed under the Apache License, Version 2.0. See the LICENSE file.

#include <evmc/loader.h>

Expand Down
2 changes: 1 addition & 1 deletion test/unittests/vm_mock.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* EVMC: Ethereum Client-VM Connector API.
* Copyright 2018 The EVMC Authors.
* Licensed under the MIT License. See the LICENSE file.
* Licensed under the Apache License, Version 2.0. See the LICENSE file.
*/

#include <evmc/evmc.h>
Expand Down
2 changes: 1 addition & 1 deletion test/vmtester/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EVMC: Ethereum Client-VM Connector API.
# Copyright 2018 The EVMC Authors.
# Licensed under the MIT License. See the LICENSE file.
# Licensed under the Apache License, Version 2.0. See the LICENSE file.

include(GNUInstallDirs)

Expand Down
2 changes: 1 addition & 1 deletion test/vmtester/tests.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// EVMC -- Ethereum Client-VM Connector API
// Copyright 2018 The EVMC Authors.
// Licensed under the MIT License. See the LICENSE file.
// Licensed under the Apache License, Version 2.0. See the LICENSE file.

#include "vmtester.hpp"

Expand Down
2 changes: 1 addition & 1 deletion test/vmtester/vmtester.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// EVMC: Ethereum Client-VM Connector API.
// Copyright 2018 The EVMC Authors.
// Licensed under the MIT License. See the LICENSE file.
// Licensed under the Apache License, Version 2.0. See the LICENSE file.

#include "vmtester.hpp"

Expand Down
2 changes: 1 addition & 1 deletion test/vmtester/vmtester.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// EVMC: Ethereum Client-VM Connector API
// Copyright 2018 The EVMC Authors.
// Licensed under the MIT License. See the LICENSE file.
// Licensed under the Apache License, Version 2.0. See the LICENSE file.

#pragma once

Expand Down

0 comments on commit 43fc619

Please sign in to comment.