[Insight-developers] ITKv4 : LICENSE Changed to Apache 2.0
Brad King
brad.king at kitware.com
Thu Oct 7 13:59:17 EDT 2010
On 10/07/2010 01:41 PM, Luis Ibanez wrote:
> B) We must apply the change to the headers of all ITK files.
>
> The proposed new header is shown here:
>
> http://www.itk.org/Wiki/ITK_Release_4/Licensing#File_Header_Changes
I think the intention of the recommendation in the Apache license text
is to have the literal URL
http://www.apache.org/licenses/LICENSE-2.0.txt
in the source file headers. Unlike the BSD license, the Apache license
text does not have any placeholders to be filled in for each project.
The apache.org URL is not going anywhere.
I propose this:
/*============================================================================
Insight Toolkit
Copyright Insight Software Consortium
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.
============================================================================*/
-Brad
More information about the Insight-developers
mailing list