chore: Add license references to files that don't have them#5977
Merged
lukemassa merged 6 commits intorunatlantis:mainfrom Dec 3, 2025
Merged
chore: Add license references to files that don't have them#5977lukemassa merged 6 commits intorunatlantis:mainfrom
lukemassa merged 6 commits intorunatlantis:mainfrom
Conversation
Signed-off-by: Luke Massa <lukefrederickmassa@gmail.com>
chenrui333
previously approved these changes
Nov 24, 2025
stmcginnis
reviewed
Nov 24, 2025
Signed-off-by: Luke Massa <lmassa@tripadvisor.com>
chenrui333
previously approved these changes
Nov 26, 2025
e172b8d to
f52086b
Compare
jamengual
approved these changes
Dec 2, 2025
chenrui333
approved these changes
Dec 2, 2025
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.
what
Add license references to files that don't have them
why
I noticed a number of files have the old
Copyright 2017 HootSuite Media Inc.from before the project was made open source. We don't want remove that per the license, but for new files we should be tracking the copyright status.I used the https://github.com/google/addlicense tool to makes sure all newer go files have a license using the condensed SPDX format, and labeling the copyright owners as The Atlantis Authors.
I also added a check to CI so we wouldn't forget to add them to new files.
Longer term we can add to files other than go, I just wanted to start us off somewhere.
tests
I ran the script a few times
references
N/A