mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
chore: update copyright years, make notices consistent (#2463)
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user