added copyright notice to jobs
This commit is contained in:
parent
925184110d
commit
8b3a193156
8 changed files with 40 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue