Skip to content

Update license_info.md #21

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions license_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ For the ALv2 license, create a `LICENSE.txt` file (or use the one in this templa
```
Apache License Version 2.0

Copyright (c) 2024 Salesforce, Inc.
Copyright (c) 2025 Salesforce, Inc.
All rights reserved.

Apache License
Expand Down Expand Up @@ -218,7 +218,7 @@ All rights reserved.
The shorter version of license text should be added as a comment to all Salesforce-authored source code and configuration files that support comments. This include file formats like HTML, CSS, JavaScript, XML, etc. which aren't directly code, but are still critical to your project code. Like:
```
/*
* Copyright (c) 2023, Salesforce, Inc.
* Copyright (c) 2025 Salesforce, Inc.
* SPDX-License-Identifier: Apache-2
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down