Skip to content

Commit

Permalink
Add license information to headers and build files
Browse files Browse the repository at this point in the history
  • Loading branch information
pH5 committed Sep 19, 2019
1 parent d3944d8 commit c8070bd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: 0BSD

project('coda-bits', 'c',
version : '0.1',
license : '0BSD')
Expand Down
2 changes: 2 additions & 0 deletions meson_options.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: 0BSD

option('docs',
type: 'boolean',
value: false,
Expand Down
3 changes: 3 additions & 0 deletions src/iset.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* CODA BIT processor instruction set
* SPDX-License-Identifier: 0BSD
*/
#ifndef __ISET_H__
#define __ISET_H__

Expand Down
3 changes: 3 additions & 0 deletions src/regs.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* CODA register layout
* SPDX-License-Identifier: 0BSD
*/
#ifndef __REGS_H__
#define __REGS_H__

Expand Down
3 changes: 3 additions & 0 deletions src/reorder.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* CODA host memory layout to BIT processor layout reordering code
* SPDX-License-Identifier: 0BSD
*/
#ifndef __REORDER_H__
#define __REORDER_H__

Expand Down

0 comments on commit c8070bd

Please sign in to comment.