From 4f66eda5ca2228cadf7eae9bb9189dcdaa031ef4 Mon Sep 17 00:00:00 2001 From: Agate <1-agate@users.noreply.dev.funkwhale.audio> Date: Sat, 25 Jun 2022 15:32:43 +0000 Subject: [PATCH] Fixed outdated references --- CONTRIBUTORS.txt | 2 +- LICENSE | 2 +- config/settings/common.py | 2 +- docs/conf.py | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 63e6c98..93fe505 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -1 +1 @@ -Eliot Berriot +Agate diff --git a/LICENSE b/LICENSE index e30bee8..4b08dc9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015, Eliot Berriot +Copyright (c) 2015, The Funkwhale Collective All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/config/settings/common.py b/config/settings/common.py index 5c55dfd..4d82c35 100644 --- a/config/settings/common.py +++ b/config/settings/common.py @@ -110,7 +110,7 @@ EMAIL_BACKEND = env('DJANGO_EMAIL_BACKEND', default='django.core.mail.backends.s # ------------------------------------------------------------------------------ # See: https://docs.djangoproject.com/en/dev/ref/settings/#admins ADMINS = ( - ("""Eliot Berriot""", 'contact@eliotberriot.om'), + ("""Agate""", 'redacted@email.com'), ) # See: https://docs.djangoproject.com/en/dev/ref/settings/#managers diff --git a/docs/conf.py b/docs/conf.py index afb6718..2afdb1b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,7 @@ master_doc = 'index' # General information about the project. project = u'funkwhale_api' -copyright = u"2015, Eliot Berriot" +copyright = u"2015, The Funkwhale Collective" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -187,7 +187,7 @@ latex_documents = [ ('index', 'funkwhale_api.tex', u'funkwhale_api Documentation', - u"Eliot Berriot", 'manual'), + u"The Funkwhale Collective", 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -217,7 +217,7 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'funkwhale_api', u'funkwhale_api Documentation', - [u"Eliot Berriot"], 1) + [u"The Funkwhale Collective"], 1) ] # If true, show URL addresses after external links. @@ -231,7 +231,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'funkwhale_api', u'funkwhale_api Documentation', - u"Eliot Berriot", 'funkwhale_api', + u"The Funkwhale Collective", 'funkwhale_api', 'A self-hosted tribute to Grooveshark.com', 'Miscellaneous'), ] -- GitLab