<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>COPYING</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,21 @@
 /* beanstalk - fast, general-purpose work queue */
 
+/* Copyright (C) 2007 Keith Rarick and Philotic Inc.
+
+ * 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 3 of the License, or
+ * (at your option) any later version.
+
+ * 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.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #include &lt;signal.h&gt;
 #include &lt;stdio.h&gt;
 #include &lt;stdlib.h&gt;</diff>
      <filename>beanstalkd.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,21 @@
 /* conn.c - network connection state */
 
+/* Copyright (C) 2007 Keith Rarick and Philotic Inc.
+
+ * 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 3 of the License, or
+ * (at your option) any later version.
+
+ * 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.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #include &lt;stdlib.h&gt;
 #include &lt;stdio.h&gt;
 #include &lt;time.h&gt;</diff>
      <filename>conn.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,21 @@
 /* conn.h - network connection state */
 
+/* Copyright (C) 2007 Keith Rarick and Philotic Inc.
+
+ * 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 3 of the License, or
+ * (at your option) any later version.
+
+ * 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.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #ifndef conn_h
 #define conn_h
 </diff>
      <filename>conn.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,21 @@
 /* event.h - wrapper for libevent's event.h */
 
+/* Copyright (C) 2007 Keith Rarick and Philotic Inc.
+
+ * 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 3 of the License, or
+ * (at your option) any later version.
+
+ * 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.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #ifndef event_h
 #define event_h
 </diff>
      <filename>event.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,21 @@
 /* job.c - a job in the queue */
 
+/* Copyright (C) 2007 Keith Rarick and Philotic Inc.
+
+ * 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 3 of the License, or
+ * (at your option) any later version.
+
+ * 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.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #include &lt;stdlib.h&gt;
 #include &lt;string.h&gt;
 </diff>
      <filename>job.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,21 @@
 /* job.h - a job in the queue */
 
+/* Copyright (C) 2007 Keith Rarick and Philotic Inc.
+
+ * 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 3 of the License, or
+ * (at your option) any later version.
+
+ * 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.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #ifndef job_h
 #define job_h
 </diff>
      <filename>job.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,21 @@
 /* net.c - stupid boilerplate shit that I shouldn't have to write */
 
+/* Copyright (C) 2007 Keith Rarick and Philotic Inc.
+
+ * 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 3 of the License, or
+ * (at your option) any later version.
+
+ * 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.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #include &lt;stdio.h&gt;
 #include &lt;errno.h&gt;
 </diff>
      <filename>net.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+/* Copyright (C) 2007 Keith Rarick and Philotic Inc.
+
+ * This program is free software: you can redistribute it and/or modify and Philotic Inc.
+ * 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.
+
+ * 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.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #ifndef net_h
 #define net_h
 </diff>
      <filename>net.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,21 @@
 /* pq.c - priority queue */
 
+/* Copyright (C) 2007 Keith Rarick and Philotic Inc.
+
+ * 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 3 of the License, or
+ * (at your option) any later version.
+
+ * 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.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #include &lt;stdlib.h&gt;
 #include &lt;stdio.h&gt;
 </diff>
      <filename>pq.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,21 @@
 /* pq.h - priority queue header */
 
+/* Copyright (C) 2007 Keith Rarick and Philotic Inc.
+
+ * 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 3 of the License, or
+ * (at your option) any later version.
+
+ * 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.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #ifndef q_h
 #define q_h
 </diff>
      <filename>pq.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,21 @@
 /* prot.c - protocol implementation */
 
+/* Copyright (C) 2007 Keith Rarick and Philotic Inc.
+
+ * 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 3 of the License, or
+ * (at your option) any later version.
+
+ * 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.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #include &lt;stdlib.h&gt;
 #include &lt;stdio.h&gt;
 #include &lt;string.h&gt;</diff>
      <filename>prot.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,21 @@
 /* prot.h - protocol implementation header */
 
+/* Copyright (C) 2007 Keith Rarick and Philotic Inc.
+
+ * 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 3 of the License, or
+ * (at your option) any later version.
+
+ * 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.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #ifndef prot_h
 #define prot_h
 </diff>
      <filename>prot.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,21 @@
 /* reserve.c - job reservations */
 
+/* Copyright (C) 2007 Keith Rarick and Philotic Inc.
+
+ * 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 3 of the License, or
+ * (at your option) any later version.
+
+ * 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.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #include &quot;job.h&quot;
 #include &quot;prot.h&quot;
 #include &quot;reserve.h&quot;</diff>
      <filename>reserve.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,21 @@
 /* reserve.h - job reservations header */
 
+/* Copyright (C) 2007 Keith Rarick and Philotic Inc.
+
+ * 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 3 of the License, or
+ * (at your option) any later version.
+
+ * 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.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #ifndef reserve_h
 #define reserve_H
 </diff>
      <filename>reserve.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,22 @@
 #include &lt;stdio.h&gt;
 #include &lt;unistd.h&gt;
 
+/* Copyright (C) 2007 Keith Rarick and Philotic Inc.
+
+ * 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 3 of the License, or
+ * (at your option) any later version.
+
+ * 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.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 void
 v()
 {</diff>
      <filename>util.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+/* Copyright (C) 2007 Keith Rarick and Philotic Inc.
+
+ * This program is free software: you can redistribute it and/or modify and Philotic Inc.
+ * 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.
+
+ * 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.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 #ifndef util_h
 #define util_h
 </diff>
      <filename>util.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,21 @@
 /* version.h - beanstalkd version header */
 
+/* Copyright (C) 2007 Keith Rarick and Philotic Inc.
+
+ * 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 3 of the License, or
+ * (at your option) any later version.
+
+ * 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.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+ */
+
 /* This file will be replaced by pkg.sh */
 
 #define VERSION &quot;dev&quot;</diff>
      <filename>version.h</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>630dcb54399399ad33a3b6d14ac8dcfcb3a44eb4</id>
    </parent>
  </parents>
  <author>
    <name>Keith Rarick</name>
    <email>kr@essembly.com</email>
  </author>
  <url>http://github.com/kr/beanstalkd/commit/ccb9fdb0ba0b01201f472cc938d6de9d471cd5d9</url>
  <id>ccb9fdb0ba0b01201f472cc938d6de9d471cd5d9</id>
  <committed-date>2007-12-10T17:01:16-08:00</committed-date>
  <authored-date>2007-12-10T17:01:16-08:00</authored-date>
  <message>Add copyright notice and license.</message>
  <tree>949777fd447f35af8c07e099e423e8877d332beb</tree>
  <committer>
    <name>Keith Rarick</name>
    <email>kr@essembly.com</email>
  </committer>
</commit>
