<html>
<head>
<style><!--
  body {background-color:#ffffff;}
  .file {border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;}
  .pathname {font-family:monospace; float:right;}
  .fileheader {margin-bottom:.5em;}
  .diff {margin:0;}
  .tasklist {padding:4px;border:1px dashed #000000;margin-top:1em;}
  .tasklist ul {margin-top:0;margin-bottom:0;}
  tr.alt {background-color:#eeeeee}
  #added {background-color:#ddffdd;}
  #addedchars {background-color:#99ff99;font-weight:bolder;}
  tr.alt #added {background-color:#ccf7cc;}
  #removed {background-color:#ffdddd;}
  #removedchars {background-color:#ff9999;font-weight:bolder;}
  tr.alt #removed {background-color:#f7cccc;}
  #copied {background-color:#ccccff;}
  tr.alt #copied {background-color:#bbbbf7;}
  #info {color:#888888;}
  #context {background-color:#eeeeee;}
  td {padding-left:.3em;padding-right:.3em;}
  tr.head {border-bottom-width:1px;border-bottom-style:solid;}
  tr.head td {padding:0;padding-top:.2em;}
  .task {background-color:#ffff00;}
  .comment {white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;padding:4px;border:1px dashed #000000;background-color:#ffffdd}
  .error {color:red;}
  hr {border-width:0px;height:2px;background:black;}
--></style>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head"><td colspan="5">Commit in <b><tt>as2api/trunk/as2api/lib/output/html</tt></b></td></tr>
<tr><td><tt><a href="#file1">core_pages.rb</a></tt> </td><td></td><td align="right" id="added">+12</td><td align="right" id="removed">-2</td><td nowrap="nowrap" align="center">339 -&gt; 340</td></tr>
<tr class="alt"><td><tt><a href="#file2">default_css.rb</a></tt> </td><td></td><td align="right" id="added">+12</td><td align="right" id="removed">-2</td><td nowrap="nowrap" align="center">339 -&gt; 340</td></tr>
<tr><td><tt><a href="#file3">default_frameset.rb</a></tt> </td><td></td><td align="right" id="added">+12</td><td align="right" id="removed">-2</td><td nowrap="nowrap" align="center">339 -&gt; 340</td></tr>
<tr class="alt"><td><tt><a href="#file4">diff.rb</a></tt> </td><td></td><td align="right" id="added">+12</td><td align="right" id="removed">-2</td><td nowrap="nowrap" align="center">339 -&gt; 340</td></tr>
<tr><td><tt><a href="#file5">driver.rb</a></tt> </td><td></td><td align="right" id="added">+12</td><td align="right" id="removed">-2</td><td nowrap="nowrap" align="center">339 -&gt; 340</td></tr>
<tr class="alt"><td><tt><a href="#file6">html_framework.rb</a></tt> </td><td></td><td align="right" id="added">+12</td><td align="right" id="removed">-2</td><td nowrap="nowrap" align="center">339 -&gt; 340</td></tr>
<tr><td><tt><a href="#file7">index.rb</a></tt> </td><td></td><td align="right" id="added">+12</td><td align="right" id="removed">-2</td><td nowrap="nowrap" align="center">339 -&gt; 340</td></tr>
<tr class="alt"><td><tt><a href="#file8">quicknav.rb</a></tt> </td><td></td><td align="right" id="added">+12</td><td align="right" id="removed">-2</td><td nowrap="nowrap" align="center">339 -&gt; 340</td></tr>
<tr><td><tt><a href="#file9">sources.rb</a></tt> </td><td></td><td align="right" id="added">+12</td><td align="right" id="removed">-2</td><td nowrap="nowrap" align="center">339 -&gt; 340</td></tr>
<tr><td></td><td></td><td align="right" id="added">+108</td><td align="right" id="removed">-18</td><td></td></tr>
</table>
<small id="info">9 modified files</small><br />
<pre class="comment">
Do license statement changes for a bunch of files I forgot
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">as2api/trunk/as2api/lib/output/html</span><br />
<div class="fileheader"><big><b>core_pages.rb</b></big> <small id="info">339 -&gt; 340</small></div>
<pre class="diff"><small id="info">--- trunk/as2api/lib/output/html/core_pages.rb        2006-03-29 21:03:53 UTC (rev 339)
+++ trunk/as2api/lib/output/html/core_pages.rb        2006-03-29 21:08:12 UTC (rev 340)
@@ -1,10 +1,20 @@
</small></pre><pre class="diff" id="context"> # 
 # Part of as2api - http://www.badgers-in-foil.co.uk/projects/as2api/
 #
</pre><pre class="diff" id="removed">-# Copyright (c) 2006 David Holroyd, and contributors.
</pre><pre class="diff" id="added">+#  This program is free software; you can redistribute it and/or modify
+#  it under the terms of the GNU General Public License as published by
+#  the Free Software Foundation; either version 2 of the License, or
+#  (at your option) any later version.
</pre><pre class="diff" id="context"> #
</pre><pre class="diff" id="removed">-# See the file 'COPYING' for terms of use of this code.
</pre><pre class="diff" id="added">+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
</pre><pre class="diff" id="context"> #
</pre><pre class="diff" id="added">+#  You should have received a copy of the GNU General Public License
+#  along with this program; if not, write to the Free Software
+#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+#
</pre><pre class="diff" id="context"> 
 
 require 'output/html/html_framework'
</pre></div>
<hr /><a name="file2" /><div class="file">
<span class="pathname">as2api/trunk/as2api/lib/output/html</span><br />
<div class="fileheader"><big><b>default_css.rb</b></big> <small id="info">339 -&gt; 340</small></div>
<pre class="diff"><small id="info">--- trunk/as2api/lib/output/html/default_css.rb        2006-03-29 21:03:53 UTC (rev 339)
+++ trunk/as2api/lib/output/html/default_css.rb        2006-03-29 21:08:12 UTC (rev 340)
@@ -1,10 +1,20 @@
</small></pre><pre class="diff" id="context"> # 
 # Part of as2api - http://www.badgers-in-foil.co.uk/projects/as2api/
 #
</pre><pre class="diff" id="removed">-# Copyright (c) 2006 David Holroyd, and contributors.
</pre><pre class="diff" id="added">+#  This program is free software; you can redistribute it and/or modify
+#  it under the terms of the GNU General Public License as published by
+#  the Free Software Foundation; either version 2 of the License, or
+#  (at your option) any later version.
</pre><pre class="diff" id="context"> #
</pre><pre class="diff" id="removed">-# See the file 'COPYING' for terms of use of this code.
</pre><pre class="diff" id="added">+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
</pre><pre class="diff" id="context"> #
</pre><pre class="diff" id="added">+#  You should have received a copy of the GNU General Public License
+#  along with this program; if not, write to the Free Software
+#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+#
</pre><pre class="diff" id="context"> 
 
 def stylesheet(output_dir)
</pre></div>
<hr /><a name="file3" /><div class="file">
<span class="pathname">as2api/trunk/as2api/lib/output/html</span><br />
<div class="fileheader"><big><b>default_frameset.rb</b></big> <small id="info">339 -&gt; 340</small></div>
<pre class="diff"><small id="info">--- trunk/as2api/lib/output/html/default_frameset.rb        2006-03-29 21:03:53 UTC (rev 339)
+++ trunk/as2api/lib/output/html/default_frameset.rb        2006-03-29 21:08:12 UTC (rev 340)
@@ -1,10 +1,20 @@
</small></pre><pre class="diff" id="context"> # 
 # Part of as2api - http://www.badgers-in-foil.co.uk/projects/as2api/
 #
</pre><pre class="diff" id="removed">-# Copyright (c) 2006 David Holroyd, and contributors.
</pre><pre class="diff" id="added">+#  This program is free software; you can redistribute it and/or modify
+#  it under the terms of the GNU General Public License as published by
+#  the Free Software Foundation; either version 2 of the License, or
+#  (at your option) any later version.
</pre><pre class="diff" id="context"> #
</pre><pre class="diff" id="removed">-# See the file 'COPYING' for terms of use of this code.
</pre><pre class="diff" id="added">+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
</pre><pre class="diff" id="context"> #
</pre><pre class="diff" id="added">+#  You should have received a copy of the GNU General Public License
+#  along with this program; if not, write to the Free Software
+#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+#
</pre><pre class="diff" id="context"> 
 
 require 'output/html/html_framework'
</pre></div>
<hr /><a name="file4" /><div class="file">
<span class="pathname">as2api/trunk/as2api/lib/output/html</span><br />
<div class="fileheader"><big><b>diff.rb</b></big> <small id="info">339 -&gt; 340</small></div>
<pre class="diff"><small id="info">--- trunk/as2api/lib/output/html/diff.rb        2006-03-29 21:03:53 UTC (rev 339)
+++ trunk/as2api/lib/output/html/diff.rb        2006-03-29 21:08:12 UTC (rev 340)
@@ -1,10 +1,20 @@
</small></pre><pre class="diff" id="context"> # 
 # Part of as2api - http://www.badgers-in-foil.co.uk/projects/as2api/
 #
</pre><pre class="diff" id="removed">-# Copyright (c) 2006 David Holroyd, and contributors.
</pre><pre class="diff" id="added">+#  This program is free software; you can redistribute it and/or modify
+#  it under the terms of the GNU General Public License as published by
+#  the Free Software Foundation; either version 2 of the License, or
+#  (at your option) any later version.
</pre><pre class="diff" id="context"> #
</pre><pre class="diff" id="removed">-# See the file 'COPYING' for terms of use of this code.
</pre><pre class="diff" id="added">+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
</pre><pre class="diff" id="context"> #
</pre><pre class="diff" id="added">+#  You should have received a copy of the GNU General Public License
+#  along with this program; if not, write to the Free Software
+#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+#
</pre><pre class="diff" id="context"> 
 require 'output/html/html_framework'
 
</pre></div>
<hr /><a name="file5" /><div class="file">
<span class="pathname">as2api/trunk/as2api/lib/output/html</span><br />
<div class="fileheader"><big><b>driver.rb</b></big> <small id="info">339 -&gt; 340</small></div>
<pre class="diff"><small id="info">--- trunk/as2api/lib/output/html/driver.rb        2006-03-29 21:03:53 UTC (rev 339)
+++ trunk/as2api/lib/output/html/driver.rb        2006-03-29 21:08:12 UTC (rev 340)
@@ -1,10 +1,20 @@
</small></pre><pre class="diff" id="context"> # 
 # Part of as2api - http://www.badgers-in-foil.co.uk/projects/as2api/
 #
</pre><pre class="diff" id="removed">-# Copyright (c) 2006 David Holroyd, and contributors.
</pre><pre class="diff" id="added">+#  This program is free software; you can redistribute it and/or modify
+#  it under the terms of the GNU General Public License as published by
+#  the Free Software Foundation; either version 2 of the License, or
+#  (at your option) any later version.
</pre><pre class="diff" id="context"> #
</pre><pre class="diff" id="removed">-# See the file 'COPYING' for terms of use of this code.
</pre><pre class="diff" id="added">+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
</pre><pre class="diff" id="context"> #
</pre><pre class="diff" id="added">+#  You should have received a copy of the GNU General Public License
+#  along with this program; if not, write to the Free Software
+#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+#
</pre><pre class="diff" id="context"> 
 
 require 'output/html/html_framework'
</pre></div>
<hr /><a name="file6" /><div class="file">
<span class="pathname">as2api/trunk/as2api/lib/output/html</span><br />
<div class="fileheader"><big><b>html_framework.rb</b></big> <small id="info">339 -&gt; 340</small></div>
<pre class="diff"><small id="info">--- trunk/as2api/lib/output/html/html_framework.rb        2006-03-29 21:03:53 UTC (rev 339)
+++ trunk/as2api/lib/output/html/html_framework.rb        2006-03-29 21:08:12 UTC (rev 340)
@@ -1,10 +1,20 @@
</small></pre><pre class="diff" id="context"> # 
 # Part of as2api - http://www.badgers-in-foil.co.uk/projects/as2api/
 #
</pre><pre class="diff" id="removed">-# Copyright (c) 2006 David Holroyd, and contributors.
</pre><pre class="diff" id="added">+#  This program is free software; you can redistribute it and/or modify
+#  it under the terms of the GNU General Public License as published by
+#  the Free Software Foundation; either version 2 of the License, or
+#  (at your option) any later version.
</pre><pre class="diff" id="context"> #
</pre><pre class="diff" id="removed">-# See the file 'COPYING' for terms of use of this code.
</pre><pre class="diff" id="added">+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
</pre><pre class="diff" id="context"> #
</pre><pre class="diff" id="added">+#  You should have received a copy of the GNU General Public License
+#  along with this program; if not, write to the Free Software
+#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+#
</pre><pre class="diff" id="context"> 
 
 require 'gettext'
</pre></div>
<hr /><a name="file7" /><div class="file">
<span class="pathname">as2api/trunk/as2api/lib/output/html</span><br />
<div class="fileheader"><big><b>index.rb</b></big> <small id="info">339 -&gt; 340</small></div>
<pre class="diff"><small id="info">--- trunk/as2api/lib/output/html/index.rb        2006-03-29 21:03:53 UTC (rev 339)
+++ trunk/as2api/lib/output/html/index.rb        2006-03-29 21:08:12 UTC (rev 340)
@@ -1,10 +1,20 @@
</small></pre><pre class="diff" id="context"> # 
 # Part of as2api - http://www.badgers-in-foil.co.uk/projects/as2api/
 #
</pre><pre class="diff" id="removed">-# Copyright (c) 2006 David Holroyd, and contributors.
</pre><pre class="diff" id="added">+#  This program is free software; you can redistribute it and/or modify
+#  it under the terms of the GNU General Public License as published by
+#  the Free Software Foundation; either version 2 of the License, or
+#  (at your option) any later version.
</pre><pre class="diff" id="context"> #
</pre><pre class="diff" id="removed">-# See the file 'COPYING' for terms of use of this code.
</pre><pre class="diff" id="added">+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
</pre><pre class="diff" id="context"> #
</pre><pre class="diff" id="added">+#  You should have received a copy of the GNU General Public License
+#  along with this program; if not, write to the Free Software
+#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+#
</pre><pre class="diff" id="context"> 
 
 require 'set'
</pre></div>
<hr /><a name="file8" /><div class="file">
<span class="pathname">as2api/trunk/as2api/lib/output/html</span><br />
<div class="fileheader"><big><b>quicknav.rb</b></big> <small id="info">339 -&gt; 340</small></div>
<pre class="diff"><small id="info">--- trunk/as2api/lib/output/html/quicknav.rb        2006-03-29 21:03:53 UTC (rev 339)
+++ trunk/as2api/lib/output/html/quicknav.rb        2006-03-29 21:08:12 UTC (rev 340)
@@ -1,10 +1,20 @@
</small></pre><pre class="diff" id="context"> # 
 # Part of as2api - http://www.badgers-in-foil.co.uk/projects/as2api/
 #
</pre><pre class="diff" id="removed">-# Copyright (c) 2006 David Holroyd, and contributors.
</pre><pre class="diff" id="added">+#  This program is free software; you can redistribute it and/or modify
+#  it under the terms of the GNU General Public License as published by
+#  the Free Software Foundation; either version 2 of the License, or
+#  (at your option) any later version.
</pre><pre class="diff" id="context"> #
</pre><pre class="diff" id="removed">-# See the file 'COPYING' for terms of use of this code.
</pre><pre class="diff" id="added">+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
</pre><pre class="diff" id="context"> #
</pre><pre class="diff" id="added">+#  You should have received a copy of the GNU General Public License
+#  along with this program; if not, write to the Free Software
+#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+#
</pre><pre class="diff" id="context"> 
 
 def quicknav_script(output_dir)
</pre></div>
<hr /><a name="file9" /><div class="file">
<span class="pathname">as2api/trunk/as2api/lib/output/html</span><br />
<div class="fileheader"><big><b>sources.rb</b></big> <small id="info">339 -&gt; 340</small></div>
<pre class="diff"><small id="info">--- trunk/as2api/lib/output/html/sources.rb        2006-03-29 21:03:53 UTC (rev 339)
+++ trunk/as2api/lib/output/html/sources.rb        2006-03-29 21:08:12 UTC (rev 340)
@@ -1,10 +1,20 @@
</small></pre><pre class="diff" id="context"> # 
 # Part of as2api - http://www.badgers-in-foil.co.uk/projects/as2api/
 #
</pre><pre class="diff" id="removed">-# Copyright (c) 2006 David Holroyd, and contributors.
</pre><pre class="diff" id="added">+#  This program is free software; you can redistribute it and/or modify
+#  it under the terms of the GNU General Public License as published by
+#  the Free Software Foundation; either version 2 of the License, or
+#  (at your option) any later version.
</pre><pre class="diff" id="context"> #
</pre><pre class="diff" id="removed">-# See the file 'COPYING' for terms of use of this code.
</pre><pre class="diff" id="added">+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
</pre><pre class="diff" id="context"> #
</pre><pre class="diff" id="added">+#  You should have received a copy of the GNU General Public License
+#  along with this program; if not, write to the Free Software
+#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+#
</pre><pre class="diff" id="context"> 
 
 require 'parse/aslexer'
</pre></div>
<center><small><a href="http://www.badgers-in-foil.co.uk/projects/cvsspam/" title="commit -&gt; email">CVSspam</a> 0.2.12</small></center>
</body></html>