Skip to content

Commit

Permalink
Remove extra text from license
Browse files Browse the repository at this point in the history
The Apache 2.0 license on the website shows that it ends after "END OF TERMS AND CONDITIONS" https://www.apache.org/licenses/LICENSE-2.0

![](https://private-user-images.githubusercontent.com/59744/387383537-f56c8594-5c32-41d5-a5b7-f4a587125ca2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzIwNTE4MDcsIm5iZiI6MTczMjA1MTUwNywicGF0aCI6Ii81OTc0NC8zODczODM1MzctZjU2Yzg1OTQtNWMzMi00MWQ1LWE1YjctZjRhNTg3MTI1Y2EyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDExMTklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMTE5VDIxMjUwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQwOTNkODQzZTI2YmQ5ZGNlYTM5ZTAxOGNhY2Q4Y2I2ODQyNWVmNjM5YTUzMWRhZGY1YTc4MDNlZjY0NmNmMmEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.FvvHOgNE1RrLTHYCjNUcUv0iq8KyzfXgrZS6J4f7igg)

Our https://github.com/salesforce/oss-template/blob/main/license_info.md also shows the license ending there:

![](https://private-user-images.githubusercontent.com/59744/387383715-c9a35e3c-160d-4d3a-96d5-7be07d548dec.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzIwNTE4MDcsIm5iZiI6MTczMjA1MTUwNywicGF0aCI6Ii81OTc0NC8zODczODM3MTUtYzlhMzVlM2MtMTYwZC00ZDNhLTk2ZDUtN2JlMDdkNTQ4ZGVjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDExMTklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMTE5VDIxMjUwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPThmNDJmMWEzODg0NTZiNzdjZTkzOTMxYjQ1MTAxOTVjMGE4YmFlMmMxYjQzMGUxMzE2NmJlNzk2M2IwNGZiYzkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.132uqpmlORqSqiuBnu16TlgDkiF-9k3nJ3slt6QZ91A)

This text exists because it's been mistakenly copied and pasted from https://www.apache.org/licenses/LICENSE-2.0.txt where its intent seems to be reproducing the application instructions as seen on https://www.apache.org/licenses/LICENSE-2.0 rather than as text that's intended to be included in the license.

Close salesforce#16
  • Loading branch information
schneems committed Nov 19, 2024
1 parent 6adf076 commit 0cb514c
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,29 +179,3 @@ Apache License
of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS

APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "{}"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright {yyyy} {name of copyright owner}

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

0 comments on commit 0cb514c

Please sign in to comment.