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
class InviteUser
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
class MailRequestAcceptance
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
class MailRequestReceived
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
class PostToServices
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
class Receive
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
class ReceiveLocal
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
class ReceiveSalmon
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
class SocketWebfinger
extend ResqueJobLogging