Skip to content

Commit 399d1c2

Browse files
committed
Fix license header
1 parent 98ee104 commit 399d1c2

8 files changed

Lines changed: 12 additions & 6 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# copyright defined in abieos/LICENSE.txt
2+
13
cmake_minimum_required (VERSION 3.11)
24
project(abieos VERSION 0.1 LANGUAGES CXX)
35

src/abieos.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// copyright defined in eosjs2/LICENSE.txt
1+
// copyright defined in abieos/LICENSE.txt
22

33
#include "abieos.h"
44
#include "abieos.hpp"

src/abieos.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// copyright defined in eosjs2/LICENSE.txt
1+
// copyright defined in abieos/LICENSE.txt
22

33
#include <stddef.h>
44
#include <stdint.h>

src/abieos.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// copyright defined in eosjs2/LICENSE.txt
1+
// copyright defined in abieos/LICENSE.txt
22

33
#include <boost/algorithm/hex.hpp>
44
#include <boost/date_time/posix_time/posix_time.hpp>

src/abieos_numeric.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// copyright defined in eosjs2/LICENSE.txt
1+
// copyright defined in abieos/LICENSE.txt
22

33
#include <algorithm>
44
#include <array>

src/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// copyright defined in eosjs2/LICENSE.txt
1+
// copyright defined in abieos/LICENSE.txt
22

33
#include "abieos.hpp"
44
#include <stdio.h>

test/src/test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
// copyright defined in abieos/LICENSE.txt
2+
13
'use strict';
24

35
const rpcEndpoint = 'http://localhost:8000';
4-
const useRpcEndpoint = true;
6+
const useRpcEndpoint = false;
57

68
const fetch = require('node-fetch');
79
const fastcall = require('fastcall');

test/webpack.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// copyright defined in abieos/LICENSE.txt
2+
13
const path = require('path');
24
const nodeExternals = require('webpack-node-externals');
35

0 commit comments

Comments
 (0)