<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>LICENSE</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -4,10 +4,6 @@ FuseCompress (compressed filesystem in userspace)
 We are not responsible for any badness that may happen to you during using
 this software.
 
-License:
-
-This program is distributed under GNU/GPL version 2. 
-
 Todo:
 
 Bugs:</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #include &lt;boost/io/ios_state.hpp&gt;
 
 #include &quot;Block.hpp&quot;</diff>
      <filename>src/Block.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #ifndef BLOCKHPP
 #define BLOCKHPP
 </diff>
      <filename>src/Block.hpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #include &lt;errno.h&gt;
 #include &lt;assert.h&gt;
 #include &lt;algorithm&gt;</diff>
      <filename>src/Compress.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+/*
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #ifndef COMPRESS_HPP
 #define COMPRESS_HPP
 </diff>
      <filename>src/Compress.hpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #include &lt;cassert&gt;
 #include &lt;cstring&gt;
 #include &lt;cstdlib&gt;</diff>
      <filename>src/CompressedMagic.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #ifndef __COMPRESSED_MAGIC__
 #define __COMPRESSED_MAGIC__
 </diff>
      <filename>src/CompressedMagic.hpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+/*
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #include &quot;config.h&quot;
 
 #ifdef HAVE_LIBLZMA</diff>
      <filename>src/CompressionType.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+/*
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #ifndef COMPRESSIONTYPE_HPP
 #define COMPRESSIONTYPE_HPP
 </diff>
      <filename>src/CompressionType.hpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #include &lt;unistd.h&gt;
 #include &lt;utime.h&gt;
 #include &lt;errno.h&gt;</diff>
      <filename>src/File.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #ifndef FILE_HPP
 #define FILE_HPP
 </diff>
      <filename>src/File.hpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #include &lt;unistd.h&gt;
 #include &lt;stdint.h&gt;
 #include &lt;string.h&gt;</diff>
      <filename>src/FileHeader.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #ifndef FILEHEADER_HPP
 #define FILEHEADER_HPP
 </diff>
      <filename>src/FileHeader.hpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #include &lt;assert.h&gt;
 #include &lt;errno.h&gt;
 #include &lt;sys/types.h&gt; </diff>
      <filename>src/FileManager.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #ifndef FILEMANAGER_H
 #define FILEMANAGER_H
 </diff>
      <filename>src/FileManager.hpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #include &quot;FileRememberTimes.hpp&quot;
 
 #include &lt;sys/types.h&gt;</diff>
      <filename>src/FileRememberTimes.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #include &lt;sys/time.h&gt;
 
 class FileRememberTimes</diff>
      <filename>src/FileRememberTimes.hpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #include &lt;FileRememberXattrs.hpp&gt;
 
 #include &quot;config.h&quot;</diff>
      <filename>src/FileRememberXattrs.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #ifndef FILEREMEMBERXATTRS_HPP
 #define FILEREMEMBERXATTRS_HPP
 </diff>
      <filename>src/FileRememberXattrs.hpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #include &lt;unistd.h&gt;
 #include &lt;errno.h&gt;
 #include &lt;sys/types.h&gt;</diff>
      <filename>src/FileUtils.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 struct stat;
 
 class FileUtils</diff>
      <filename>src/FileUtils.hpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #include &quot;config.h&quot;
 
 #include &lt;assert.h&gt;</diff>
      <filename>src/FuseCompress.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #ifndef FUSECOMPRESS_H
 #define FUSECOMPRESS_H
 </diff>
      <filename>src/FuseCompress.hpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #include &quot;LayerMap.hpp&quot;
 
 #include &lt;algorithm&gt;</diff>
      <filename>src/LayerMap.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #ifndef LayerMap_H
 #define LayerMap_H
 </diff>
      <filename>src/LayerMap.hpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,24 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #include &quot;LinearMap.hpp&quot;
 
 #include &lt;errno.h&gt;</diff>
      <filename>src/LinearMap.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+/*
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #ifndef LinearMap_HPP
 #define LinearMap_HPP
 </diff>
      <filename>src/LinearMap.hpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #ifndef LOCK_H
 #define LOCK_H
 </diff>
      <filename>src/Lock.hpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #include &lt;algorithm&gt;
 #include &lt;iostream&gt;
 #include &lt;sstream&gt;</diff>
      <filename>src/Memory.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #ifndef MEMORY_HPP
 #define MEMORY_HPP
 </diff>
      <filename>src/Memory.hpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #ifndef MUTEX_H
 #define MUTEX_H
 </diff>
      <filename>src/Mutex.hpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #ifndef ASSERT_H
 #define ASSERT_H
 </diff>
      <filename>src/assert.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,9 @@
+// (C) Copyright Milan Svoboda 2009.
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
+
+// See http://www.boost.org/libs/iostreams for documentation.
+
 #ifndef NONCLOSABLE_FILE_DESCRIPTOR_HPP
 #define NONCLOSABLE_FILE_DESCRIPTOR_HPP
 </diff>
      <filename>src/boost/iostreams/device/nonclosable_file_descriptor.hpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,9 @@
+// (C) Copyright Milan Svoboda 2009.
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
+
+// See http://www.boost.org/libs/iostreams for documentation.
+
 #ifndef BOOST_IOSTREAMS_BYTESCOUNTER_HPP_INCLUDED
 #define BOOST_IOSTREAMS_BYTESCOUNTER_HPP_INCLUDED
 </diff>
      <filename>src/boost/iostreams/filter/bytescounter.hpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,9 @@
+// (C) Copyright Milan Svoboda 2009.
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
+
+// See http://www.boost.org/libs/iostreams for documentation.
+
 #ifndef LZO_FILTER_HPP
 #define LZO_FILTER_HPP
 </diff>
      <filename>src/boost/iostreams/filter/lzo.hpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,9 @@
+// (C) Copyright Milan Svoboda 2009.
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
+
+// See http://www.boost.org/libs/iostreams for documentation.
+
 #ifndef XOR_FILTER_HPP
 #define XOR_FILTER_HPP
 </diff>
      <filename>src/boost/iostreams/filter/xor.hpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #include &quot;config.h&quot;
 
 #include &lt;errno.h&gt;</diff>
      <filename>src/main.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #include &quot;config.h&quot;
 
 #include &lt;sys/types.h&gt;</diff>
      <filename>src/main_offline.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+/*
+    (C) Copyright Milan Svoboda 2009.
+    
+    This file is part of FuseCompress.
+
+    FuseCompress 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.
+
+    Foobar 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 Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+*/
+
 #ifndef RLOG_H
 #define RLOG_H
 </diff>
      <filename>src/rlog/rlog.h</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8c32b0cc15eb5ee3710a68f774d85951aae9149e</id>
    </parent>
  </parents>
  <author>
    <name>Milan Svoboda</name>
    <email>milan.svoboda@centrum.cz</email>
  </author>
  <url>http://github.com/tex/fusecompress/commit/c7aa99ba5638f93e32ab74061fbbde765387ad67</url>
  <id>c7aa99ba5638f93e32ab74061fbbde765387ad67</id>
  <committed-date>2009-10-10T13:04:31-07:00</committed-date>
  <authored-date>2009-10-10T13:04:31-07:00</authored-date>
  <message>Clarify license.</message>
  <tree>250836881d39003e31d2d08006d3be5c264e60cf</tree>
  <committer>
    <name>Milan Svoboda</name>
    <email>milan.svoboda@centrum.cz</email>
  </committer>
</commit>
