Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Update LICENSE path
Browse files Browse the repository at this point in the history
  • Loading branch information
conr2d committed Dec 2, 2018
1 parent cb647d3 commit 9b036b4
Show file tree
Hide file tree
Showing 190 changed files with 190 additions and 190 deletions.
2 changes: 1 addition & 1 deletion contracts/asserter/asserter.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/

#include <asserter/asserter.hpp> /// defines assert_def struct (abi)
Expand Down
2 changes: 1 addition & 1 deletion contracts/asserter/asserter.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/

#include <eosiolib/eosio.hpp>
Expand Down
2 changes: 1 addition & 1 deletion contracts/eosio.system/delegate_bandwidth.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#include "eosio.system.hpp"

Expand Down
2 changes: 1 addition & 1 deletion contracts/eosio.system/eosio.system.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion contracts/eosio.system/native.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion contracts/eosio.system/voting.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#include "eosio.system.hpp"

Expand Down
2 changes: 1 addition & 1 deletion contracts/eosio.token/eosio.token.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/

#include "eosio.token.hpp"
Expand Down
2 changes: 1 addition & 1 deletion contracts/eosio.token/eosio.token.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion contracts/eosiolib/action.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <eosiolib/system.h>
Expand Down
2 changes: 1 addition & 1 deletion contracts/eosiolib/action.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <eosiolib/action.h>
Expand Down
2 changes: 1 addition & 1 deletion contracts/eosiolib/chain.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion contracts/eosiolib/compiler_builtins.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion contracts/eosiolib/core_symbol.hpp.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*
* \warning This file is machine generated. DO NOT EDIT. See core_symbol.hpp.in for changes.
*/
Expand Down
2 changes: 1 addition & 1 deletion contracts/eosiolib/crypto.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <eosiolib/types.h>
Expand Down
2 changes: 1 addition & 1 deletion contracts/eosiolib/datastream.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file datastream.hpp
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <eosiolib/system.h>
Expand Down
2 changes: 1 addition & 1 deletion contracts/eosiolib/db.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file db.h
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
* @brief Defines C API for interfacing with blockchain database
*/
#pragma once
Expand Down
2 changes: 1 addition & 1 deletion contracts/eosiolib/eosio.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <eosiolib/types.hpp>
Expand Down
2 changes: 1 addition & 1 deletion contracts/eosiolib/fixed_key.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion contracts/eosiolib/memory.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion contracts/eosiolib/memory.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion contracts/eosiolib/multi_index.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion contracts/eosiolib/permission.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <eosiolib/types.h>
Expand Down
2 changes: 1 addition & 1 deletion contracts/eosiolib/permission.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion contracts/eosiolib/print.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion contracts/eosiolib/print.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <eosiolib/print.h>
Expand Down
2 changes: 1 addition & 1 deletion contracts/eosiolib/system.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <eosiolib/types.h>
Expand Down
2 changes: 1 addition & 1 deletion contracts/eosiolib/transaction.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <eosiolib/types.h>
Expand Down
2 changes: 1 addition & 1 deletion contracts/eosiolib/transaction.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <eosiolib/transaction.h>
Expand Down
2 changes: 1 addition & 1 deletion contracts/eosiolib/types.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion contracts/eosiolib/types.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <eosiolib/types.h>
Expand Down
2 changes: 1 addition & 1 deletion contracts/eosiolib/varint.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion contracts/noop/noop.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/

#include <eosiolib/eosio.hpp>
Expand Down
2 changes: 1 addition & 1 deletion contracts/proxy/proxy.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#include <proxy/proxy.hpp>
#include <eosiolib/transaction.hpp>
Expand Down
2 changes: 1 addition & 1 deletion contracts/proxy/proxy.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion contracts/skeleton/skeleton.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#include <eosiolib/eosio.hpp>

Expand Down
2 changes: 1 addition & 1 deletion contracts/stltest/stltest.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
// include entire libc
#include <alloca.h>
Expand Down
2 changes: 1 addition & 1 deletion contracts/test_api/test_action.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file action_test.cpp
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#include <eosiolib/action.hpp>
#include <eosiolib/transaction.hpp>
Expand Down
2 changes: 1 addition & 1 deletion contracts/test_api/test_api.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#include <eosiolib/eosio.hpp>
#include <eosiolib/transaction.hpp>
Expand Down
2 changes: 1 addition & 1 deletion contracts/test_api/test_api.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once
#include "test_api_common.hpp"
Expand Down
2 changes: 1 addition & 1 deletion contracts/test_api/test_api_common.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion contracts/test_api/test_chain.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#include <eosiolib/action.h>
#include <eosiolib/chain.h>
Expand Down
2 changes: 1 addition & 1 deletion contracts/test_api/test_checktime.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/

#include <eosiolib/eosio.hpp>
Expand Down
2 changes: 1 addition & 1 deletion contracts/test_api/test_compiler_builtins.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file test_compiler_builtins.cpp
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/

#include <eosiolib/eosio.hpp>
Expand Down
2 changes: 1 addition & 1 deletion contracts/test_api/test_crypto.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#include <eosiolib/eosio.hpp>
#include <eosiolib/crypto.h>
Expand Down
2 changes: 1 addition & 1 deletion contracts/test_api/test_permission.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file action_test.cpp
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#include <eosiolib/permission.h>
#include <eosiolib/db.h>
Expand Down
2 changes: 1 addition & 1 deletion contracts/test_api/test_print.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#include <eosiolib/eosio.hpp>

Expand Down
2 changes: 1 addition & 1 deletion contracts/test_api/test_transaction.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#include <eosiolib/action.hpp>
#include <eosiolib/crypto.h>
Expand Down
2 changes: 1 addition & 1 deletion contracts/test_api/test_types.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#include <eosiolib/eosio.hpp>

Expand Down
2 changes: 1 addition & 1 deletion contracts/test_api_db/test_api_db.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#include <eosiolib/eosio.hpp>
#include "../test_api/test_api.hpp"
Expand Down
2 changes: 1 addition & 1 deletion contracts/test_api_mem/test_api_mem.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file
* @copyright defined in eos/LICENSE.txt
* @copyright defined in eos/LICENSE
*/
#include <eosiolib/eosio.hpp>
#include "../test_api/test_api.hpp"
Expand Down
Loading

0 comments on commit 9b036b4

Please sign in to comment.