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

Apply and enforce file-level license headers #546

Merged
merged 5 commits into from
Jan 29, 2025

Conversation

lieut-data
Copy link
Member

@lieut-data lieut-data commented Jan 21, 2025

Summary

Use mattermost-govet and eslint's header/header to ensure each file begins with the appropriate header, then fix all instances.

// Copyright (c) 2019-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.

Ticket Link

None

Use `mattermost-govet` and `eslint`'s `header/header` to ensure each
file begins with the appropriate header, then fix all instances.

```
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
```

Note that this renames `LICENSE` to `LICENSE.txt` purely to align on the
copyright messaging across repos.
@lieut-data lieut-data force-pushed the updated-license-header branch from 04efd82 to b31126b Compare January 21, 2025 08:40
@@ -16,3 +16,5 @@ jobs:
plugin-ci:
uses: mattermost/actions-workflows/.github/workflows/plugin-ci.yml@main
secrets: inherit
with:
Copy link
Member Author

Choose a reason for hiding this comment

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

@lieut-data lieut-data marked this pull request as ready for review January 24, 2025 17:24
@lieut-data lieut-data force-pushed the updated-license-header branch from e8a011f to 5905cfc Compare January 27, 2025 15:51
@lieut-data lieut-data force-pushed the updated-license-header branch from 5905cfc to 3928a60 Compare January 27, 2025 18:49
Copy link
Member

@wiggin77 wiggin77 left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@lieut-data lieut-data merged commit f0a030b into master Jan 29, 2025
9 checks passed
@lieut-data lieut-data deleted the updated-license-header branch January 29, 2025 14:15
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.

2 participants