<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>COPYING</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -56,7 +56,18 @@ Install script written by Daniel Jackoway and others.
 License
 =======
 
-autojump is distributed under the terms of the GPL, version 3.
+autojump 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.
+
+autojump 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 autojump.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
 
 Installation
 ============</diff>
      <filename>README.rst</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,21 @@
 #compdef j
 
+#Copyright Joel Schaerer 2008, 2009
+#This file is part of autojump
+
+#autojump 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.
+#
+#autojump 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 autojump.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+
 cur=${words[2, -1]}
 
 ret=$(autojump --completion &quot;${cur[*]}&quot;)</diff>
      <filename>_j</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,20 @@
 #!/usr/bin/python
-#This code is licensed under the GPL, version 3.
-#A full copy of the license can be obtained by contacting the author at the following email adress: joel.schaerer@laposte.net
+#Copyright Joel Schaerer 2008, 2009
+#This file is part of autojump
+
+#autojump 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.
+#
+#autojump 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 autojump.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+
 from __future__ import division
 import cPickle
 import getopt</diff>
      <filename>autojump</filename>
    </modified>
    <modified>
      <diff>@@ -54,8 +54,18 @@ No known bugs at this time.
 .nf
 Joel Schaerer (joel.schaerer@laposte.net)
 .fi
-.SH HISTORY
-2009 \- First version.
 .SH LICENSE
 .B autojump
-is distributed under the terms of the GPL, version 3.
+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.
+
+autojump 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 autojump.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+</diff>
      <filename>autojump.1</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,20 @@
 #This shell snippet sets the prompt command and the necessary aliases
+
+#Copyright Joel Schaerer 2008, 2009
+#This file is part of autojump
+
+#autojump 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.
+#
+#autojump 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 autojump.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
 _autojump() 
 {
         local cur</diff>
      <filename>autojump.bash</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,19 @@
 # Source autojump on BASH or ZSH depending on the shell
+#Copyright Joel Schaerer 2008, 2009
+#This file is part of autojump
+
+#autojump 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.
+#
+#autojump 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 autojump.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
 if [ &quot;$BASH_VERSION&quot; ] &amp;&amp; [ -n &quot;$PS1&quot; ] &amp;&amp; echo $SHELLOPTS | grep -v posix &gt;&gt;/dev/null; then
 	. /etc/profile.d/autojump.bash
 elif [ &quot;$ZSH_VERSION&quot; ] &amp;&amp; [ -n &quot;$PS1&quot; ]; then</diff>
      <filename>autojump.sh</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+#Copyright Joel Schaerer 2008, 2009
+#This file is part of autojump
+
+#autojump 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.
+#
+#autojump 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 autojump.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+
 function autojump_preexec() {
     (autojump -a &quot;$(pwd -P)&quot;&amp;)&gt;/dev/null
 }</diff>
      <filename>autojump.zsh</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+#Copyright Joel Schaerer 2008, 2009
+#This file is part of autojump
+
+#autojump 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.
+#
+#autojump 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 autojump.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+
 sudo mkdir -p /usr/share/autojump/
 sudo cp icon.png /usr/share/autojump/
 sudo cp jumpapplet /usr/bin/</diff>
      <filename>install.sh</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,21 @@
 #! /bin/zsh
+
+#Copyright Joel Schaerer 2008, 2009
+#This file is part of autojump
+
+#autojump 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.
+#
+#autojump 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 autojump.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+
 # applet icon
 sudo mkdir -p /usr/share/autojump/
 sudo cp icon.png /usr/share/autojump/</diff>
      <filename>install.zsh</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,21 @@
 #!/usr/bin/env python
 
+#Copyright Joel Schaerer 2008, 2009
+#This file is part of autojump
+
+#autojump 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.
+#
+#autojump 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 autojump.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+
 import subprocess
 import cPickle
 import os.path</diff>
      <filename>jumpapplet</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1376b27390d87fc64f0624ce75f6509de95ab34c</id>
    </parent>
  </parents>
  <author>
    <name>Jo&#235;l Schaerer</name>
    <email>joel.schaerer@insa-lyon.fr</email>
  </author>
  <url>http://github.com/joelthelion/autojump/commit/2963f1fcea5dabe5b7af4dab6faba29518f2672c</url>
  <id>2963f1fcea5dabe5b7af4dab6faba29518f2672c</id>
  <committed-date>2009-05-13T02:32:19-07:00</committed-date>
  <authored-date>2009-05-13T02:32:19-07:00</authored-date>
  <message>license stuff</message>
  <tree>4effed820b044ed104551570040154ae0002b864</tree>
  <committer>
    <name>Jo&#235;l Schaerer</name>
    <email>joel.schaerer@insa-lyon.fr</email>
  </committer>
</commit>
