<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,11 @@ It does not matter how slowly you go as long as you do not stop.
 First they ignore you, then they laugh at you, then they fight you,
 then you win. &#8211;- Mahatma Gandhi
 
-Mon, Jul 1, 2009
+Wed, Jul 1, 2009
+---------------------------------------------------------------------
+- Added copyright notices (thanks, Michael!).
+
+Tue, Jun 30, 2009
 ---------------------------------------------------------------------
 - More work on user profile.
 - Applied patches to fix an issue with comments and their formatting (thanks, Eric!).</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -617,45 +617,3 @@ Program, unless a warranty or assumption of liability accompanies a
 copy of the Program in return for a fee.
 
                      END OF TERMS AND CONDITIONS
-
-            How to Apply These Terms to Your New Programs
-
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the &quot;copyright&quot; line and a pointer to where the full notice is found.
-
-    &lt;one line to give the program's name and a brief idea of what it does.&gt;
-    Copyright (C) &lt;year&gt;  &lt;name of author&gt;
-
-    This program is free software: you can redistribute it and/or modify
-    it under the terms of the GNU Affero 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 Affero General Public License for more details.
-
-    You should have received a copy of the GNU Affero General Public License
-    along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
-
-Also add information on how to contact you by electronic and paper mail.
-
-  If your software can interact with users remotely through a computer
-network, you should also make sure that it provides a way for users to
-get its source.  For example, if your program is a web application, its
-interface could display a &quot;Source&quot; link that leads users to an archive
-of the code.  There are many ways you could offer source, and different
-solutions will be better for different programs; see section 13 for the
-specific requirements.
-
-  You should also get your employer (if you work as a programmer) or school,
-if any, to sign a &quot;copyright disclaimer&quot; for the program, if necessary.
-For more information on this, and how to apply and follow the GNU AGPL, see
-&lt;http://www.gnu.org/licenses/&gt;.</diff>
      <filename>LICENSE</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 class AccountsController &lt; ApplicationController
   before_filter :require_user
   before_filter :set_current_tab, :only =&gt; [ :index, :show ]</diff>
      <filename>app/controllers/accounts_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 class ApplicationController &lt; ActionController::Base
   helper :all
   helper_method :current_user_session, :current_user</diff>
      <filename>app/controllers/application_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 class AuthenticationsController &lt; ApplicationController
 
   before_filter :require_no_user, :only =&gt; [ :new, :create ]</diff>
      <filename>app/controllers/authentications_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 class CampaignsController &lt; ApplicationController
   before_filter :require_user
   before_filter :get_data_for_sidebar, :only =&gt; :index</diff>
      <filename>app/controllers/campaigns_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 class CommentsController &lt; ApplicationController
   before_filter :require_user
   COMMENTABLE = %w(account_id campaign_id contact_id lead_id opportunity_id task_id).freeze</diff>
      <filename>app/controllers/comments_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 class ContactsController &lt; ApplicationController
   before_filter :require_user
   before_filter :set_current_tab, :only =&gt; [ :index, :show ]</diff>
      <filename>app/controllers/contacts_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 class HomeController &lt; ApplicationController
   before_filter :require_user, :except =&gt; [ :toggle ]
   before_filter &quot;set_current_tab(:dashboard)&quot;, :only =&gt; :index</diff>
      <filename>app/controllers/home_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 class LeadsController &lt; ApplicationController
   before_filter :require_user
   before_filter :get_data_for_sidebar, :only =&gt; :index</diff>
      <filename>app/controllers/leads_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 class OpportunitiesController &lt; ApplicationController
   before_filter :require_user
   before_filter :set_current_tab, :only =&gt; [ :index, :show ]</diff>
      <filename>app/controllers/opportunities_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 class PasswordsController &lt; ApplicationController
 
   before_filter :load_user_using_perishable_token, :only =&gt; [ :edit, :update ]</diff>
      <filename>app/controllers/passwords_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 class TasksController &lt; ApplicationController
   before_filter :require_user
   before_filter :update_sidebar, :only =&gt; :index</diff>
      <filename>app/controllers/tasks_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 class UsersController &lt; ApplicationController
 
   before_filter :require_no_user, :only =&gt; [ :new, :create ]</diff>
      <filename>app/controllers/users_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,2 +1,19 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 module AccountsHelper
 end</diff>
      <filename>app/helpers/accounts_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 class AjaxWillPaginate &lt; WillPaginate::LinkRenderer
 
   def prepare(collection, options, template)</diff>
      <filename>app/helpers/ajax_will_paginate.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,22 @@
