Skip to content

Commit 57e329e

Browse files
committed
Header
1 parent a3d0ca3 commit 57e329e

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Veriloggen project always welcomes questions, bug reports, feature proposals, an
5858

5959
### for questions, bug reports, and feature proposals
6060

61-
Please leave your comment on the [issue tracker](https://github.com/PyHDI/Veriloggen/issues) on GitHub.
61+
Please leave your comment on the [issue tracker](https://github.com/PyHDI/veriloggen/issues) on GitHub.
6262

6363
### for pull requests
6464

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ for questions, bug reports, and feature proposals
6868
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6969

7070
Please leave your comment on the `issue
71-
tracker <https://github.com/PyHDI/Veriloggen/issues>`__ on GitHub.
71+
tracker <https://github.com/PyHDI/veriloggen/issues>`__ on GitHub.
7272

7373
for pull requests
7474
~~~~~~~~~~~~~~~~~

veriloggen/__init__.py

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
1-
#-------------------------------------------------------------------------
2-
# Veriloggen: A library for constructing a Verilog HDL source code in Python
3-
#
4-
# Copyright (C) 2015, Shinya Takamaeda-Yamazaki
5-
# License: Apache 2.0
6-
#-------------------------------------------------------------------------
1+
"""
2+
Veriloggen: A library for constructing a Verilog HDL source code in Python
3+
4+
Copyright 2015, Shinya Takamaeda-Yamazaki and Contributors
5+
6+
Licensed under the Apache License, Version 2.0 (the "License");
7+
you may not use this file except in compliance with the License.
8+
You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing, software
13+
distributed under the License is distributed on an "AS IS" BASIS,
14+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
17+
"""
18+
719
from __future__ import absolute_import
820
from __future__ import print_function
921

0 commit comments

Comments
 (0)