updated copyright notices

This commit is contained in:
Emily 2020-04-20 14:52:50 +10:00
parent f04f6c842f
commit eeea371762
28 changed files with 28 additions and 32 deletions

View file

@ -1,4 +1,4 @@
/* Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license.
/* Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license.
* Some code found in this file has been taken from Guidebot, which is licensed under the MIT license.
*/

View file

@ -1,4 +1,4 @@
// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license.
// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license.
module.exports = client => {

View file

@ -1,4 +1,4 @@
// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license.
// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license.
'use strict'

View file

@ -1,4 +1,4 @@
// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license.
// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license.
const mongoose = require('mongoose')

View file

@ -1,4 +1,4 @@
// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license.
// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license.
const ytdl = require('ytdl-core-discord')
const fetch = require('node-fetch')