added copyright notice to jobs

This commit is contained in:
maxwell 2011-01-05 18:45:27 -08:00
parent 925184110d
commit 8b3a193156
8 changed files with 40 additions and 0 deletions

View file

@ -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 module Jobs
class InviteUser class InviteUser
extend ResqueJobLogging extend ResqueJobLogging

View file

@ -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 module Jobs
class MailRequestAcceptance class MailRequestAcceptance
extend ResqueJobLogging extend ResqueJobLogging

View file

@ -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 module Jobs
class MailRequestReceived class MailRequestReceived
extend ResqueJobLogging extend ResqueJobLogging

View file

@ -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 module Jobs
class PostToServices class PostToServices
extend ResqueJobLogging extend ResqueJobLogging

View file

@ -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 module Jobs
class Receive class Receive
extend ResqueJobLogging extend ResqueJobLogging

View file

@ -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 module Jobs
class ReceiveLocal class ReceiveLocal
extend ResqueJobLogging extend ResqueJobLogging

View file

@ -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 module Jobs
class ReceiveSalmon class ReceiveSalmon
extend ResqueJobLogging extend ResqueJobLogging

View file

@ -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 module Jobs
class SocketWebfinger class SocketWebfinger
extend ResqueJobLogging extend ResqueJobLogging