use SPDX IDs, replacing the long copyright headers

This commit is contained in:
Max Kellermann
2023-03-06 14:42:04 +01:00
parent 8ab2722300
commit 148aca23be
1620 changed files with 3322 additions and 32549 deletions
android/src
src
BulkEdit.hxxChrono.hxxCommandLine.cxxCommandLine.hxxConsumeMode.cxxConsumeMode.hxxGitVersion.cxxGitVersion.hxxIdle.cxxIdle.hxxIdleFlags.cxxIdleFlags.hxxInstance.cxxInstance.hxxListen.cxxListen.hxxLocateUri.cxxLocateUri.hxxLog.cxxLog.hxxLogBackend.cxxLogBackend.hxxLogInit.cxxLogInit.hxxLogLevel.hxxMain.cxxMain.hxxMapper.cxxMapper.hxxMusicBuffer.cxxMusicBuffer.hxxMusicChunk.cxxMusicChunk.hxxMusicChunkPtr.cxxMusicChunkPtr.hxxMusicPipe.cxxMusicPipe.hxxPartition.cxxPartition.hxxPermission.cxxPermission.hxxPlaylistDatabase.cxxPlaylistDatabase.hxxPlaylistError.cxxPlaylistError.hxxPlaylistFile.cxxPlaylistFile.hxxPlaylistPrint.cxxPlaylistPrint.hxxPlaylistSave.cxxPlaylistSave.hxxPluginUnavailable.hxxRemoteTagCache.cxxRemoteTagCache.hxxRemoteTagCacheHandler.hxxReplayGainMode.cxxReplayGainMode.hxxSingleMode.cxxSingleMode.hxxSongLoader.cxxSongLoader.hxxSongPrint.cxxSongPrint.hxxSongSave.cxxSongSave.hxxSongUpdate.cxxStateFile.cxxStateFile.hxxStateFileConfig.cxxStateFileConfig.hxxStats.cxxStats.hxxTagAny.cxxTagAny.hxxTagArchive.cxxTagArchive.hxxTagFile.cxxTagFile.hxxTagPrint.cxxTagPrint.hxxTagSave.cxxTagSave.hxxTagStream.cxxTagStream.hxxTimePrint.cxxTimePrint.hxx
android
apple
archive
client
cmdline
command
config
db
decoder
Bridge.cxxBridge.hxxClient.hxxCommand.hxxControl.cxxControl.hxxDecoderAPI.cxxDecoderAPI.hxxDecoderBuffer.cxxDecoderBuffer.hxxDecoderList.cxxDecoderList.hxxDecoderPlugin.cxxDecoderPlugin.hxxDecoderPrint.cxxDecoderPrint.hxxDomain.cxxDomain.hxxReader.cxxReader.hxxThread.cxx
plugins
encoder
event
filter
fs
input
io
java
lib
alsa
avahi
cdio
chromaprint
crypto
curl
dbus
expat
ffmpeg
fmt
gcrypt
icu
nfs
pcre
pipewire
pulse
smbclient
sqlite
systemd
upnp
xiph
yajl
zlib
ls.cxxls.hxx
mixer
neighbor
net
open.h
output
Client.hxxControl.cxxControl.hxxDefaults.cxxDefaults.hxxDomain.cxxDomain.hxxError.hxxFiltered.cxxFiltered.hxxFinish.cxxInit.cxxInterface.cxxInterface.hxxMultipleOutputs.cxxMultipleOutputs.hxxOutputAPI.hxxOutputCommand.cxxOutputCommand.hxxOutputPlugin.cxxOutputPlugin.hxxPrint.cxxPrint.hxxRegistry.cxxRegistry.hxxSharedPipeConsumer.cxxSharedPipeConsumer.hxxSource.cxxSource.hxxState.cxxState.hxxThread.cxxTimer.cxxTimer.hxx
plugins
pcm
player
playlist
protocol
queue
song
sticker
storage
system
tag
thread
time
unix
util
ASCII.hxxAllocatedArray.hxxAllocatedString.hxxBindMethod.hxxBitReverse.cxxBitReverse.hxxByteOrder.hxxByteReverse.cxxByteReverse.hxxCast.hxxCharUtil.hxxCircularBuffer.hxxClamp.hxxCompiler.hConcepts.hxxCopyConst.hxxDeleteDisposer.hxxDereferenceIterator.hxxDivideString.cxxDivideString.hxxDomain.hxxDynamicFifoBuffer.hxxException.cxxException.hxxForeignFifoBuffer.hxxFormatString.cxxFormatString.hxxGenerateArray.hxxHexFormat.hxxHugeAllocator.cxxHugeAllocator.hxxIntrusiveForwardList.hxxIntrusiveHashSet.hxxIntrusiveHookMode.hxxIntrusiveList.hxxIntrusiveSortedList.hxxIterableSplitString.hxxLazyRandomEngine.cxxLazyRandomEngine.hxxManual.hxxMath.hxxMemberPointer.hxxMimeType.cxxMimeType.hxxNumberParser.cxxNumberParser.hxxOffsetPointer.hxxOptionalCounter.hxxPeakBuffer.cxxPeakBuffer.hxxPrintException.cxxPrintException.hxxRecursiveMap.hxxReusableArray.hxxRingBuffer.hxxScopeExit.hxxSerial.cxxSerial.hxxShallowCopy.hxxSliceBuffer.hxxSortList.hxxSpanCast.hxxSparseBuffer.cxxSparseBuffer.hxxSplitString.cxxSplitString.hxxStaticFifoBuffer.hxxStaticVector.hxxStringAPI.hxxStringBuffer.hxxStringCompare.cxxStringCompare.hxxStringFormat.hxxStringPointer.hxxStringSplit.hxxStringStrip.cxxStringStrip.hxxStringUtil.cxxStringUtil.hxxTemplateString.hxxTextFile.hxxTokenizer.cxxTokenizer.hxxTransformN.hxxTruncateString.cxxTruncateString.hxxUTF8.cxxUTF8.hxxUriExtract.cxxUriExtract.hxxUriQueryParser.cxxUriQueryParser.hxxUriRelative.cxxUriRelative.hxxUriUtil.cxxUriUtil.hxxVarSize.hxxWCharUtil.hxxWStringAPI.hxxWStringCompare.cxxWStringCompare.hxxformat.cformat.h
win32
zeroconf
test

@ -1,21 +1,5 @@
/*
* Copyright 2003-2022 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
// SPDX-License-Identifier: GPL-2.0-or-later
// Copyright The Music Player Daemon Project
#include "StateFileConfig.hxx"
#include "config/Data.hxx"