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.
exports.conf = {
enabled: true,

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.
exports.conf = {
enabled: true,

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.
/* eslint-disable no-eval */

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.
exports.conf = {
enabled: true,

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.
exports.conf = {
enabled: true,

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.
exports.conf = {
enabled: true,

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.
exports.conf = {
enabled: true,

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.
exports.conf = {
enabled: true,

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.
exports.conf = {
enabled: true,

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.
exports.conf = {
enabled: true,

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.
exports.conf = {
enabled: true,

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.
exports.conf = {
enabled: true,

View File

@ -1,5 +1,5 @@
// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license.
// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license.
exports.conf = {
enabled: true,

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.
exports.conf = {
enabled: true,

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.
exports.conf = {
enabled: true,

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) => {
client.logger.warn('Lost connection to Discord.')

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 = async (client, error) => {
client.logger.error(JSON.stringify(error.stack))

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 Discord = require('discord.js')
module.exports = async (client, guild) => {

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 Discord = require('discord.js')
module.exports = async (client, guild) => {

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 = async (client, message) => {
if (message.author.bot) return

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 moment = require('moment')
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.
module.exports = (client) => {
client.logger.info('Reconnecting to Discord...')

View File

@ -1,8 +1,4 @@
/* Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license.
* You will find this message at the start of every file in woomy. Please
* keep in mind that I didn't do all the work, I just don't think the other
* developers would be comfortable providing their names :P
*/
// 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.
* 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')