<div dir="ltr"><div class="gmail_quote">On Mon, Sep 22, 2008 at 1:48 PM, Jeremy C. Reed <span dir="ltr"><<a href="mailto:reed@reedmedia.net">reed@reedmedia.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="Wj3C7c">On Mon, 22 Sep 2008, Charles Daniels wrote:<br>
<br>
> I am picking up development on a project that has been dormant for a few<br>
> years. The copyright holder has given me full admin/developer privileges on<br>
> his existing project (housed at <a href="http://sourceforge.net" target="_blank">sourceforge.net</a>). I will be adding support<br>
> for current standards.<br>
> My question is, how do I handle the license text both in new files that I<br>
> will be adding as well as in old files that I modify? In particular, the<br>
> copyright contains the years 2002/2003 in all of the current files.<br>
><br>
> 1. When I modify an existing file, do I add the year 2008 to the list of<br>
> years?<br>
> 2. When I create a new file, do I only specify 2008, leaving 2002/2003 out<br>
> of the copyright?<br>
><br>
> The license is BSD.<br>
<br>
</div></div>Depends on the "copyright" line. If it has a different name, then add a<br>
new line for your new date, for example:<br>
<br>
  Copyright (c) 2002, 2004  Original Authors<br>
  Copyright (c) 2008  Your Name<br>
<br>
  Redistribution and use ....<br>
<br>
Of course for new file, leave out the old date line unless you<br>
specifically copied more than a few lines of code.</blockquote><div><br></div><div>Excellent. Thank you. </div></div><br></div>