Skip to content

Commit 00a71ad

Browse files
committed
License header and contributors
1 parent f3c09e5 commit 00a71ad

File tree

9 files changed

+788
-318
lines changed

9 files changed

+788
-318
lines changed

CONTRIBUTORS.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Main Committer
2+
====================
3+
4+
- Shinya Takamaeda-Yamazaki (@shtaxxx)
5+
6+
7+
Contributors
8+
====================
9+
10+
- ryosuke fukatani (@fukatani)
11+
- Leonard (Lenny) Truong (@leonardt)
12+
- @rsetaluri
13+
- @jinluyang
14+
- KISHIMOTO, Makoto (@metanest)
15+
- Tao Chen (@tc466)

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include README.md
22
include README.rst
3-
include LICENSE.txt
3+
include LICENSE
44
include pytest.ini
55
include .travis.yml
66
include Makefile

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@ Pyverilog
55

66
Python-based Hardware Design Processing Toolkit for Verilog HDL
77

8-
Copyright (C) 2013, Shinya Takamaeda-Yamazaki
9-
10-
E-mail: takamaeda\_at\_ist.hokudai.ac.jp
8+
Copyright 2013, Shinya Takamaeda-Yamazaki
119

1210

1311
License
1412
==============================
1513

16-
Apache License 2.0
17-
(http://www.apache.org/licenses/LICENSE-2.0)
14+
Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
1815

1916
Note that this software package includes PLY-3.4 in "vparser/ply". The license of PLY is BSD.
2017

README.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ Pyverilog
55

66
Python-based Hardware Design Processing Toolkit for Verilog HDL
77

8-
Copyright (C) 2013, Shinya Takamaeda-Yamazaki
9-
10-
E-mail: takamaeda_at_ist.hokudai.ac.jp
8+
Copyright 2013, Shinya Takamaeda-Yamazaki
119

1210
License
1311
=======

0 commit comments

Comments
 (0)