Skip to content

Commit

Permalink
Fix license header
Browse files Browse the repository at this point in the history
  • Loading branch information
tbfleming committed Jun 28, 2018
1 parent 98ee104 commit 399d1c2
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# copyright defined in abieos/LICENSE.txt

cmake_minimum_required (VERSION 3.11)
project(abieos VERSION 0.1 LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion src/abieos.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// copyright defined in eosjs2/LICENSE.txt
// copyright defined in abieos/LICENSE.txt

#include "abieos.h"
#include "abieos.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/abieos.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// copyright defined in eosjs2/LICENSE.txt
// copyright defined in abieos/LICENSE.txt

#include <stddef.h>
#include <stdint.h>
Expand Down
2 changes: 1 addition & 1 deletion src/abieos.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// copyright defined in eosjs2/LICENSE.txt
// copyright defined in abieos/LICENSE.txt

#include <boost/algorithm/hex.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
Expand Down
2 changes: 1 addition & 1 deletion src/abieos_numeric.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// copyright defined in eosjs2/LICENSE.txt
// copyright defined in abieos/LICENSE.txt

#include <algorithm>
#include <array>
Expand Down
2 changes: 1 addition & 1 deletion src/test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// copyright defined in eosjs2/LICENSE.txt
// copyright defined in abieos/LICENSE.txt

#include "abieos.hpp"
#include <stdio.h>
Expand Down
4 changes: 3 additions & 1 deletion test/src/test.ts
Original file line number Diff line number Diff line change
@@ -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');
Expand Down
2 changes: 2 additions & 0 deletions test/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// copyright defined in abieos/LICENSE.txt

const path = require('path');
const nodeExternals = require('webpack-node-externals');

Expand Down

0 comments on commit 399d1c2

Please sign in to comment.