/[fenfire]/fenfire/metacode/copyrighter.py
ViewVC logotype

Diff of /fenfire/metacode/copyrighter.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by tjl, Wed Jun 11 16:57:12 2003 UTC revision 1.2 by tjl, Sat Oct 18 06:06:29 2003 UTC
# Line 124  def renewNotice(file): Line 124  def renewNotice(file):
124      f.write("".join(lines))      f.write("".join(lines))
125    
126  def process_dir(arg, dir, names):  def process_dir(arg, dir, names):
127        (head, tail) = os.path.split(dir)
128        if tail == "{arch}":
129            names[0:len(names)-1] = []
130      for name in names:      for name in names:
131          process_file(dir, name)          process_file(dir, name)
132    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26