Hacker News new | ask | show | jobs
by sena 3048 days ago
I think the Apache License 2.0 does not require any attribution or copyright notice, unless you redistribute the source code.

https://www.apache.org/foundation/license-faq.html#WhatDoesI...

1 comments

From the license itself, it seems like you do need to include the license contents within the derivative work somewhere. Since "Derivative works" includes "Object" (compiled) projects, and 4a states:

> You must give any other recipients of the Work or Derivative Works a copy of this License

They're pretty clear on attribution being in the source only in 4c:

> You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works

OP here. So it’s okay to keep the license in source only right? Do I need to attribute on the site too?
According to the letter of the law probably. But I would suggest that it might be nice to credit the main Open Source project(s) on which your business is built, maybe in a 'Thanks to...' page.