-# Methods added to this helper will be available to all templates in the application.
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 module ApplicationHelper
 
-  #-------------------------------------------------------------------
   def tabs
     @current_tab ||= :home
     Setting[:tabs].each { |tab| tab[:active] = (tab[:text].downcase.to_sym == @current_tab) }</diff>
      <filename>app/helpers/application_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,2 +1,19 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 module AuthenticationsHelper
 end</diff>
      <filename>app/helpers/authentications_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 module CampaignsHelper
 
   # Sidebar checkbox control for filtering campaigns by status.</diff>
      <filename>app/helpers/campaigns_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,2 +1,19 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 module CommentsHelper
 end</diff>
      <filename>app/helpers/comments_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,2 +1,19 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 module ContactsHelper
 end</diff>
      <filename>app/helpers/contacts_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,2 +1,19 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 module HomeHelper
 end</diff>
      <filename>app/helpers/home_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 module LeadsHelper
   RATING_STARS = 5
 </diff>
      <filename>app/helpers/leads_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 module OpportunitiesHelper
 
   # Sidebar checkbox control for filtering opportunities by stage.</diff>
      <filename>app/helpers/opportunities_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,2 +1,19 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 module PasswordsHelper
 end</diff>
      <filename>app/helpers/passwords_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 module TasksHelper
 
   # Sidebar checkbox control for filtering tasks by due date -- used for</diff>
      <filename>app/helpers/tasks_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,2 +1,19 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 module UsersHelper
 end</diff>
      <filename>app/helpers/users_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
 # == Schema Information
 # Schema version: 17
 #</diff>
      <filename>app/models/account.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
 # == Schema Information
 # Schema version: 17
 #</diff>
      <filename>app/models/account_contact.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
 # == Schema Information
 # Schema version: 17
 #</diff>
      <filename>app/models/account_opportunity.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
 # == Schema Information
 # Schema version: 17
 #</diff>
      <filename>app/models/activity.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 class ActivityObserver &lt; ActiveRecord::Observer
   observe Account, Campaign, Contact, Lead, Opportunity, Task
   @@tasks = {}</diff>
      <filename>app/models/activity_observer.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 class Authentication &lt; Authlogic::Session::Base # NOTE: This is not ActiveRecord model.
   self.configure do |config|
     config.authenticate_with = User</diff>
      <filename>app/models/authentication.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
 # == Schema Information
 # Schema version: 17
 #</diff>
      <filename>app/models/campaign.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
 # == Schema Information
 # Schema version: 17
 #</diff>
      <filename>app/models/comment.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
 # == Schema Information
 # Schema version: 17
 #</diff>
      <filename>app/models/contact.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
 # == Schema Information
 # Schema version: 17
 #</diff>
      <filename>app/models/contact_opportunity.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
 # == Schema Information
 # Schema version: 17
 #</diff>
      <filename>app/models/lead.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 class Notifier &lt; ActionMailer::Base
   
   default_url_options[:host] = &quot;localhost:3000&quot;</diff>
      <filename>app/models/notifier.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
 # == Schema Information
 # Schema version: 17
 #</diff>
      <filename>app/models/opportunity.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
 # == Schema Information
 # Schema version: 17
 #</diff>
      <filename>app/models/preference.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
 # == Schema Information
 # Schema version: 17
 #</diff>
      <filename>app/models/setting.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
 # == Schema Information
 # Schema version: 17
 #</diff>
      <filename>app/models/task.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
 # == Schema Information
 # Schema version: 17
 #</diff>
      <filename>app/models/user.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+// Fat Free CRM
