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

Merged
merged 2 commits into from
Jan 24, 2025

Conversation

lieut-data
Copy link
Member

Description

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) 2023-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 c35d013 to 36a4b6d Compare January 23, 2025 18:13
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) 2023-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 36a4b6d to 9effcfc Compare January 23, 2025 21:38
@lieut-data lieut-data requested review from a team and BenCookie95 and removed request for a team January 24, 2025 17:24
@lieut-data lieut-data marked this pull request as ready for review January 24, 2025 17:24
@lieut-data lieut-data merged commit 85a638b into master Jan 24, 2025
8 checks passed
@lieut-data lieut-data deleted the updated-license-header branch January 24, 2025 21:03
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