On Wed, Nov 2, 2016 at 1:16 PM, Kirk Lund <kl...@apache.org> wrote: > I'd like to read up on what's allowed and disallowed regarding file types > in Apache source code. Does anyone have any links to get me started?
The only distinction that ASF makes is binaries vs. source files. The source code that ASF releases has to be comprised of files that can be called source (under a reasonable definition of source). The only requirement for source files is that they MUST be usable without leveraging commercial tools. Other than that -- anything goes. Are you asking with a particular example in mind or just asking a hypothetical? Thanks, Roman.