http://www.apache.org/legal/src-headers.html
Source File Headers for Code Developed at the ASF
"Each source file should include the following license header -- note that 
there 
should be no copyright notice in the header: ..." 

Means to me
- remove all the copyright headers from all files
        /*
         * Copyright  2001-2006 The Apache Software Foundation
         *
         *  Licensed under the Apache License, Version 2.0 (the "License");
        ...
- add a license header to each source file
        Licensed to the Apache Software Foundation (ASF) under one
      or more contributor license agreements.  See the NOTICE file
      distributed with this work for additional information
        ...
- a new ./NOTICE file 
- source files are
  src/main/**/*.*
  src/testcases/**/*.xml
  src/etc/**/*.*
  src/script/*.*
  src/resources/**/antlib.xml
  docs/manual/
  bootstrap.[sh|bat], build.*, check.xml, fetch.xml, contributors.xml ....
- what with
  src/testcases/**/*.*   not being an xml file? These are test data for the 
unit tests...
  xdocs/**/*.*           "source"? Its for generating the homepage...
  docs/


Jan

>-----Ursprüngliche Nachricht-----
>Von: Kev Jackson [mailto:[EMAIL PROTECTED] 
>Gesendet: Dienstag, 18. Juli 2006 11:17
>An: Ant Developers List
>Betreff: Re: New source file header policy
>
>
>> <http://www.apache.org/legal/src-headers.html>
>>
>
>I read this to mean that
>
>Apache Ant
>Copyright xxxx-2006 The Apache Software Foundation
>
>This product includes software developed at The Apache 
>Software Foundation (http://www.apache.org/).
>
>should be added at the top of the NOTICE file
>
>And the copyright should be removed form all the source files?
>
>Other interpretations?
>
>Kev
>
>--
>"In vain you tell me that Artificial Government is good, but 
>that I fall out with the Abuse. The Thing! The Thing itself is 
>the Abuse!" - Edmund Burke
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED] For 
>additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to