diff --git a/app/models/jobs/invite_user.rb b/app/models/jobs/invite_user.rb index c9ec85476..203c0a9da 100644 --- a/app/models/jobs/invite_user.rb +++ b/app/models/jobs/invite_user.rb @@ -1,3 +1,8 @@ +# Copyright (c) 2010, Diaspora Inc. This file is +# licensed under the Affero General Public License version 3 or later. See +# the COPYRIGHT file. + + module Jobs class InviteUser extend ResqueJobLogging diff --git a/app/models/jobs/mail_request_acceptance.rb b/app/models/jobs/mail_request_acceptance.rb index d0d07775a..c59e47e78 100644 --- a/app/models/jobs/mail_request_acceptance.rb +++ b/app/models/jobs/mail_request_acceptance.rb @@ -1,3 +1,8 @@ +# Copyright (c) 2010, Diaspora Inc. This file is +# licensed under the Affero General Public License version 3 or later. See +# the COPYRIGHT file. + + module Jobs class MailRequestAcceptance extend ResqueJobLogging diff --git a/app/models/jobs/mail_request_received.rb b/app/models/jobs/mail_request_received.rb index 0c2d66095..326a59bf5 100644 --- a/app/models/jobs/mail_request_received.rb +++ b/app/models/jobs/mail_request_received.rb @@ -1,3 +1,8 @@ +# Copyright (c) 2010, Diaspora Inc. This file is +# licensed under the Affero General Public License version 3 or later. See +# the COPYRIGHT file. + + module Jobs class MailRequestReceived extend ResqueJobLogging diff --git a/app/models/jobs/post_to_services.rb b/app/models/jobs/post_to_services.rb index 037de30f7..5f78b4329 100644 --- a/app/models/jobs/post_to_services.rb +++ b/app/models/jobs/post_to_services.rb @@ -1,3 +1,8 @@ +# Copyright (c) 2010, Diaspora Inc. This file is +# licensed under the Affero General Public License version 3 or later. See +# the COPYRIGHT file. + + module Jobs class PostToServices extend ResqueJobLogging diff --git a/app/models/jobs/receive.rb b/app/models/jobs/receive.rb index d653f175a..3997def8d 100644 --- a/app/models/jobs/receive.rb +++ b/app/models/jobs/receive.rb @@ -1,3 +1,8 @@ +# Copyright (c) 2010, Diaspora Inc. This file is +# licensed under the Affero General Public License version 3 or later. See +# the COPYRIGHT file. + + module Jobs class Receive extend ResqueJobLogging diff --git a/app/models/jobs/receive_local.rb b/app/models/jobs/receive_local.rb index d7c666fe9..08a5f7986 100644 --- a/app/models/jobs/receive_local.rb +++ b/app/models/jobs/receive_local.rb @@ -1,3 +1,8 @@ +# Copyright (c) 2010, Diaspora Inc. This file is +# licensed under the Affero General Public License version 3 or later. See +# the COPYRIGHT file. + + module Jobs class ReceiveLocal extend ResqueJobLogging diff --git a/app/models/jobs/receive_salmon.rb b/app/models/jobs/receive_salmon.rb index 7fad0cc3c..2cb037555 100644 --- a/app/models/jobs/receive_salmon.rb +++ b/app/models/jobs/receive_salmon.rb @@ -1,3 +1,8 @@ +# Copyright (c) 2010, Diaspora Inc. This file is +# licensed under the Affero General Public License version 3 or later. See +# the COPYRIGHT file. + + module Jobs class ReceiveSalmon extend ResqueJobLogging diff --git a/app/models/jobs/socket_webfinger.rb b/app/models/jobs/socket_webfinger.rb index 91228c8d6..b2a9b475a 100644 --- a/app/models/jobs/socket_webfinger.rb +++ b/app/models/jobs/socket_webfinger.rb @@ -1,3 +1,8 @@ +# Copyright (c) 2010, Diaspora Inc. This file is +# licensed under the Affero General Public License version 3 or later. See +# the COPYRIGHT file. + + module Jobs class SocketWebfinger extend ResqueJobLogging