<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>COPYING</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,21 @@
 #!/usr/bin/env ruby
+# async-observer - Rails plugin for asynchronous job execution
+
+# Copyright (C) 2007 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;.
+
 
 # Rails initialization.
 # We do this here instead of using script/runner because script/runner</diff>
      <filename>bin/run-job</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,21 @@
 #!/usr/bin/env ruby
+# async-observer - Rails plugin for asynchronous job execution
+
+# Copyright (C) 2007 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;.
+
 
 # Use the same pointer (and therefore same buffer) for stdout and stderr.
 $VERBOSE = nil; STDERR = $stderr = STDOUT = $stdout; $VERBOSE = false</diff>
      <filename>bin/worker</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# async-observer - Rails plugin for asynchronous job execution
+
+# Copyright (C) 2007 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;.
+
 require 'async_observer/queue'
 
 module AsyncObserver::Extensions</diff>
      <filename>lib/async_observer/extend.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# async-observer - Rails plugin for asynchronous job execution
+
+# Copyright (C) 2007 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;.
+
 
 require 'beanstalk-client'
 </diff>
      <filename>lib/async_observer/queue.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# async-observer - Rails plugin for asynchronous job execution
+
+# Copyright (C) 2007 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;.
+
 
 require 'open3'
 </diff>
      <filename>lib/async_observer/util.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# async-observer - Rails plugin for asynchronous job execution
+
+# Copyright (C) 2007 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;.
+
 
 require 'mysql'
 require 'async_observer/queue'</diff>
      <filename>lib/async_observer/worker.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>39debb9dddf62d7c6047ca377cdd7632eacf3a17</id>
    </parent>
  </parents>
  <author>
    <name>Keith Rarick</name>
    <email>kr@causes.com</email>
  </author>
  <url>http://github.com/kristjan/async_observer/commit/d9b543285347aa782708fb65cbfa3f88aaae87aa</url>
  <id>d9b543285347aa782708fb65cbfa3f88aaae87aa</id>
  <committed-date>2007-12-13T21:13:13-08:00</committed-date>
  <authored-date>2007-12-13T21:13:13-08:00</authored-date>
  <message>Add copyright notice and license.


git-svn-id: svn+ssh://rubyforge.org/var/svn/async-observer/async_observer@9 f42208c8-597e-4dc9-a40e-02aa0bb3b44f</message>
  <tree>cd383bcdd042165074835aa171b2b96dc24c4e31</tree>
  <committer>
    <name>Keith Rarick</name>
    <email>kr@causes.com</email>
  </committer>
</commit>
