Add SPDX notices for files with copyright notice in latest version#5633
Open
jafingerhut wants to merge 6 commits into
Open
Conversation
…tices My code that looked for files with explicit copyright notices and were updated in an earlier commit, did not check for whether the file had a copyright notice in the current (i.e. latest) version of the file. This commit adds SPDX copyright and license annotations for those files. Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu>
Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu>
Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu>
…tice-in-latest-version
Contributor
|
🚀 Doxygen Preview Ready! |
…s-with-copyright-notice-in-latest-version
…est-version' of github.com:jafingerhut/p4c into add-spdx-notices-for-files-with-copyright-notice-in-latest-version
Contributor
|
🚀 Doxygen Preview Ready! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These are all of the remaining files in the repo that have an explicit copyright notice already. The changes preserve the copyright holder and year, and add an SPDX-License-Identifier line with license Apache-2.0. previously all of these files already had a different non-SPDX form of Apache-2.0 license, or no mention of license at all.