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

Update legal/src-headers to allow https #331

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions content/foundation/license-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,14 @@ as they cause confusion.

Creating a new license is a non-trivial task. If you do that we recommend that you get your own legal advice.

Some modifications are trivial or purely cosmetic in nature and do not alter the
license in any meaningful way. In such cases, the result would still be considered
the Apache License, and you do not need to change the name in these cases. Using
"https:" for the URL in the license header instead of "http:", or changing the font
or line spacing to make the license more readable, are examples of such changes. If
you are uncertain whether your changes are trivial, you should seek your own legal
advice.

## I've made improvements to the Apache code; may I distribute the modified result? {#Distribute-changes}

Absolutely -- subject to the [terms of the Apache license](/licenses/LICENSE-2.0#redistribution),
Expand Down
2 changes: 1 addition & 1 deletion content/legal/src-headers.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This section refers only to works submitted directly to the ASF by the copyright
<li>provide written permission for the ASF to make such removal or relocation of the notices.</li>
</ol>
</li>
<li id="header-text">Each source file should include the following license header -- note that there should be no copyright notice in the header:
<li id="header-text">Each source file should include the following license header -- note that there should be no copyright notice in the header and https is acceptable in place of http for the URL:

Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
Expand Down