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

Merged
merged 3 commits into from
Jan 29, 2025

Conversation

lieut-data
Copy link
Member

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

Summary

Use mattermost-govet and eslint's header/header to ensure each file begins with the appropriate header, then fix all instances for built source code. (e2e code excepted)

// Copyright (c) 2017-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.

Ticket Link

None

@lieut-data lieut-data force-pushed the updated-license-header branch from de81871 to 2320cda Compare January 23, 2025 18:12
Use `mattermost-govet` and `eslint`'s `header/header` to ensure each
file begins with the appropriate header, then fix all instances for
built source code. (e2e code excepted)

```
// Copyright (c) 2019-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 2320cda to 617c9d4 Compare January 23, 2025 21:38
@lieut-data lieut-data marked this pull request as ready for review January 24, 2025 17:24
@lieut-data lieut-data requested a review from wiggin77 as a code owner January 24, 2025 17:24
@lieut-data lieut-data force-pushed the updated-license-header branch from 318735b to d95031e 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 a1cba38 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