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

feat(*.yml): add license to all files #778

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

Wabri
Copy link
Member

@Wabri Wabri commented Jun 25, 2024

Closes #777

I use find+sed:

find . -type f -name "*.yml" -exec sed -i '' '1s/^/# SPDX-License-Identifier\: Apache-2.0\n/' {} +

I excluded files in .github/, workflows/ and .meta/ directory, plus I ignored .yamllint.yml and requirements.yml

@Wabri Wabri added the enhancement New feature or request label Jun 25, 2024
@Wabri Wabri requested a review from berndfinger June 25, 2024 15:35
@Wabri Wabri self-assigned this Jun 25, 2024
@Wabri Wabri changed the base branch from main to dev June 25, 2024 16:01
@Wabri
Copy link
Member Author

Wabri commented Jun 25, 2024

the two force pushed have been used to move from the base main branch to dev

Copy link
Member

@berndfinger berndfinger left a comment

Choose a reason for hiding this comment

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

LGTM

@berndfinger berndfinger merged commit bdc923d into sap-linuxlab:dev Jun 26, 2024
7 of 8 checks passed
@Wabri Wabri deleted the feature/777 branch June 26, 2024 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

collection: Add SPDX headers to all files of the collection
2 participants