mirror of
https://github.com/transmission/transmission
synced 2024-12-29 02:56:11 +00:00
61d221c8bb
* chore: add '@license' tag to web sources' comments Webpack's tersify plugin looks for that JSDoc tag in order to decide which comments to extract into the generated license file. * chore: address sonarcloud.io warnings * chore: address sonarcloud.io code smells * fixup! chore: address sonarcloud.io warnings
17 lines
382 B
Text
17 lines
382 B
Text
/**
|
|
* @license
|
|
*
|
|
* Copyright © Charles Kerr, Dave Perrett, Malcolm Jarvis and Bruno Bierbaumer
|
|
*
|
|
* This file is licensed under the GPLv2.
|
|
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
|
*/
|
|
|
|
/**
|
|
* @license
|
|
*
|
|
* This file Copyright (C) 2020 Mnemosyne LLC
|
|
*
|
|
* It may be used under the GNU GPL versions 2 or 3
|
|
* or any future license endorsed by Mnemosyne LLC.
|
|
*/
|