Compare commits

...

2 Commits

Author SHA1 Message Date
Christer Warén
ed1cb81d2b Update copyright year
Some checks failed
Docker Build / Docker Build (push) Has been cancelled
TypeScript Build / TypeScript Build (push) Has been cancelled
2025-01-01 17:49:25 +02:00
Christer Warén
d380ecf23c Update year to LICENSE.md 2025-01-01 17:48:53 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2024 Verkkopeliyhdistys Insomnia ry & Warén Group
Copyright (c) 2024-2025 Verkkopeliyhdistys Insomnia ry & Warén Group
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -3,7 +3,7 @@ import logger from "./functions/logger"
console.log('InsID-Bot ' + process.env.npm_package_version);
console.log('Verkkopeliyhdistys Insomnia ry - Identity Bot');
console.log('(c)2024 Verkkopeliyhdistys Insomnia ry & Warén Group');
console.log('(c)2024-2025 Verkkopeliyhdistys Insomnia ry & Warén Group');
console.log('');
logger('Bot', 'Starting');