+// Copyright (C) 2008-2009 by Michael Dvorkin
+// 
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero 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 Affero General Public License for more details.
+// 
+// You should have received a copy of the GNU Affero General Public License
+// along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+//------------------------------------------------------------------------------
+
 !color_body                  = #e5e5e5
 !color_link                  = #0033cc
 !color_link_hover            = white</diff>
      <filename>app/stylesheets/base.sass</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+// Fat Free CRM
+// Copyright (C) 2008-2009 by Michael Dvorkin
+// 
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero 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 Affero General Public License for more details.
+// 
+// You should have received a copy of the GNU Affero General Public License
+// along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+//------------------------------------------------------------------------------
+
 !color_title    = #342d7e
 !color_subtitle = darkslateblue
 !sidebar_width  = 210px</diff>
      <filename>app/stylesheets/common.sass</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+// Fat Free CRM
+// Copyright (C) 2008-2009 by Michael Dvorkin
+// 
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero 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 Affero General Public License for more details.
+// 
+// You should have received a copy of the GNU Affero General Public License
+// along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+//------------------------------------------------------------------------------
+
 !color_header                = skyblue
 !color_header_background     = #1e4262
 !color_logo                  = &quot;greenyellow&quot;</diff>
      <filename>app/stylesheets/header.sass</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+// Fat Free CRM
+// Copyright (C) 2008-2009 by Michael Dvorkin
+// 
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero 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 Affero General Public License for more details.
+// 
+// You should have received a copy of the GNU Affero General Public License
+// along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+//------------------------------------------------------------------------------
+
 // Form validation messages.
 //------------------------------------------------------------------------------
 .errorExplanation</diff>
      <filename>app/stylesheets/rails.sass</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+// Fat Free CRM
+// Copyright (C) 2008-2009 by Michael Dvorkin
+// 
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero 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 Affero General Public License for more details.
+// 
+// You should have received a copy of the GNU Affero General Public License
+// along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+//------------------------------------------------------------------------------
+
 // Safari-specific overrides.
 //------------------------------------------------------------------------------
 @media screen and (-webkit-min-device-pixel-ratio:0)</diff>
      <filename>app/stylesheets/safari.sass</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+// Fat Free CRM
+// Copyright (C) 2008-2009 by Michael Dvorkin
+// 
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero 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 Affero General Public License for more details.
+// 
+// You should have received a copy of the GNU Affero General Public License
+// along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+//------------------------------------------------------------------------------
+
 @import base
 @import header
 @import common</diff>
      <filename>app/stylesheets/screen.sass</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http:#www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 # Defaul applications settings to be loaded during installation:
 #
 #   rake db:settings:load</diff>
      <filename>config/settings.yml</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http:#www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 require &quot;fat_free_crm/version&quot;
 require &quot;fat_free_crm/core_ext&quot;
 require &quot;fat_free_crm/callback&quot;</diff>
      <filename>lib/fat_free_crm.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http:#www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 module FatFreeCRM
   module Callback
     @@classes   = []  # Classes that inherit from FatFreeCRM::Callback::Base.</diff>
      <filename>lib/fat_free_crm/callback.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1,18 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http:#www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 Dir[ File.dirname(__FILE__) + &quot;/core_ext/*.rb&quot; ].each { |file| require(file) }
\ No newline at end of file</diff>
      <filename>lib/fat_free_crm/core_ext.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http:#www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 class ActiveRecord::NamedScope::Scope
 
   # The following is used to filter out user activities based on activity</diff>
      <filename>lib/fat_free_crm/core_ext/named_scope.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http:#www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 class String
   
   alias :- :delete</diff>
      <filename>lib/fat_free_crm/core_ext/string.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http:#www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 module FatFreeCRM
   class Plugin
     @@list = {} # List of added plugins.</diff>
      <filename>lib/fat_free_crm/plugin.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http:#www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 module FatFreeCRM
   class Version
     MAJOR = 0</diff>
      <filename>lib/fat_free_crm/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http:#www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 namespace :crm do
 
   namespace :settings do</diff>
      <filename>lib/tasks/fat_free_crm.rake</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+// Fat Free CRM
