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 #1301

Merged
merged 20 commits into from
May 26, 2020

Conversation

tmichalak
Copy link
Contributor

@tmichalak tmichalak commented Apr 15, 2020

Made applicable changes mentioned in f4pga/ideas#47

  • Renamed the COPYING file
  • Removed All rights reserved
  • Updated the year
  • Added short version of ISC license header to all *.cc and *.h files
  • Added short version of ISC license header to all *.py scripts
  • Added short version of ISC license header to all bash scripts
  • Added short version of ISC license header to all Makefiles
  • Added the SPDX identifier to the license headers

LICENSE Outdated Show resolved Hide resolved
@tmichalak
Copy link
Contributor Author

@mithro We also want a license headers in .py and .tcl files, right? Also with the short version of the ISC header?

@mithro
Copy link
Contributor

mithro commented Apr 15, 2020

@tmichalak - Any code file, .py, .tcl, Makefile, .sh, etc......

minitests/roi_harness/runme.sh Outdated Show resolved Hide resolved
vagrant/profile.d/vivado.sh Outdated Show resolved Hide resolved
.github/kokoro/db-full.sh Outdated Show resolved Hide resolved
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.

Can you go through the checklist at f4pga/ideas#47 and confirm that everything there has been covered. If so, please re-request my review on this pull request and I'll take another look.

@mithro mithro linked an issue Apr 22, 2020 that may be closed by this pull request
@mithro mithro changed the title Update licensing information Updating copyright headers to match current best practices Apr 22, 2020
@tmichalak tmichalak requested a review from mithro April 24, 2020 11:35
@tmichalak
Copy link
Contributor Author

@mithro I fixed the bug you mentioned and also added a license check to Travis. The checks currently fail with:

ERROR: fasm does not have the LICENSE file.
ERROR: python-sdf-timing does not have the LICENSE file.

which shall go away once the licensing PRs for fasm and python-sdf-timing are merged.

@tmichalak tmichalak requested a review from mithro May 6, 2020 04:36
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
Signed-off-by: Tomasz Michalak <tmichalak@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>
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>
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
@mithro mithro merged commit 1f41082 into f4pga:master May 26, 2020
@mithro mithro deleted the licensing branch May 26, 2020 16:01
@mithro
Copy link
Contributor

mithro commented Apr 11, 2021

This fixed #1306

@mithro mithro linked an issue Apr 11, 2021 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add license automated check in Travis Add license header to top of all code files
4 participants