<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -167,7 +167,7 @@
  * void SetPruning(bool val) {do_pruning=val;} //!&lt; Pass 'false' here to disable statistical pruning completely.
  * \endcode
  *
- * Andreas Maunz, 2008
+ * &#169; 2008 by Andreas Maunz, 2008
  *
- *  \author Andreas Maunz, 2008
+ *  \author &#169; 2008 by Andreas Maunz, 2008
  **/</diff>
      <filename>Mainpage.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,24 @@
 // closeleg.cpp
-// Andreas Maunz, andreas@maunz.de, jul 2008
+// &#169; 2008 by Andreas Maunz, andreas@maunz.de, jul 2008
 // Siegfried Nijssen, snijssen@liacs.nl, feb 2004.
+
+/*
+    This file is part of LibFminer (libfminer).
+
+    LibFminer 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 3 of the License, or
+    (at your option) any later version.
+
+    LibFminer 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.
+
+    You should have received a copy of the GNU General Public License
+    along with LibFminer.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #include &lt;vector&gt;
 #include &quot;misc.h&quot;
 #include &quot;closeleg.h&quot;</diff>
      <filename>closeleg.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,24 @@
 // closeleg.h
-// Andreas Maunz, andreas@maunz.de, jul 2008
+// &#169; 2008 by Andreas Maunz, andreas@maunz.de, jul 2008
 // Siegfried Nijssen, snijssen@liacs.nl, feb 2004.
+
+/*
+    This file is part of LibFminer (libfminer).
+
+    LibFminer 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 3 of the License, or
+    (at your option) any later version.
+
+    LibFminer 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.
+
+    You should have received a copy of the GNU General Public License
+    along with LibFminer.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #ifndef CLOSELEG_H
 #define CLOSELEG_H
 #include &lt;vector&gt;</diff>
      <filename>closeleg.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,22 @@
 // constraints.cpp
-// Andreas Maunz, andreas@maunz.de, jun 2008
+// &#169; 2008 by Andreas Maunz, andreas@maunz.de, jun 2008
+
+/*
+    This file is part of LibFminer (libfminer).
+
+    LibFminer 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 3 of the License, or
+    (at your option) any later version.
+
+    LibFminer 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.
+
+    You should have received a copy of the GNU General Public License
+    along with LibFminer.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
 
 #include &quot;constraints.h&quot;
 </diff>
      <filename>constraints.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,24 @@
 // constraints.h
-// Andreas Maunz, andreas@maunz.de, jun 2008
+// &#169; 2008 by Andreas Maunz, andreas@maunz.de, jun 2008
+
+/*
+    This file is part of LibFminer (libfminer).
+
+    LibFminer 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 3 of the License, or
+    (at your option) any later version.
+
+    LibFminer 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.
+
+    You should have received a copy of the GNU General Public License
+    along with LibFminer.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
+
 #ifndef CONSTRAINTS_H
 #define CONSTRAINTS_H
 </diff>
      <filename>constraints.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,24 @@
 // database.cpp
-// Andreas Maunz, andreas@maunz.de, jul 2008
+// &#169; 2008 by Andreas Maunz, andreas@maunz.de, jul 2008
 // Siegfried Nijssen, snijssen@liacs.nl, jan 2004.
+
+/*
+    This file is part of LibFminer (libfminer).
+
+    LibFminer 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 3 of the License, or
+    (at your option) any later version.
+
+    LibFminer 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.
+
+    You should have received a copy of the GNU General Public License
+    along with LibFminer.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #include &quot;database.h&quot;
 #include &quot;constraints.h&quot;
 #include &lt;algorithm&gt;</diff>
      <filename>database.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,24 @@
 // database.h
-// Andreas Maunz, andreas@maunz.de, jul 2008
+// &#169; 2008 by Andreas Maunz, andreas@maunz.de, jul 2008
 // Siegfried Nijssen, snijssen@liacs.nl, jan 2004.
+
+/*
+    This file is part of LibFminer (libfminer).
+
+    LibFminer 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 3 of the License, or
+    (at your option) any later version.
+
+    LibFminer 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.
+
+    You should have received a copy of the GNU General Public License
+    along with LibFminer.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #ifndef DATABASE_H
 #define DATABASE_H
 #include &lt;iostream&gt;</diff>
      <filename>database.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,23 @@
+// fminer.cpp
+// &#169; 2008 by Andreas Maunz, andreas@maunz.de, jun 2008
+
+/*
+    This file is part of LibFminer (libfminer).
+
+    LibFminer 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 3 of the License, or
+    (at your option) any later version.
+
+    LibFminer 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.
+
+    You should have received a copy of the GNU General Public License
+    along with LibFminer.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #include &quot;fminer.h&quot;
 #include &quot;globals.h&quot;
 </diff>
      <filename>fminer.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,23 @@
 // fminer.h
-// Andreas Maunz, andreas@maunz.de, oct 2008
+// &#169; 2008 by Andreas Maunz, andreas@maunz.de, oct 2008
+
+/*
+    This file is part of LibFminer (libfminer).
+
+    LibFminer 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 3 of the License, or
+    (at your option) any later version.
+
+    LibFminer 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.
+
+    You should have received a copy of the GNU General Public License
+    along with LibFminer.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #ifndef FMINER_H
 #define FMINER_H
 </diff>
      <filename>fminer.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,23 @@
+// globals.h
+// &#169; 2008 by Andreas Maunz, andreas@maunz.de, jun 2008
+
+/*
+    This file is part of LibFminer (libfminer).
+
+    LibFminer 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 3 of the License, or
+    (at your option) any later version.
+
+    LibFminer 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.
+
+    You should have received a copy of the GNU General Public License
+    along with LibFminer.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #ifndef GLOBALS_H
 #define GLOBALS H
 </diff>
      <filename>globals.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,25 @@
 // graphstate.cpp
 // 
-// Andreas Maunz, andreas@maunz.de, jul 2008
+// &#169; 2008 by Andreas Maunz, andreas@maunz.de, jul 2008
 // Siegfried Nijssen, snijssen@liacs.nl, jan 2004.
+
+/*
+    This file is part of LibFminer (libfminer).
+
+    LibFminer 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 3 of the License, or
+    (at your option) any later version.
+
+    LibFminer 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.
+
+    You should have received a copy of the GNU General Public License
+    along with LibFminer.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #include &lt;queue&gt;
 #include &lt;sstream&gt;
 </diff>
      <filename>graphstate.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,24 @@
 // graphstate.h
-// Andreas Maunz, andreas@maunz.de, jul 2008
+// &#169; 2008 by Andreas Maunz, andreas@maunz.de, jul 2008
 // Siegfried Nijssen, snijssen@liacs.nl, feb 2004.
+
+/*
+    This file is part of LibFminer (libfminer).
+
+    LibFminer 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 3 of the License, or
+    (at your option) any later version.
+
+    LibFminer 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.
+
+    You should have received a copy of the GNU General Public License
+    along with LibFminer.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #ifndef GRAPHSTATE_H
 #define GRAPHSTATE_H
 #include &lt;vector&gt;</diff>
      <filename>graphstate.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,24 @@
 // legoccurrence.cpp
-// Andreas Maunz, andreas@maunz.de, jul 2008
+// &#169; 2008 by Andreas Maunz, andreas@maunz.de, jul 2008
 // Siegfried Nijssen, snijssen@liacs.nl, jan 2004.
+
+/*
+    This file is part of LibFminer (libfminer).
+
+    LibFminer 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 3 of the License, or
+    (at your option) any later version.
+
+    LibFminer 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.
+
+    You should have received a copy of the GNU General Public License
+    along with LibFminer.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #include &quot;legoccurrence.h&quot;
 #include &quot;closeleg.h&quot;
 #include &quot;database.h&quot;</diff>
      <filename>legoccurrence.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,24 @@
 // legoccurrence.h
-// Andreas Maunz, andreas@maunz.de, jul 2008
+// &#169; 2008 by Andreas Maunz, andreas@maunz.de, jul 2008
 // Siegfried Nijssen, snijssen@liacs.nl, jan 2004.
+
+/*
+    This file is part of LibFminer (libfminer).
+
+    LibFminer 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 3 of the License, or
+    (at your option) any later version.
+
+    LibFminer 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.
+
+    You should have received a copy of the GNU General Public License
+    along with LibFminer.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #ifndef LEGOCCURRENCE_H
 #define LEGOCCURRENCE_H
 #include &lt;iostream&gt;</diff>
      <filename>legoccurrence.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,24 @@
 // misc.h
-// Andreas Maunz, andreas@maunz.de, jul 2008
+// &#169; 2008 by Andreas Maunz, andreas@maunz.de, jul 2008
 // Siegfried Nijssen, snijssen@liacs.nl, jan 2004.
+
+/*
+    This file is part of LibFminer (libfminer).
+
+    LibFminer 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 3 of the License, or
+    (at your option) any later version.
+
+    LibFminer 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.
+
+    You should have received a copy of the GNU General Public License
+    along with LibFminer.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #ifndef MISC_H
 #define MISC_H
 #include &lt;vector&gt;</diff>
      <filename>misc.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,24 @@
 // path.cpp
-// Andreas Maunz, andreas@maunz.de, jul 2008
+// &#169; 2008 by Andreas Maunz, andreas@maunz.de, jul 2008
 // Siegfried Nijssen, snijssen@liacs.nl, jan 2004.
+
+/*
+    This file is part of LibFminer (libfminer).
+
+    LibFminer 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 3 of the License, or
+    (at your option) any later version.
+
+    LibFminer 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.
+
+    You should have received a copy of the GNU General Public License
+    along with LibFminer.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #include &lt;algorithm&gt;
 #include &quot;patterntree.h&quot;
 #include &quot;path.h&quot;</diff>
      <filename>path.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,24 @@
 // path.h
-// Andreas Maunz, andreas@maunz.de, jul 2008
+// &#169; 2008 by Andreas Maunz, andreas@maunz.de, jul 2008
 // Siegfried Nijssen, snijssen@liacs.nl, jan 2004.
+
+/*
+    This file is part of LibFminer (libfminer).
+
+    LibFminer 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 3 of the License, or
+    (at your option) any later version.
+
+    LibFminer 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.
+
+    You should have received a copy of the GNU General Public License
+    along with LibFminer.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #ifndef PATH_H
 #define PATH_H
 #include &lt;iostream&gt;</diff>
      <filename>path.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,24 @@
 // patterntree.cpp
-// Andreas Maunz, andreas@maunz.de, jul 2008
+// &#169; 2008 by Andreas Maunz, andreas@maunz.de, jul 2008
 // Siegfried Nijssen, snijssen@liacs.nl, jan 2004.
+
+/*
+    This file is part of LibFminer (libfminer).
+
+    LibFminer 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 3 of the License, or
+    (at your option) any later version.
+
+    LibFminer 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.
+
+    You should have received a copy of the GNU General Public License
+    along with LibFminer.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #include &quot;patterntree.h&quot;
 #include &quot;graphstate.h&quot;
 </diff>
      <filename>patterntree.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,24 @@
 // patterntree.h
-// Andreas Maunz, andreas@maunz.de, jul 2008
+// &#169; 2008 by Andreas Maunz, andreas@maunz.de, jul 2008
 // Siegfried Nijssen, snijssen@liacs.nl, jan 2004.
+
+/*
+    This file is part of LibFminer (libfminer).
+
+    LibFminer 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 3 of the License, or
+    (at your option) any later version.
+
+    LibFminer 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.
+
+    You should have received a copy of the GNU General Public License
+    along with LibFminer.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #ifndef PATTERNTREE_H
 #define PATTERNTREE_H
 #include &lt;iostream&gt;</diff>
      <filename>patterntree.h</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ef2389b85220339550c49ecb44323f3cadbb1b27</id>
    </parent>
  </parents>
  <author>
    <name>Andreas Maunz</name>
    <email>andreas@maunz.de</email>
  </author>
  <url>http://github.com/amaunz/libfminer/commit/34c35a015012c85e42cd8c217fc5bc914c8cae6f</url>
  <id>34c35a015012c85e42cd8c217fc5bc914c8cae6f</id>
  <committed-date>2009-03-04T06:01:37-08:00</committed-date>
  <authored-date>2009-03-04T06:01:37-08:00</authored-date>
  <message>Added License Notice</message>
  <tree>d8c182856fbb33897f8e1655422aa4d221e3d160</tree>
  <committer>
    <name>Andreas Maunz</name>
    <email>andreas@maunz.de</email>
  </committer>
</commit>
