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

Merged
merged 3 commits into from
Jan 24, 2025

Conversation

lieut-data
Copy link
Member

Summary

Use mattermost-govet to ensure each file begins with the appropriate header, then fix all instances for built source code. (No checks via eslint since webapp is so small and out-of-date re: tooling.)

// Copyright (c) 2020-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 2f10298 to 7a62873 Compare January 23, 2025 19:49
Use `mattermost-govet` to ensure each file begins with the appropriate header, then fix all instances for built source code. (No checks via eslint since webapp is so small and out-of-date re: tooling.)

```
// Copyright (c) 2020-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 7a62873 to 9b9a433 Compare January 23, 2025 21:38
@lieut-data lieut-data marked this pull request as ready for review January 24, 2025 17:21
@lieut-data lieut-data added the 2: Dev Review Requires review by a core committer label Jan 24, 2025
@lieut-data lieut-data merged commit 706fee9 into master Jan 24, 2025
4 checks passed
@lieut-data lieut-data deleted the updated-license-header branch January 24, 2025 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2: Dev Review Requires review by a core committer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants