Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add license header to top of all code files #39

Merged
merged 7 commits into from
Apr 15, 2020

Conversation

daniellimws
Copy link
Collaborator

This adds the ISC license header to the python and verilog code files.

Resolve #38

Resolve chipsalliance#38

Signed-off-by: Daniel Lim Wee Soong <weesoong.lim@gmail.com>
@mithro
Copy link
Collaborator

mithro commented Apr 14, 2020

@daniellimws - Let's go with the short version here?

Copyright (C) 2020  The SymbiFlow Authors.

Use of this source code is governed by a ISC-style
license that can be found in the LICENSE file or at
https://opensource.org/licenses/ISC

Signed-off-by: Daniel Lim Wee Soong <weesoong.lim@gmail.com>
@daniellimws
Copy link
Collaborator Author

Sure thing

@mithro
Copy link
Collaborator

mithro commented Apr 14, 2020

@daniellimws We should also add the SPDX stuff in f4pga/ideas#47

Signed-off-by: Daniel Lim Wee Soong <weesoong.lim@gmail.com>
@daniellimws
Copy link
Collaborator Author

So I will just add SPDX-License-Identifier: MIT to the top of every license header?

@mithro
Copy link
Collaborator

mithro commented Apr 14, 2020

You mean ISC?

@daniellimws
Copy link
Collaborator Author

Oh yes my bad, forgot to change it.

Signed-off-by: Daniel Lim Wee Soong <weesoong.lim@gmail.com>
Copy link
Collaborator

@mithro mithro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally looks pretty good to me!

tests/test_v2x.py Show resolved Hide resolved
v2x/__main__.py Show resolved Hide resolved
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing SPDX-License-Identifier: ISC

v2x/lib/mux.py Outdated
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing SPDX-License-Identifier: ISC

v2x/mux_gen.py Show resolved Hide resolved
v2x/vlog_to_pbtype.py Show resolved Hide resolved
v2x/xmlinc/xmlinc.py Show resolved Hide resolved
v2x/yosys/json.py Show resolved Hide resolved
v2x/yosys/run.py Show resolved Hide resolved
v2x/yosys/utils.py Show resolved Hide resolved
Signed-off-by: Daniel Lim Wee Soong <weesoong.lim@gmail.com>
Signed-off-by: Daniel Lim Wee Soong <weesoong.lim@gmail.com>
@mithro
Copy link
Collaborator

mithro commented Apr 15, 2020

@daniellimws - I think we figured out that we should add the utf-8 coding thing to the top of all the Python files and also add a hash for that blank line. Then we can merge away!

Signed-off-by: Daniel Lim Wee Soong <weesoong.lim@gmail.com>
Copy link
Collaborator

@mithro mithro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@mithro mithro merged commit 60850ef into chipsalliance:master Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add license header to top of all code files
2 participants