Re: [flexcoders] copyright notices in code

2009-01-21 Thread Maciek Sakrejda
We had to add copyright notices to a number of .mxml and .as files, and wrote a short python script to do this. The only tricky part was that you can't put an XML comment before the XML preamble (the '?xml version=1.0...' part), but you can put it outside the root element. If your script can

Re: [flexcoders] copyright notices in code

2009-01-20 Thread Doug McCune
How do people add copyright notices to their code? When they create a new file? I've only ever done manual copy/paste at the top of each file. What if the notice changes? Do they use ant to add it before compilation to each file? There's no point in adding copright notices before