Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit 285b71b

Browse files
committed
Explicitly mention copyright notice in each source file
1 parent 4461c15 commit 285b71b

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

accelerator/apis.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (C) 2018-2019 BiiLabs Co., Ltd. and Contributors
3+
* All Rights Reserved.
4+
* This is free software; you can redistribute it and/or modify it under the
5+
* terms of the MIT license. A copy of the license can be found in the file
6+
* "LICENSE" at the root of this distribution.
7+
*/
8+
19
#ifndef ACCELERATOR_APIS_H_
210
#define ACCELERATOR_APIS_H_
311

tests/iota_api_mock.hh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (C) 2019 BiiLabs Co., Ltd. and Contributors
3+
* All Rights Reserved.
4+
* This is free software; you can redistribute it and/or modify it under the
5+
* terms of the MIT license. A copy of the license can be found in the file
6+
* "LICENSE" at the root of this distribution.
7+
*/
8+
19
#include "accelerator/common_core.h"
210
#include "cclient/api/core/core_api.h"
311
#include "cclient/api/extended/extended_api.h"

tests/regression/runner.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
#!/usr/bin/env python3
2+
3+
# Copyright (C) 2019 BiiLabs Co., Ltd. and Contributors
4+
# All Rights Reserved.
5+
# This is free software; you can redistribute it and/or modify it under the
6+
# terms of the MIT license. A copy of the license can be found in the file
7+
# "LICENSE" at the root of this distribution.
8+
19
# Run in Python3
210
import json
311
import requests

utils/pow.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (C) 2019 BiiLabs Co., Ltd. and Contributors
3+
* All Rights Reserved.
4+
* This is free software; you can redistribute it and/or modify it under the
5+
* terms of the MIT license. A copy of the license can be found in the file
6+
* "LICENSE" at the root of this distribution.
7+
*/
8+
19
#ifndef UTILS_POW_H_
210
#define UTILS_POW_H_
311

0 commit comments

Comments
 (0)