Skip to content

Commit a75b5c8

Browse files
committed
✏️ updated licensing
1 parent 600b898 commit a75b5c8

File tree

6 files changed

+7
-13
lines changed

6 files changed

+7
-13
lines changed

implspec.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
## **Creative Commons Attribution (CC BY)**
2-
## Docs are on the Github repo
1+
# **MIT LICENSE**
32

43
# All functions in this file are implementation specific
54
# that being they are needed only in THIS Python 16bit CPU

main.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1+
# **MIT LICENSE**
2+
13
# An emulation of a 16 bit CPU written in Python
24
## By Neo Sahadeo
35

4-
## **Creative Commons Attribution (CC BY)**
5-
## Docs are on the Github repo
6-
76
import math
87
from memory import *
98
from processor import *

memory.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
## **Creative Commons Attribution (CC BY)**
2-
## Docs are on the Github repo
1+
# **MIT LICENSE**
32

43
from implspec import *
54
from units import *

processor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
## **Creative Commons Attribution (CC BY)**
2-
## Docs are on the Github repo
1+
# **MIT LICENSE**
32

43
from implspec import *
54
from units import *

tests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
## **Creative Commons Attribution (CC BY)**
2-
## Docs are on the Github repo
1+
# **MIT LICENSE**
32

43
import unittest
54
from implspec import *

units.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
## **Creative Commons Attribution (CC BY)**
2-
## Docs are on the Github repo
1+
# **MIT LICENSE**
32

43
from implspec import *
54

0 commit comments

Comments
 (0)