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

Updating copyright headers to match current best practices #39

Merged
merged 8 commits into from
May 26, 2020

Conversation

kgugala
Copy link
Member

@kgugala kgugala commented Apr 21, 2020

fixes #38

@kgugala kgugala requested a review from mithro April 21, 2020 11:25
@kgugala kgugala force-pushed the license branch 3 times, most recently from b9873ae to da7250d Compare April 21, 2020 16:01
Copy link
Contributor

@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.

Please go through the checklist at f4pga/ideas#47 and confirm everything there has been done, then re-request review!

sdf_timing/__main__.py Show resolved Hide resolved
sdf_timing/__main__.py Outdated Show resolved Hide resolved
@mithro mithro changed the title Add License headers Updating copyright headers to match current best practices Apr 22, 2020
@kgugala
Copy link
Member Author

kgugala commented Apr 28, 2020

  • COPYING file renamed to LICENSE file
  • The LICENSE file should start with - Copyright 2020 The SymbiFlow Authors.
  • Add or update the AUTHORS files to have the text as shown at https://opensource.google/docs/releasing/authors/
  • Make sure all code files have the license specifier at the top of the file as shown at https://opensource.google/docs/releasing/licenses/
  • All code files should have SPDX identifiers.
  • Add CI which checks for all this.
  • Python files should have a #!/usr/bin/env python3 as the shebang line.
  • Python files should have a # coding: utf-8 as the second line after the shebang.
opensource.google
opensource.google

@kgugala kgugala requested a review from mithro April 28, 2020 15:50
@kgugala
Copy link
Member Author

kgugala commented May 5, 2020

@mithro is there anything in this PR than need to be adressed?

Signed-off-by: Karol Gugala <kgugala@antmicro.com>
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
@mithro mithro force-pushed the license branch 2 times, most recently from c57c8ea to 739a6ed Compare May 26, 2020 15:30
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
Copy link
Contributor

@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.

Did some extra fixes on this. Merging now.

@mithro mithro merged commit 0afbbfe into chipsalliance:master May 26, 2020
@mithro mithro deleted the license branch May 26, 2020 15:43
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