Apache License

Source: Wikipedia, the free encyclopedia.
(Redirected from
Apache 2.0
)

Apache License
GPL compatible
Only version 2.0 is compatible with only GPLv3.[2]
CopyleftNo
Linking from code with a different licenceYes
Websitewww.apache.org/licenses

The Apache License is a

royalties
. The ASF and its projects release their software products under the Apache License. The license is also used by many non-ASF projects.

History

Beginning in 1995, the Apache Group (later the Apache Software Foundation) released successive versions of the

original 4-clause BSD license
, with only the names of the organizations changed, and with an additional clause forbidding derivative works from bearing the Apache name.

In July 1999, the Berkeley Software Distribution accepted the argument put to it by the Free Software Foundation and retired their advertising clause (clause 3) to form the new 3-clause BSD license. In 2000, Apache did likewise and created the Apache License 1.1, in which derived products are no longer required to include attribution in their advertising materials, only in their documentation. Individual packages licensed under the 1.1 version may have used different wording due to varying requirements for attribution or mark identification, but the binding terms were the same.

In January 2004, ASF decided to depart from the BSD model and produced the Apache License 2.0. The stated goals of the license included making it easier for non-ASF projects to use, improving compatibility with GPL-based software, allowing the license to be included by reference instead of listed in every file, clarifying the license on contributions, and requiring a patent license on contributions that necessarily infringe a contributor's own patents.[5] This license requires preservation of the copyright notice and disclaimer.

Licensing conditions

The Apache License is

permissive; unlike copyleft licenses, it does not require a derivative work
of the software, or modifications to the original, to be distributed using the same license. It still requires application of the same license to all unmodified parts. In every licensed file, original copyright, patent, trademark, and attribution notices must be preserved (excluding notices that do not pertain to any part of the derivative works). In every licensed file changed, a notification must be added stating that changes have been made to that file.

If a NOTICE text file is included as part of the distribution of the original work, then derivative works must include a readable copy of these notices within a NOTICE text file distributed as part of the derivative works, within the source form or documentation, or within a display generated by the derivative works (wherever such third-party notices normally appear).

The contents of the NOTICE file do not modify the license, as they are for informational purposes only, and adding more attribution notices as addenda to the NOTICE text is permissible, provided that these notices cannot be understood as modifying the license. Modifications may have appropriate copyright notices, and may provide different license terms for the modifications.

Unless explicitly stated otherwise, any contributions submitted by a licensee to a licensor will be under the terms of the license without any terms and conditions, but this does not preclude any separate agreements with the licensor regarding these contributions.

Apache License 2.0

The Apache License 2.0 attempts to forestall potential patent litigation in Section 3. The user is granted a patent license from each contributor to "make, have made, use, offer to sell, sell, import, and otherwise transfer the Work." Through an in terrorem clause, if the user sues anyone alleging that the software or a contribution within it constitutes patent infringement, any such patent licenses for that work are terminated.

Compatibility

The Apache Software Foundation and the

free software license, compatible with the GNU General Public License[5] (GPL) version 3,[2] meaning that code under GPLv3 and Apache License 2.0 can be combined, as long as the resulting software is licensed under the GPLv3.[6]

The Free Software Foundation considers all versions of the Apache License to be incompatible with the previous GPL versions 1 and 2.[2] Furthermore, it considers Apache License versions before 2.0 incompatible with GPLv3. Because of version 2.0's patent license requirements, the Free Software Foundation recommends it over other non-copyleft licenses.[7][2] If the Apache License with the LLVM exception is used, then it is compatible with GPLv2.[8]

Reception and adoption

In October 2012, 8,708 projects located at

Google Code were using the Apache License,[10] including the Android operating system.[11]

As of 2015[update], according to Black Duck Software

GPLv2
.

The

contract law with copyright law, stating "...Copyright law is somewhat standardized by international agreements, contract law differs wildly among jurisdictions. So what the license means in different jurisdictions may vary and is hard to predict."[14]

See also

References

  1. Debian Project
    . Retrieved 6 July 2009.
  2. ^ a b c d e "Apache License, Version 2.0". Various Licenses and Comments about Them. Free Software Foundation. Archived from the original on 16 July 2009. Retrieved 6 July 2009.
  3. ^ "OSI-approved licenses by name David Gutierrez & David Louie Gutierrez". Open Source Initiative. Archived from the original on 28 April 2011. Retrieved 31 March 2011.
  4. ^ New Media Rights (12 September 2008). "Open Source Licensing Guide". California Western School of Law. Retrieved 28 November 2015. The 'BSD-like' licenses such as the BSD, MIT, and Apache licenses are extremely permissive, requiring little more than attributing the original portions of the licensed code to the original developers in your own code and/or documentation.
  5. ^ a b "Apache License, Version 2.0". Apache Software Foundation. Retrieved 15 July 2019.
  6. ^ Apache Software Foundation. "Apache License v2.0 and GPL Compatibility". Archived from the original on 15 January 2008. Retrieved 30 January 2008.
  7. ^ "How to choose a license for your own work". gnu.org. Free Software Foundation. 15 December 2018. Retrieved 25 August 2019.
  8. ^ "LLVM Exception | Software Package Data Exchange (SPDX)". spdx.org. Retrieved 22 June 2022.
  9. ^ "Projects at SourceForge under Apache License". Retrieved 28 October 2012.
  10. ^ Stein, Greg (28 May 2008). "Standing Against License Proliferation". Google Open Source Blog.
  11. ^ "Licenses". Android Open Source Project. Retrieved 25 August 2019.
  12. ^ "Top 20 licenses". Black Duck Software. 19 November 2015. Archived from the original on 19 July 2016. Retrieved 19 November 2015.
  13. ^ Balter, Ben (9 March 2015). "Open source license usage on GitHub.com". GitHub.
  14. ^ "OpenBSD copyright policy". openbsd.org. OpenBSD Project. 28 May 2019.

External links