From 399d1c253f1bc15355ee016253e8ba23afe074a9 Mon Sep 17 00:00:00 2001 From: Todd Fleming Date: Thu, 28 Jun 2018 15:55:48 -0400 Subject: [PATCH] Fix license header --- CMakeLists.txt | 2 ++ src/abieos.cpp | 2 +- src/abieos.h | 2 +- src/abieos.hpp | 2 +- src/abieos_numeric.hpp | 2 +- src/test.cpp | 2 +- test/src/test.ts | 4 +++- test/webpack.config.js | 2 ++ 8 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b5d1d1..90377f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,5 @@ +# copyright defined in abieos/LICENSE.txt + cmake_minimum_required (VERSION 3.11) project(abieos VERSION 0.1 LANGUAGES CXX) diff --git a/src/abieos.cpp b/src/abieos.cpp index 4010713..d93978c 100644 --- a/src/abieos.cpp +++ b/src/abieos.cpp @@ -1,4 +1,4 @@ -// copyright defined in eosjs2/LICENSE.txt +// copyright defined in abieos/LICENSE.txt #include "abieos.h" #include "abieos.hpp" diff --git a/src/abieos.h b/src/abieos.h index da56af0..ae74594 100644 --- a/src/abieos.h +++ b/src/abieos.h @@ -1,4 +1,4 @@ -// copyright defined in eosjs2/LICENSE.txt +// copyright defined in abieos/LICENSE.txt #include #include diff --git a/src/abieos.hpp b/src/abieos.hpp index b10e42f..d9e3c14 100644 --- a/src/abieos.hpp +++ b/src/abieos.hpp @@ -1,4 +1,4 @@ -// copyright defined in eosjs2/LICENSE.txt +// copyright defined in abieos/LICENSE.txt #include #include diff --git a/src/abieos_numeric.hpp b/src/abieos_numeric.hpp index ea5dc0e..37f1422 100644 --- a/src/abieos_numeric.hpp +++ b/src/abieos_numeric.hpp @@ -1,4 +1,4 @@ -// copyright defined in eosjs2/LICENSE.txt +// copyright defined in abieos/LICENSE.txt #include #include diff --git a/src/test.cpp b/src/test.cpp index 83e5c96..16f06f6 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -1,4 +1,4 @@ -// copyright defined in eosjs2/LICENSE.txt +// copyright defined in abieos/LICENSE.txt #include "abieos.hpp" #include diff --git a/test/src/test.ts b/test/src/test.ts index 5f2ee75..5bf3c85 100644 --- a/test/src/test.ts +++ b/test/src/test.ts @@ -1,7 +1,9 @@ +// copyright defined in abieos/LICENSE.txt + 'use strict'; const rpcEndpoint = 'http://localhost:8000'; -const useRpcEndpoint = true; +const useRpcEndpoint = false; const fetch = require('node-fetch'); const fastcall = require('fastcall'); diff --git a/test/webpack.config.js b/test/webpack.config.js index 20411f6..96a518d 100644 --- a/test/webpack.config.js +++ b/test/webpack.config.js @@ -1,3 +1,5 @@ +// copyright defined in abieos/LICENSE.txt + const path = require('path'); const nodeExternals = require('webpack-node-externals');