chore: update copyright years, make notices consistent (#2463)

This commit is contained in:
Charles Kerr
2022-01-20 12:27:56 -06:00
committed by GitHub
parent 0166b6e688
commit df1cca9b57
501 changed files with 2846 additions and 5559 deletions

View File

@@ -1,12 +1,10 @@
#!/usr/bin/env node
const copyright =
`/*
* This file Copyright (C) ${new Date().getFullYear()} Mnemosyne LLC
*
* It may be used under the GNU GPL versions 2 or 3
* or any future license endorsed by Mnemosyne LLC.
*/`;
`// This file Copyright © 2021-${new Date().getFullYear()} Mnemosyne LLC.
// It may be used under GPLv2 (SPDX: GPL-2.0), GPLv3 (SPDX: GPL-3.0),
// or any future license endorsed by Mnemosyne LLC.
// License text can be found in the licenses/ folder.`;
const fs = require('fs');
const https = require('https');