+// Copyright (C) 2008-2009 by Michael Dvorkin
+// 
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero 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 Affero General Public License for more details.
+// 
+// You should have received a copy of the GNU Affero General Public License
+// along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+//------------------------------------------------------------------------------
+
 var crm = {
 
   EXPANDED:  &quot;&amp;#9660;&quot;,</diff>
      <filename>public/javascripts/application.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+// Fat Free CRM
+// Copyright (C) 2008-2009 by Michael Dvorkin
+// 
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero 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 Affero General Public License for more details.
+// 
+// You should have received a copy of the GNU Affero General Public License
+// along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+//------------------------------------------------------------------------------
+
 if (Object.isUndefined(crm)) { 
   var crm = {};
 };</diff>
      <filename>public/javascripts/crm_classes.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+// Fat Free CRM
+// Copyright (C) 2008-2009 by Michael Dvorkin
+// 
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero 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 Affero General Public License for more details.
+// 
+// You should have received a copy of the GNU Affero General Public License
+// along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+//------------------------------------------------------------------------------
+
 if (Object.isUndefined(crm)) { 
   var crm = {};
 };</diff>
      <filename>public/javascripts/crm_loginout.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http:#www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 require &quot;faker&quot;
 
 Factory.sequence :uuid do |x|</diff>
      <filename>spec/factories.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http:#www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 # This file is copied to ~/spec when you run 'ruby script/generate rspec'
 # from the project root directory.
 ENV[&quot;RAILS_ENV&quot;] ||= 'test'</diff>
      <filename>spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http:#www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 require &quot;mysql_uuid&quot;
 require &quot;mysql_uuid_schema&quot;
 ActiveRecord::Base.send(:include, ActiveRecord::Uses::MySQL::UUID)</diff>
      <filename>vendor/plugins/uses_mysql_uuid/init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http:#www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 module ActiveRecord
   module Uses
     module MySQL</diff>
      <filename>vendor/plugins/uses_mysql_uuid/lib/mysql_uuid.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http:#www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 ActiveRecord::ConnectionAdapters::SchemaStatements.module_eval do
 
   def add_uuid_trigger(table, column = :uuid, options = { :index =&gt; true })</diff>
      <filename>vendor/plugins/uses_mysql_uuid/lib/mysql_uuid_schema.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http:#www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 require &quot;permission&quot;
 require &quot;user_permissions&quot;
 ActiveRecord::Base.send(:include, ActiveRecord::Uses::User::Permissions)</diff>
      <filename>vendor/plugins/uses_user_permissions/init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http:#www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 # Table name: permissions
 #
 #  id         :integer(4)      not null, primary key</diff>
      <filename>vendor/plugins/uses_user_permissions/lib/permission.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+# Fat Free CRM
+# Copyright (C) 2008-2009 by Michael Dvorkin
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see &lt;http:#www.gnu.org/licenses/&gt;.
+#------------------------------------------------------------------------------
+
 module ActiveRecord
   module Uses
     module User</diff>
      <filename>vendor/plugins/uses_user_permissions/lib/user_permissions.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>99d7d6fb649f473d0568605ea3c40a99e29729de</id>
    </parent>
  </parents>
  <author>
    <name>Mike Dvorkin</name>
    <email>mike@dvorkin.net</email>
  </author>
  <url>http://github.com/mocra/fat_free_crm/commit/79cd2fabf01cee4b8779a41b29b2f372692b6568</url>
  <id>79cd2fabf01cee4b8779a41b29b2f372692b6568</id>
  <committed-date>2009-07-01T15:30:16-07:00</committed-date>
  <authored-date>2009-07-01T15:30:16-07:00</authored-date>
  <message>Added copyright notices (thanks, Michael!)</message>
  <tree>28c61dcad00d21e3151709272fbf76f585e59e1f</tree>
  <committer>
    <name>Mike Dvorkin</name>
    <email>mike@dvorkin.net</email>
  </committer>
</commit>
