ITK Release 4/Licensing: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
The board voted to make the change effective starting with ITK version 4.0, and leave previous versions of ITK to maintain the license under which they were originally released. | The board voted to make the change effective starting with ITK version 4.0, and leave previous versions of ITK to maintain the license under which they were originally released. | ||
= Notation = | |||
The method for applying the license to the toolkit was also modified in order to match the | |||
[http://www.apache.org/dev/apply-license.html recommended practices of the Apache Foundation] | |||
In particular: | |||
* A file named LICENSE is now at the top of the ITK source tree, containing the verbatim text of the Apache 2.0 License. | |||
* A file named NOTICE is now at the top of the ITK source tree, containing a manifesto of the copyright and licenses of third party files that are distributed along with the toolkit, and/or section of code that have been integrated with the ITK toolkit. | |||
** For example, the copyright notice and license of: VTK, VXL, TargetJr, libjpeg, libpng. |
Revision as of 17:02, 7 October 2010
New License
- On January 2010
- The board of the Insight Software Consortium (ISC)
- voted for changing the license of
- The Insight Software Toolkit
- from the BSD License
- to the Apache 2.0 License.
The board voted to make the change effective starting with ITK version 4.0, and leave previous versions of ITK to maintain the license under which they were originally released.
Notation
The method for applying the license to the toolkit was also modified in order to match the recommended practices of the Apache Foundation
In particular:
- A file named LICENSE is now at the top of the ITK source tree, containing the verbatim text of the Apache 2.0 License.
- A file named NOTICE is now at the top of the ITK source tree, containing a manifesto of the copyright and licenses of third party files that are distributed along with the toolkit, and/or section of code that have been integrated with the ITK toolkit.
- For example, the copyright notice and license of: VTK, VXL, TargetJr, libjpeg, libpng.