From 07d089fe0fea04cd654b24e2f518775322ff85bb Mon Sep 17 00:00:00 2001 From: Dmitry Bogdanov Date: Wed, 7 Apr 2021 13:09:37 +0200 Subject: [PATCH] Update copyright code comments to 2021 --- doc/sphinxdoc/conf.py | 2 +- doc/sphinxdoc/generate_reference.py | 2 +- packaging/darwin/darwin_build_tools.py | 2 +- packaging/darwin/extras/python_version.py | 2 +- packaging/darwin/extras/tbb_linker.py | 2 +- src/3rdparty/tensorflow/setup_tensorflow.py | 2 +- src/algorithms/audioproblems/clickdetector.cpp | 2 +- src/algorithms/audioproblems/clickdetector.h | 2 +- src/algorithms/audioproblems/discontinuitydetector.cpp | 2 +- src/algorithms/audioproblems/discontinuitydetector.h | 2 +- src/algorithms/audioproblems/falsestereodetector.cpp | 2 +- src/algorithms/audioproblems/falsestereodetector.h | 2 +- src/algorithms/audioproblems/gapsdetector.cpp | 2 +- src/algorithms/audioproblems/gapsdetector.h | 2 +- src/algorithms/audioproblems/humdetector.cpp | 2 +- src/algorithms/audioproblems/humdetector.h | 2 +- src/algorithms/audioproblems/noiseburstdetector.cpp | 2 +- src/algorithms/audioproblems/noiseburstdetector.h | 2 +- src/algorithms/audioproblems/saturationdetector.cpp | 2 +- src/algorithms/audioproblems/saturationdetector.h | 2 +- src/algorithms/audioproblems/snr.cpp | 2 +- src/algorithms/audioproblems/snr.h | 2 +- src/algorithms/audioproblems/startstopcut.cpp | 2 +- src/algorithms/audioproblems/startstopcut.h | 2 +- src/algorithms/audioproblems/truepeakdetector.cpp | 2 +- src/algorithms/audioproblems/truepeakdetector.h | 2 +- src/algorithms/complex/cartesiantopolar.cpp | 2 +- src/algorithms/complex/cartesiantopolar.h | 2 +- src/algorithms/complex/magnitude.cpp | 2 +- src/algorithms/complex/magnitude.h | 2 +- src/algorithms/complex/polartocartesian.cpp | 2 +- src/algorithms/complex/polartocartesian.h | 2 +- src/algorithms/experimental/beatogram.cpp | 2 +- src/algorithms/experimental/beatogram.h | 2 +- src/algorithms/experimental/meter.cpp | 2 +- src/algorithms/experimental/meter.h | 2 +- src/algorithms/extractor/barkextractor.cpp | 2 +- src/algorithms/extractor/barkextractor.h | 2 +- src/algorithms/extractor/extractor.cpp | 2 +- src/algorithms/extractor/extractor.h | 2 +- src/algorithms/extractor/freesoundextractor.cpp | 2 +- src/algorithms/extractor/freesoundextractor.h | 2 +- src/algorithms/extractor/keyextractor.cpp | 2 +- src/algorithms/extractor/keyextractor.h | 2 +- src/algorithms/extractor/levelextractor.cpp | 2 +- src/algorithms/extractor/levelextractor.h | 2 +- src/algorithms/extractor/lowlevelspectraleqloudextractor.cpp | 2 +- src/algorithms/extractor/lowlevelspectraleqloudextractor.h | 2 +- src/algorithms/extractor/lowlevelspectralextractor.cpp | 2 +- src/algorithms/extractor/lowlevelspectralextractor.h | 2 +- src/algorithms/extractor/musicextractor.cpp | 2 +- src/algorithms/extractor/musicextractor.h | 2 +- src/algorithms/extractor/musicextractorsvm.cpp | 2 +- src/algorithms/extractor/musicextractorsvm.h | 2 +- src/algorithms/extractor/rhythmdescriptors.cpp | 2 +- src/algorithms/extractor/rhythmdescriptors.h | 2 +- src/algorithms/extractor/tonalextractor.cpp | 2 +- src/algorithms/extractor/tonalextractor.h | 2 +- src/algorithms/extractor/tuningfrequencyextractor.cpp | 2 +- src/algorithms/extractor/tuningfrequencyextractor.h | 2 +- src/algorithms/filters/allpass.cpp | 2 +- src/algorithms/filters/allpass.h | 2 +- src/algorithms/filters/bandpass.cpp | 2 +- src/algorithms/filters/bandpass.h | 2 +- src/algorithms/filters/bandreject.cpp | 2 +- src/algorithms/filters/bandreject.h | 2 +- src/algorithms/filters/dcremoval.cpp | 2 +- src/algorithms/filters/dcremoval.h | 2 +- src/algorithms/filters/equalloudness.cpp | 2 +- src/algorithms/filters/equalloudness.h | 2 +- src/algorithms/filters/highpass.cpp | 2 +- src/algorithms/filters/highpass.h | 2 +- src/algorithms/filters/iir.cpp | 2 +- src/algorithms/filters/iir.h | 2 +- src/algorithms/filters/lowpass.cpp | 2 +- src/algorithms/filters/lowpass.h | 2 +- src/algorithms/filters/medianfilter.cpp | 2 +- src/algorithms/filters/medianfilter.h | 2 +- src/algorithms/filters/movingaverage.cpp | 2 +- src/algorithms/filters/movingaverage.h | 2 +- src/algorithms/highlevel/chromacrosssimilarity.cpp | 2 +- src/algorithms/highlevel/chromacrosssimilarity.h | 2 +- src/algorithms/highlevel/chromaprinter.cpp | 2 +- src/algorithms/highlevel/chromaprinter.h | 2 +- src/algorithms/highlevel/coversongsimilarity.cpp | 2 +- src/algorithms/highlevel/coversongsimilarity.h | 2 +- src/algorithms/highlevel/crosssimilaritymatrix.cpp | 2 +- src/algorithms/highlevel/crosssimilaritymatrix.h | 2 +- src/algorithms/highlevel/danceability.cpp | 2 +- src/algorithms/highlevel/danceability.h | 2 +- src/algorithms/highlevel/dynamiccomplexity.cpp | 2 +- src/algorithms/highlevel/dynamiccomplexity.h | 2 +- src/algorithms/highlevel/fadedetection.cpp | 2 +- src/algorithms/highlevel/fadedetection.h | 2 +- src/algorithms/highlevel/gaiatransform.cpp | 2 +- src/algorithms/highlevel/gaiatransform.h | 2 +- src/algorithms/highlevel/intensity.cpp | 2 +- src/algorithms/highlevel/intensity.h | 2 +- src/algorithms/highlevel/pca.cpp | 2 +- src/algorithms/highlevel/pca.h | 2 +- src/algorithms/highlevel/sbic.cpp | 2 +- src/algorithms/highlevel/sbic.h | 2 +- src/algorithms/io/audioloader.cpp | 2 +- src/algorithms/io/audioloader.h | 2 +- src/algorithms/io/audioonsetsmarker.cpp | 2 +- src/algorithms/io/audioonsetsmarker.h | 2 +- src/algorithms/io/audiowriter.cpp | 2 +- src/algorithms/io/audiowriter.h | 2 +- src/algorithms/io/easyloader.cpp | 2 +- src/algorithms/io/easyloader.h | 2 +- src/algorithms/io/eqloudloader.cpp | 2 +- src/algorithms/io/eqloudloader.h | 2 +- src/algorithms/io/fileoutputproxy.cpp | 2 +- src/algorithms/io/fileoutputproxy.h | 2 +- src/algorithms/io/metadatareader.cpp | 2 +- src/algorithms/io/metadatareader.h | 2 +- src/algorithms/io/monoloader.cpp | 2 +- src/algorithms/io/monoloader.h | 2 +- src/algorithms/io/monowriter.cpp | 2 +- src/algorithms/io/monowriter.h | 2 +- src/algorithms/io/yamlinput.cpp | 2 +- src/algorithms/io/yamlinput.h | 2 +- src/algorithms/io/yamloutput.cpp | 2 +- src/algorithms/io/yamloutput.h | 2 +- src/algorithms/machinelearning/tensorflowpredict.cpp | 2 +- src/algorithms/machinelearning/tensorflowpredict.h | 2 +- src/algorithms/machinelearning/tensorflowpredictmusicnn.cpp | 2 +- src/algorithms/machinelearning/tensorflowpredictmusicnn.h | 2 +- src/algorithms/machinelearning/tensorflowpredicttempocnn.cpp | 2 +- src/algorithms/machinelearning/tensorflowpredicttempocnn.h | 2 +- src/algorithms/machinelearning/tensorflowpredictvggish.cpp | 2 +- src/algorithms/machinelearning/tensorflowpredictvggish.h | 2 +- src/algorithms/rhythm/beatsloudness.cpp | 2 +- src/algorithms/rhythm/beatsloudness.h | 2 +- src/algorithms/rhythm/beattrackerdegara.cpp | 2 +- src/algorithms/rhythm/beattrackerdegara.h | 2 +- src/algorithms/rhythm/beattrackermultifeature.cpp | 2 +- src/algorithms/rhythm/beattrackermultifeature.h | 2 +- src/algorithms/rhythm/bpmhistogram.cpp | 2 +- src/algorithms/rhythm/bpmhistogram.h | 2 +- src/algorithms/rhythm/bpmhistogramdescriptors.cpp | 2 +- src/algorithms/rhythm/bpmhistogramdescriptors.h | 2 +- src/algorithms/rhythm/bpmrubato.cpp | 2 +- src/algorithms/rhythm/bpmrubato.h | 2 +- src/algorithms/rhythm/harmonicbpm.cpp | 2 +- src/algorithms/rhythm/harmonicbpm.h | 2 +- src/algorithms/rhythm/loopbpmconfidence.cpp | 2 +- src/algorithms/rhythm/loopbpmconfidence.h | 2 +- src/algorithms/rhythm/loopbpmestimator.cpp | 2 +- src/algorithms/rhythm/loopbpmestimator.h | 2 +- src/algorithms/rhythm/noveltycurve.cpp | 2 +- src/algorithms/rhythm/noveltycurve.h | 2 +- src/algorithms/rhythm/noveltycurvefixedbpmestimator.cpp | 2 +- src/algorithms/rhythm/noveltycurvefixedbpmestimator.h | 2 +- src/algorithms/rhythm/onsetdetection.cpp | 2 +- src/algorithms/rhythm/onsetdetection.h | 2 +- src/algorithms/rhythm/onsetdetectionglobal.cpp | 2 +- src/algorithms/rhythm/onsetdetectionglobal.h | 2 +- src/algorithms/rhythm/onsetrate.cpp | 2 +- src/algorithms/rhythm/onsetrate.h | 2 +- src/algorithms/rhythm/onsets.cpp | 2 +- src/algorithms/rhythm/onsets.h | 2 +- src/algorithms/rhythm/percivalbpmestimator.cpp | 2 +- src/algorithms/rhythm/percivalbpmestimator.h | 2 +- src/algorithms/rhythm/percivalenhanceharmonics.cpp | 2 +- src/algorithms/rhythm/percivalenhanceharmonics.h | 2 +- src/algorithms/rhythm/percivalevaluatepulsetrains.cpp | 2 +- src/algorithms/rhythm/percivalevaluatepulsetrains.h | 2 +- src/algorithms/rhythm/rhythmextractor.cpp | 2 +- src/algorithms/rhythm/rhythmextractor.h | 2 +- src/algorithms/rhythm/rhythmextractor2013.cpp | 2 +- src/algorithms/rhythm/rhythmextractor2013.h | 2 +- src/algorithms/rhythm/rhythmtransform.cpp | 2 +- src/algorithms/rhythm/rhythmtransform.h | 2 +- src/algorithms/rhythm/singlebeatloudness.cpp | 2 +- src/algorithms/rhythm/singlebeatloudness.h | 2 +- src/algorithms/rhythm/superfluxextractor.cpp | 2 +- src/algorithms/rhythm/superfluxextractor.h | 2 +- src/algorithms/rhythm/superfluxnovelty.cpp | 2 +- src/algorithms/rhythm/superfluxnovelty.h | 2 +- src/algorithms/rhythm/superfluxpeaks.cpp | 2 +- src/algorithms/rhythm/superfluxpeaks.h | 2 +- src/algorithms/rhythm/tempocnn.cpp | 2 +- src/algorithms/rhythm/tempocnn.h | 2 +- src/algorithms/rhythm/temposcalebands.cpp | 2 +- src/algorithms/rhythm/temposcalebands.h | 2 +- src/algorithms/rhythm/tempotap.cpp | 2 +- src/algorithms/rhythm/tempotap.h | 2 +- src/algorithms/rhythm/tempotapdegara.cpp | 2 +- src/algorithms/rhythm/tempotapdegara.h | 2 +- src/algorithms/rhythm/tempotapmaxagreement.cpp | 2 +- src/algorithms/rhythm/tempotapmaxagreement.h | 2 +- src/algorithms/rhythm/tempotapticks.cpp | 2 +- src/algorithms/rhythm/tempotapticks.h | 2 +- src/algorithms/sfx/aftermaxtobeforemaxenergyratio.cpp | 2 +- src/algorithms/sfx/aftermaxtobeforemaxenergyratio.h | 2 +- src/algorithms/sfx/derivativesfx.cpp | 2 +- src/algorithms/sfx/derivativesfx.h | 2 +- src/algorithms/sfx/flatnesssfx.cpp | 2 +- src/algorithms/sfx/flatnesssfx.h | 2 +- src/algorithms/sfx/logattacktime.cpp | 2 +- src/algorithms/sfx/logattacktime.h | 2 +- src/algorithms/sfx/maxtototal.cpp | 2 +- src/algorithms/sfx/maxtototal.h | 2 +- src/algorithms/sfx/mintototal.cpp | 2 +- src/algorithms/sfx/mintototal.h | 2 +- src/algorithms/sfx/pitchsalience.cpp | 2 +- src/algorithms/sfx/pitchsalience.h | 2 +- src/algorithms/sfx/strongdecay.cpp | 2 +- src/algorithms/sfx/strongdecay.h | 2 +- src/algorithms/sfx/tctototal.cpp | 2 +- src/algorithms/sfx/tctototal.h | 2 +- src/algorithms/spectral/barkbands.cpp | 2 +- src/algorithms/spectral/barkbands.h | 2 +- src/algorithms/spectral/bfcc.cpp | 2 +- src/algorithms/spectral/bfcc.h | 2 +- src/algorithms/spectral/energyband.cpp | 2 +- src/algorithms/spectral/energyband.h | 2 +- src/algorithms/spectral/energybandratio.cpp | 2 +- src/algorithms/spectral/energybandratio.h | 2 +- src/algorithms/spectral/erbbands.cpp | 2 +- src/algorithms/spectral/erbbands.h | 2 +- src/algorithms/spectral/flatnessdb.cpp | 2 +- src/algorithms/spectral/flatnessdb.h | 2 +- src/algorithms/spectral/flux.cpp | 2 +- src/algorithms/spectral/flux.h | 2 +- src/algorithms/spectral/frequencybands.cpp | 2 +- src/algorithms/spectral/frequencybands.h | 2 +- src/algorithms/spectral/gfcc.cpp | 2 +- src/algorithms/spectral/gfcc.h | 2 +- src/algorithms/spectral/hfc.cpp | 2 +- src/algorithms/spectral/hfc.h | 2 +- src/algorithms/spectral/hpcp.cpp | 2 +- src/algorithms/spectral/hpcp.h | 2 +- src/algorithms/spectral/logspectrum.cpp | 2 +- src/algorithms/spectral/logspectrum.h | 2 +- src/algorithms/spectral/maxmagfreq.cpp | 2 +- src/algorithms/spectral/maxmagfreq.h | 2 +- src/algorithms/spectral/melbands.cpp | 2 +- src/algorithms/spectral/melbands.h | 2 +- src/algorithms/spectral/mfcc.cpp | 2 +- src/algorithms/spectral/mfcc.h | 2 +- src/algorithms/spectral/panning.cpp | 2 +- src/algorithms/spectral/panning.h | 2 +- src/algorithms/spectral/rolloff.cpp | 2 +- src/algorithms/spectral/rolloff.h | 2 +- src/algorithms/spectral/spectralcentroidtime.cpp | 2 +- src/algorithms/spectral/spectralcentroidtime.h | 2 +- src/algorithms/spectral/spectralcomplexity.cpp | 2 +- src/algorithms/spectral/spectralcomplexity.h | 2 +- src/algorithms/spectral/spectralcontrast.cpp | 2 +- src/algorithms/spectral/spectralcontrast.h | 2 +- src/algorithms/spectral/spectralpeaks.cpp | 2 +- src/algorithms/spectral/spectralpeaks.h | 2 +- src/algorithms/spectral/spectralwhitening.cpp | 2 +- src/algorithms/spectral/spectralwhitening.h | 2 +- src/algorithms/spectral/spectrumtocent.h | 2 +- src/algorithms/spectral/strongpeak.cpp | 2 +- src/algorithms/spectral/strongpeak.h | 2 +- src/algorithms/spectral/tensorflowinputmusicnn.cpp | 2 +- src/algorithms/spectral/tensorflowinputmusicnn.h | 2 +- src/algorithms/spectral/tensorflowinputtempocnn.cpp | 2 +- src/algorithms/spectral/tensorflowinputtempocnn.h | 2 +- src/algorithms/spectral/tensorflowinputvggish.cpp | 2 +- src/algorithms/spectral/tensorflowinputvggish.h | 2 +- src/algorithms/spectral/triangularbands.cpp | 2 +- src/algorithms/spectral/triangularbands.h | 2 +- src/algorithms/spectral/triangularbarkbands.cpp | 2 +- src/algorithms/spectral/triangularbarkbands.h | 2 +- src/algorithms/standard/autocorrelation.cpp | 2 +- src/algorithms/standard/autocorrelation.h | 2 +- src/algorithms/standard/binaryoperator.cpp | 2 +- src/algorithms/standard/binaryoperator.h | 2 +- src/algorithms/standard/binaryoperatorstream.cpp | 2 +- src/algorithms/standard/binaryoperatorstream.h | 2 +- src/algorithms/standard/bpf.cpp | 2 +- src/algorithms/standard/bpf.h | 2 +- src/algorithms/standard/chromagram.cpp | 2 +- src/algorithms/standard/chromagram.h | 2 +- src/algorithms/standard/clipper.cpp | 2 +- src/algorithms/standard/clipper.h | 2 +- src/algorithms/standard/constantq.cpp | 2 +- src/algorithms/standard/constantq.h | 2 +- src/algorithms/standard/crosscorrelation.cpp | 2 +- src/algorithms/standard/crosscorrelation.h | 2 +- src/algorithms/standard/cubicspline.cpp | 2 +- src/algorithms/standard/cubicspline.h | 2 +- src/algorithms/standard/dct.cpp | 2 +- src/algorithms/standard/dct.h | 2 +- src/algorithms/standard/derivative.cpp | 2 +- src/algorithms/standard/derivative.h | 2 +- src/algorithms/standard/envelope.cpp | 2 +- src/algorithms/standard/envelope.h | 2 +- src/algorithms/standard/ffta.cpp | 2 +- src/algorithms/standard/ffta.h | 2 +- src/algorithms/standard/fftacomplex.cpp | 2 +- src/algorithms/standard/fftacomplex.h | 2 +- src/algorithms/standard/fftk.cpp | 2 +- src/algorithms/standard/fftk.h | 2 +- src/algorithms/standard/fftkcomplex.cpp | 2 +- src/algorithms/standard/fftkcomplex.h | 2 +- src/algorithms/standard/fftw.cpp | 2 +- src/algorithms/standard/fftw.h | 2 +- src/algorithms/standard/fftwcomplex.cpp | 2 +- src/algorithms/standard/fftwcomplex.h | 2 +- src/algorithms/standard/framecutter.cpp | 2 +- src/algorithms/standard/framecutter.h | 2 +- src/algorithms/standard/frametoreal.cpp | 2 +- src/algorithms/standard/frametoreal.h | 2 +- src/algorithms/standard/idct.cpp | 2 +- src/algorithms/standard/idct.h | 2 +- src/algorithms/standard/iffta.cpp | 2 +- src/algorithms/standard/iffta.h | 2 +- src/algorithms/standard/ifftacomplex.cpp | 2 +- src/algorithms/standard/ifftacomplex.h | 2 +- src/algorithms/standard/ifftk.cpp | 2 +- src/algorithms/standard/ifftk.h | 2 +- src/algorithms/standard/ifftkcomplex.cpp | 2 +- src/algorithms/standard/ifftkcomplex.h | 2 +- src/algorithms/standard/ifftw.cpp | 2 +- src/algorithms/standard/ifftw.h | 2 +- src/algorithms/standard/ifftwcomplex.cpp | 2 +- src/algorithms/standard/ifftwcomplex.h | 2 +- src/algorithms/standard/maxfilter.cpp | 2 +- src/algorithms/standard/maxfilter.h | 2 +- src/algorithms/standard/minmax.cpp | 2 +- src/algorithms/standard/minmax.h | 2 +- src/algorithms/standard/monomixer.cpp | 2 +- src/algorithms/standard/monomixer.h | 2 +- src/algorithms/standard/multiplexer.cpp | 2 +- src/algorithms/standard/multiplexer.h | 2 +- src/algorithms/standard/noiseadder.cpp | 2 +- src/algorithms/standard/noiseadder.h | 2 +- src/algorithms/standard/nsgconstantq.cpp | 2 +- src/algorithms/standard/nsgconstantq.h | 2 +- src/algorithms/standard/nsgconstantqstreaming.cpp | 2 +- src/algorithms/standard/nsgiconstantq.cpp | 2 +- src/algorithms/standard/nsgiconstantq.h | 2 +- src/algorithms/standard/overlapadd.cpp | 2 +- src/algorithms/standard/overlapadd.h | 2 +- src/algorithms/standard/peakdetection.cpp | 2 +- src/algorithms/standard/peakdetection.h | 2 +- src/algorithms/standard/pooltotensor.cpp | 2 +- src/algorithms/standard/pooltotensor.h | 2 +- src/algorithms/standard/powerspectrum.cpp | 2 +- src/algorithms/standard/powerspectrum.h | 2 +- src/algorithms/standard/realaccumulator.cpp | 2 +- src/algorithms/standard/realaccumulator.h | 2 +- src/algorithms/standard/replaygain.cpp | 2 +- src/algorithms/standard/replaygain.h | 2 +- src/algorithms/standard/resample.cpp | 2 +- src/algorithms/standard/resample.h | 2 +- src/algorithms/standard/scale.cpp | 2 +- src/algorithms/standard/scale.h | 2 +- src/algorithms/standard/silencerate.cpp | 2 +- src/algorithms/standard/silencerate.h | 2 +- src/algorithms/standard/slicer.cpp | 2 +- src/algorithms/standard/slicer.h | 2 +- src/algorithms/standard/spectrum.cpp | 2 +- src/algorithms/standard/spectrum.h | 2 +- src/algorithms/standard/spectrumCQ.cpp | 2 +- src/algorithms/standard/spectrumCQ.h | 2 +- src/algorithms/standard/spline.cpp | 2 +- src/algorithms/standard/spline.h | 2 +- src/algorithms/standard/startstopsilence.cpp | 2 +- src/algorithms/standard/startstopsilence.h | 2 +- src/algorithms/standard/stereodemuxer.cpp | 2 +- src/algorithms/standard/stereodemuxer.h | 2 +- src/algorithms/standard/stereomuxer.cpp | 2 +- src/algorithms/standard/stereomuxer.h | 2 +- src/algorithms/standard/stereotrimmer.cpp | 2 +- src/algorithms/standard/stereotrimmer.h | 2 +- src/algorithms/standard/tensornormalize.cpp | 2 +- src/algorithms/standard/tensornormalize.h | 2 +- src/algorithms/standard/tensortopool.cpp | 2 +- src/algorithms/standard/tensortopool.h | 2 +- src/algorithms/standard/tensortovectorreal.cpp | 2 +- src/algorithms/standard/tensortovectorreal.h | 2 +- src/algorithms/standard/tensortranspose.cpp | 2 +- src/algorithms/standard/tensortranspose.h | 2 +- src/algorithms/standard/trimmer.cpp | 2 +- src/algorithms/standard/trimmer.h | 2 +- src/algorithms/standard/unaryoperator.cpp | 2 +- src/algorithms/standard/unaryoperator.h | 2 +- src/algorithms/standard/unaryoperatorstream.cpp | 2 +- src/algorithms/standard/unaryoperatorstream.h | 2 +- src/algorithms/standard/vectorrealaccumulator.cpp | 2 +- src/algorithms/standard/vectorrealaccumulator.h | 2 +- src/algorithms/standard/vectorrealtotensor.cpp | 2 +- src/algorithms/standard/vectorrealtotensor.h | 2 +- src/algorithms/standard/viterbi.cpp | 2 +- src/algorithms/standard/viterbi.h | 2 +- src/algorithms/standard/warpedautocorrelation.cpp | 2 +- src/algorithms/standard/warpedautocorrelation.h | 2 +- src/algorithms/standard/welch.cpp | 2 +- src/algorithms/standard/welch.h | 2 +- src/algorithms/standard/windowing.cpp | 2 +- src/algorithms/standard/windowing.h | 2 +- src/algorithms/stats/centralmoments.cpp | 2 +- src/algorithms/stats/centralmoments.h | 2 +- src/algorithms/stats/centroid.cpp | 2 +- src/algorithms/stats/centroid.h | 2 +- src/algorithms/stats/crest.cpp | 2 +- src/algorithms/stats/crest.h | 2 +- src/algorithms/stats/decrease.cpp | 2 +- src/algorithms/stats/decrease.h | 2 +- src/algorithms/stats/distributionshape.cpp | 2 +- src/algorithms/stats/distributionshape.h | 2 +- src/algorithms/stats/energy.cpp | 2 +- src/algorithms/stats/energy.h | 2 +- src/algorithms/stats/entropy.cpp | 2 +- src/algorithms/stats/entropy.h | 2 +- src/algorithms/stats/flatness.cpp | 2 +- src/algorithms/stats/flatness.h | 2 +- src/algorithms/stats/geometricmean.cpp | 2 +- src/algorithms/stats/geometricmean.h | 2 +- src/algorithms/stats/histogram.cpp | 2 +- src/algorithms/stats/histogram.h | 2 +- src/algorithms/stats/instantpower.cpp | 2 +- src/algorithms/stats/instantpower.h | 2 +- src/algorithms/stats/mean.cpp | 2 +- src/algorithms/stats/mean.h | 2 +- src/algorithms/stats/median.cpp | 2 +- src/algorithms/stats/median.h | 2 +- src/algorithms/stats/poolaggregator.cpp | 2 +- src/algorithms/stats/poolaggregator.h | 2 +- src/algorithms/stats/powermean.cpp | 2 +- src/algorithms/stats/powermean.h | 2 +- src/algorithms/stats/rawmoments.cpp | 2 +- src/algorithms/stats/rawmoments.h | 2 +- src/algorithms/stats/rms.cpp | 2 +- src/algorithms/stats/rms.h | 2 +- src/algorithms/stats/singlegaussian.cpp | 2 +- src/algorithms/stats/singlegaussian.h | 2 +- src/algorithms/stats/variance.cpp | 2 +- src/algorithms/stats/variance.h | 2 +- src/algorithms/synthesis/harmonicmask.cpp | 2 +- src/algorithms/synthesis/harmonicmask.h | 2 +- src/algorithms/synthesis/harmonicmodelanal.cpp | 2 +- src/algorithms/synthesis/harmonicmodelanal.h | 2 +- src/algorithms/synthesis/hprmodelanal.cpp | 2 +- src/algorithms/synthesis/hprmodelanal.h | 2 +- src/algorithms/synthesis/hpsmodelanal.cpp | 2 +- src/algorithms/synthesis/hpsmodelanal.h | 2 +- src/algorithms/synthesis/resamplefft.cpp | 2 +- src/algorithms/synthesis/resamplefft.h | 2 +- src/algorithms/synthesis/sinemodelanal.cpp | 2 +- src/algorithms/synthesis/sinemodelanal.h | 2 +- src/algorithms/synthesis/sinemodelsynth.cpp | 2 +- src/algorithms/synthesis/sinemodelsynth.h | 2 +- src/algorithms/synthesis/sinesubtraction.cpp | 2 +- src/algorithms/synthesis/sinesubtraction.h | 2 +- src/algorithms/synthesis/sprmodelanal.cpp | 2 +- src/algorithms/synthesis/sprmodelanal.h | 2 +- src/algorithms/synthesis/sprmodelsynth.cpp | 2 +- src/algorithms/synthesis/sprmodelsynth.h | 2 +- src/algorithms/synthesis/spsmodelanal.cpp | 2 +- src/algorithms/synthesis/spsmodelanal.h | 2 +- src/algorithms/synthesis/spsmodelsynth.cpp | 2 +- src/algorithms/synthesis/spsmodelsynth.h | 2 +- src/algorithms/synthesis/stochasticmodelanal.cpp | 2 +- src/algorithms/synthesis/stochasticmodelanal.h | 2 +- src/algorithms/synthesis/stochasticmodelsynth.cpp | 2 +- src/algorithms/synthesis/stochasticmodelsynth.h | 2 +- src/algorithms/temporal/duration.cpp | 2 +- src/algorithms/temporal/duration.h | 2 +- src/algorithms/temporal/effectiveduration.cpp | 2 +- src/algorithms/temporal/effectiveduration.h | 2 +- src/algorithms/temporal/larm.cpp | 2 +- src/algorithms/temporal/larm.h | 2 +- src/algorithms/temporal/leq.cpp | 2 +- src/algorithms/temporal/leq.h | 2 +- src/algorithms/temporal/loudness.cpp | 2 +- src/algorithms/temporal/loudness.h | 2 +- src/algorithms/temporal/loudnessebur128.cpp | 2 +- src/algorithms/temporal/loudnessebur128.h | 2 +- src/algorithms/temporal/loudnessebur128filter.cpp | 2 +- src/algorithms/temporal/loudnessebur128filter.h | 2 +- src/algorithms/temporal/loudnessvickers.cpp | 2 +- src/algorithms/temporal/loudnessvickers.h | 2 +- src/algorithms/temporal/lpc.cpp | 2 +- src/algorithms/temporal/lpc.h | 2 +- src/algorithms/temporal/zerocrossingrate.cpp | 2 +- src/algorithms/temporal/zerocrossingrate.h | 2 +- src/algorithms/tonal/chordsdescriptors.cpp | 2 +- src/algorithms/tonal/chordsdescriptors.h | 2 +- src/algorithms/tonal/chordsdetection.cpp | 2 +- src/algorithms/tonal/chordsdetection.h | 2 +- src/algorithms/tonal/chordsdetectionbeats.cpp | 2 +- src/algorithms/tonal/chordsdetectionbeats.h | 2 +- src/algorithms/tonal/dissonance.cpp | 2 +- src/algorithms/tonal/dissonance.h | 2 +- src/algorithms/tonal/harmonicpeaks.cpp | 2 +- src/algorithms/tonal/harmonicpeaks.h | 2 +- src/algorithms/tonal/highresolutionfeatures.cpp | 2 +- src/algorithms/tonal/highresolutionfeatures.h | 2 +- src/algorithms/tonal/inharmonicity.cpp | 2 +- src/algorithms/tonal/inharmonicity.h | 2 +- src/algorithms/tonal/key.cpp | 2 +- src/algorithms/tonal/key.h | 2 +- src/algorithms/tonal/multipitchklapuri.cpp | 2 +- src/algorithms/tonal/multipitchklapuri.h | 2 +- src/algorithms/tonal/multipitchmelodia.cpp | 2 +- src/algorithms/tonal/multipitchmelodia.h | 2 +- src/algorithms/tonal/nnlschroma.cpp | 2 +- src/algorithms/tonal/nnlschroma.h | 2 +- src/algorithms/tonal/oddtoevenharmonicenergyratio.cpp | 2 +- src/algorithms/tonal/oddtoevenharmonicenergyratio.h | 2 +- src/algorithms/tonal/pitchcontours.cpp | 2 +- src/algorithms/tonal/pitchcontours.h | 2 +- src/algorithms/tonal/pitchcontoursegmentation.cpp | 2 +- src/algorithms/tonal/pitchcontoursegmentation.h | 2 +- src/algorithms/tonal/pitchcontoursmelody.cpp | 2 +- src/algorithms/tonal/pitchcontoursmelody.h | 2 +- src/algorithms/tonal/pitchcontoursmonomelody.cpp | 2 +- src/algorithms/tonal/pitchcontoursmonomelody.h | 2 +- src/algorithms/tonal/pitchcontoursmultimelody.cpp | 2 +- src/algorithms/tonal/pitchcontoursmultimelody.h | 2 +- src/algorithms/tonal/pitchfilter.cpp | 2 +- src/algorithms/tonal/pitchfilter.h | 2 +- src/algorithms/tonal/pitchmelodia.cpp | 2 +- src/algorithms/tonal/pitchmelodia.h | 2 +- src/algorithms/tonal/pitchsaliencefunction.cpp | 2 +- src/algorithms/tonal/pitchsaliencefunction.h | 2 +- src/algorithms/tonal/pitchsaliencefunctionpeaks.cpp | 2 +- src/algorithms/tonal/pitchsaliencefunctionpeaks.h | 2 +- src/algorithms/tonal/pitchyin.cpp | 2 +- src/algorithms/tonal/pitchyin.h | 2 +- src/algorithms/tonal/pitchyinfft.cpp | 2 +- src/algorithms/tonal/pitchyinfft.h | 2 +- src/algorithms/tonal/pitchyinprobabilistic.cpp | 2 +- src/algorithms/tonal/pitchyinprobabilistic.h | 2 +- src/algorithms/tonal/pitchyinprobabilities.cpp | 2 +- src/algorithms/tonal/pitchyinprobabilities.h | 2 +- src/algorithms/tonal/pitchyinprobabilitieshmm.cpp | 2 +- src/algorithms/tonal/pitchyinprobabilitieshmm.h | 2 +- src/algorithms/tonal/predominantpitchmelodia.cpp | 2 +- src/algorithms/tonal/predominantpitchmelodia.h | 2 +- src/algorithms/tonal/tonicindianartmusic.cpp | 2 +- src/algorithms/tonal/tonicindianartmusic.h | 2 +- src/algorithms/tonal/tristimulus.cpp | 2 +- src/algorithms/tonal/tristimulus.h | 2 +- src/algorithms/tonal/tuningfrequency.cpp | 2 +- src/algorithms/tonal/tuningfrequency.h | 2 +- src/algorithms/tonal/vibrato.cpp | 2 +- src/algorithms/tonal/vibrato.h | 2 +- src/essentia/algorithm.cpp | 2 +- src/essentia/algorithm.h | 2 +- src/essentia/algorithmfactory.h | 2 +- src/essentia/algorithmfactory_impl.h | 2 +- src/essentia/config.h | 2 +- src/essentia/configurable.cpp | 2 +- src/essentia/configurable.h | 2 +- src/essentia/connector.cpp | 2 +- src/essentia/connector.h | 2 +- src/essentia/debugging.cpp | 2 +- src/essentia/debugging.h | 2 +- src/essentia/essentia.cpp | 2 +- src/essentia/essentia.h | 2 +- src/essentia/essentiamath.h | 2 +- src/essentia/essentiautil.cpp | 2 +- src/essentia/essentiautil.h | 2 +- src/essentia/iotypewrappers.h | 2 +- src/essentia/iotypewrappers_impl.h | 2 +- src/essentia/parameter.cpp | 2 +- src/essentia/parameter.h | 2 +- src/essentia/pool.cpp | 2 +- src/essentia/pool.h | 2 +- src/essentia/range.cpp | 2 +- src/essentia/range.h | 2 +- src/essentia/roguevector.h | 2 +- src/essentia/scheduler/graphutils.h | 2 +- src/essentia/scheduler/network.cpp | 2 +- src/essentia/scheduler/network.h | 2 +- src/essentia/scheduler/networkparser.cpp | 2 +- src/essentia/scheduler/networkparser.h | 2 +- src/essentia/streamconnector.h | 2 +- src/essentia/streaming/accumulatoralgorithm.cpp | 2 +- src/essentia/streaming/accumulatoralgorithm.h | 2 +- src/essentia/streaming/algorithms/copy.h | 2 +- src/essentia/streaming/algorithms/devnull.cpp | 2 +- src/essentia/streaming/algorithms/devnull.h | 2 +- src/essentia/streaming/algorithms/diskwriter.h | 2 +- src/essentia/streaming/algorithms/fileoutput.h | 2 +- src/essentia/streaming/algorithms/poolstorage.cpp | 2 +- src/essentia/streaming/algorithms/poolstorage.h | 2 +- src/essentia/streaming/algorithms/ringbufferinput.cpp | 2 +- src/essentia/streaming/algorithms/ringbufferinput.h | 2 +- src/essentia/streaming/algorithms/ringbufferoutput.cpp | 2 +- src/essentia/streaming/algorithms/ringbufferoutput.h | 2 +- src/essentia/streaming/algorithms/ringbuffervectoroutput.cpp | 2 +- src/essentia/streaming/algorithms/ringbuffervectoroutput.h | 2 +- src/essentia/streaming/algorithms/vectorinput.h | 2 +- src/essentia/streaming/algorithms/vectoroutput.h | 2 +- src/essentia/streaming/multiratebuffer.h | 2 +- src/essentia/streaming/phantombuffer.h | 2 +- src/essentia/streaming/phantombuffer_impl.h | 2 +- src/essentia/streaming/sink.h | 2 +- src/essentia/streaming/sinkbase.cpp | 2 +- src/essentia/streaming/sinkbase.h | 2 +- src/essentia/streaming/sinkproxy.h | 2 +- src/essentia/streaming/source.h | 2 +- src/essentia/streaming/sourcebase.cpp | 2 +- src/essentia/streaming/sourcebase.h | 2 +- src/essentia/streaming/sourceproxy.h | 2 +- src/essentia/streaming/streamingalgorithm.cpp | 2 +- src/essentia/streaming/streamingalgorithm.h | 2 +- src/essentia/streaming/streamingalgorithmcomposite.cpp | 2 +- src/essentia/streaming/streamingalgorithmcomposite.h | 2 +- src/essentia/streaming/streamingalgorithmwrapper.cpp | 2 +- src/essentia/streaming/streamingalgorithmwrapper.h | 2 +- src/essentia/streamutil.h | 2 +- src/essentia/stringutil.cpp | 2 +- src/essentia/stringutil.h | 2 +- src/essentia/threading.h | 2 +- src/essentia/types.h | 4 ++-- src/essentia/utils/asciidag.cpp | 2 +- src/essentia/utils/asciidag.h | 2 +- src/essentia/utils/asciidagparser.cpp | 2 +- src/essentia/utils/asciidagparser.h | 2 +- src/essentia/utils/atomic.h | 2 +- src/essentia/utils/audiocontext.cpp | 2 +- src/essentia/utils/audiocontext.h | 2 +- src/essentia/utils/betools.h | 2 +- src/essentia/utils/bpfutil.h | 2 +- src/essentia/utils/bpmutil.h | 2 +- .../utils/extractor_freesound/FreesoundDescriptorsSet.h | 2 +- .../extractor_freesound/FreesoundLowlevelDescriptors.cpp | 2 +- .../utils/extractor_freesound/FreesoundLowlevelDescriptors.h | 2 +- .../utils/extractor_freesound/FreesoundRhythmDescriptors.cpp | 2 +- .../utils/extractor_freesound/FreesoundRhythmDescriptors.h | 2 +- .../utils/extractor_freesound/FreesoundSfxDescriptors.cpp | 2 +- .../utils/extractor_freesound/FreesoundSfxDescriptors.h | 2 +- .../utils/extractor_freesound/FreesoundTonalDescriptors.cpp | 2 +- .../utils/extractor_freesound/FreesoundTonalDescriptors.h | 2 +- src/essentia/utils/extractor_music/MusicDescriptorsSet.h | 2 +- .../utils/extractor_music/MusicLowlevelDescriptors.cpp | 2 +- src/essentia/utils/extractor_music/MusicLowlevelDescriptors.h | 2 +- src/essentia/utils/extractor_music/MusicRhythmDescriptors.cpp | 2 +- src/essentia/utils/extractor_music/MusicRhythmDescriptors.h | 2 +- src/essentia/utils/extractor_music/MusicTonalDescriptors.cpp | 2 +- src/essentia/utils/extractor_music/MusicTonalDescriptors.h | 2 +- src/essentia/utils/ffmpegapi.h | 2 +- src/essentia/utils/jsonconvert.cpp | 2 +- src/essentia/utils/jsonconvert.h | 2 +- src/essentia/utils/metadatautils.h | 2 +- src/essentia/utils/output.h | 2 +- src/essentia/utils/peak.h | 2 +- src/essentia/utils/ringbufferimpl.h | 2 +- src/essentia/utils/synth_utils.cpp | 4 ++-- src/essentia/utils/synth_utils.h | 2 +- src/essentia/utils/tnt/tnt2vector.h | 2 +- src/essentia/utils/yamlast.cpp | 2 +- src/essentia/utils/yamlast.h | 2 +- src/examples/onset_detector.cpp | 2 +- src/examples/outdated/standard_rhythmextractor_tempotap.cpp | 2 +- src/examples/outdated/streaming_extractor_canoris.cpp | 2 +- src/examples/outdated/streaming_extractor_short_sounds.cpp | 2 +- .../outdated/streaming_extractorbeattracknoveltycurve.cpp | 2 +- .../outdated/streaming_extractorbeattracknoveltycurve.h | 2 +- src/examples/outdated/streaming_extractorlowlevel.cpp | 2 +- src/examples/outdated/streaming_extractorlowlevel.h | 2 +- src/examples/outdated/streaming_extractorpanning.cpp | 2 +- src/examples/outdated/streaming_extractorpanning.h | 2 +- src/examples/outdated/streaming_extractorpostprocess.cpp | 2 +- src/examples/outdated/streaming_extractorpostprocess.h | 2 +- src/examples/outdated/streaming_extractorsfx.cpp | 2 +- src/examples/outdated/streaming_extractorsfx.h | 2 +- src/examples/outdated/streaming_extractortonal.cpp | 2 +- src/examples/outdated/streaming_extractortonal.h | 2 +- src/examples/outdated/streaming_extractorutils.cpp | 2 +- src/examples/outdated/streaming_extractorutils.h | 2 +- .../outdated/streaming_rhythmextractor_noveltycurve.cpp | 2 +- src/examples/outdated/streaming_schizo_extractor.cpp | 2 +- .../outdated/streaming_tempoextractor_noveltycurve.cpp | 2 +- src/examples/python/outdated/beatogram.py | 2 +- src/examples/python/outdated/beatogram4.py | 2 +- src/examples/python/outdated/extractor_mfcc.py | 2 +- src/examples/python/outdated/streaming_extractor/highlevel.py | 2 +- src/examples/python/outdated/streaming_extractor/level.py | 2 +- src/examples/python/outdated/streaming_extractor/lowlevel.py | 2 +- .../python/outdated/streaming_extractor/lowlevelspectral.py | 2 +- .../outdated/streaming_extractor/lowlevelspectraleqloud.py | 2 +- src/examples/python/outdated/streaming_extractor/metadata.py | 2 +- src/examples/python/outdated/streaming_extractor/midlevel.py | 2 +- src/examples/python/outdated/streaming_extractor/panning.py | 2 +- src/examples/python/outdated/streaming_extractor/pitch.py | 2 +- .../python/outdated/streaming_extractor/postprocess.py | 2 +- .../python/outdated/streaming_extractor/replaygain.py | 2 +- .../python/outdated/streaming_extractor/rhythmdescriptors.py | 2 +- .../python/outdated/streaming_extractor/segmentation.py | 2 +- src/examples/python/outdated/streaming_extractor/sfx.py | 2 +- .../outdated/streaming_extractor/streaming_extractor.cpp | 2 +- .../outdated/streaming_extractor/streaming_extractor.py | 2 +- .../outdated/streaming_extractor/streaming_extractorutils.cpp | 2 +- .../outdated/streaming_extractor/streaming_extractorutils.h | 2 +- .../streaming_extractor/streaming_schizo_extractor.cpp | 2 +- .../streaming_extractor/streaming_schizo_extractor.py | 2 +- .../python/outdated/streaming_extractor/tonaldescriptors.py | 2 +- .../python/outdated/streaming_extractor/tuningfrequency.py | 2 +- src/examples/python/show_algo_dependencies.py | 2 +- src/examples/standard_beatsmarker.cpp | 2 +- src/examples/standard_chromacrosssimilarity.cpp | 2 +- src/examples/standard_chromaprinter.cpp | 2 +- src/examples/standard_coversongsimilarity.cpp | 2 +- src/examples/standard_crosssimilaritymatrix.cpp | 2 +- src/examples/standard_extractor_la-cupula.cpp | 2 +- src/examples/standard_fadedetection.cpp | 2 +- src/examples/standard_harmonicmodel.cpp | 2 +- src/examples/standard_hprmodel.cpp | 2 +- src/examples/standard_hpsmodel.cpp | 2 +- src/examples/standard_mfcc.cpp | 2 +- src/examples/standard_nnls.cpp | 2 +- src/examples/standard_onsetrate.cpp | 2 +- src/examples/standard_pca.cpp | 2 +- src/examples/standard_pitchdemo.cpp | 2 +- src/examples/standard_predominantmask.cpp | 2 +- src/examples/standard_rhythmtransform.cpp | 2 +- src/examples/standard_sinemodel.cpp | 2 +- src/examples/standard_sinesubtraction.cpp | 2 +- src/examples/standard_spectralcontrast.cpp | 2 +- src/examples/standard_sprmodel.cpp | 2 +- src/examples/standard_spsmodel.cpp | 2 +- src/examples/standard_stft.cpp | 2 +- src/examples/standard_stochasticmodel.cpp | 2 +- src/examples/standard_vibrato.cpp | 2 +- src/examples/streaming_beatsmarker.cpp | 2 +- src/examples/streaming_beattracker_multifeature_mirex2013.cpp | 2 +- src/examples/streaming_chromacrosssimilarity.cpp | 2 +- src/examples/streaming_coversongsimilarity.cpp | 2 +- src/examples/streaming_extractor.cpp | 2 +- src/examples/streaming_extractor_freesound.cpp | 2 +- src/examples/streaming_extractor_la-cupula.cpp | 2 +- src/examples/streaming_extractor_music.cpp | 2 +- src/examples/streaming_extractor_music_svm.cpp | 2 +- src/examples/streaming_gfcc.cpp | 2 +- src/examples/streaming_humdetector.cpp | 2 +- src/examples/streaming_key.cpp | 2 +- src/examples/streaming_md5.cpp | 2 +- src/examples/streaming_mfcc.cpp | 2 +- src/examples/streaming_musicnn_predict.cpp | 2 +- src/examples/streaming_onsetrate.cpp | 2 +- src/examples/streaming_panning.cpp | 2 +- src/examples/streaming_pitchyinfft.cpp | 2 +- src/examples/streaming_predominantpitchmelodia.cpp | 2 +- src/examples/streaming_rhythmextractor_multifeature.cpp | 2 +- src/examples/streaming_ringbuffertofile.cpp | 2 +- src/examples/streaming_spectrogram.cpp | 2 +- src/examples/streaming_stft.cpp | 2 +- src/examples/streaming_tensorflowpredict.cpp | 2 +- src/examples/streaming_tuningfrequency.cpp | 2 +- src/examples/streaming_vggish_predict.cpp | 2 +- src/examples/streaming_vibrato.cpp | 2 +- src/examples/streaming_yinprobabilistic.cpp | 2 +- src/examples/tutorial/example_beattrackermultifeature.py | 2 +- src/examples/tutorial/example_onsetdetection.py | 2 +- src/examples/tutorial/example_predominantmelody.py | 2 +- src/examples/tutorial/example_predominantmelody_by_steps.py | 2 +- src/examples/tutorial/example_spectralcentroid.py | 2 +- src/examples/vampeasywrapper.h | 2 +- src/examples/vampplugins.cpp | 2 +- src/examples/vamppluginsextra.cpp | 2 +- src/examples/vampwrapper.cpp | 2 +- src/examples/vampwrapper.h | 2 +- src/python/commonfunctions.h | 2 +- src/python/essentia.cpp | 2 +- src/python/essentia/algorithms.py | 2 +- src/python/essentia/common.py | 2 +- src/python/essentia/essentia_extractor.py | 2 +- src/python/essentia/extractor/average_loudness.py | 2 +- src/python/essentia/extractor/beats.py | 2 +- src/python/essentia/extractor/chords.py | 2 +- src/python/essentia/extractor/chords_dissonance_table.py | 2 +- src/python/essentia/extractor/highlevel.py | 2 +- src/python/essentia/extractor/lowlevel.py | 2 +- src/python/essentia/extractor/onsetdetection.py | 2 +- src/python/essentia/extractor/panning.py | 2 +- src/python/essentia/extractor/relativeioi.py | 2 +- src/python/essentia/extractor/scales.py | 2 +- src/python/essentia/extractor/segmentation.py | 2 +- src/python/essentia/extractor/segmentation_bic.py | 2 +- src/python/essentia/extractor/segmentation_max_energy.py | 2 +- src/python/essentia/extractor/segmentation_simple.py | 2 +- src/python/essentia/extractor/sfx.py | 2 +- src/python/essentia/extractor/squeezeInto.py | 2 +- src/python/essentia/extractor/tempotap.py | 2 +- src/python/essentia/extractor/thumbnail.py | 2 +- src/python/essentia/extractor/tonal.py | 2 +- src/python/essentia/plotting.py | 2 +- src/python/essentia/pool.py | 2 +- src/python/essentia/progress.py | 2 +- src/python/essentia/pytools/batch_extractors.py | 2 +- src/python/essentia/pytools/extractors/melspectrogram.py | 2 +- src/python/essentia/pytools/extractors/music_extractor.py | 2 +- src/python/essentia/pytools/io.py | 2 +- src/python/essentia/pytools/spectral.py | 2 +- src/python/essentia/standard.py | 2 +- src/python/essentia/streaming.py | 2 +- src/python/essentia/translate.py | 2 +- src/python/essentia/utils.py | 2 +- src/python/essentia/weka/arff2matlab.py | 2 +- src/python/essentia/weka/convert_essentia_to_weka.py | 2 +- src/python/essentia/weka/wekafile.py | 2 +- src/python/globalfuncs.cpp | 2 +- src/python/parsing.cpp | 2 +- src/python/parsing.h | 2 +- src/python/pyalgorithm.cpp | 2 +- src/python/pystreamingalgorithm.cpp | 2 +- src/python/python3.h | 2 +- src/python/pytypes/boolean.cpp | 2 +- src/python/pytypes/integer.cpp | 2 +- src/python/pytypes/mapvectorstring.cpp | 2 +- src/python/pytypes/matrixreal.cpp | 2 +- src/python/pytypes/pypool.cpp | 2 +- src/python/pytypes/pypool.h | 2 +- src/python/pytypes/pyreal.cpp | 2 +- src/python/pytypes/pystereosample.cpp | 2 +- src/python/pytypes/string.cpp | 2 +- src/python/pytypes/tensorreal.cpp | 2 +- src/python/pytypes/vectorcomplex.cpp | 2 +- src/python/pytypes/vectorinteger.cpp | 2 +- src/python/pytypes/vectormatrixreal.cpp | 2 +- src/python/pytypes/vectorreal.cpp | 2 +- src/python/pytypes/vectorstereosample.cpp | 2 +- src/python/pytypes/vectorstring.cpp | 2 +- src/python/pytypes/vectortensorreal.cpp | 2 +- src/python/pytypes/vectorvectorcomplex.cpp | 2 +- src/python/pytypes/vectorvectorreal.cpp | 2 +- src/python/pytypes/vectorvectorstereosample.cpp | 2 +- src/python/pytypes/vectorvectorstring.cpp | 2 +- src/python/pyvectorinput.cpp | 2 +- src/python/typedefs.h | 2 +- src/python/typewrapper.h | 2 +- test/src/QA/clipping/test_clipping.py | 2 +- .../QA/discontinuitydetector/test_discontinuitydetector.py | 2 +- test/src/QA/gaps/test_gaps.py | 2 +- test/src/QA/humdetector/generate_files_with_hum.py | 2 +- test/src/QA/humdetector/test_hum.py | 2 +- test/src/QA/loudnessebu128/test_loudnessebur128.py | 2 +- test/src/QA/qa_test.py | 2 +- test/src/QA/qa_testevents.py | 2 +- test/src/QA/qa_testvalues.py | 2 +- test/src/QA/replaygain/test_replaygain.py | 2 +- test/src/QA/saturationdetector/test_saturationdetector.py | 2 +- test/src/QA/snr/test_snr.py | 2 +- test/src/QA/startstopsilence/test_startstopsilence.py | 2 +- test/src/basetest/customalgos.h | 2 +- test/src/basetest/essentia_gtest.h | 2 +- test/src/basetest/test_audioloader.cpp | 2 +- test/src/basetest/test_composite.cpp | 2 +- test/src/basetest/test_connectors.cpp | 2 +- test/src/basetest/test_copy.cpp | 2 +- test/src/basetest/test_fileoutput.cpp | 2 +- test/src/basetest/test_main.cpp | 2 +- test/src/basetest/test_math.cpp | 2 +- test/src/basetest/test_network.cpp | 2 +- test/src/basetest/test_networkparser.cpp | 2 +- test/src/basetest/test_parameter.cpp | 2 +- test/src/basetest/test_peak.cpp | 2 +- test/src/basetest/test_pool.cpp | 2 +- test/src/basetest/test_scheduler.cpp | 2 +- test/src/basetest/test_stringutil.cpp | 2 +- test/src/basetest/test_treetraversal.cpp | 2 +- test/src/basetest/test_vectorinput.cpp | 2 +- test/src/basetest/test_vectoroutput.cpp | 2 +- test/src/pythontests/chords_histogram.py | 2 +- test/src/pythontests/eq_histogram.py | 2 +- test/src/pythontests/onsetdetection_test.py | 2 +- test/src/pythontests/streaming_versus_python.py | 2 +- test/src/pythontests/tempotap_test.py | 2 +- test/src/pythontests/test_essentia_import.py | 2 +- test/src/pythontests/test_essentia_music.py | 2 +- test/src/pythontests/test_exabre.py | 2 +- test/src/pythontests/test_extractor.py | 2 +- test/src/pythontests/test_hpcp.py | 2 +- test/src/pythontests/test_onsetrate.py | 2 +- test/src/pythontests/test_pattern.py | 2 +- test/src/pythontests/tests.py | 2 +- test/src/unittests/all_tests.py | 2 +- test/src/unittests/audioproblems/test_clickdetector.py | 2 +- .../src/unittests/audioproblems/test_discontinuitydetector.py | 2 +- test/src/unittests/audioproblems/test_falsestereodetector.py | 2 +- test/src/unittests/audioproblems/test_humdetector.py | 2 +- test/src/unittests/audioproblems/test_saturationdetector.py | 2 +- test/src/unittests/audioproblems/test_snr.py | 2 +- test/src/unittests/audioproblems/test_startstopcut.py | 2 +- test/src/unittests/audioproblems/test_truepeakdetector.py | 2 +- test/src/unittests/base/test_check_view_or_copy.py | 2 +- test/src/unittests/base/test_pool.py | 2 +- test/src/unittests/base/test_utils.py | 2 +- test/src/unittests/complex/test_cartesiantopolar.py | 2 +- test/src/unittests/complex/test_magnitude.py | 2 +- test/src/unittests/complex/test_polartocartesian.py | 2 +- test/src/unittests/essentia_test.py | 2 +- test/src/unittests/extractor/test_freesoundextractor.py | 2 +- test/src/unittests/extractor/test_musicextractor.py | 2 +- test/src/unittests/extractor/test_rhythmdescriptors.py | 2 +- test/src/unittests/filters/test_allpass.py | 2 +- test/src/unittests/filters/test_bandpass.py | 2 +- test/src/unittests/filters/test_bandreject.py | 2 +- test/src/unittests/filters/test_dcremoval.py | 2 +- test/src/unittests/filters/test_equalloudness.py | 2 +- test/src/unittests/filters/test_highpass.py | 2 +- test/src/unittests/filters/test_iir.py | 2 +- test/src/unittests/filters/test_lowpass.py | 2 +- test/src/unittests/filters/test_movingaverage.py | 2 +- test/src/unittests/highlevel/test_danceability.py | 2 +- test/src/unittests/highlevel/test_dynamiccomplexity.py | 2 +- test/src/unittests/highlevel/test_fadedetection.py | 2 +- test/src/unittests/highlevel/test_gaiatransform.py | 2 +- test/src/unittests/highlevel/test_intensity.py | 2 +- test/src/unittests/highlevel/test_sbic.py | 2 +- test/src/unittests/io/test_audioloader_streaming.py | 2 +- test/src/unittests/io/test_audioonsetsmarker.py | 2 +- test/src/unittests/io/test_audioonsetsmarker_streaming.py | 2 +- test/src/unittests/io/test_audiowriter_streaming.py | 2 +- test/src/unittests/io/test_easyloader_streaming.py | 2 +- test/src/unittests/io/test_eqloudloader_streaming.py | 2 +- test/src/unittests/io/test_metadatareader.py | 2 +- test/src/unittests/io/test_monoloader.py | 2 +- test/src/unittests/io/test_monowriter.py | 2 +- test/src/unittests/io/test_yamlinput.py | 2 +- test/src/unittests/io/test_yamloutput.py | 2 +- test/src/unittests/machinelearning/test_tensorflowpredict.py | 2 +- .../machinelearning/test_tensorflowpredict_streaming.py | 2 +- .../machinelearning/test_tensorflowpredictmusicnn.py | 2 +- .../machinelearning/test_tensorflowpredicttempocnn.py | 2 +- .../unittests/machinelearning/test_tensorflowpredictvggish.py | 2 +- test/src/unittests/rhythm/test_beatsloudness_streaming.py | 2 +- test/src/unittests/rhythm/test_beattrackerdegara.py | 2 +- test/src/unittests/rhythm/test_beattrackermultifeature.py | 2 +- test/src/unittests/rhythm/test_bpmhistogram.py | 2 +- test/src/unittests/rhythm/test_bpmhistogramdescriptors.py | 2 +- test/src/unittests/rhythm/test_bpmrubato.py | 2 +- test/src/unittests/rhythm/test_harmonicbpm.py | 2 +- test/src/unittests/rhythm/test_loopbpmconfidence.py | 2 +- test/src/unittests/rhythm/test_loopbpmestimator.py | 2 +- test/src/unittests/rhythm/test_onsetdetection.py | 2 +- test/src/unittests/rhythm/test_onsetdetectionglobal.py | 2 +- test/src/unittests/rhythm/test_onsetrate.py | 2 +- test/src/unittests/rhythm/test_onsetrate_streaming.py | 2 +- test/src/unittests/rhythm/test_onsets.py | 2 +- test/src/unittests/rhythm/test_rhythmextractor.py | 2 +- test/src/unittests/rhythm/test_rhythmextractor2013.py | 2 +- test/src/unittests/rhythm/test_rhythmtransform.py | 2 +- test/src/unittests/rhythm/test_singlebeatloudness.py | 2 +- test/src/unittests/rhythm/test_superfluxextractor.py | 2 +- test/src/unittests/rhythm/test_superfluxnovelty.py | 2 +- test/src/unittests/rhythm/test_superfluxpeaks.py | 2 +- test/src/unittests/rhythm/test_tempocnn.py | 2 +- test/src/unittests/rhythm/test_temposcalebands.py | 2 +- test/src/unittests/rhythm/test_tempotap.py | 2 +- test/src/unittests/rhythm/test_tempotapdegara.py | 2 +- test/src/unittests/rhythm/test_tempotapmaxagreement.py | 2 +- test/src/unittests/rhythm/test_tempotapticks.py | 2 +- test/src/unittests/sfx/test_aftermaxtobeforemaxenergyratio.py | 2 +- .../sfx/test_aftermaxtobeforemaxenergyratio_streaming.py | 2 +- test/src/unittests/sfx/test_derivativesfx.py | 2 +- test/src/unittests/sfx/test_derivativesfx_streaming.py | 2 +- test/src/unittests/sfx/test_flatnesssfx.py | 2 +- test/src/unittests/sfx/test_flatnesssfx_streaming.py | 2 +- test/src/unittests/sfx/test_maxtototal.py | 2 +- test/src/unittests/sfx/test_maxtototal_streaming.py | 2 +- test/src/unittests/sfx/test_mintototal.py | 2 +- test/src/unittests/sfx/test_mintototal_streaming.py | 2 +- test/src/unittests/sfx/test_pitchsalience.py | 2 +- test/src/unittests/sfx/test_tctototal.py | 2 +- test/src/unittests/sfx/test_tctototal_streaming.py | 2 +- test/src/unittests/spectral/test_barkbands.py | 2 +- test/src/unittests/spectral/test_bfcc.py | 2 +- test/src/unittests/spectral/test_energyband.py | 2 +- test/src/unittests/spectral/test_energybandratio.py | 2 +- test/src/unittests/spectral/test_erbbands.py | 2 +- test/src/unittests/spectral/test_flatnessdb.py | 2 +- test/src/unittests/spectral/test_flux.py | 2 +- test/src/unittests/spectral/test_frequencybands.py | 2 +- test/src/unittests/spectral/test_gfcc.py | 2 +- test/src/unittests/spectral/test_hfc.py | 2 +- test/src/unittests/spectral/test_hpcp.py | 2 +- test/src/unittests/spectral/test_maxmagfreq.py | 2 +- test/src/unittests/spectral/test_melbands.py | 2 +- test/src/unittests/spectral/test_mfcc.py | 2 +- test/src/unittests/spectral/test_rolloff.py | 2 +- test/src/unittests/spectral/test_spectralcentroidtime.py | 2 +- test/src/unittests/spectral/test_spectralcomplexity.py | 2 +- test/src/unittests/spectral/test_spectralcontrast.py | 2 +- test/src/unittests/spectral/test_spectralpeaks.py | 2 +- test/src/unittests/spectral/test_spectralwhitening.py | 2 +- test/src/unittests/spectral/test_spectrumtocent.py | 2 +- test/src/unittests/spectral/test_strongpeak.py | 2 +- test/src/unittests/spectral/test_tensorflowinputmusicnn.py | 2 +- test/src/unittests/spectral/test_tensorflowinputtempocnn.py | 2 +- test/src/unittests/spectral/test_tensorflowinputvggish.py | 2 +- test/src/unittests/spectral/test_triangularbands.py | 2 +- test/src/unittests/spectral/test_triangularbarkbands.py | 2 +- test/src/unittests/spectral/test_tuningfrequency.py | 2 +- test/src/unittests/standard/test_binaryoperator.py | 2 +- test/src/unittests/standard/test_bpf.py | 2 +- test/src/unittests/standard/test_clipper_streaming.py | 2 +- test/src/unittests/standard/test_cubicspline.py | 2 +- test/src/unittests/standard/test_dct.py | 2 +- test/src/unittests/standard/test_derivative_streaming.py | 2 +- test/src/unittests/standard/test_envelope.py | 2 +- test/src/unittests/standard/test_fft.py | 2 +- test/src/unittests/standard/test_fftc.py | 2 +- test/src/unittests/standard/test_framecutter.py | 2 +- test/src/unittests/standard/test_framecutter_streaming.py | 2 +- test/src/unittests/standard/test_idct.py | 2 +- test/src/unittests/standard/test_ifft.py | 2 +- test/src/unittests/standard/test_ifftc.py | 2 +- test/src/unittests/standard/test_monomixer.py | 2 +- test/src/unittests/standard/test_monomixer_streaming.py | 2 +- test/src/unittests/standard/test_multiplexer.py | 2 +- test/src/unittests/standard/test_multiplexer_streaming.py | 2 +- test/src/unittests/standard/test_noiseadder.py | 2 +- test/src/unittests/standard/test_nsgconstantq.py | 2 +- test/src/unittests/standard/test_nsgiconstantq.py | 2 +- test/src/unittests/standard/test_panning.py | 2 +- test/src/unittests/standard/test_peakdetection.py | 2 +- test/src/unittests/standard/test_powerspectrum.py | 2 +- test/src/unittests/standard/test_realaccumulator_streaming.py | 2 +- test/src/unittests/standard/test_replaygain.py | 2 +- test/src/unittests/standard/test_resample_streaming.py | 2 +- test/src/unittests/standard/test_scale.py | 2 +- test/src/unittests/standard/test_silencerate.py | 2 +- test/src/unittests/standard/test_silencerate_streaming.py | 2 +- test/src/unittests/standard/test_slicer.py | 2 +- test/src/unittests/standard/test_slicer_streaming.py | 2 +- test/src/unittests/standard/test_spectrum.py | 2 +- test/src/unittests/standard/test_spline.py | 2 +- test/src/unittests/standard/test_startstopsilence.py | 2 +- .../src/unittests/standard/test_startstopsilence_streaming.py | 2 +- test/src/unittests/standard/test_stereodemuxer.py | 2 +- test/src/unittests/standard/test_stereodemuxer_streaming.py | 2 +- test/src/unittests/standard/test_stereomuxer.py | 2 +- test/src/unittests/standard/test_stereomuxer_streaming.py | 2 +- test/src/unittests/standard/test_stereotrimmer_streaming.py | 2 +- test/src/unittests/standard/test_tensornormalize.py | 2 +- test/src/unittests/standard/test_tensortranspose.py | 2 +- test/src/unittests/standard/test_trimmer_streaming.py | 2 +- test/src/unittests/standard/test_unaryoperator.py | 2 +- test/src/unittests/standard/test_welch.py | 2 +- test/src/unittests/standard/test_windowing.py | 2 +- test/src/unittests/stats/test_autocorrelation.py | 2 +- test/src/unittests/stats/test_centralmoments.py | 2 +- test/src/unittests/stats/test_centroid.py | 2 +- test/src/unittests/stats/test_crest.py | 2 +- test/src/unittests/stats/test_crosscorrelation.py | 2 +- test/src/unittests/stats/test_decrease.py | 2 +- test/src/unittests/stats/test_distributionshape.py | 2 +- test/src/unittests/stats/test_energy.py | 2 +- test/src/unittests/stats/test_flatness.py | 2 +- test/src/unittests/stats/test_geometricmean.py | 2 +- test/src/unittests/stats/test_histogram.py | 2 +- test/src/unittests/stats/test_instantPower.py | 2 +- test/src/unittests/stats/test_mean.py | 2 +- test/src/unittests/stats/test_median.py | 2 +- test/src/unittests/stats/test_minmax.py | 2 +- test/src/unittests/stats/test_poolaggregator.py | 2 +- test/src/unittests/stats/test_powermean.py | 2 +- test/src/unittests/stats/test_rawmoments.py | 2 +- test/src/unittests/stats/test_rms.py | 2 +- test/src/unittests/stats/test_singlegaussian.py | 2 +- test/src/unittests/stats/test_variance.py | 2 +- test/src/unittests/stats/test_warpedautocorrelation.py | 2 +- test/src/unittests/streaming/test_tensortopool.py | 2 +- test/src/unittests/streaming/test_vectorinput_streaming.py | 2 +- test/src/unittests/streaming/test_vectorrealtotensor.py | 2 +- test/src/unittests/synthesis/test_harmonicmask_streaming.py | 2 +- test/src/unittests/synthesis/test_harmonicmodel_streaming.py | 2 +- test/src/unittests/synthesis/test_hprmodel_streaming.py | 2 +- test/src/unittests/synthesis/test_hpsmodel_streaming.py | 2 +- test/src/unittests/synthesis/test_sprmodel_streaming.py | 2 +- test/src/unittests/synthesis/test_spsmodel_streaming.py | 2 +- test/src/unittests/temporal/test_attacktime.py | 2 +- test/src/unittests/temporal/test_duration.py | 2 +- test/src/unittests/temporal/test_effectiveduration.py | 2 +- test/src/unittests/temporal/test_larm.py | 2 +- test/src/unittests/temporal/test_leq.py | 2 +- test/src/unittests/temporal/test_leq_streaming.py | 2 +- test/src/unittests/temporal/test_logattacktime.py | 2 +- test/src/unittests/temporal/test_logattacktime_streaming.py | 2 +- test/src/unittests/temporal/test_loudness.py | 2 +- test/src/unittests/temporal/test_loudnessebur128.py | 2 +- test/src/unittests/temporal/test_loudnessvickers.py | 2 +- test/src/unittests/temporal/test_lpc.py | 2 +- test/src/unittests/temporal/test_strongdecay.py | 2 +- test/src/unittests/temporal/test_strongdecay_streaming.py | 2 +- test/src/unittests/temporal/test_zerocrossingrate.py | 2 +- test/src/unittests/testdata.py | 2 +- test/src/unittests/tonal/test_chordsdescriptors.py | 2 +- test/src/unittests/tonal/test_chordsdetection_streaming.py | 2 +- test/src/unittests/tonal/test_dissonance.py | 2 +- test/src/unittests/tonal/test_harmonicpeaks.py | 2 +- test/src/unittests/tonal/test_highresolutionfeatures.py | 2 +- test/src/unittests/tonal/test_inharmonicity.py | 2 +- test/src/unittests/tonal/test_key.py | 2 +- test/src/unittests/tonal/test_oddtoevenharmonicenergyratio.py | 2 +- test/src/unittests/tonal/test_pitchmelodia.py | 2 +- test/src/unittests/tonal/test_pitchyin.py | 2 +- test/src/unittests/tonal/test_pitchyinfft.py | 2 +- test/src/unittests/tonal/test_pitchyinprobabilities.py | 2 +- test/src/unittests/tonal/test_pitchyinprobabilitiesHMM.py | 2 +- test/src/unittests/tonal/test_tristimulus.py | 2 +- test/src/unittests/tonal/test_vibrato.py | 2 +- utils/algorithms_info.py | 2 +- 1106 files changed, 1108 insertions(+), 1108 deletions(-) diff --git a/doc/sphinxdoc/conf.py b/doc/sphinxdoc/conf.py index 7799ff7bd..f8b05be92 100644 --- a/doc/sphinxdoc/conf.py +++ b/doc/sphinxdoc/conf.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/doc/sphinxdoc/generate_reference.py b/doc/sphinxdoc/generate_reference.py index cef3123c2..60eabdf33 100755 --- a/doc/sphinxdoc/generate_reference.py +++ b/doc/sphinxdoc/generate_reference.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/packaging/darwin/darwin_build_tools.py b/packaging/darwin/darwin_build_tools.py index 2d26d370a..8a3045c42 100755 --- a/packaging/darwin/darwin_build_tools.py +++ b/packaging/darwin/darwin_build_tools.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/packaging/darwin/extras/python_version.py b/packaging/darwin/extras/python_version.py index 5aa6e5c36..06e3a9d05 100755 --- a/packaging/darwin/extras/python_version.py +++ b/packaging/darwin/extras/python_version.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/packaging/darwin/extras/tbb_linker.py b/packaging/darwin/extras/tbb_linker.py index ba38b4e1d..8fc6b1125 100755 --- a/packaging/darwin/extras/tbb_linker.py +++ b/packaging/darwin/extras/tbb_linker.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/3rdparty/tensorflow/setup_tensorflow.py b/src/3rdparty/tensorflow/setup_tensorflow.py index 110283135..7e8ac001a 100644 --- a/src/3rdparty/tensorflow/setup_tensorflow.py +++ b/src/3rdparty/tensorflow/setup_tensorflow.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/algorithms/audioproblems/clickdetector.cpp b/src/algorithms/audioproblems/clickdetector.cpp index d6d307b90..ac3793217 100644 --- a/src/algorithms/audioproblems/clickdetector.cpp +++ b/src/algorithms/audioproblems/clickdetector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/audioproblems/clickdetector.h b/src/algorithms/audioproblems/clickdetector.h index 1469e9086..e6471b2d6 100644 --- a/src/algorithms/audioproblems/clickdetector.h +++ b/src/algorithms/audioproblems/clickdetector.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/audioproblems/discontinuitydetector.cpp b/src/algorithms/audioproblems/discontinuitydetector.cpp index 9731540f6..49ca4363f 100644 --- a/src/algorithms/audioproblems/discontinuitydetector.cpp +++ b/src/algorithms/audioproblems/discontinuitydetector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/audioproblems/discontinuitydetector.h b/src/algorithms/audioproblems/discontinuitydetector.h index 7937fa494..6181940e5 100644 --- a/src/algorithms/audioproblems/discontinuitydetector.h +++ b/src/algorithms/audioproblems/discontinuitydetector.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/audioproblems/falsestereodetector.cpp b/src/algorithms/audioproblems/falsestereodetector.cpp index 8f21585e0..b8fa89443 100644 --- a/src/algorithms/audioproblems/falsestereodetector.cpp +++ b/src/algorithms/audioproblems/falsestereodetector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/audioproblems/falsestereodetector.h b/src/algorithms/audioproblems/falsestereodetector.h index 8f5535f51..f26dcbe34 100644 --- a/src/algorithms/audioproblems/falsestereodetector.h +++ b/src/algorithms/audioproblems/falsestereodetector.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/audioproblems/gapsdetector.cpp b/src/algorithms/audioproblems/gapsdetector.cpp index dd6019abe..c1c4fa832 100644 --- a/src/algorithms/audioproblems/gapsdetector.cpp +++ b/src/algorithms/audioproblems/gapsdetector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/audioproblems/gapsdetector.h b/src/algorithms/audioproblems/gapsdetector.h index a93113f53..26f6b5c9f 100644 --- a/src/algorithms/audioproblems/gapsdetector.h +++ b/src/algorithms/audioproblems/gapsdetector.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/audioproblems/humdetector.cpp b/src/algorithms/audioproblems/humdetector.cpp index 93b851360..a9aee03a7 100644 --- a/src/algorithms/audioproblems/humdetector.cpp +++ b/src/algorithms/audioproblems/humdetector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/audioproblems/humdetector.h b/src/algorithms/audioproblems/humdetector.h index 38ae472a3..379e9c08b 100644 --- a/src/algorithms/audioproblems/humdetector.h +++ b/src/algorithms/audioproblems/humdetector.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/audioproblems/noiseburstdetector.cpp b/src/algorithms/audioproblems/noiseburstdetector.cpp index a416d96c1..230fd8aab 100644 --- a/src/algorithms/audioproblems/noiseburstdetector.cpp +++ b/src/algorithms/audioproblems/noiseburstdetector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/audioproblems/noiseburstdetector.h b/src/algorithms/audioproblems/noiseburstdetector.h index da693ae69..d87a7efe5 100644 --- a/src/algorithms/audioproblems/noiseburstdetector.h +++ b/src/algorithms/audioproblems/noiseburstdetector.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/audioproblems/saturationdetector.cpp b/src/algorithms/audioproblems/saturationdetector.cpp index 74f4ba496..12e0a1e1b 100644 --- a/src/algorithms/audioproblems/saturationdetector.cpp +++ b/src/algorithms/audioproblems/saturationdetector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/audioproblems/saturationdetector.h b/src/algorithms/audioproblems/saturationdetector.h index 52cc5a89c..7749dc176 100644 --- a/src/algorithms/audioproblems/saturationdetector.h +++ b/src/algorithms/audioproblems/saturationdetector.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/audioproblems/snr.cpp b/src/algorithms/audioproblems/snr.cpp index 66c2bd2a3..203d115d0 100644 --- a/src/algorithms/audioproblems/snr.cpp +++ b/src/algorithms/audioproblems/snr.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/audioproblems/snr.h b/src/algorithms/audioproblems/snr.h index 44448a888..56c26b3e4 100644 --- a/src/algorithms/audioproblems/snr.h +++ b/src/algorithms/audioproblems/snr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/audioproblems/startstopcut.cpp b/src/algorithms/audioproblems/startstopcut.cpp index 40ad334cc..3dc9f22f5 100644 --- a/src/algorithms/audioproblems/startstopcut.cpp +++ b/src/algorithms/audioproblems/startstopcut.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/audioproblems/startstopcut.h b/src/algorithms/audioproblems/startstopcut.h index 6ef2b5fda..2bef5aaf7 100644 --- a/src/algorithms/audioproblems/startstopcut.h +++ b/src/algorithms/audioproblems/startstopcut.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/audioproblems/truepeakdetector.cpp b/src/algorithms/audioproblems/truepeakdetector.cpp index 937d5b69b..ba1c14c22 100644 --- a/src/algorithms/audioproblems/truepeakdetector.cpp +++ b/src/algorithms/audioproblems/truepeakdetector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/audioproblems/truepeakdetector.h b/src/algorithms/audioproblems/truepeakdetector.h index ad4906654..5e28096de 100644 --- a/src/algorithms/audioproblems/truepeakdetector.h +++ b/src/algorithms/audioproblems/truepeakdetector.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/complex/cartesiantopolar.cpp b/src/algorithms/complex/cartesiantopolar.cpp index 00416c0cb..89894362f 100644 --- a/src/algorithms/complex/cartesiantopolar.cpp +++ b/src/algorithms/complex/cartesiantopolar.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/complex/cartesiantopolar.h b/src/algorithms/complex/cartesiantopolar.h index 6b781ff80..a87b76a4e 100644 --- a/src/algorithms/complex/cartesiantopolar.h +++ b/src/algorithms/complex/cartesiantopolar.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/complex/magnitude.cpp b/src/algorithms/complex/magnitude.cpp index e5df48eb7..6de0014bf 100644 --- a/src/algorithms/complex/magnitude.cpp +++ b/src/algorithms/complex/magnitude.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/complex/magnitude.h b/src/algorithms/complex/magnitude.h index 3718d9748..7c6703af9 100644 --- a/src/algorithms/complex/magnitude.h +++ b/src/algorithms/complex/magnitude.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/complex/polartocartesian.cpp b/src/algorithms/complex/polartocartesian.cpp index 63efeac38..d6c772c5e 100644 --- a/src/algorithms/complex/polartocartesian.cpp +++ b/src/algorithms/complex/polartocartesian.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/complex/polartocartesian.h b/src/algorithms/complex/polartocartesian.h index 1dc5642e8..afb40f32e 100644 --- a/src/algorithms/complex/polartocartesian.h +++ b/src/algorithms/complex/polartocartesian.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/experimental/beatogram.cpp b/src/algorithms/experimental/beatogram.cpp index 811188e21..2057e72b5 100644 --- a/src/algorithms/experimental/beatogram.cpp +++ b/src/algorithms/experimental/beatogram.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/experimental/beatogram.h b/src/algorithms/experimental/beatogram.h index 812f9f904..477128273 100644 --- a/src/algorithms/experimental/beatogram.h +++ b/src/algorithms/experimental/beatogram.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/experimental/meter.cpp b/src/algorithms/experimental/meter.cpp index 5e0afe62f..1c3c5bbbb 100644 --- a/src/algorithms/experimental/meter.cpp +++ b/src/algorithms/experimental/meter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/experimental/meter.h b/src/algorithms/experimental/meter.h index 72d79ac1f..9141be09d 100644 --- a/src/algorithms/experimental/meter.h +++ b/src/algorithms/experimental/meter.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/extractor/barkextractor.cpp b/src/algorithms/extractor/barkextractor.cpp index 8555dacd2..eadc328b5 100644 --- a/src/algorithms/extractor/barkextractor.cpp +++ b/src/algorithms/extractor/barkextractor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/extractor/barkextractor.h b/src/algorithms/extractor/barkextractor.h index 0955cb627..376e35ed4 100644 --- a/src/algorithms/extractor/barkextractor.h +++ b/src/algorithms/extractor/barkextractor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/extractor/extractor.cpp b/src/algorithms/extractor/extractor.cpp index ff764e687..25342639e 100644 --- a/src/algorithms/extractor/extractor.cpp +++ b/src/algorithms/extractor/extractor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/extractor/extractor.h b/src/algorithms/extractor/extractor.h index de692f713..0bd552eeb 100644 --- a/src/algorithms/extractor/extractor.h +++ b/src/algorithms/extractor/extractor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/extractor/freesoundextractor.cpp b/src/algorithms/extractor/freesoundextractor.cpp index cec6fb0c0..4ffb66a17 100644 --- a/src/algorithms/extractor/freesoundextractor.cpp +++ b/src/algorithms/extractor/freesoundextractor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/extractor/freesoundextractor.h b/src/algorithms/extractor/freesoundextractor.h index c0d459b9e..6d3f66bbe 100644 --- a/src/algorithms/extractor/freesoundextractor.h +++ b/src/algorithms/extractor/freesoundextractor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/extractor/keyextractor.cpp b/src/algorithms/extractor/keyextractor.cpp index 28f69b83e..34a42e624 100644 --- a/src/algorithms/extractor/keyextractor.cpp +++ b/src/algorithms/extractor/keyextractor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/extractor/keyextractor.h b/src/algorithms/extractor/keyextractor.h index cbcf8a8db..a0742c53c 100644 --- a/src/algorithms/extractor/keyextractor.h +++ b/src/algorithms/extractor/keyextractor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/extractor/levelextractor.cpp b/src/algorithms/extractor/levelextractor.cpp index cf09d046f..fe461c9ca 100644 --- a/src/algorithms/extractor/levelextractor.cpp +++ b/src/algorithms/extractor/levelextractor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/extractor/levelextractor.h b/src/algorithms/extractor/levelextractor.h index 69950f0cd..7dbdcb0d2 100644 --- a/src/algorithms/extractor/levelextractor.h +++ b/src/algorithms/extractor/levelextractor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/extractor/lowlevelspectraleqloudextractor.cpp b/src/algorithms/extractor/lowlevelspectraleqloudextractor.cpp index 10c54c819..6008a1c72 100644 --- a/src/algorithms/extractor/lowlevelspectraleqloudextractor.cpp +++ b/src/algorithms/extractor/lowlevelspectraleqloudextractor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/extractor/lowlevelspectraleqloudextractor.h b/src/algorithms/extractor/lowlevelspectraleqloudextractor.h index 53904057a..8facd3284 100644 --- a/src/algorithms/extractor/lowlevelspectraleqloudextractor.h +++ b/src/algorithms/extractor/lowlevelspectraleqloudextractor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/extractor/lowlevelspectralextractor.cpp b/src/algorithms/extractor/lowlevelspectralextractor.cpp index 2cf116bce..34439ee01 100644 --- a/src/algorithms/extractor/lowlevelspectralextractor.cpp +++ b/src/algorithms/extractor/lowlevelspectralextractor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/extractor/lowlevelspectralextractor.h b/src/algorithms/extractor/lowlevelspectralextractor.h index 686ec0f7c..2e47300d8 100644 --- a/src/algorithms/extractor/lowlevelspectralextractor.h +++ b/src/algorithms/extractor/lowlevelspectralextractor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/extractor/musicextractor.cpp b/src/algorithms/extractor/musicextractor.cpp index 655773610..0cc7b1123 100644 --- a/src/algorithms/extractor/musicextractor.cpp +++ b/src/algorithms/extractor/musicextractor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/extractor/musicextractor.h b/src/algorithms/extractor/musicextractor.h index e20ce5766..64e65dc77 100644 --- a/src/algorithms/extractor/musicextractor.h +++ b/src/algorithms/extractor/musicextractor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/extractor/musicextractorsvm.cpp b/src/algorithms/extractor/musicextractorsvm.cpp index 5cc1a2a16..9d029b7c0 100644 --- a/src/algorithms/extractor/musicextractorsvm.cpp +++ b/src/algorithms/extractor/musicextractorsvm.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/extractor/musicextractorsvm.h b/src/algorithms/extractor/musicextractorsvm.h index dac362f53..688675140 100644 --- a/src/algorithms/extractor/musicextractorsvm.h +++ b/src/algorithms/extractor/musicextractorsvm.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/extractor/rhythmdescriptors.cpp b/src/algorithms/extractor/rhythmdescriptors.cpp index fd52acb18..d24591035 100644 --- a/src/algorithms/extractor/rhythmdescriptors.cpp +++ b/src/algorithms/extractor/rhythmdescriptors.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/extractor/rhythmdescriptors.h b/src/algorithms/extractor/rhythmdescriptors.h index 64f44894d..2c0b48d4d 100644 --- a/src/algorithms/extractor/rhythmdescriptors.h +++ b/src/algorithms/extractor/rhythmdescriptors.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/extractor/tonalextractor.cpp b/src/algorithms/extractor/tonalextractor.cpp index cf2af7c85..043b3735f 100644 --- a/src/algorithms/extractor/tonalextractor.cpp +++ b/src/algorithms/extractor/tonalextractor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/extractor/tonalextractor.h b/src/algorithms/extractor/tonalextractor.h index ecbb918e6..8818b78d4 100644 --- a/src/algorithms/extractor/tonalextractor.h +++ b/src/algorithms/extractor/tonalextractor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/extractor/tuningfrequencyextractor.cpp b/src/algorithms/extractor/tuningfrequencyextractor.cpp index 6bec8533a..15203b42e 100644 --- a/src/algorithms/extractor/tuningfrequencyextractor.cpp +++ b/src/algorithms/extractor/tuningfrequencyextractor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/extractor/tuningfrequencyextractor.h b/src/algorithms/extractor/tuningfrequencyextractor.h index 72fe2465b..e56b3f1ed 100644 --- a/src/algorithms/extractor/tuningfrequencyextractor.h +++ b/src/algorithms/extractor/tuningfrequencyextractor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/filters/allpass.cpp b/src/algorithms/filters/allpass.cpp index bce89399b..5b20852a6 100644 --- a/src/algorithms/filters/allpass.cpp +++ b/src/algorithms/filters/allpass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/filters/allpass.h b/src/algorithms/filters/allpass.h index 608b5a6b2..b35062e06 100644 --- a/src/algorithms/filters/allpass.h +++ b/src/algorithms/filters/allpass.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/filters/bandpass.cpp b/src/algorithms/filters/bandpass.cpp index 47218e0df..9ddaf399f 100644 --- a/src/algorithms/filters/bandpass.cpp +++ b/src/algorithms/filters/bandpass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/filters/bandpass.h b/src/algorithms/filters/bandpass.h index ea2918d23..c9a11456b 100644 --- a/src/algorithms/filters/bandpass.h +++ b/src/algorithms/filters/bandpass.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/filters/bandreject.cpp b/src/algorithms/filters/bandreject.cpp index a388c123a..c731831a5 100644 --- a/src/algorithms/filters/bandreject.cpp +++ b/src/algorithms/filters/bandreject.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/filters/bandreject.h b/src/algorithms/filters/bandreject.h index 3757501ce..e99a85c0c 100644 --- a/src/algorithms/filters/bandreject.h +++ b/src/algorithms/filters/bandreject.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/filters/dcremoval.cpp b/src/algorithms/filters/dcremoval.cpp index 64474b5d5..2ff0e587f 100644 --- a/src/algorithms/filters/dcremoval.cpp +++ b/src/algorithms/filters/dcremoval.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/filters/dcremoval.h b/src/algorithms/filters/dcremoval.h index e32819772..8f99f2377 100644 --- a/src/algorithms/filters/dcremoval.h +++ b/src/algorithms/filters/dcremoval.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/filters/equalloudness.cpp b/src/algorithms/filters/equalloudness.cpp index daf344d62..9c0ac0dc7 100644 --- a/src/algorithms/filters/equalloudness.cpp +++ b/src/algorithms/filters/equalloudness.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/filters/equalloudness.h b/src/algorithms/filters/equalloudness.h index d13f82f70..e15f74fac 100644 --- a/src/algorithms/filters/equalloudness.h +++ b/src/algorithms/filters/equalloudness.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/filters/highpass.cpp b/src/algorithms/filters/highpass.cpp index 71e99b21b..26aeb013e 100644 --- a/src/algorithms/filters/highpass.cpp +++ b/src/algorithms/filters/highpass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/filters/highpass.h b/src/algorithms/filters/highpass.h index a6c54b2b0..201a28451 100644 --- a/src/algorithms/filters/highpass.h +++ b/src/algorithms/filters/highpass.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/filters/iir.cpp b/src/algorithms/filters/iir.cpp index b5475a6a7..e7c0896a7 100644 --- a/src/algorithms/filters/iir.cpp +++ b/src/algorithms/filters/iir.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/filters/iir.h b/src/algorithms/filters/iir.h index e4af5f013..8ea9251d3 100644 --- a/src/algorithms/filters/iir.h +++ b/src/algorithms/filters/iir.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/filters/lowpass.cpp b/src/algorithms/filters/lowpass.cpp index c9da0e5cb..fa8bae23e 100644 --- a/src/algorithms/filters/lowpass.cpp +++ b/src/algorithms/filters/lowpass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/filters/lowpass.h b/src/algorithms/filters/lowpass.h index f3397788d..57c173a93 100644 --- a/src/algorithms/filters/lowpass.h +++ b/src/algorithms/filters/lowpass.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/filters/medianfilter.cpp b/src/algorithms/filters/medianfilter.cpp index 9e89b39cf..f5887816c 100644 --- a/src/algorithms/filters/medianfilter.cpp +++ b/src/algorithms/filters/medianfilter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/filters/medianfilter.h b/src/algorithms/filters/medianfilter.h index bad0db8a5..42d713877 100644 --- a/src/algorithms/filters/medianfilter.h +++ b/src/algorithms/filters/medianfilter.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/filters/movingaverage.cpp b/src/algorithms/filters/movingaverage.cpp index a97b20410..9e768972f 100644 --- a/src/algorithms/filters/movingaverage.cpp +++ b/src/algorithms/filters/movingaverage.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/filters/movingaverage.h b/src/algorithms/filters/movingaverage.h index 93e3bd26f..cec64ac0b 100644 --- a/src/algorithms/filters/movingaverage.h +++ b/src/algorithms/filters/movingaverage.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/highlevel/chromacrosssimilarity.cpp b/src/algorithms/highlevel/chromacrosssimilarity.cpp index 79df8f841..4b11675f1 100644 --- a/src/algorithms/highlevel/chromacrosssimilarity.cpp +++ b/src/algorithms/highlevel/chromacrosssimilarity.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/highlevel/chromacrosssimilarity.h b/src/algorithms/highlevel/chromacrosssimilarity.h index d0ddee208..a27c2a75f 100644 --- a/src/algorithms/highlevel/chromacrosssimilarity.h +++ b/src/algorithms/highlevel/chromacrosssimilarity.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/highlevel/chromaprinter.cpp b/src/algorithms/highlevel/chromaprinter.cpp index 6503da445..e9435c04d 100644 --- a/src/algorithms/highlevel/chromaprinter.cpp +++ b/src/algorithms/highlevel/chromaprinter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/highlevel/chromaprinter.h b/src/algorithms/highlevel/chromaprinter.h index e1274a06d..d4c4504f0 100644 --- a/src/algorithms/highlevel/chromaprinter.h +++ b/src/algorithms/highlevel/chromaprinter.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/highlevel/coversongsimilarity.cpp b/src/algorithms/highlevel/coversongsimilarity.cpp index 08ed22520..a0a1bad44 100644 --- a/src/algorithms/highlevel/coversongsimilarity.cpp +++ b/src/algorithms/highlevel/coversongsimilarity.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/highlevel/coversongsimilarity.h b/src/algorithms/highlevel/coversongsimilarity.h index d557579ac..413b5b18c 100644 --- a/src/algorithms/highlevel/coversongsimilarity.h +++ b/src/algorithms/highlevel/coversongsimilarity.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/highlevel/crosssimilaritymatrix.cpp b/src/algorithms/highlevel/crosssimilaritymatrix.cpp index c27d35f79..dc3b6fd01 100644 --- a/src/algorithms/highlevel/crosssimilaritymatrix.cpp +++ b/src/algorithms/highlevel/crosssimilaritymatrix.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/highlevel/crosssimilaritymatrix.h b/src/algorithms/highlevel/crosssimilaritymatrix.h index 3ad6c6774..aa82f58b0 100644 --- a/src/algorithms/highlevel/crosssimilaritymatrix.h +++ b/src/algorithms/highlevel/crosssimilaritymatrix.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/highlevel/danceability.cpp b/src/algorithms/highlevel/danceability.cpp index 9655293ae..3471ab347 100644 --- a/src/algorithms/highlevel/danceability.cpp +++ b/src/algorithms/highlevel/danceability.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/highlevel/danceability.h b/src/algorithms/highlevel/danceability.h index 78367b7fc..e7c380c02 100644 --- a/src/algorithms/highlevel/danceability.h +++ b/src/algorithms/highlevel/danceability.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/highlevel/dynamiccomplexity.cpp b/src/algorithms/highlevel/dynamiccomplexity.cpp index 9a3f8282f..33c1c4dd4 100644 --- a/src/algorithms/highlevel/dynamiccomplexity.cpp +++ b/src/algorithms/highlevel/dynamiccomplexity.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/highlevel/dynamiccomplexity.h b/src/algorithms/highlevel/dynamiccomplexity.h index 17af580a3..94a32d51c 100644 --- a/src/algorithms/highlevel/dynamiccomplexity.h +++ b/src/algorithms/highlevel/dynamiccomplexity.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/highlevel/fadedetection.cpp b/src/algorithms/highlevel/fadedetection.cpp index 934eb57a2..f998daac4 100644 --- a/src/algorithms/highlevel/fadedetection.cpp +++ b/src/algorithms/highlevel/fadedetection.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/highlevel/fadedetection.h b/src/algorithms/highlevel/fadedetection.h index 77996bfe3..65c20b268 100644 --- a/src/algorithms/highlevel/fadedetection.h +++ b/src/algorithms/highlevel/fadedetection.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/highlevel/gaiatransform.cpp b/src/algorithms/highlevel/gaiatransform.cpp index 876a6954c..0100a70a9 100644 --- a/src/algorithms/highlevel/gaiatransform.cpp +++ b/src/algorithms/highlevel/gaiatransform.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/highlevel/gaiatransform.h b/src/algorithms/highlevel/gaiatransform.h index 4146d3a1a..e340214d6 100644 --- a/src/algorithms/highlevel/gaiatransform.h +++ b/src/algorithms/highlevel/gaiatransform.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/highlevel/intensity.cpp b/src/algorithms/highlevel/intensity.cpp index eb24ad7de..81a9a44f4 100644 --- a/src/algorithms/highlevel/intensity.cpp +++ b/src/algorithms/highlevel/intensity.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/highlevel/intensity.h b/src/algorithms/highlevel/intensity.h index e9821a859..44f442394 100644 --- a/src/algorithms/highlevel/intensity.h +++ b/src/algorithms/highlevel/intensity.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/highlevel/pca.cpp b/src/algorithms/highlevel/pca.cpp index 50ab849db..cf6eba19e 100644 --- a/src/algorithms/highlevel/pca.cpp +++ b/src/algorithms/highlevel/pca.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/highlevel/pca.h b/src/algorithms/highlevel/pca.h index 9fc54d991..045e0fbeb 100644 --- a/src/algorithms/highlevel/pca.h +++ b/src/algorithms/highlevel/pca.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/highlevel/sbic.cpp b/src/algorithms/highlevel/sbic.cpp index be7b1d9b1..a389dfb0f 100644 --- a/src/algorithms/highlevel/sbic.cpp +++ b/src/algorithms/highlevel/sbic.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/highlevel/sbic.h b/src/algorithms/highlevel/sbic.h index bf037cdc4..bb4eddbf5 100644 --- a/src/algorithms/highlevel/sbic.h +++ b/src/algorithms/highlevel/sbic.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/io/audioloader.cpp b/src/algorithms/io/audioloader.cpp index aa580e320..5e01c25a0 100644 --- a/src/algorithms/io/audioloader.cpp +++ b/src/algorithms/io/audioloader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/io/audioloader.h b/src/algorithms/io/audioloader.h index e98335f76..d2d6aea02 100644 --- a/src/algorithms/io/audioloader.h +++ b/src/algorithms/io/audioloader.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/io/audioonsetsmarker.cpp b/src/algorithms/io/audioonsetsmarker.cpp index e559333c8..3792dc17c 100644 --- a/src/algorithms/io/audioonsetsmarker.cpp +++ b/src/algorithms/io/audioonsetsmarker.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/io/audioonsetsmarker.h b/src/algorithms/io/audioonsetsmarker.h index 7679db6c1..58186e01e 100644 --- a/src/algorithms/io/audioonsetsmarker.h +++ b/src/algorithms/io/audioonsetsmarker.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/io/audiowriter.cpp b/src/algorithms/io/audiowriter.cpp index d71d015da..25b99e8bf 100644 --- a/src/algorithms/io/audiowriter.cpp +++ b/src/algorithms/io/audiowriter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/io/audiowriter.h b/src/algorithms/io/audiowriter.h index f637bf86a..73171c9b5 100644 --- a/src/algorithms/io/audiowriter.h +++ b/src/algorithms/io/audiowriter.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/io/easyloader.cpp b/src/algorithms/io/easyloader.cpp index d13c2ca2a..0d4823e76 100644 --- a/src/algorithms/io/easyloader.cpp +++ b/src/algorithms/io/easyloader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/io/easyloader.h b/src/algorithms/io/easyloader.h index 10e3446aa..8b6519313 100644 --- a/src/algorithms/io/easyloader.h +++ b/src/algorithms/io/easyloader.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/io/eqloudloader.cpp b/src/algorithms/io/eqloudloader.cpp index 5fe16bd01..337ad3a5d 100644 --- a/src/algorithms/io/eqloudloader.cpp +++ b/src/algorithms/io/eqloudloader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/io/eqloudloader.h b/src/algorithms/io/eqloudloader.h index 6d3bdef0e..74a21cde5 100644 --- a/src/algorithms/io/eqloudloader.h +++ b/src/algorithms/io/eqloudloader.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/io/fileoutputproxy.cpp b/src/algorithms/io/fileoutputproxy.cpp index 623fbd0f3..c658b1ed9 100644 --- a/src/algorithms/io/fileoutputproxy.cpp +++ b/src/algorithms/io/fileoutputproxy.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/io/fileoutputproxy.h b/src/algorithms/io/fileoutputproxy.h index d776d31ab..796c201ab 100644 --- a/src/algorithms/io/fileoutputproxy.h +++ b/src/algorithms/io/fileoutputproxy.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/io/metadatareader.cpp b/src/algorithms/io/metadatareader.cpp index 0f06fc71e..b7e1f6853 100644 --- a/src/algorithms/io/metadatareader.cpp +++ b/src/algorithms/io/metadatareader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/io/metadatareader.h b/src/algorithms/io/metadatareader.h index 090951089..2026d3fa1 100644 --- a/src/algorithms/io/metadatareader.h +++ b/src/algorithms/io/metadatareader.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/io/monoloader.cpp b/src/algorithms/io/monoloader.cpp index f27b26163..8c302f17c 100644 --- a/src/algorithms/io/monoloader.cpp +++ b/src/algorithms/io/monoloader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/io/monoloader.h b/src/algorithms/io/monoloader.h index fd000ae4b..c34fabc52 100644 --- a/src/algorithms/io/monoloader.h +++ b/src/algorithms/io/monoloader.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/io/monowriter.cpp b/src/algorithms/io/monowriter.cpp index 0db6cfb26..2dbb66cfa 100644 --- a/src/algorithms/io/monowriter.cpp +++ b/src/algorithms/io/monowriter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/io/monowriter.h b/src/algorithms/io/monowriter.h index 3c85f3840..1cb58cffb 100644 --- a/src/algorithms/io/monowriter.h +++ b/src/algorithms/io/monowriter.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/io/yamlinput.cpp b/src/algorithms/io/yamlinput.cpp index 90c27c0e2..cc8a6ec17 100644 --- a/src/algorithms/io/yamlinput.cpp +++ b/src/algorithms/io/yamlinput.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/io/yamlinput.h b/src/algorithms/io/yamlinput.h index b90beef31..efec6f4c2 100644 --- a/src/algorithms/io/yamlinput.h +++ b/src/algorithms/io/yamlinput.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/io/yamloutput.cpp b/src/algorithms/io/yamloutput.cpp index 3db04b0f4..81f1c6c66 100644 --- a/src/algorithms/io/yamloutput.cpp +++ b/src/algorithms/io/yamloutput.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/io/yamloutput.h b/src/algorithms/io/yamloutput.h index 2122b4a6e..9ca7022ba 100644 --- a/src/algorithms/io/yamloutput.h +++ b/src/algorithms/io/yamloutput.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/machinelearning/tensorflowpredict.cpp b/src/algorithms/machinelearning/tensorflowpredict.cpp index c39d47d53..787bb2a23 100644 --- a/src/algorithms/machinelearning/tensorflowpredict.cpp +++ b/src/algorithms/machinelearning/tensorflowpredict.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/machinelearning/tensorflowpredict.h b/src/algorithms/machinelearning/tensorflowpredict.h index 2c7c64bae..1a81ed1f4 100644 --- a/src/algorithms/machinelearning/tensorflowpredict.h +++ b/src/algorithms/machinelearning/tensorflowpredict.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/machinelearning/tensorflowpredictmusicnn.cpp b/src/algorithms/machinelearning/tensorflowpredictmusicnn.cpp index ba68dc929..7c8f4b6db 100644 --- a/src/algorithms/machinelearning/tensorflowpredictmusicnn.cpp +++ b/src/algorithms/machinelearning/tensorflowpredictmusicnn.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/machinelearning/tensorflowpredictmusicnn.h b/src/algorithms/machinelearning/tensorflowpredictmusicnn.h index 9a2d758cc..06ed32161 100644 --- a/src/algorithms/machinelearning/tensorflowpredictmusicnn.h +++ b/src/algorithms/machinelearning/tensorflowpredictmusicnn.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/machinelearning/tensorflowpredicttempocnn.cpp b/src/algorithms/machinelearning/tensorflowpredicttempocnn.cpp index ea8df5d3e..f8d31e321 100644 --- a/src/algorithms/machinelearning/tensorflowpredicttempocnn.cpp +++ b/src/algorithms/machinelearning/tensorflowpredicttempocnn.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/machinelearning/tensorflowpredicttempocnn.h b/src/algorithms/machinelearning/tensorflowpredicttempocnn.h index b55653add..cb0960249 100644 --- a/src/algorithms/machinelearning/tensorflowpredicttempocnn.h +++ b/src/algorithms/machinelearning/tensorflowpredicttempocnn.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/machinelearning/tensorflowpredictvggish.cpp b/src/algorithms/machinelearning/tensorflowpredictvggish.cpp index 3797d422a..64066762d 100644 --- a/src/algorithms/machinelearning/tensorflowpredictvggish.cpp +++ b/src/algorithms/machinelearning/tensorflowpredictvggish.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/machinelearning/tensorflowpredictvggish.h b/src/algorithms/machinelearning/tensorflowpredictvggish.h index 518ebef20..f52574e7c 100644 --- a/src/algorithms/machinelearning/tensorflowpredictvggish.h +++ b/src/algorithms/machinelearning/tensorflowpredictvggish.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/beatsloudness.cpp b/src/algorithms/rhythm/beatsloudness.cpp index 22fdc49c4..cb3a089bc 100644 --- a/src/algorithms/rhythm/beatsloudness.cpp +++ b/src/algorithms/rhythm/beatsloudness.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/beatsloudness.h b/src/algorithms/rhythm/beatsloudness.h index 70b506966..65d8bfa8d 100644 --- a/src/algorithms/rhythm/beatsloudness.h +++ b/src/algorithms/rhythm/beatsloudness.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/beattrackerdegara.cpp b/src/algorithms/rhythm/beattrackerdegara.cpp index d1659dadb..b117fbbb3 100644 --- a/src/algorithms/rhythm/beattrackerdegara.cpp +++ b/src/algorithms/rhythm/beattrackerdegara.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/beattrackerdegara.h b/src/algorithms/rhythm/beattrackerdegara.h index 193991fe7..6b44ff243 100644 --- a/src/algorithms/rhythm/beattrackerdegara.h +++ b/src/algorithms/rhythm/beattrackerdegara.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/beattrackermultifeature.cpp b/src/algorithms/rhythm/beattrackermultifeature.cpp index d7c44e263..7b005acbc 100644 --- a/src/algorithms/rhythm/beattrackermultifeature.cpp +++ b/src/algorithms/rhythm/beattrackermultifeature.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/beattrackermultifeature.h b/src/algorithms/rhythm/beattrackermultifeature.h index 96030cbf6..704c9af86 100644 --- a/src/algorithms/rhythm/beattrackermultifeature.h +++ b/src/algorithms/rhythm/beattrackermultifeature.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/bpmhistogram.cpp b/src/algorithms/rhythm/bpmhistogram.cpp index a3951dc4e..26c8c6f8e 100644 --- a/src/algorithms/rhythm/bpmhistogram.cpp +++ b/src/algorithms/rhythm/bpmhistogram.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/bpmhistogram.h b/src/algorithms/rhythm/bpmhistogram.h index 427ac4c1d..c6285b694 100644 --- a/src/algorithms/rhythm/bpmhistogram.h +++ b/src/algorithms/rhythm/bpmhistogram.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/bpmhistogramdescriptors.cpp b/src/algorithms/rhythm/bpmhistogramdescriptors.cpp index 5aeeb3bd6..bf648fe55 100644 --- a/src/algorithms/rhythm/bpmhistogramdescriptors.cpp +++ b/src/algorithms/rhythm/bpmhistogramdescriptors.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/bpmhistogramdescriptors.h b/src/algorithms/rhythm/bpmhistogramdescriptors.h index 95f4e53a4..ba8a9a2f8 100644 --- a/src/algorithms/rhythm/bpmhistogramdescriptors.h +++ b/src/algorithms/rhythm/bpmhistogramdescriptors.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/bpmrubato.cpp b/src/algorithms/rhythm/bpmrubato.cpp index ddf366241..b8c5be030 100644 --- a/src/algorithms/rhythm/bpmrubato.cpp +++ b/src/algorithms/rhythm/bpmrubato.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/bpmrubato.h b/src/algorithms/rhythm/bpmrubato.h index 857292184..83e640100 100644 --- a/src/algorithms/rhythm/bpmrubato.h +++ b/src/algorithms/rhythm/bpmrubato.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/harmonicbpm.cpp b/src/algorithms/rhythm/harmonicbpm.cpp index 694734744..74f941efb 100644 --- a/src/algorithms/rhythm/harmonicbpm.cpp +++ b/src/algorithms/rhythm/harmonicbpm.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/harmonicbpm.h b/src/algorithms/rhythm/harmonicbpm.h index 12d0dd59d..f47d32531 100644 --- a/src/algorithms/rhythm/harmonicbpm.h +++ b/src/algorithms/rhythm/harmonicbpm.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/loopbpmconfidence.cpp b/src/algorithms/rhythm/loopbpmconfidence.cpp index ea83f75f2..439b0c2a9 100644 --- a/src/algorithms/rhythm/loopbpmconfidence.cpp +++ b/src/algorithms/rhythm/loopbpmconfidence.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/loopbpmconfidence.h b/src/algorithms/rhythm/loopbpmconfidence.h index a3ef33afe..d2b6cd808 100644 --- a/src/algorithms/rhythm/loopbpmconfidence.h +++ b/src/algorithms/rhythm/loopbpmconfidence.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/loopbpmestimator.cpp b/src/algorithms/rhythm/loopbpmestimator.cpp index b1563415d..76476928a 100644 --- a/src/algorithms/rhythm/loopbpmestimator.cpp +++ b/src/algorithms/rhythm/loopbpmestimator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/loopbpmestimator.h b/src/algorithms/rhythm/loopbpmestimator.h index 1a816bdde..31f717f71 100644 --- a/src/algorithms/rhythm/loopbpmestimator.h +++ b/src/algorithms/rhythm/loopbpmestimator.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/noveltycurve.cpp b/src/algorithms/rhythm/noveltycurve.cpp index 938823fd6..b537ba123 100644 --- a/src/algorithms/rhythm/noveltycurve.cpp +++ b/src/algorithms/rhythm/noveltycurve.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/noveltycurve.h b/src/algorithms/rhythm/noveltycurve.h index 37a60fd8a..24d2349a8 100644 --- a/src/algorithms/rhythm/noveltycurve.h +++ b/src/algorithms/rhythm/noveltycurve.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/noveltycurvefixedbpmestimator.cpp b/src/algorithms/rhythm/noveltycurvefixedbpmestimator.cpp index 91392bf2f..262e9fe89 100644 --- a/src/algorithms/rhythm/noveltycurvefixedbpmestimator.cpp +++ b/src/algorithms/rhythm/noveltycurvefixedbpmestimator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/noveltycurvefixedbpmestimator.h b/src/algorithms/rhythm/noveltycurvefixedbpmestimator.h index 57f537f26..5e38bc432 100644 --- a/src/algorithms/rhythm/noveltycurvefixedbpmestimator.h +++ b/src/algorithms/rhythm/noveltycurvefixedbpmestimator.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/onsetdetection.cpp b/src/algorithms/rhythm/onsetdetection.cpp index 2d325e501..33258dd04 100644 --- a/src/algorithms/rhythm/onsetdetection.cpp +++ b/src/algorithms/rhythm/onsetdetection.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/onsetdetection.h b/src/algorithms/rhythm/onsetdetection.h index 1b09924ff..c3db61ffa 100644 --- a/src/algorithms/rhythm/onsetdetection.h +++ b/src/algorithms/rhythm/onsetdetection.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/onsetdetectionglobal.cpp b/src/algorithms/rhythm/onsetdetectionglobal.cpp index cb644ec5d..26afdbf4b 100644 --- a/src/algorithms/rhythm/onsetdetectionglobal.cpp +++ b/src/algorithms/rhythm/onsetdetectionglobal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/onsetdetectionglobal.h b/src/algorithms/rhythm/onsetdetectionglobal.h index b7a9dfa56..c1a8f4e52 100644 --- a/src/algorithms/rhythm/onsetdetectionglobal.h +++ b/src/algorithms/rhythm/onsetdetectionglobal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/onsetrate.cpp b/src/algorithms/rhythm/onsetrate.cpp index e06870679..e17c672f5 100644 --- a/src/algorithms/rhythm/onsetrate.cpp +++ b/src/algorithms/rhythm/onsetrate.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/onsetrate.h b/src/algorithms/rhythm/onsetrate.h index 372740f1f..fdfedb101 100644 --- a/src/algorithms/rhythm/onsetrate.h +++ b/src/algorithms/rhythm/onsetrate.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/onsets.cpp b/src/algorithms/rhythm/onsets.cpp index 5640c448c..6506ad579 100644 --- a/src/algorithms/rhythm/onsets.cpp +++ b/src/algorithms/rhythm/onsets.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/onsets.h b/src/algorithms/rhythm/onsets.h index 701fd5724..47ea58796 100644 --- a/src/algorithms/rhythm/onsets.h +++ b/src/algorithms/rhythm/onsets.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/percivalbpmestimator.cpp b/src/algorithms/rhythm/percivalbpmestimator.cpp index edd2bfa48..df8e037e3 100644 --- a/src/algorithms/rhythm/percivalbpmestimator.cpp +++ b/src/algorithms/rhythm/percivalbpmestimator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/percivalbpmestimator.h b/src/algorithms/rhythm/percivalbpmestimator.h index ff3b8a60c..17efa3f39 100644 --- a/src/algorithms/rhythm/percivalbpmestimator.h +++ b/src/algorithms/rhythm/percivalbpmestimator.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/percivalenhanceharmonics.cpp b/src/algorithms/rhythm/percivalenhanceharmonics.cpp index ca984d428..d71f487dd 100644 --- a/src/algorithms/rhythm/percivalenhanceharmonics.cpp +++ b/src/algorithms/rhythm/percivalenhanceharmonics.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/percivalenhanceharmonics.h b/src/algorithms/rhythm/percivalenhanceharmonics.h index 86abe4dbe..796536fd8 100644 --- a/src/algorithms/rhythm/percivalenhanceharmonics.h +++ b/src/algorithms/rhythm/percivalenhanceharmonics.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/percivalevaluatepulsetrains.cpp b/src/algorithms/rhythm/percivalevaluatepulsetrains.cpp index 7045b686c..b94fd1ced 100644 --- a/src/algorithms/rhythm/percivalevaluatepulsetrains.cpp +++ b/src/algorithms/rhythm/percivalevaluatepulsetrains.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/percivalevaluatepulsetrains.h b/src/algorithms/rhythm/percivalevaluatepulsetrains.h index 2ed1593f0..9f675175e 100644 --- a/src/algorithms/rhythm/percivalevaluatepulsetrains.h +++ b/src/algorithms/rhythm/percivalevaluatepulsetrains.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/rhythmextractor.cpp b/src/algorithms/rhythm/rhythmextractor.cpp index 36f3130df..c732cffae 100644 --- a/src/algorithms/rhythm/rhythmextractor.cpp +++ b/src/algorithms/rhythm/rhythmextractor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/rhythmextractor.h b/src/algorithms/rhythm/rhythmextractor.h index c0bfa9fdb..af7cb5fde 100644 --- a/src/algorithms/rhythm/rhythmextractor.h +++ b/src/algorithms/rhythm/rhythmextractor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/rhythmextractor2013.cpp b/src/algorithms/rhythm/rhythmextractor2013.cpp index e945ea5fe..dcf89ddf7 100644 --- a/src/algorithms/rhythm/rhythmextractor2013.cpp +++ b/src/algorithms/rhythm/rhythmextractor2013.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/rhythmextractor2013.h b/src/algorithms/rhythm/rhythmextractor2013.h index 14377e654..2865398e3 100644 --- a/src/algorithms/rhythm/rhythmextractor2013.h +++ b/src/algorithms/rhythm/rhythmextractor2013.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/rhythmtransform.cpp b/src/algorithms/rhythm/rhythmtransform.cpp index bad25d9e8..70bb5bc15 100644 --- a/src/algorithms/rhythm/rhythmtransform.cpp +++ b/src/algorithms/rhythm/rhythmtransform.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/rhythmtransform.h b/src/algorithms/rhythm/rhythmtransform.h index bd39e2f28..54dd4415c 100644 --- a/src/algorithms/rhythm/rhythmtransform.h +++ b/src/algorithms/rhythm/rhythmtransform.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/singlebeatloudness.cpp b/src/algorithms/rhythm/singlebeatloudness.cpp index 393fe3a3d..d9d662f39 100644 --- a/src/algorithms/rhythm/singlebeatloudness.cpp +++ b/src/algorithms/rhythm/singlebeatloudness.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/singlebeatloudness.h b/src/algorithms/rhythm/singlebeatloudness.h index 17497c3ea..311e23ad5 100644 --- a/src/algorithms/rhythm/singlebeatloudness.h +++ b/src/algorithms/rhythm/singlebeatloudness.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/superfluxextractor.cpp b/src/algorithms/rhythm/superfluxextractor.cpp index 040ed1a69..bc714802f 100644 --- a/src/algorithms/rhythm/superfluxextractor.cpp +++ b/src/algorithms/rhythm/superfluxextractor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/superfluxextractor.h b/src/algorithms/rhythm/superfluxextractor.h index 7d4b2731a..ec268609c 100644 --- a/src/algorithms/rhythm/superfluxextractor.h +++ b/src/algorithms/rhythm/superfluxextractor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/superfluxnovelty.cpp b/src/algorithms/rhythm/superfluxnovelty.cpp index 2e24d7bad..893267ffc 100644 --- a/src/algorithms/rhythm/superfluxnovelty.cpp +++ b/src/algorithms/rhythm/superfluxnovelty.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/superfluxnovelty.h b/src/algorithms/rhythm/superfluxnovelty.h index 908e30fcc..03021de16 100644 --- a/src/algorithms/rhythm/superfluxnovelty.h +++ b/src/algorithms/rhythm/superfluxnovelty.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/superfluxpeaks.cpp b/src/algorithms/rhythm/superfluxpeaks.cpp index 2e91c9a3a..4213e4018 100644 --- a/src/algorithms/rhythm/superfluxpeaks.cpp +++ b/src/algorithms/rhythm/superfluxpeaks.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/superfluxpeaks.h b/src/algorithms/rhythm/superfluxpeaks.h index cc049d176..87b772808 100644 --- a/src/algorithms/rhythm/superfluxpeaks.h +++ b/src/algorithms/rhythm/superfluxpeaks.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/tempocnn.cpp b/src/algorithms/rhythm/tempocnn.cpp index 39de80af2..a875ddb78 100644 --- a/src/algorithms/rhythm/tempocnn.cpp +++ b/src/algorithms/rhythm/tempocnn.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/tempocnn.h b/src/algorithms/rhythm/tempocnn.h index e8c46a8d0..6ca4df3d3 100644 --- a/src/algorithms/rhythm/tempocnn.h +++ b/src/algorithms/rhythm/tempocnn.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/temposcalebands.cpp b/src/algorithms/rhythm/temposcalebands.cpp index b94b144f7..5b476b1b3 100644 --- a/src/algorithms/rhythm/temposcalebands.cpp +++ b/src/algorithms/rhythm/temposcalebands.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/temposcalebands.h b/src/algorithms/rhythm/temposcalebands.h index cfb835340..14b25bc46 100644 --- a/src/algorithms/rhythm/temposcalebands.h +++ b/src/algorithms/rhythm/temposcalebands.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/tempotap.cpp b/src/algorithms/rhythm/tempotap.cpp index dbee205ee..d023f38e2 100644 --- a/src/algorithms/rhythm/tempotap.cpp +++ b/src/algorithms/rhythm/tempotap.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/tempotap.h b/src/algorithms/rhythm/tempotap.h index 186d4ef0c..19385d457 100644 --- a/src/algorithms/rhythm/tempotap.h +++ b/src/algorithms/rhythm/tempotap.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/tempotapdegara.cpp b/src/algorithms/rhythm/tempotapdegara.cpp index c3fcdf32a..81aaee796 100644 --- a/src/algorithms/rhythm/tempotapdegara.cpp +++ b/src/algorithms/rhythm/tempotapdegara.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/tempotapdegara.h b/src/algorithms/rhythm/tempotapdegara.h index 2ba534ba7..b5c17a46c 100644 --- a/src/algorithms/rhythm/tempotapdegara.h +++ b/src/algorithms/rhythm/tempotapdegara.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/tempotapmaxagreement.cpp b/src/algorithms/rhythm/tempotapmaxagreement.cpp index 4cf6f6faa..e1639962d 100644 --- a/src/algorithms/rhythm/tempotapmaxagreement.cpp +++ b/src/algorithms/rhythm/tempotapmaxagreement.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/tempotapmaxagreement.h b/src/algorithms/rhythm/tempotapmaxagreement.h index 8c35add4f..5b988ee7e 100644 --- a/src/algorithms/rhythm/tempotapmaxagreement.h +++ b/src/algorithms/rhythm/tempotapmaxagreement.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/tempotapticks.cpp b/src/algorithms/rhythm/tempotapticks.cpp index 0365d4737..b40231eb0 100644 --- a/src/algorithms/rhythm/tempotapticks.cpp +++ b/src/algorithms/rhythm/tempotapticks.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/rhythm/tempotapticks.h b/src/algorithms/rhythm/tempotapticks.h index 20c2e3392..4399b1841 100644 --- a/src/algorithms/rhythm/tempotapticks.h +++ b/src/algorithms/rhythm/tempotapticks.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/sfx/aftermaxtobeforemaxenergyratio.cpp b/src/algorithms/sfx/aftermaxtobeforemaxenergyratio.cpp index 5b431ba29..4225b5e44 100644 --- a/src/algorithms/sfx/aftermaxtobeforemaxenergyratio.cpp +++ b/src/algorithms/sfx/aftermaxtobeforemaxenergyratio.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/sfx/aftermaxtobeforemaxenergyratio.h b/src/algorithms/sfx/aftermaxtobeforemaxenergyratio.h index a5b34eb3a..578a95037 100644 --- a/src/algorithms/sfx/aftermaxtobeforemaxenergyratio.h +++ b/src/algorithms/sfx/aftermaxtobeforemaxenergyratio.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/sfx/derivativesfx.cpp b/src/algorithms/sfx/derivativesfx.cpp index f2a0aee30..13a15255a 100644 --- a/src/algorithms/sfx/derivativesfx.cpp +++ b/src/algorithms/sfx/derivativesfx.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/sfx/derivativesfx.h b/src/algorithms/sfx/derivativesfx.h index a0eb50d51..5fda25c0d 100644 --- a/src/algorithms/sfx/derivativesfx.h +++ b/src/algorithms/sfx/derivativesfx.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/sfx/flatnesssfx.cpp b/src/algorithms/sfx/flatnesssfx.cpp index 6470b1d7b..ad543b419 100644 --- a/src/algorithms/sfx/flatnesssfx.cpp +++ b/src/algorithms/sfx/flatnesssfx.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/sfx/flatnesssfx.h b/src/algorithms/sfx/flatnesssfx.h index 6f4e3e342..741054a18 100644 --- a/src/algorithms/sfx/flatnesssfx.h +++ b/src/algorithms/sfx/flatnesssfx.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/sfx/logattacktime.cpp b/src/algorithms/sfx/logattacktime.cpp index 33230f9cc..b094d551e 100644 --- a/src/algorithms/sfx/logattacktime.cpp +++ b/src/algorithms/sfx/logattacktime.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/sfx/logattacktime.h b/src/algorithms/sfx/logattacktime.h index 298b6589f..8c3a3cba8 100644 --- a/src/algorithms/sfx/logattacktime.h +++ b/src/algorithms/sfx/logattacktime.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/sfx/maxtototal.cpp b/src/algorithms/sfx/maxtototal.cpp index f2602cacc..01263d3dd 100644 --- a/src/algorithms/sfx/maxtototal.cpp +++ b/src/algorithms/sfx/maxtototal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/sfx/maxtototal.h b/src/algorithms/sfx/maxtototal.h index e140199e4..73ab61403 100644 --- a/src/algorithms/sfx/maxtototal.h +++ b/src/algorithms/sfx/maxtototal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/sfx/mintototal.cpp b/src/algorithms/sfx/mintototal.cpp index 1012b98fe..6ad636d3a 100644 --- a/src/algorithms/sfx/mintototal.cpp +++ b/src/algorithms/sfx/mintototal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/sfx/mintototal.h b/src/algorithms/sfx/mintototal.h index 1c9d44372..cbafff9aa 100644 --- a/src/algorithms/sfx/mintototal.h +++ b/src/algorithms/sfx/mintototal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/sfx/pitchsalience.cpp b/src/algorithms/sfx/pitchsalience.cpp index 0999e97f3..045e4bfd1 100644 --- a/src/algorithms/sfx/pitchsalience.cpp +++ b/src/algorithms/sfx/pitchsalience.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/sfx/pitchsalience.h b/src/algorithms/sfx/pitchsalience.h index 2f1d3a494..8f07b0d7c 100644 --- a/src/algorithms/sfx/pitchsalience.h +++ b/src/algorithms/sfx/pitchsalience.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/sfx/strongdecay.cpp b/src/algorithms/sfx/strongdecay.cpp index 2ba97a001..5ccd3918e 100644 --- a/src/algorithms/sfx/strongdecay.cpp +++ b/src/algorithms/sfx/strongdecay.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/sfx/strongdecay.h b/src/algorithms/sfx/strongdecay.h index 44c895ada..c60032381 100644 --- a/src/algorithms/sfx/strongdecay.h +++ b/src/algorithms/sfx/strongdecay.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/sfx/tctototal.cpp b/src/algorithms/sfx/tctototal.cpp index b14021b24..f5ae01e5d 100644 --- a/src/algorithms/sfx/tctototal.cpp +++ b/src/algorithms/sfx/tctototal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/sfx/tctototal.h b/src/algorithms/sfx/tctototal.h index ef0e68927..cefb20a93 100644 --- a/src/algorithms/sfx/tctototal.h +++ b/src/algorithms/sfx/tctototal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/barkbands.cpp b/src/algorithms/spectral/barkbands.cpp index 3faa98e41..dceb96613 100644 --- a/src/algorithms/spectral/barkbands.cpp +++ b/src/algorithms/spectral/barkbands.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/barkbands.h b/src/algorithms/spectral/barkbands.h index 7d452b2bd..55d6f7338 100644 --- a/src/algorithms/spectral/barkbands.h +++ b/src/algorithms/spectral/barkbands.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/bfcc.cpp b/src/algorithms/spectral/bfcc.cpp index e372bdaf2..2e454789e 100644 --- a/src/algorithms/spectral/bfcc.cpp +++ b/src/algorithms/spectral/bfcc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/bfcc.h b/src/algorithms/spectral/bfcc.h index f4db07404..09cf28393 100644 --- a/src/algorithms/spectral/bfcc.h +++ b/src/algorithms/spectral/bfcc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/energyband.cpp b/src/algorithms/spectral/energyband.cpp index dcdfc5106..75dffce93 100644 --- a/src/algorithms/spectral/energyband.cpp +++ b/src/algorithms/spectral/energyband.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/energyband.h b/src/algorithms/spectral/energyband.h index 4986f1546..2b6549c2d 100644 --- a/src/algorithms/spectral/energyband.h +++ b/src/algorithms/spectral/energyband.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/energybandratio.cpp b/src/algorithms/spectral/energybandratio.cpp index c6705a889..051cbab66 100644 --- a/src/algorithms/spectral/energybandratio.cpp +++ b/src/algorithms/spectral/energybandratio.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/energybandratio.h b/src/algorithms/spectral/energybandratio.h index c019a77d3..5333df09c 100644 --- a/src/algorithms/spectral/energybandratio.h +++ b/src/algorithms/spectral/energybandratio.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/erbbands.cpp b/src/algorithms/spectral/erbbands.cpp index f7483f009..5a43672c0 100644 --- a/src/algorithms/spectral/erbbands.cpp +++ b/src/algorithms/spectral/erbbands.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/erbbands.h b/src/algorithms/spectral/erbbands.h index 98a1b5d63..0ca6024da 100644 --- a/src/algorithms/spectral/erbbands.h +++ b/src/algorithms/spectral/erbbands.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/flatnessdb.cpp b/src/algorithms/spectral/flatnessdb.cpp index 057c1ac1d..79834bff3 100644 --- a/src/algorithms/spectral/flatnessdb.cpp +++ b/src/algorithms/spectral/flatnessdb.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/flatnessdb.h b/src/algorithms/spectral/flatnessdb.h index aaf27f234..7835e8b3f 100644 --- a/src/algorithms/spectral/flatnessdb.h +++ b/src/algorithms/spectral/flatnessdb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/flux.cpp b/src/algorithms/spectral/flux.cpp index d99f5d000..ddcbec20a 100644 --- a/src/algorithms/spectral/flux.cpp +++ b/src/algorithms/spectral/flux.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/flux.h b/src/algorithms/spectral/flux.h index 8f5c1b9ff..f92a5ea7a 100644 --- a/src/algorithms/spectral/flux.h +++ b/src/algorithms/spectral/flux.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/frequencybands.cpp b/src/algorithms/spectral/frequencybands.cpp index 32838e7b7..8c58e2d3b 100644 --- a/src/algorithms/spectral/frequencybands.cpp +++ b/src/algorithms/spectral/frequencybands.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/frequencybands.h b/src/algorithms/spectral/frequencybands.h index 0b193ba26..d1aaceb8f 100644 --- a/src/algorithms/spectral/frequencybands.h +++ b/src/algorithms/spectral/frequencybands.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/gfcc.cpp b/src/algorithms/spectral/gfcc.cpp index 9d2d2df8f..d251b8501 100644 --- a/src/algorithms/spectral/gfcc.cpp +++ b/src/algorithms/spectral/gfcc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/gfcc.h b/src/algorithms/spectral/gfcc.h index 25a3b5d16..16840c5ac 100644 --- a/src/algorithms/spectral/gfcc.h +++ b/src/algorithms/spectral/gfcc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/hfc.cpp b/src/algorithms/spectral/hfc.cpp index 6fa9dfe98..e48d4a478 100644 --- a/src/algorithms/spectral/hfc.cpp +++ b/src/algorithms/spectral/hfc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/hfc.h b/src/algorithms/spectral/hfc.h index a5aac2f90..887c4ae00 100644 --- a/src/algorithms/spectral/hfc.h +++ b/src/algorithms/spectral/hfc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/hpcp.cpp b/src/algorithms/spectral/hpcp.cpp index 032bb4d94..8f23ab5c6 100644 --- a/src/algorithms/spectral/hpcp.cpp +++ b/src/algorithms/spectral/hpcp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/hpcp.h b/src/algorithms/spectral/hpcp.h index 0c50d9215..310537a59 100644 --- a/src/algorithms/spectral/hpcp.h +++ b/src/algorithms/spectral/hpcp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/logspectrum.cpp b/src/algorithms/spectral/logspectrum.cpp index 2b0063955..ae1764fc0 100644 --- a/src/algorithms/spectral/logspectrum.cpp +++ b/src/algorithms/spectral/logspectrum.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/logspectrum.h b/src/algorithms/spectral/logspectrum.h index f3ccc072e..c5cffc9af 100644 --- a/src/algorithms/spectral/logspectrum.h +++ b/src/algorithms/spectral/logspectrum.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/maxmagfreq.cpp b/src/algorithms/spectral/maxmagfreq.cpp index cfb99b4c3..0a7107e1b 100644 --- a/src/algorithms/spectral/maxmagfreq.cpp +++ b/src/algorithms/spectral/maxmagfreq.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/maxmagfreq.h b/src/algorithms/spectral/maxmagfreq.h index 68f0c8b8f..5567b3c4b 100644 --- a/src/algorithms/spectral/maxmagfreq.h +++ b/src/algorithms/spectral/maxmagfreq.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/melbands.cpp b/src/algorithms/spectral/melbands.cpp index 90d9f0ba4..b70ba6b2d 100644 --- a/src/algorithms/spectral/melbands.cpp +++ b/src/algorithms/spectral/melbands.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/melbands.h b/src/algorithms/spectral/melbands.h index 8544b37ce..41bf437f6 100644 --- a/src/algorithms/spectral/melbands.h +++ b/src/algorithms/spectral/melbands.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/mfcc.cpp b/src/algorithms/spectral/mfcc.cpp index 582eada04..667916e15 100644 --- a/src/algorithms/spectral/mfcc.cpp +++ b/src/algorithms/spectral/mfcc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/mfcc.h b/src/algorithms/spectral/mfcc.h index b7be666e9..b0086581a 100644 --- a/src/algorithms/spectral/mfcc.h +++ b/src/algorithms/spectral/mfcc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/panning.cpp b/src/algorithms/spectral/panning.cpp index 4ff5fd75c..7f1f37f03 100644 --- a/src/algorithms/spectral/panning.cpp +++ b/src/algorithms/spectral/panning.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/panning.h b/src/algorithms/spectral/panning.h index ad071df56..6ff41fe76 100644 --- a/src/algorithms/spectral/panning.h +++ b/src/algorithms/spectral/panning.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/rolloff.cpp b/src/algorithms/spectral/rolloff.cpp index 513554076..a54c35408 100644 --- a/src/algorithms/spectral/rolloff.cpp +++ b/src/algorithms/spectral/rolloff.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/rolloff.h b/src/algorithms/spectral/rolloff.h index 7bbeb1a16..133c5b625 100644 --- a/src/algorithms/spectral/rolloff.h +++ b/src/algorithms/spectral/rolloff.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/spectralcentroidtime.cpp b/src/algorithms/spectral/spectralcentroidtime.cpp index a059c29c0..e5b7b5b1b 100644 --- a/src/algorithms/spectral/spectralcentroidtime.cpp +++ b/src/algorithms/spectral/spectralcentroidtime.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/spectralcentroidtime.h b/src/algorithms/spectral/spectralcentroidtime.h index 18a21fb0b..f5b230769 100644 --- a/src/algorithms/spectral/spectralcentroidtime.h +++ b/src/algorithms/spectral/spectralcentroidtime.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/spectralcomplexity.cpp b/src/algorithms/spectral/spectralcomplexity.cpp index c2579c173..e1b08bc5c 100644 --- a/src/algorithms/spectral/spectralcomplexity.cpp +++ b/src/algorithms/spectral/spectralcomplexity.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/spectralcomplexity.h b/src/algorithms/spectral/spectralcomplexity.h index 236f5c2d0..7cb7811a7 100644 --- a/src/algorithms/spectral/spectralcomplexity.h +++ b/src/algorithms/spectral/spectralcomplexity.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/spectralcontrast.cpp b/src/algorithms/spectral/spectralcontrast.cpp index 6e7654ba6..35610e7db 100644 --- a/src/algorithms/spectral/spectralcontrast.cpp +++ b/src/algorithms/spectral/spectralcontrast.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/spectralcontrast.h b/src/algorithms/spectral/spectralcontrast.h index 80ec22696..03703acb0 100644 --- a/src/algorithms/spectral/spectralcontrast.h +++ b/src/algorithms/spectral/spectralcontrast.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/spectralpeaks.cpp b/src/algorithms/spectral/spectralpeaks.cpp index c89d24a9f..e461db079 100644 --- a/src/algorithms/spectral/spectralpeaks.cpp +++ b/src/algorithms/spectral/spectralpeaks.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/spectralpeaks.h b/src/algorithms/spectral/spectralpeaks.h index 27d5a4b4b..ae838e767 100644 --- a/src/algorithms/spectral/spectralpeaks.h +++ b/src/algorithms/spectral/spectralpeaks.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/spectralwhitening.cpp b/src/algorithms/spectral/spectralwhitening.cpp index 19ae80d92..65241848a 100644 --- a/src/algorithms/spectral/spectralwhitening.cpp +++ b/src/algorithms/spectral/spectralwhitening.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/spectralwhitening.h b/src/algorithms/spectral/spectralwhitening.h index 1027fcb3e..7020aeef7 100644 --- a/src/algorithms/spectral/spectralwhitening.h +++ b/src/algorithms/spectral/spectralwhitening.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/spectrumtocent.h b/src/algorithms/spectral/spectrumtocent.h index 618e8519c..a047ade17 100755 --- a/src/algorithms/spectral/spectrumtocent.h +++ b/src/algorithms/spectral/spectrumtocent.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/strongpeak.cpp b/src/algorithms/spectral/strongpeak.cpp index 8544f9153..86e24773d 100644 --- a/src/algorithms/spectral/strongpeak.cpp +++ b/src/algorithms/spectral/strongpeak.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/strongpeak.h b/src/algorithms/spectral/strongpeak.h index 454dae0a4..685d7182f 100644 --- a/src/algorithms/spectral/strongpeak.h +++ b/src/algorithms/spectral/strongpeak.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/tensorflowinputmusicnn.cpp b/src/algorithms/spectral/tensorflowinputmusicnn.cpp index d5047d545..65a896f19 100644 --- a/src/algorithms/spectral/tensorflowinputmusicnn.cpp +++ b/src/algorithms/spectral/tensorflowinputmusicnn.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/tensorflowinputmusicnn.h b/src/algorithms/spectral/tensorflowinputmusicnn.h index 4ea38c2ad..2fdae6b24 100644 --- a/src/algorithms/spectral/tensorflowinputmusicnn.h +++ b/src/algorithms/spectral/tensorflowinputmusicnn.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/tensorflowinputtempocnn.cpp b/src/algorithms/spectral/tensorflowinputtempocnn.cpp index ae9d00293..3cf3d534d 100644 --- a/src/algorithms/spectral/tensorflowinputtempocnn.cpp +++ b/src/algorithms/spectral/tensorflowinputtempocnn.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/tensorflowinputtempocnn.h b/src/algorithms/spectral/tensorflowinputtempocnn.h index d005a8dc7..c20fb2dd8 100644 --- a/src/algorithms/spectral/tensorflowinputtempocnn.h +++ b/src/algorithms/spectral/tensorflowinputtempocnn.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/tensorflowinputvggish.cpp b/src/algorithms/spectral/tensorflowinputvggish.cpp index 3bdd4adca..b53ea97dc 100644 --- a/src/algorithms/spectral/tensorflowinputvggish.cpp +++ b/src/algorithms/spectral/tensorflowinputvggish.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/tensorflowinputvggish.h b/src/algorithms/spectral/tensorflowinputvggish.h index 74118ad4f..f56b770f3 100644 --- a/src/algorithms/spectral/tensorflowinputvggish.h +++ b/src/algorithms/spectral/tensorflowinputvggish.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/triangularbands.cpp b/src/algorithms/spectral/triangularbands.cpp index 83d024a6a..32b1b422b 100644 --- a/src/algorithms/spectral/triangularbands.cpp +++ b/src/algorithms/spectral/triangularbands.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/triangularbands.h b/src/algorithms/spectral/triangularbands.h index 29bad9a2b..bce92b980 100644 --- a/src/algorithms/spectral/triangularbands.h +++ b/src/algorithms/spectral/triangularbands.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/triangularbarkbands.cpp b/src/algorithms/spectral/triangularbarkbands.cpp index 2bdab8399..6334a47a1 100644 --- a/src/algorithms/spectral/triangularbarkbands.cpp +++ b/src/algorithms/spectral/triangularbarkbands.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/spectral/triangularbarkbands.h b/src/algorithms/spectral/triangularbarkbands.h index 8154d93d2..74b78ab23 100644 --- a/src/algorithms/spectral/triangularbarkbands.h +++ b/src/algorithms/spectral/triangularbarkbands.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/autocorrelation.cpp b/src/algorithms/standard/autocorrelation.cpp index 3532de4aa..f620b9de4 100644 --- a/src/algorithms/standard/autocorrelation.cpp +++ b/src/algorithms/standard/autocorrelation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/autocorrelation.h b/src/algorithms/standard/autocorrelation.h index c936e488b..822548e78 100644 --- a/src/algorithms/standard/autocorrelation.h +++ b/src/algorithms/standard/autocorrelation.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/binaryoperator.cpp b/src/algorithms/standard/binaryoperator.cpp index 0cb494a4a..33bc9be3a 100644 --- a/src/algorithms/standard/binaryoperator.cpp +++ b/src/algorithms/standard/binaryoperator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/binaryoperator.h b/src/algorithms/standard/binaryoperator.h index 1ded3d910..f8c361314 100644 --- a/src/algorithms/standard/binaryoperator.h +++ b/src/algorithms/standard/binaryoperator.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/binaryoperatorstream.cpp b/src/algorithms/standard/binaryoperatorstream.cpp index a6c1c5228..c257b7142 100644 --- a/src/algorithms/standard/binaryoperatorstream.cpp +++ b/src/algorithms/standard/binaryoperatorstream.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/binaryoperatorstream.h b/src/algorithms/standard/binaryoperatorstream.h index 6f1fc8d10..9a6d5ae07 100644 --- a/src/algorithms/standard/binaryoperatorstream.h +++ b/src/algorithms/standard/binaryoperatorstream.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/bpf.cpp b/src/algorithms/standard/bpf.cpp index 3f7175ba3..db4dd2fe8 100644 --- a/src/algorithms/standard/bpf.cpp +++ b/src/algorithms/standard/bpf.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/bpf.h b/src/algorithms/standard/bpf.h index d1251d3c8..b1487c285 100644 --- a/src/algorithms/standard/bpf.h +++ b/src/algorithms/standard/bpf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/chromagram.cpp b/src/algorithms/standard/chromagram.cpp index 64963fff2..61fb00715 100644 --- a/src/algorithms/standard/chromagram.cpp +++ b/src/algorithms/standard/chromagram.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/chromagram.h b/src/algorithms/standard/chromagram.h index 819d86c9f..2b7b3bad6 100644 --- a/src/algorithms/standard/chromagram.h +++ b/src/algorithms/standard/chromagram.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/clipper.cpp b/src/algorithms/standard/clipper.cpp index d93e8a61a..bf953e850 100644 --- a/src/algorithms/standard/clipper.cpp +++ b/src/algorithms/standard/clipper.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/clipper.h b/src/algorithms/standard/clipper.h index 589af0e73..43cdf6ab7 100644 --- a/src/algorithms/standard/clipper.h +++ b/src/algorithms/standard/clipper.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/constantq.cpp b/src/algorithms/standard/constantq.cpp index 03bc7f12c..73ca63094 100644 --- a/src/algorithms/standard/constantq.cpp +++ b/src/algorithms/standard/constantq.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/constantq.h b/src/algorithms/standard/constantq.h index 433cd8496..597fdce06 100644 --- a/src/algorithms/standard/constantq.h +++ b/src/algorithms/standard/constantq.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/crosscorrelation.cpp b/src/algorithms/standard/crosscorrelation.cpp index 4ad1f33db..f233a6390 100644 --- a/src/algorithms/standard/crosscorrelation.cpp +++ b/src/algorithms/standard/crosscorrelation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/crosscorrelation.h b/src/algorithms/standard/crosscorrelation.h index c1ba17937..602b3fe21 100644 --- a/src/algorithms/standard/crosscorrelation.h +++ b/src/algorithms/standard/crosscorrelation.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/cubicspline.cpp b/src/algorithms/standard/cubicspline.cpp index bc1936b49..e125d62ba 100644 --- a/src/algorithms/standard/cubicspline.cpp +++ b/src/algorithms/standard/cubicspline.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/cubicspline.h b/src/algorithms/standard/cubicspline.h index 01ecfff98..fb5208ffa 100644 --- a/src/algorithms/standard/cubicspline.h +++ b/src/algorithms/standard/cubicspline.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/dct.cpp b/src/algorithms/standard/dct.cpp index 66ae9f8bc..540b53c05 100644 --- a/src/algorithms/standard/dct.cpp +++ b/src/algorithms/standard/dct.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/dct.h b/src/algorithms/standard/dct.h index 92e200237..f364f9bc2 100644 --- a/src/algorithms/standard/dct.h +++ b/src/algorithms/standard/dct.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/derivative.cpp b/src/algorithms/standard/derivative.cpp index 9e98492b3..3318aa55c 100644 --- a/src/algorithms/standard/derivative.cpp +++ b/src/algorithms/standard/derivative.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/derivative.h b/src/algorithms/standard/derivative.h index 807f9180a..08a7196c0 100644 --- a/src/algorithms/standard/derivative.h +++ b/src/algorithms/standard/derivative.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/envelope.cpp b/src/algorithms/standard/envelope.cpp index a4f476079..42235a6c1 100644 --- a/src/algorithms/standard/envelope.cpp +++ b/src/algorithms/standard/envelope.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/envelope.h b/src/algorithms/standard/envelope.h index d4faa0778..3e8648026 100644 --- a/src/algorithms/standard/envelope.h +++ b/src/algorithms/standard/envelope.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/ffta.cpp b/src/algorithms/standard/ffta.cpp index 7b51ec137..0d3682237 100644 --- a/src/algorithms/standard/ffta.cpp +++ b/src/algorithms/standard/ffta.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/ffta.h b/src/algorithms/standard/ffta.h index 3bff10cbe..2a54494d5 100644 --- a/src/algorithms/standard/ffta.h +++ b/src/algorithms/standard/ffta.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/fftacomplex.cpp b/src/algorithms/standard/fftacomplex.cpp index e5befe9ef..a5b1ed21f 100644 --- a/src/algorithms/standard/fftacomplex.cpp +++ b/src/algorithms/standard/fftacomplex.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/fftacomplex.h b/src/algorithms/standard/fftacomplex.h index 675312d52..3c1aafa95 100644 --- a/src/algorithms/standard/fftacomplex.h +++ b/src/algorithms/standard/fftacomplex.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/fftk.cpp b/src/algorithms/standard/fftk.cpp index d03470464..9f1bc05e1 100644 --- a/src/algorithms/standard/fftk.cpp +++ b/src/algorithms/standard/fftk.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/fftk.h b/src/algorithms/standard/fftk.h index 46c5772b3..bd717c8f2 100644 --- a/src/algorithms/standard/fftk.h +++ b/src/algorithms/standard/fftk.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/fftkcomplex.cpp b/src/algorithms/standard/fftkcomplex.cpp index a42e6c0d0..010c322a8 100644 --- a/src/algorithms/standard/fftkcomplex.cpp +++ b/src/algorithms/standard/fftkcomplex.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/fftkcomplex.h b/src/algorithms/standard/fftkcomplex.h index ce983b0e7..a585e79dc 100644 --- a/src/algorithms/standard/fftkcomplex.h +++ b/src/algorithms/standard/fftkcomplex.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/fftw.cpp b/src/algorithms/standard/fftw.cpp index 96f7e9b54..33e28616d 100644 --- a/src/algorithms/standard/fftw.cpp +++ b/src/algorithms/standard/fftw.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/fftw.h b/src/algorithms/standard/fftw.h index 4d5547e85..3aedcc23f 100644 --- a/src/algorithms/standard/fftw.h +++ b/src/algorithms/standard/fftw.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/fftwcomplex.cpp b/src/algorithms/standard/fftwcomplex.cpp index 6cab019ab..c8656bbdb 100644 --- a/src/algorithms/standard/fftwcomplex.cpp +++ b/src/algorithms/standard/fftwcomplex.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/fftwcomplex.h b/src/algorithms/standard/fftwcomplex.h index 45af63faa..e2fa3ed5b 100644 --- a/src/algorithms/standard/fftwcomplex.h +++ b/src/algorithms/standard/fftwcomplex.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/framecutter.cpp b/src/algorithms/standard/framecutter.cpp index 1004c7376..c5dd9443f 100644 --- a/src/algorithms/standard/framecutter.cpp +++ b/src/algorithms/standard/framecutter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/framecutter.h b/src/algorithms/standard/framecutter.h index c4faea50f..84f03d51d 100644 --- a/src/algorithms/standard/framecutter.h +++ b/src/algorithms/standard/framecutter.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/frametoreal.cpp b/src/algorithms/standard/frametoreal.cpp index eff396c84..1437dd0e2 100644 --- a/src/algorithms/standard/frametoreal.cpp +++ b/src/algorithms/standard/frametoreal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/frametoreal.h b/src/algorithms/standard/frametoreal.h index b024f8ed1..304100956 100644 --- a/src/algorithms/standard/frametoreal.h +++ b/src/algorithms/standard/frametoreal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/idct.cpp b/src/algorithms/standard/idct.cpp index a030c19dd..842bb37e0 100644 --- a/src/algorithms/standard/idct.cpp +++ b/src/algorithms/standard/idct.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/idct.h b/src/algorithms/standard/idct.h index 969d4788e..01fe102e3 100644 --- a/src/algorithms/standard/idct.h +++ b/src/algorithms/standard/idct.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/iffta.cpp b/src/algorithms/standard/iffta.cpp index c169af7f0..a37fe8e70 100644 --- a/src/algorithms/standard/iffta.cpp +++ b/src/algorithms/standard/iffta.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/iffta.h b/src/algorithms/standard/iffta.h index 15a128a4e..081bdd37d 100644 --- a/src/algorithms/standard/iffta.h +++ b/src/algorithms/standard/iffta.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/ifftacomplex.cpp b/src/algorithms/standard/ifftacomplex.cpp index b236e5ef1..234574b0b 100644 --- a/src/algorithms/standard/ifftacomplex.cpp +++ b/src/algorithms/standard/ifftacomplex.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/ifftacomplex.h b/src/algorithms/standard/ifftacomplex.h index f973d36bf..07339e934 100644 --- a/src/algorithms/standard/ifftacomplex.h +++ b/src/algorithms/standard/ifftacomplex.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/ifftk.cpp b/src/algorithms/standard/ifftk.cpp index 3da24f933..1a4ecd9e4 100644 --- a/src/algorithms/standard/ifftk.cpp +++ b/src/algorithms/standard/ifftk.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/ifftk.h b/src/algorithms/standard/ifftk.h index 4d41057c8..dfc7065ac 100644 --- a/src/algorithms/standard/ifftk.h +++ b/src/algorithms/standard/ifftk.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/ifftkcomplex.cpp b/src/algorithms/standard/ifftkcomplex.cpp index 0c379e6af..e7508f6d2 100644 --- a/src/algorithms/standard/ifftkcomplex.cpp +++ b/src/algorithms/standard/ifftkcomplex.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/ifftkcomplex.h b/src/algorithms/standard/ifftkcomplex.h index bbfbca45e..8029819f4 100644 --- a/src/algorithms/standard/ifftkcomplex.h +++ b/src/algorithms/standard/ifftkcomplex.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/ifftw.cpp b/src/algorithms/standard/ifftw.cpp index b6cd4138f..b7abb40de 100644 --- a/src/algorithms/standard/ifftw.cpp +++ b/src/algorithms/standard/ifftw.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/ifftw.h b/src/algorithms/standard/ifftw.h index 0a2e9d023..6308f15ec 100644 --- a/src/algorithms/standard/ifftw.h +++ b/src/algorithms/standard/ifftw.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/ifftwcomplex.cpp b/src/algorithms/standard/ifftwcomplex.cpp index 1004f54fb..364305d9a 100644 --- a/src/algorithms/standard/ifftwcomplex.cpp +++ b/src/algorithms/standard/ifftwcomplex.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/ifftwcomplex.h b/src/algorithms/standard/ifftwcomplex.h index dd597078e..33197c909 100644 --- a/src/algorithms/standard/ifftwcomplex.h +++ b/src/algorithms/standard/ifftwcomplex.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/maxfilter.cpp b/src/algorithms/standard/maxfilter.cpp index dda0c2a03..84059b111 100644 --- a/src/algorithms/standard/maxfilter.cpp +++ b/src/algorithms/standard/maxfilter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/maxfilter.h b/src/algorithms/standard/maxfilter.h index 42d17a110..966bea86f 100644 --- a/src/algorithms/standard/maxfilter.h +++ b/src/algorithms/standard/maxfilter.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/minmax.cpp b/src/algorithms/standard/minmax.cpp index db5c34669..d04fd78a8 100644 --- a/src/algorithms/standard/minmax.cpp +++ b/src/algorithms/standard/minmax.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/minmax.h b/src/algorithms/standard/minmax.h index bcdef8873..09e8d15de 100644 --- a/src/algorithms/standard/minmax.h +++ b/src/algorithms/standard/minmax.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/monomixer.cpp b/src/algorithms/standard/monomixer.cpp index 36ad6f060..2f22d349f 100644 --- a/src/algorithms/standard/monomixer.cpp +++ b/src/algorithms/standard/monomixer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/monomixer.h b/src/algorithms/standard/monomixer.h index fa3f0748e..f70b15fef 100644 --- a/src/algorithms/standard/monomixer.h +++ b/src/algorithms/standard/monomixer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/multiplexer.cpp b/src/algorithms/standard/multiplexer.cpp index 37ac8d748..373558d3d 100644 --- a/src/algorithms/standard/multiplexer.cpp +++ b/src/algorithms/standard/multiplexer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/multiplexer.h b/src/algorithms/standard/multiplexer.h index 07df9ea60..878b48fe1 100644 --- a/src/algorithms/standard/multiplexer.h +++ b/src/algorithms/standard/multiplexer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/noiseadder.cpp b/src/algorithms/standard/noiseadder.cpp index 4877543d1..7caca1296 100644 --- a/src/algorithms/standard/noiseadder.cpp +++ b/src/algorithms/standard/noiseadder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/noiseadder.h b/src/algorithms/standard/noiseadder.h index c74e5c6b3..d61f72f37 100644 --- a/src/algorithms/standard/noiseadder.h +++ b/src/algorithms/standard/noiseadder.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/nsgconstantq.cpp b/src/algorithms/standard/nsgconstantq.cpp index f676fce42..57e32b5fb 100644 --- a/src/algorithms/standard/nsgconstantq.cpp +++ b/src/algorithms/standard/nsgconstantq.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/nsgconstantq.h b/src/algorithms/standard/nsgconstantq.h index ec03d4ed2..759e71a00 100644 --- a/src/algorithms/standard/nsgconstantq.h +++ b/src/algorithms/standard/nsgconstantq.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/nsgconstantqstreaming.cpp b/src/algorithms/standard/nsgconstantqstreaming.cpp index 79cbccb41..4313eee03 100644 --- a/src/algorithms/standard/nsgconstantqstreaming.cpp +++ b/src/algorithms/standard/nsgconstantqstreaming.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/nsgiconstantq.cpp b/src/algorithms/standard/nsgiconstantq.cpp index ec62dd836..e6327ac6d 100644 --- a/src/algorithms/standard/nsgiconstantq.cpp +++ b/src/algorithms/standard/nsgiconstantq.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/nsgiconstantq.h b/src/algorithms/standard/nsgiconstantq.h index 56a843614..2d8e1161e 100644 --- a/src/algorithms/standard/nsgiconstantq.h +++ b/src/algorithms/standard/nsgiconstantq.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/overlapadd.cpp b/src/algorithms/standard/overlapadd.cpp index 3a94ecee9..7aeb17e6f 100644 --- a/src/algorithms/standard/overlapadd.cpp +++ b/src/algorithms/standard/overlapadd.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/overlapadd.h b/src/algorithms/standard/overlapadd.h index b1c16329f..c2b7fb7e6 100644 --- a/src/algorithms/standard/overlapadd.h +++ b/src/algorithms/standard/overlapadd.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/peakdetection.cpp b/src/algorithms/standard/peakdetection.cpp index 2ea67fb57..6cff0f103 100644 --- a/src/algorithms/standard/peakdetection.cpp +++ b/src/algorithms/standard/peakdetection.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/peakdetection.h b/src/algorithms/standard/peakdetection.h index 723cfef52..75cc3c513 100644 --- a/src/algorithms/standard/peakdetection.h +++ b/src/algorithms/standard/peakdetection.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/pooltotensor.cpp b/src/algorithms/standard/pooltotensor.cpp index 45db2d75f..cb3f155ef 100644 --- a/src/algorithms/standard/pooltotensor.cpp +++ b/src/algorithms/standard/pooltotensor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/pooltotensor.h b/src/algorithms/standard/pooltotensor.h index 10c896b9f..f5eb48bd1 100644 --- a/src/algorithms/standard/pooltotensor.h +++ b/src/algorithms/standard/pooltotensor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/powerspectrum.cpp b/src/algorithms/standard/powerspectrum.cpp index 8089e7501..35bc73b4d 100644 --- a/src/algorithms/standard/powerspectrum.cpp +++ b/src/algorithms/standard/powerspectrum.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/powerspectrum.h b/src/algorithms/standard/powerspectrum.h index 7d30d2ab4..3e90a9557 100644 --- a/src/algorithms/standard/powerspectrum.h +++ b/src/algorithms/standard/powerspectrum.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/realaccumulator.cpp b/src/algorithms/standard/realaccumulator.cpp index ee84d2266..e17736e31 100644 --- a/src/algorithms/standard/realaccumulator.cpp +++ b/src/algorithms/standard/realaccumulator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/realaccumulator.h b/src/algorithms/standard/realaccumulator.h index 32ca47746..d6b73c1de 100644 --- a/src/algorithms/standard/realaccumulator.h +++ b/src/algorithms/standard/realaccumulator.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/replaygain.cpp b/src/algorithms/standard/replaygain.cpp index 1738dba6e..6ee0ac551 100644 --- a/src/algorithms/standard/replaygain.cpp +++ b/src/algorithms/standard/replaygain.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/replaygain.h b/src/algorithms/standard/replaygain.h index f41ee2e75..d5336edcd 100644 --- a/src/algorithms/standard/replaygain.h +++ b/src/algorithms/standard/replaygain.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/resample.cpp b/src/algorithms/standard/resample.cpp index 6f06c2be7..e48c4d03c 100644 --- a/src/algorithms/standard/resample.cpp +++ b/src/algorithms/standard/resample.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/resample.h b/src/algorithms/standard/resample.h index 3c0a5b723..8c8730de8 100644 --- a/src/algorithms/standard/resample.h +++ b/src/algorithms/standard/resample.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/scale.cpp b/src/algorithms/standard/scale.cpp index a570c7672..6bf6cebd4 100644 --- a/src/algorithms/standard/scale.cpp +++ b/src/algorithms/standard/scale.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/scale.h b/src/algorithms/standard/scale.h index cfd9d69df..d3bb56f4b 100644 --- a/src/algorithms/standard/scale.h +++ b/src/algorithms/standard/scale.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/silencerate.cpp b/src/algorithms/standard/silencerate.cpp index 7478359e2..811b31bba 100644 --- a/src/algorithms/standard/silencerate.cpp +++ b/src/algorithms/standard/silencerate.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/silencerate.h b/src/algorithms/standard/silencerate.h index d2716d1d3..d9f662686 100644 --- a/src/algorithms/standard/silencerate.h +++ b/src/algorithms/standard/silencerate.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/slicer.cpp b/src/algorithms/standard/slicer.cpp index 85c38cf16..1a9b8f6f8 100644 --- a/src/algorithms/standard/slicer.cpp +++ b/src/algorithms/standard/slicer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/slicer.h b/src/algorithms/standard/slicer.h index 69e552257..7dc9d5f94 100644 --- a/src/algorithms/standard/slicer.h +++ b/src/algorithms/standard/slicer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/spectrum.cpp b/src/algorithms/standard/spectrum.cpp index 8dce77784..bc5c642d5 100644 --- a/src/algorithms/standard/spectrum.cpp +++ b/src/algorithms/standard/spectrum.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/spectrum.h b/src/algorithms/standard/spectrum.h index a77945c26..ba92c31e4 100644 --- a/src/algorithms/standard/spectrum.h +++ b/src/algorithms/standard/spectrum.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/spectrumCQ.cpp b/src/algorithms/standard/spectrumCQ.cpp index c2c1b3ac5..68ecf7507 100644 --- a/src/algorithms/standard/spectrumCQ.cpp +++ b/src/algorithms/standard/spectrumCQ.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/spectrumCQ.h b/src/algorithms/standard/spectrumCQ.h index 14ebe0904..016c3304e 100644 --- a/src/algorithms/standard/spectrumCQ.h +++ b/src/algorithms/standard/spectrumCQ.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/spline.cpp b/src/algorithms/standard/spline.cpp index 5684f7e5a..5fa4def07 100644 --- a/src/algorithms/standard/spline.cpp +++ b/src/algorithms/standard/spline.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/spline.h b/src/algorithms/standard/spline.h index e44e531e3..1d5633f21 100644 --- a/src/algorithms/standard/spline.h +++ b/src/algorithms/standard/spline.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/startstopsilence.cpp b/src/algorithms/standard/startstopsilence.cpp index b0f5f506b..9688d55ae 100644 --- a/src/algorithms/standard/startstopsilence.cpp +++ b/src/algorithms/standard/startstopsilence.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/startstopsilence.h b/src/algorithms/standard/startstopsilence.h index 4ffd65a7b..877e6a9f6 100644 --- a/src/algorithms/standard/startstopsilence.h +++ b/src/algorithms/standard/startstopsilence.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/stereodemuxer.cpp b/src/algorithms/standard/stereodemuxer.cpp index 32bfa9dae..d67c54ab4 100644 --- a/src/algorithms/standard/stereodemuxer.cpp +++ b/src/algorithms/standard/stereodemuxer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/stereodemuxer.h b/src/algorithms/standard/stereodemuxer.h index 719be3a78..feabee58f 100644 --- a/src/algorithms/standard/stereodemuxer.h +++ b/src/algorithms/standard/stereodemuxer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/stereomuxer.cpp b/src/algorithms/standard/stereomuxer.cpp index 99fb2b358..63497c847 100644 --- a/src/algorithms/standard/stereomuxer.cpp +++ b/src/algorithms/standard/stereomuxer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/stereomuxer.h b/src/algorithms/standard/stereomuxer.h index 2fc75f605..03c9869e2 100644 --- a/src/algorithms/standard/stereomuxer.h +++ b/src/algorithms/standard/stereomuxer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/stereotrimmer.cpp b/src/algorithms/standard/stereotrimmer.cpp index 004c972c8..604a04397 100644 --- a/src/algorithms/standard/stereotrimmer.cpp +++ b/src/algorithms/standard/stereotrimmer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/stereotrimmer.h b/src/algorithms/standard/stereotrimmer.h index 2bae709e1..ad6ad2f25 100644 --- a/src/algorithms/standard/stereotrimmer.h +++ b/src/algorithms/standard/stereotrimmer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/tensornormalize.cpp b/src/algorithms/standard/tensornormalize.cpp index 23f02db1a..cdbc6949d 100644 --- a/src/algorithms/standard/tensornormalize.cpp +++ b/src/algorithms/standard/tensornormalize.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/tensornormalize.h b/src/algorithms/standard/tensornormalize.h index d47d7b7d9..dc4b44df4 100644 --- a/src/algorithms/standard/tensornormalize.h +++ b/src/algorithms/standard/tensornormalize.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/tensortopool.cpp b/src/algorithms/standard/tensortopool.cpp index d8b5c8759..afc9c0123 100644 --- a/src/algorithms/standard/tensortopool.cpp +++ b/src/algorithms/standard/tensortopool.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/tensortopool.h b/src/algorithms/standard/tensortopool.h index 691b84713..f36872056 100644 --- a/src/algorithms/standard/tensortopool.h +++ b/src/algorithms/standard/tensortopool.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/tensortovectorreal.cpp b/src/algorithms/standard/tensortovectorreal.cpp index 3f1577c9d..a5092ec40 100644 --- a/src/algorithms/standard/tensortovectorreal.cpp +++ b/src/algorithms/standard/tensortovectorreal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/tensortovectorreal.h b/src/algorithms/standard/tensortovectorreal.h index 0c4605eae..1f196b18a 100644 --- a/src/algorithms/standard/tensortovectorreal.h +++ b/src/algorithms/standard/tensortovectorreal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/tensortranspose.cpp b/src/algorithms/standard/tensortranspose.cpp index ec197034e..2e79ac169 100644 --- a/src/algorithms/standard/tensortranspose.cpp +++ b/src/algorithms/standard/tensortranspose.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/tensortranspose.h b/src/algorithms/standard/tensortranspose.h index 196755bea..acc9be1ee 100644 --- a/src/algorithms/standard/tensortranspose.h +++ b/src/algorithms/standard/tensortranspose.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/trimmer.cpp b/src/algorithms/standard/trimmer.cpp index e4af5fbf4..5285c987e 100644 --- a/src/algorithms/standard/trimmer.cpp +++ b/src/algorithms/standard/trimmer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/trimmer.h b/src/algorithms/standard/trimmer.h index 0074a87cd..907a9532d 100644 --- a/src/algorithms/standard/trimmer.h +++ b/src/algorithms/standard/trimmer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/unaryoperator.cpp b/src/algorithms/standard/unaryoperator.cpp index eec6ba77e..a5f436be0 100644 --- a/src/algorithms/standard/unaryoperator.cpp +++ b/src/algorithms/standard/unaryoperator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/unaryoperator.h b/src/algorithms/standard/unaryoperator.h index ff74a86fb..2eeb410eb 100644 --- a/src/algorithms/standard/unaryoperator.h +++ b/src/algorithms/standard/unaryoperator.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/unaryoperatorstream.cpp b/src/algorithms/standard/unaryoperatorstream.cpp index bec280be0..5750c5d51 100644 --- a/src/algorithms/standard/unaryoperatorstream.cpp +++ b/src/algorithms/standard/unaryoperatorstream.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/unaryoperatorstream.h b/src/algorithms/standard/unaryoperatorstream.h index ba15e3fa4..963241d01 100644 --- a/src/algorithms/standard/unaryoperatorstream.h +++ b/src/algorithms/standard/unaryoperatorstream.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/vectorrealaccumulator.cpp b/src/algorithms/standard/vectorrealaccumulator.cpp index aaf14ea42..c73dd65e2 100644 --- a/src/algorithms/standard/vectorrealaccumulator.cpp +++ b/src/algorithms/standard/vectorrealaccumulator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/vectorrealaccumulator.h b/src/algorithms/standard/vectorrealaccumulator.h index 2444209a0..b8504b4f3 100644 --- a/src/algorithms/standard/vectorrealaccumulator.h +++ b/src/algorithms/standard/vectorrealaccumulator.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/vectorrealtotensor.cpp b/src/algorithms/standard/vectorrealtotensor.cpp index 51584af73..d50bfc07c 100644 --- a/src/algorithms/standard/vectorrealtotensor.cpp +++ b/src/algorithms/standard/vectorrealtotensor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/vectorrealtotensor.h b/src/algorithms/standard/vectorrealtotensor.h index adde2901e..89a6b7d89 100644 --- a/src/algorithms/standard/vectorrealtotensor.h +++ b/src/algorithms/standard/vectorrealtotensor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/viterbi.cpp b/src/algorithms/standard/viterbi.cpp index dfa3ea8de..0335fd8ea 100644 --- a/src/algorithms/standard/viterbi.cpp +++ b/src/algorithms/standard/viterbi.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/viterbi.h b/src/algorithms/standard/viterbi.h index d9026c2d1..5c8a96324 100644 --- a/src/algorithms/standard/viterbi.h +++ b/src/algorithms/standard/viterbi.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/warpedautocorrelation.cpp b/src/algorithms/standard/warpedautocorrelation.cpp index 6aca80f3e..84008f79b 100644 --- a/src/algorithms/standard/warpedautocorrelation.cpp +++ b/src/algorithms/standard/warpedautocorrelation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/warpedautocorrelation.h b/src/algorithms/standard/warpedautocorrelation.h index ec246eb9d..2972205f6 100644 --- a/src/algorithms/standard/warpedautocorrelation.h +++ b/src/algorithms/standard/warpedautocorrelation.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/welch.cpp b/src/algorithms/standard/welch.cpp index 171a73f94..f8e4877e4 100644 --- a/src/algorithms/standard/welch.cpp +++ b/src/algorithms/standard/welch.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/welch.h b/src/algorithms/standard/welch.h index 189812009..194ef20be 100644 --- a/src/algorithms/standard/welch.h +++ b/src/algorithms/standard/welch.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/windowing.cpp b/src/algorithms/standard/windowing.cpp index c8f393f15..84c45cbbb 100644 --- a/src/algorithms/standard/windowing.cpp +++ b/src/algorithms/standard/windowing.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/standard/windowing.h b/src/algorithms/standard/windowing.h index 691de42f0..a7b085a06 100644 --- a/src/algorithms/standard/windowing.h +++ b/src/algorithms/standard/windowing.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/centralmoments.cpp b/src/algorithms/stats/centralmoments.cpp index 360517a9e..07cf71fd0 100644 --- a/src/algorithms/stats/centralmoments.cpp +++ b/src/algorithms/stats/centralmoments.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/centralmoments.h b/src/algorithms/stats/centralmoments.h index 903f82d30..12a1b3456 100644 --- a/src/algorithms/stats/centralmoments.h +++ b/src/algorithms/stats/centralmoments.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/centroid.cpp b/src/algorithms/stats/centroid.cpp index 6c2a21c4a..d8b39abd5 100644 --- a/src/algorithms/stats/centroid.cpp +++ b/src/algorithms/stats/centroid.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/centroid.h b/src/algorithms/stats/centroid.h index 948e9f120..179567b14 100644 --- a/src/algorithms/stats/centroid.h +++ b/src/algorithms/stats/centroid.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/crest.cpp b/src/algorithms/stats/crest.cpp index 3d3e3fbe6..79fe9adbe 100644 --- a/src/algorithms/stats/crest.cpp +++ b/src/algorithms/stats/crest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/crest.h b/src/algorithms/stats/crest.h index 6dd0505eb..378137252 100644 --- a/src/algorithms/stats/crest.h +++ b/src/algorithms/stats/crest.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/decrease.cpp b/src/algorithms/stats/decrease.cpp index 560a4ffb4..1729706f0 100644 --- a/src/algorithms/stats/decrease.cpp +++ b/src/algorithms/stats/decrease.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/decrease.h b/src/algorithms/stats/decrease.h index 8b465f842..363395248 100644 --- a/src/algorithms/stats/decrease.h +++ b/src/algorithms/stats/decrease.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/distributionshape.cpp b/src/algorithms/stats/distributionshape.cpp index f512a3e7a..0d661e158 100644 --- a/src/algorithms/stats/distributionshape.cpp +++ b/src/algorithms/stats/distributionshape.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/distributionshape.h b/src/algorithms/stats/distributionshape.h index 843ec1b2f..770d1a77d 100644 --- a/src/algorithms/stats/distributionshape.h +++ b/src/algorithms/stats/distributionshape.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/energy.cpp b/src/algorithms/stats/energy.cpp index 19cb8ff21..7daa25341 100644 --- a/src/algorithms/stats/energy.cpp +++ b/src/algorithms/stats/energy.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/energy.h b/src/algorithms/stats/energy.h index d87e22319..23c9c156c 100644 --- a/src/algorithms/stats/energy.h +++ b/src/algorithms/stats/energy.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/entropy.cpp b/src/algorithms/stats/entropy.cpp index db4c70b3d..ecdc4e4e7 100644 --- a/src/algorithms/stats/entropy.cpp +++ b/src/algorithms/stats/entropy.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/entropy.h b/src/algorithms/stats/entropy.h index 2d5c0a96e..7fc28a210 100644 --- a/src/algorithms/stats/entropy.h +++ b/src/algorithms/stats/entropy.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/flatness.cpp b/src/algorithms/stats/flatness.cpp index 13d1fcb43..ea28dd63d 100644 --- a/src/algorithms/stats/flatness.cpp +++ b/src/algorithms/stats/flatness.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/flatness.h b/src/algorithms/stats/flatness.h index 24a4f6bbc..7ef69a625 100644 --- a/src/algorithms/stats/flatness.h +++ b/src/algorithms/stats/flatness.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/geometricmean.cpp b/src/algorithms/stats/geometricmean.cpp index 16dcf697b..f3eb7dac2 100644 --- a/src/algorithms/stats/geometricmean.cpp +++ b/src/algorithms/stats/geometricmean.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/geometricmean.h b/src/algorithms/stats/geometricmean.h index ec4219f81..c73958c19 100644 --- a/src/algorithms/stats/geometricmean.h +++ b/src/algorithms/stats/geometricmean.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/histogram.cpp b/src/algorithms/stats/histogram.cpp index 9fbf52729..1e25300d6 100644 --- a/src/algorithms/stats/histogram.cpp +++ b/src/algorithms/stats/histogram.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/histogram.h b/src/algorithms/stats/histogram.h index 82a26e0a9..18fd38c8a 100644 --- a/src/algorithms/stats/histogram.h +++ b/src/algorithms/stats/histogram.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/instantpower.cpp b/src/algorithms/stats/instantpower.cpp index 14593e7ff..03e6fc311 100644 --- a/src/algorithms/stats/instantpower.cpp +++ b/src/algorithms/stats/instantpower.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/instantpower.h b/src/algorithms/stats/instantpower.h index d6eddc54c..9d8885e3e 100644 --- a/src/algorithms/stats/instantpower.h +++ b/src/algorithms/stats/instantpower.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/mean.cpp b/src/algorithms/stats/mean.cpp index 0ebab13f5..2c4dde1ff 100644 --- a/src/algorithms/stats/mean.cpp +++ b/src/algorithms/stats/mean.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/mean.h b/src/algorithms/stats/mean.h index 18389b5cf..c43c6d8bc 100644 --- a/src/algorithms/stats/mean.h +++ b/src/algorithms/stats/mean.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/median.cpp b/src/algorithms/stats/median.cpp index 34373bfd3..c80d62c62 100644 --- a/src/algorithms/stats/median.cpp +++ b/src/algorithms/stats/median.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/median.h b/src/algorithms/stats/median.h index 85d8d22c0..fef140d6a 100644 --- a/src/algorithms/stats/median.h +++ b/src/algorithms/stats/median.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/poolaggregator.cpp b/src/algorithms/stats/poolaggregator.cpp index ca48a69b6..835793abc 100644 --- a/src/algorithms/stats/poolaggregator.cpp +++ b/src/algorithms/stats/poolaggregator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/poolaggregator.h b/src/algorithms/stats/poolaggregator.h index afde95364..062fcf4fc 100644 --- a/src/algorithms/stats/poolaggregator.h +++ b/src/algorithms/stats/poolaggregator.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/powermean.cpp b/src/algorithms/stats/powermean.cpp index e579d1c06..57bea8b1f 100644 --- a/src/algorithms/stats/powermean.cpp +++ b/src/algorithms/stats/powermean.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/powermean.h b/src/algorithms/stats/powermean.h index 0d52f2d1c..e45b00582 100644 --- a/src/algorithms/stats/powermean.h +++ b/src/algorithms/stats/powermean.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/rawmoments.cpp b/src/algorithms/stats/rawmoments.cpp index 7d746d7e5..50293d49e 100644 --- a/src/algorithms/stats/rawmoments.cpp +++ b/src/algorithms/stats/rawmoments.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/rawmoments.h b/src/algorithms/stats/rawmoments.h index c80e80745..791763fe0 100644 --- a/src/algorithms/stats/rawmoments.h +++ b/src/algorithms/stats/rawmoments.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/rms.cpp b/src/algorithms/stats/rms.cpp index aef3710b2..801fca271 100644 --- a/src/algorithms/stats/rms.cpp +++ b/src/algorithms/stats/rms.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/rms.h b/src/algorithms/stats/rms.h index 702d50f03..f514fd779 100644 --- a/src/algorithms/stats/rms.h +++ b/src/algorithms/stats/rms.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/singlegaussian.cpp b/src/algorithms/stats/singlegaussian.cpp index 103635b45..67cbe0258 100644 --- a/src/algorithms/stats/singlegaussian.cpp +++ b/src/algorithms/stats/singlegaussian.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/singlegaussian.h b/src/algorithms/stats/singlegaussian.h index 72aad02dc..9c35e0ab7 100644 --- a/src/algorithms/stats/singlegaussian.h +++ b/src/algorithms/stats/singlegaussian.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/variance.cpp b/src/algorithms/stats/variance.cpp index 29ba8a818..25b552c17 100644 --- a/src/algorithms/stats/variance.cpp +++ b/src/algorithms/stats/variance.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/stats/variance.h b/src/algorithms/stats/variance.h index ef857de77..8be870036 100644 --- a/src/algorithms/stats/variance.h +++ b/src/algorithms/stats/variance.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/harmonicmask.cpp b/src/algorithms/synthesis/harmonicmask.cpp index 3d2478b0a..6a74fcaeb 100644 --- a/src/algorithms/synthesis/harmonicmask.cpp +++ b/src/algorithms/synthesis/harmonicmask.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/harmonicmask.h b/src/algorithms/synthesis/harmonicmask.h index 6b4b158d9..fd2a4fafd 100644 --- a/src/algorithms/synthesis/harmonicmask.h +++ b/src/algorithms/synthesis/harmonicmask.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/harmonicmodelanal.cpp b/src/algorithms/synthesis/harmonicmodelanal.cpp index f6aa4e2a2..c9287f467 100644 --- a/src/algorithms/synthesis/harmonicmodelanal.cpp +++ b/src/algorithms/synthesis/harmonicmodelanal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/harmonicmodelanal.h b/src/algorithms/synthesis/harmonicmodelanal.h index 73ab93851..c08edcabf 100644 --- a/src/algorithms/synthesis/harmonicmodelanal.h +++ b/src/algorithms/synthesis/harmonicmodelanal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/hprmodelanal.cpp b/src/algorithms/synthesis/hprmodelanal.cpp index c49bfafcb..d3038c44a 100644 --- a/src/algorithms/synthesis/hprmodelanal.cpp +++ b/src/algorithms/synthesis/hprmodelanal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/hprmodelanal.h b/src/algorithms/synthesis/hprmodelanal.h index 55950eea6..a162037d3 100644 --- a/src/algorithms/synthesis/hprmodelanal.h +++ b/src/algorithms/synthesis/hprmodelanal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/hpsmodelanal.cpp b/src/algorithms/synthesis/hpsmodelanal.cpp index ebda50433..275802a17 100644 --- a/src/algorithms/synthesis/hpsmodelanal.cpp +++ b/src/algorithms/synthesis/hpsmodelanal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/hpsmodelanal.h b/src/algorithms/synthesis/hpsmodelanal.h index e85795746..e0b953309 100644 --- a/src/algorithms/synthesis/hpsmodelanal.h +++ b/src/algorithms/synthesis/hpsmodelanal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/resamplefft.cpp b/src/algorithms/synthesis/resamplefft.cpp index 9ce4e56cc..66547fa6f 100644 --- a/src/algorithms/synthesis/resamplefft.cpp +++ b/src/algorithms/synthesis/resamplefft.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/resamplefft.h b/src/algorithms/synthesis/resamplefft.h index 8859b7b1b..c82a2a9eb 100644 --- a/src/algorithms/synthesis/resamplefft.h +++ b/src/algorithms/synthesis/resamplefft.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/sinemodelanal.cpp b/src/algorithms/synthesis/sinemodelanal.cpp index 45a0f9c16..91fe74b09 100644 --- a/src/algorithms/synthesis/sinemodelanal.cpp +++ b/src/algorithms/synthesis/sinemodelanal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/sinemodelanal.h b/src/algorithms/synthesis/sinemodelanal.h index ae5628e81..30271c162 100644 --- a/src/algorithms/synthesis/sinemodelanal.h +++ b/src/algorithms/synthesis/sinemodelanal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/sinemodelsynth.cpp b/src/algorithms/synthesis/sinemodelsynth.cpp index 3f6eb583d..e4ebee913 100644 --- a/src/algorithms/synthesis/sinemodelsynth.cpp +++ b/src/algorithms/synthesis/sinemodelsynth.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/sinemodelsynth.h b/src/algorithms/synthesis/sinemodelsynth.h index 0e59f6e97..c3f7e4680 100644 --- a/src/algorithms/synthesis/sinemodelsynth.h +++ b/src/algorithms/synthesis/sinemodelsynth.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/sinesubtraction.cpp b/src/algorithms/synthesis/sinesubtraction.cpp index ab2bfffc6..11bd6aff0 100644 --- a/src/algorithms/synthesis/sinesubtraction.cpp +++ b/src/algorithms/synthesis/sinesubtraction.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/sinesubtraction.h b/src/algorithms/synthesis/sinesubtraction.h index 61121eb1c..57be6d3d1 100644 --- a/src/algorithms/synthesis/sinesubtraction.h +++ b/src/algorithms/synthesis/sinesubtraction.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/sprmodelanal.cpp b/src/algorithms/synthesis/sprmodelanal.cpp index b07cbe20a..71b0213fb 100644 --- a/src/algorithms/synthesis/sprmodelanal.cpp +++ b/src/algorithms/synthesis/sprmodelanal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/sprmodelanal.h b/src/algorithms/synthesis/sprmodelanal.h index b34b8980b..4668db248 100644 --- a/src/algorithms/synthesis/sprmodelanal.h +++ b/src/algorithms/synthesis/sprmodelanal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/sprmodelsynth.cpp b/src/algorithms/synthesis/sprmodelsynth.cpp index cc6fb6a2b..5c9a622fd 100644 --- a/src/algorithms/synthesis/sprmodelsynth.cpp +++ b/src/algorithms/synthesis/sprmodelsynth.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/sprmodelsynth.h b/src/algorithms/synthesis/sprmodelsynth.h index 0312acc0b..3009b8c0b 100644 --- a/src/algorithms/synthesis/sprmodelsynth.h +++ b/src/algorithms/synthesis/sprmodelsynth.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/spsmodelanal.cpp b/src/algorithms/synthesis/spsmodelanal.cpp index c01c94418..baf4340a0 100644 --- a/src/algorithms/synthesis/spsmodelanal.cpp +++ b/src/algorithms/synthesis/spsmodelanal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/spsmodelanal.h b/src/algorithms/synthesis/spsmodelanal.h index a2255a8bf..e48728c36 100644 --- a/src/algorithms/synthesis/spsmodelanal.h +++ b/src/algorithms/synthesis/spsmodelanal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/spsmodelsynth.cpp b/src/algorithms/synthesis/spsmodelsynth.cpp index 80682efc9..7e25bd5f9 100644 --- a/src/algorithms/synthesis/spsmodelsynth.cpp +++ b/src/algorithms/synthesis/spsmodelsynth.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/spsmodelsynth.h b/src/algorithms/synthesis/spsmodelsynth.h index 99058fac2..e78cb579d 100644 --- a/src/algorithms/synthesis/spsmodelsynth.h +++ b/src/algorithms/synthesis/spsmodelsynth.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/stochasticmodelanal.cpp b/src/algorithms/synthesis/stochasticmodelanal.cpp index b1924b4ca..13c72c5c8 100644 --- a/src/algorithms/synthesis/stochasticmodelanal.cpp +++ b/src/algorithms/synthesis/stochasticmodelanal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/stochasticmodelanal.h b/src/algorithms/synthesis/stochasticmodelanal.h index 4542efbac..7119e512d 100644 --- a/src/algorithms/synthesis/stochasticmodelanal.h +++ b/src/algorithms/synthesis/stochasticmodelanal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/stochasticmodelsynth.cpp b/src/algorithms/synthesis/stochasticmodelsynth.cpp index f1dc9c122..cd122f0ca 100644 --- a/src/algorithms/synthesis/stochasticmodelsynth.cpp +++ b/src/algorithms/synthesis/stochasticmodelsynth.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/synthesis/stochasticmodelsynth.h b/src/algorithms/synthesis/stochasticmodelsynth.h index dec6c0cb5..48f1e748c 100644 --- a/src/algorithms/synthesis/stochasticmodelsynth.h +++ b/src/algorithms/synthesis/stochasticmodelsynth.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/temporal/duration.cpp b/src/algorithms/temporal/duration.cpp index cfdd82675..ed21eeba8 100644 --- a/src/algorithms/temporal/duration.cpp +++ b/src/algorithms/temporal/duration.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/temporal/duration.h b/src/algorithms/temporal/duration.h index c473c6145..40871d840 100644 --- a/src/algorithms/temporal/duration.h +++ b/src/algorithms/temporal/duration.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/temporal/effectiveduration.cpp b/src/algorithms/temporal/effectiveduration.cpp index 0d3134588..395976301 100644 --- a/src/algorithms/temporal/effectiveduration.cpp +++ b/src/algorithms/temporal/effectiveduration.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/temporal/effectiveduration.h b/src/algorithms/temporal/effectiveduration.h index 9643beb1f..5a1e3f5e8 100644 --- a/src/algorithms/temporal/effectiveduration.h +++ b/src/algorithms/temporal/effectiveduration.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/temporal/larm.cpp b/src/algorithms/temporal/larm.cpp index 28dff2be3..78c967224 100644 --- a/src/algorithms/temporal/larm.cpp +++ b/src/algorithms/temporal/larm.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/temporal/larm.h b/src/algorithms/temporal/larm.h index c935fb664..2c7f4aa4c 100644 --- a/src/algorithms/temporal/larm.h +++ b/src/algorithms/temporal/larm.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/temporal/leq.cpp b/src/algorithms/temporal/leq.cpp index 0a064711f..a0d719dec 100644 --- a/src/algorithms/temporal/leq.cpp +++ b/src/algorithms/temporal/leq.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/temporal/leq.h b/src/algorithms/temporal/leq.h index a19aa686f..3a49f54d9 100644 --- a/src/algorithms/temporal/leq.h +++ b/src/algorithms/temporal/leq.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/temporal/loudness.cpp b/src/algorithms/temporal/loudness.cpp index f14fb88cd..30051103d 100644 --- a/src/algorithms/temporal/loudness.cpp +++ b/src/algorithms/temporal/loudness.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/temporal/loudness.h b/src/algorithms/temporal/loudness.h index 41fe07cb1..45b6ef000 100644 --- a/src/algorithms/temporal/loudness.h +++ b/src/algorithms/temporal/loudness.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/temporal/loudnessebur128.cpp b/src/algorithms/temporal/loudnessebur128.cpp index 602c149eb..5866708a7 100644 --- a/src/algorithms/temporal/loudnessebur128.cpp +++ b/src/algorithms/temporal/loudnessebur128.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/temporal/loudnessebur128.h b/src/algorithms/temporal/loudnessebur128.h index c9c1cb58c..02ffbdc26 100644 --- a/src/algorithms/temporal/loudnessebur128.h +++ b/src/algorithms/temporal/loudnessebur128.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/temporal/loudnessebur128filter.cpp b/src/algorithms/temporal/loudnessebur128filter.cpp index 4e3eadc45..e56a558f0 100644 --- a/src/algorithms/temporal/loudnessebur128filter.cpp +++ b/src/algorithms/temporal/loudnessebur128filter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/temporal/loudnessebur128filter.h b/src/algorithms/temporal/loudnessebur128filter.h index a3d79f410..391c5516a 100644 --- a/src/algorithms/temporal/loudnessebur128filter.h +++ b/src/algorithms/temporal/loudnessebur128filter.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/temporal/loudnessvickers.cpp b/src/algorithms/temporal/loudnessvickers.cpp index a6152a342..3ddf96e8b 100644 --- a/src/algorithms/temporal/loudnessvickers.cpp +++ b/src/algorithms/temporal/loudnessvickers.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/temporal/loudnessvickers.h b/src/algorithms/temporal/loudnessvickers.h index 4b37cd9c4..afd1fb80b 100644 --- a/src/algorithms/temporal/loudnessvickers.h +++ b/src/algorithms/temporal/loudnessvickers.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/temporal/lpc.cpp b/src/algorithms/temporal/lpc.cpp index b67c57eec..55ec65e66 100644 --- a/src/algorithms/temporal/lpc.cpp +++ b/src/algorithms/temporal/lpc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/temporal/lpc.h b/src/algorithms/temporal/lpc.h index 16dccb1e9..f0cadf76d 100644 --- a/src/algorithms/temporal/lpc.h +++ b/src/algorithms/temporal/lpc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/temporal/zerocrossingrate.cpp b/src/algorithms/temporal/zerocrossingrate.cpp index b3384d724..adf0851fa 100644 --- a/src/algorithms/temporal/zerocrossingrate.cpp +++ b/src/algorithms/temporal/zerocrossingrate.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/temporal/zerocrossingrate.h b/src/algorithms/temporal/zerocrossingrate.h index 57346dd89..d96916bab 100644 --- a/src/algorithms/temporal/zerocrossingrate.h +++ b/src/algorithms/temporal/zerocrossingrate.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/chordsdescriptors.cpp b/src/algorithms/tonal/chordsdescriptors.cpp index 13e8adb9c..69bd5b2fd 100644 --- a/src/algorithms/tonal/chordsdescriptors.cpp +++ b/src/algorithms/tonal/chordsdescriptors.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/chordsdescriptors.h b/src/algorithms/tonal/chordsdescriptors.h index d5d9570ef..4d47b20ef 100644 --- a/src/algorithms/tonal/chordsdescriptors.h +++ b/src/algorithms/tonal/chordsdescriptors.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/chordsdetection.cpp b/src/algorithms/tonal/chordsdetection.cpp index f55048376..83aa90ab6 100644 --- a/src/algorithms/tonal/chordsdetection.cpp +++ b/src/algorithms/tonal/chordsdetection.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/chordsdetection.h b/src/algorithms/tonal/chordsdetection.h index f9a2efb49..cf771a908 100644 --- a/src/algorithms/tonal/chordsdetection.h +++ b/src/algorithms/tonal/chordsdetection.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/chordsdetectionbeats.cpp b/src/algorithms/tonal/chordsdetectionbeats.cpp index b86d27c5d..b922a710e 100644 --- a/src/algorithms/tonal/chordsdetectionbeats.cpp +++ b/src/algorithms/tonal/chordsdetectionbeats.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/chordsdetectionbeats.h b/src/algorithms/tonal/chordsdetectionbeats.h index f813c8fd5..a3adb7106 100644 --- a/src/algorithms/tonal/chordsdetectionbeats.h +++ b/src/algorithms/tonal/chordsdetectionbeats.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/dissonance.cpp b/src/algorithms/tonal/dissonance.cpp index aed5e3504..29bb0c7fd 100644 --- a/src/algorithms/tonal/dissonance.cpp +++ b/src/algorithms/tonal/dissonance.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/dissonance.h b/src/algorithms/tonal/dissonance.h index 31a8d8257..62af2a12f 100644 --- a/src/algorithms/tonal/dissonance.h +++ b/src/algorithms/tonal/dissonance.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/harmonicpeaks.cpp b/src/algorithms/tonal/harmonicpeaks.cpp index c131f464b..0ba04dc39 100644 --- a/src/algorithms/tonal/harmonicpeaks.cpp +++ b/src/algorithms/tonal/harmonicpeaks.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/harmonicpeaks.h b/src/algorithms/tonal/harmonicpeaks.h index dad638d32..c3e23e5ad 100644 --- a/src/algorithms/tonal/harmonicpeaks.h +++ b/src/algorithms/tonal/harmonicpeaks.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/highresolutionfeatures.cpp b/src/algorithms/tonal/highresolutionfeatures.cpp index 9a69d864d..a0aedd1fe 100644 --- a/src/algorithms/tonal/highresolutionfeatures.cpp +++ b/src/algorithms/tonal/highresolutionfeatures.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/highresolutionfeatures.h b/src/algorithms/tonal/highresolutionfeatures.h index 0210b96d8..46996e2eb 100644 --- a/src/algorithms/tonal/highresolutionfeatures.h +++ b/src/algorithms/tonal/highresolutionfeatures.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/inharmonicity.cpp b/src/algorithms/tonal/inharmonicity.cpp index 1600d2f5f..7d2f89817 100644 --- a/src/algorithms/tonal/inharmonicity.cpp +++ b/src/algorithms/tonal/inharmonicity.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/inharmonicity.h b/src/algorithms/tonal/inharmonicity.h index 3e83c86f1..89366c013 100644 --- a/src/algorithms/tonal/inharmonicity.h +++ b/src/algorithms/tonal/inharmonicity.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/key.cpp b/src/algorithms/tonal/key.cpp index a9b4e1691..84ca06401 100644 --- a/src/algorithms/tonal/key.cpp +++ b/src/algorithms/tonal/key.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/key.h b/src/algorithms/tonal/key.h index 19c2a440d..6cb60584b 100644 --- a/src/algorithms/tonal/key.h +++ b/src/algorithms/tonal/key.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/multipitchklapuri.cpp b/src/algorithms/tonal/multipitchklapuri.cpp index 9c8f5c3aa..6bdad7a1f 100644 --- a/src/algorithms/tonal/multipitchklapuri.cpp +++ b/src/algorithms/tonal/multipitchklapuri.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/multipitchklapuri.h b/src/algorithms/tonal/multipitchklapuri.h index 184b540e5..f64e0a3f0 100644 --- a/src/algorithms/tonal/multipitchklapuri.h +++ b/src/algorithms/tonal/multipitchklapuri.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/multipitchmelodia.cpp b/src/algorithms/tonal/multipitchmelodia.cpp index b737a553a..484a33596 100644 --- a/src/algorithms/tonal/multipitchmelodia.cpp +++ b/src/algorithms/tonal/multipitchmelodia.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/multipitchmelodia.h b/src/algorithms/tonal/multipitchmelodia.h index dcc55d43a..89d43836b 100644 --- a/src/algorithms/tonal/multipitchmelodia.h +++ b/src/algorithms/tonal/multipitchmelodia.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/nnlschroma.cpp b/src/algorithms/tonal/nnlschroma.cpp index b9eef06c2..ad181b1b6 100644 --- a/src/algorithms/tonal/nnlschroma.cpp +++ b/src/algorithms/tonal/nnlschroma.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/nnlschroma.h b/src/algorithms/tonal/nnlschroma.h index 1df800cce..90302b654 100644 --- a/src/algorithms/tonal/nnlschroma.h +++ b/src/algorithms/tonal/nnlschroma.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/oddtoevenharmonicenergyratio.cpp b/src/algorithms/tonal/oddtoevenharmonicenergyratio.cpp index e46cc3d0b..c5c591b2c 100644 --- a/src/algorithms/tonal/oddtoevenharmonicenergyratio.cpp +++ b/src/algorithms/tonal/oddtoevenharmonicenergyratio.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/oddtoevenharmonicenergyratio.h b/src/algorithms/tonal/oddtoevenharmonicenergyratio.h index 3b6edcfb7..0a8a1bb2f 100644 --- a/src/algorithms/tonal/oddtoevenharmonicenergyratio.h +++ b/src/algorithms/tonal/oddtoevenharmonicenergyratio.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchcontours.cpp b/src/algorithms/tonal/pitchcontours.cpp index dee0dc640..c74fe8ac6 100644 --- a/src/algorithms/tonal/pitchcontours.cpp +++ b/src/algorithms/tonal/pitchcontours.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchcontours.h b/src/algorithms/tonal/pitchcontours.h index 26f9af90c..e3e727bea 100644 --- a/src/algorithms/tonal/pitchcontours.h +++ b/src/algorithms/tonal/pitchcontours.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchcontoursegmentation.cpp b/src/algorithms/tonal/pitchcontoursegmentation.cpp index d228ecb54..1a26cdcbc 100644 --- a/src/algorithms/tonal/pitchcontoursegmentation.cpp +++ b/src/algorithms/tonal/pitchcontoursegmentation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchcontoursegmentation.h b/src/algorithms/tonal/pitchcontoursegmentation.h index 7e86719b3..f7ea72b0e 100644 --- a/src/algorithms/tonal/pitchcontoursegmentation.h +++ b/src/algorithms/tonal/pitchcontoursegmentation.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchcontoursmelody.cpp b/src/algorithms/tonal/pitchcontoursmelody.cpp index 9b691de08..d78bc3ca4 100644 --- a/src/algorithms/tonal/pitchcontoursmelody.cpp +++ b/src/algorithms/tonal/pitchcontoursmelody.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchcontoursmelody.h b/src/algorithms/tonal/pitchcontoursmelody.h index 1604ed005..f2ecbb81e 100644 --- a/src/algorithms/tonal/pitchcontoursmelody.h +++ b/src/algorithms/tonal/pitchcontoursmelody.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchcontoursmonomelody.cpp b/src/algorithms/tonal/pitchcontoursmonomelody.cpp index 02f2cb98c..6e7e41ccf 100644 --- a/src/algorithms/tonal/pitchcontoursmonomelody.cpp +++ b/src/algorithms/tonal/pitchcontoursmonomelody.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchcontoursmonomelody.h b/src/algorithms/tonal/pitchcontoursmonomelody.h index b6ab3d906..5f38f0a67 100644 --- a/src/algorithms/tonal/pitchcontoursmonomelody.h +++ b/src/algorithms/tonal/pitchcontoursmonomelody.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchcontoursmultimelody.cpp b/src/algorithms/tonal/pitchcontoursmultimelody.cpp index 932e357f8..c0e7777c5 100644 --- a/src/algorithms/tonal/pitchcontoursmultimelody.cpp +++ b/src/algorithms/tonal/pitchcontoursmultimelody.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchcontoursmultimelody.h b/src/algorithms/tonal/pitchcontoursmultimelody.h index 3df6760c1..8a510bdaf 100644 --- a/src/algorithms/tonal/pitchcontoursmultimelody.h +++ b/src/algorithms/tonal/pitchcontoursmultimelody.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchfilter.cpp b/src/algorithms/tonal/pitchfilter.cpp index c0530a9ec..b64ff13ee 100644 --- a/src/algorithms/tonal/pitchfilter.cpp +++ b/src/algorithms/tonal/pitchfilter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchfilter.h b/src/algorithms/tonal/pitchfilter.h index 44599dae9..577ed21ce 100644 --- a/src/algorithms/tonal/pitchfilter.h +++ b/src/algorithms/tonal/pitchfilter.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchmelodia.cpp b/src/algorithms/tonal/pitchmelodia.cpp index 9a7c2d666..9f8cc7cec 100644 --- a/src/algorithms/tonal/pitchmelodia.cpp +++ b/src/algorithms/tonal/pitchmelodia.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchmelodia.h b/src/algorithms/tonal/pitchmelodia.h index 00b4b0daf..dd4660444 100644 --- a/src/algorithms/tonal/pitchmelodia.h +++ b/src/algorithms/tonal/pitchmelodia.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchsaliencefunction.cpp b/src/algorithms/tonal/pitchsaliencefunction.cpp index 00c46ced9..cda1cddb4 100644 --- a/src/algorithms/tonal/pitchsaliencefunction.cpp +++ b/src/algorithms/tonal/pitchsaliencefunction.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchsaliencefunction.h b/src/algorithms/tonal/pitchsaliencefunction.h index 2130ad158..dea2a45fc 100644 --- a/src/algorithms/tonal/pitchsaliencefunction.h +++ b/src/algorithms/tonal/pitchsaliencefunction.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchsaliencefunctionpeaks.cpp b/src/algorithms/tonal/pitchsaliencefunctionpeaks.cpp index 899f9c9e5..f5f02fc5e 100644 --- a/src/algorithms/tonal/pitchsaliencefunctionpeaks.cpp +++ b/src/algorithms/tonal/pitchsaliencefunctionpeaks.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchsaliencefunctionpeaks.h b/src/algorithms/tonal/pitchsaliencefunctionpeaks.h index e37667955..9e2ce6efa 100644 --- a/src/algorithms/tonal/pitchsaliencefunctionpeaks.h +++ b/src/algorithms/tonal/pitchsaliencefunctionpeaks.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchyin.cpp b/src/algorithms/tonal/pitchyin.cpp index 6b7f302a0..b030f7692 100644 --- a/src/algorithms/tonal/pitchyin.cpp +++ b/src/algorithms/tonal/pitchyin.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchyin.h b/src/algorithms/tonal/pitchyin.h index c798c32e2..f0ba27dab 100644 --- a/src/algorithms/tonal/pitchyin.h +++ b/src/algorithms/tonal/pitchyin.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchyinfft.cpp b/src/algorithms/tonal/pitchyinfft.cpp index 30f1dbd06..cc63566ef 100644 --- a/src/algorithms/tonal/pitchyinfft.cpp +++ b/src/algorithms/tonal/pitchyinfft.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchyinfft.h b/src/algorithms/tonal/pitchyinfft.h index 9633b1897..6059c6b18 100644 --- a/src/algorithms/tonal/pitchyinfft.h +++ b/src/algorithms/tonal/pitchyinfft.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchyinprobabilistic.cpp b/src/algorithms/tonal/pitchyinprobabilistic.cpp index 7bf4d3b7a..4026501b6 100644 --- a/src/algorithms/tonal/pitchyinprobabilistic.cpp +++ b/src/algorithms/tonal/pitchyinprobabilistic.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchyinprobabilistic.h b/src/algorithms/tonal/pitchyinprobabilistic.h index 2c6b00fd1..5ea26f2e3 100644 --- a/src/algorithms/tonal/pitchyinprobabilistic.h +++ b/src/algorithms/tonal/pitchyinprobabilistic.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchyinprobabilities.cpp b/src/algorithms/tonal/pitchyinprobabilities.cpp index 927dcf8c7..479af15ce 100644 --- a/src/algorithms/tonal/pitchyinprobabilities.cpp +++ b/src/algorithms/tonal/pitchyinprobabilities.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchyinprobabilities.h b/src/algorithms/tonal/pitchyinprobabilities.h index 9930dd86e..54ab2c18b 100644 --- a/src/algorithms/tonal/pitchyinprobabilities.h +++ b/src/algorithms/tonal/pitchyinprobabilities.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchyinprobabilitieshmm.cpp b/src/algorithms/tonal/pitchyinprobabilitieshmm.cpp index da76d1580..8ddde5e92 100644 --- a/src/algorithms/tonal/pitchyinprobabilitieshmm.cpp +++ b/src/algorithms/tonal/pitchyinprobabilitieshmm.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/pitchyinprobabilitieshmm.h b/src/algorithms/tonal/pitchyinprobabilitieshmm.h index 3cc506379..b7f84f763 100644 --- a/src/algorithms/tonal/pitchyinprobabilitieshmm.h +++ b/src/algorithms/tonal/pitchyinprobabilitieshmm.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/predominantpitchmelodia.cpp b/src/algorithms/tonal/predominantpitchmelodia.cpp index f97cd7991..085ff30be 100644 --- a/src/algorithms/tonal/predominantpitchmelodia.cpp +++ b/src/algorithms/tonal/predominantpitchmelodia.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/predominantpitchmelodia.h b/src/algorithms/tonal/predominantpitchmelodia.h index 9d6d75d4b..07d79d846 100644 --- a/src/algorithms/tonal/predominantpitchmelodia.h +++ b/src/algorithms/tonal/predominantpitchmelodia.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/tonicindianartmusic.cpp b/src/algorithms/tonal/tonicindianartmusic.cpp index 5a0f8e368..cab1a1710 100644 --- a/src/algorithms/tonal/tonicindianartmusic.cpp +++ b/src/algorithms/tonal/tonicindianartmusic.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/tonicindianartmusic.h b/src/algorithms/tonal/tonicindianartmusic.h index f945eb2a9..a2b67d3da 100644 --- a/src/algorithms/tonal/tonicindianartmusic.h +++ b/src/algorithms/tonal/tonicindianartmusic.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/tristimulus.cpp b/src/algorithms/tonal/tristimulus.cpp index 88988b7aa..ab63cfaa3 100644 --- a/src/algorithms/tonal/tristimulus.cpp +++ b/src/algorithms/tonal/tristimulus.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/tristimulus.h b/src/algorithms/tonal/tristimulus.h index fa8ee9d12..dc1ee9453 100644 --- a/src/algorithms/tonal/tristimulus.h +++ b/src/algorithms/tonal/tristimulus.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/tuningfrequency.cpp b/src/algorithms/tonal/tuningfrequency.cpp index d6a449b95..6768a33d1 100644 --- a/src/algorithms/tonal/tuningfrequency.cpp +++ b/src/algorithms/tonal/tuningfrequency.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/tuningfrequency.h b/src/algorithms/tonal/tuningfrequency.h index fdc04ea32..d1936803a 100644 --- a/src/algorithms/tonal/tuningfrequency.h +++ b/src/algorithms/tonal/tuningfrequency.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/vibrato.cpp b/src/algorithms/tonal/vibrato.cpp index 93da27e08..8c851d4bc 100644 --- a/src/algorithms/tonal/vibrato.cpp +++ b/src/algorithms/tonal/vibrato.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/algorithms/tonal/vibrato.h b/src/algorithms/tonal/vibrato.h index 70b1672ec..db442426d 100644 --- a/src/algorithms/tonal/vibrato.h +++ b/src/algorithms/tonal/vibrato.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/algorithm.cpp b/src/essentia/algorithm.cpp index e5090ae32..a03e34e42 100644 --- a/src/essentia/algorithm.cpp +++ b/src/essentia/algorithm.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/algorithm.h b/src/essentia/algorithm.h index 38d17e49d..23b374bed 100644 --- a/src/essentia/algorithm.h +++ b/src/essentia/algorithm.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/algorithmfactory.h b/src/essentia/algorithmfactory.h index d433e0817..556b451cc 100644 --- a/src/essentia/algorithmfactory.h +++ b/src/essentia/algorithmfactory.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/algorithmfactory_impl.h b/src/essentia/algorithmfactory_impl.h index e836abeed..dd49d6048 100644 --- a/src/essentia/algorithmfactory_impl.h +++ b/src/essentia/algorithmfactory_impl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/config.h b/src/essentia/config.h index a21abf26d..79555df7d 100644 --- a/src/essentia/config.h +++ b/src/essentia/config.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/configurable.cpp b/src/essentia/configurable.cpp index b086a4799..bc5480776 100644 --- a/src/essentia/configurable.cpp +++ b/src/essentia/configurable.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/configurable.h b/src/essentia/configurable.h index f1f522c99..5805f57a7 100644 --- a/src/essentia/configurable.h +++ b/src/essentia/configurable.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/connector.cpp b/src/essentia/connector.cpp index b76e3355b..4ded57683 100644 --- a/src/essentia/connector.cpp +++ b/src/essentia/connector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/connector.h b/src/essentia/connector.h index 785444875..95b62e608 100644 --- a/src/essentia/connector.h +++ b/src/essentia/connector.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/debugging.cpp b/src/essentia/debugging.cpp index c86220c10..0aea88920 100644 --- a/src/essentia/debugging.cpp +++ b/src/essentia/debugging.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/debugging.h b/src/essentia/debugging.h index ba1ba0ecd..e950f5beb 100644 --- a/src/essentia/debugging.h +++ b/src/essentia/debugging.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/essentia.cpp b/src/essentia/essentia.cpp index d2a872d7a..a5d07fa45 100644 --- a/src/essentia/essentia.cpp +++ b/src/essentia/essentia.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/essentia.h b/src/essentia/essentia.h index bb3474cec..fc7353263 100644 --- a/src/essentia/essentia.h +++ b/src/essentia/essentia.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/essentiamath.h b/src/essentia/essentiamath.h index 10cc0465b..36f1a1933 100644 --- a/src/essentia/essentiamath.h +++ b/src/essentia/essentiamath.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/essentiautil.cpp b/src/essentia/essentiautil.cpp index 2dd6ec895..0980cf7e1 100644 --- a/src/essentia/essentiautil.cpp +++ b/src/essentia/essentiautil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/essentiautil.h b/src/essentia/essentiautil.h index 589c6574a..dbc0ae95b 100644 --- a/src/essentia/essentiautil.h +++ b/src/essentia/essentiautil.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/iotypewrappers.h b/src/essentia/iotypewrappers.h index 265c9b9df..02aa9d805 100644 --- a/src/essentia/iotypewrappers.h +++ b/src/essentia/iotypewrappers.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/iotypewrappers_impl.h b/src/essentia/iotypewrappers_impl.h index deea42408..d610e0745 100644 --- a/src/essentia/iotypewrappers_impl.h +++ b/src/essentia/iotypewrappers_impl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/parameter.cpp b/src/essentia/parameter.cpp index 9c684c6c2..a6f620cd5 100644 --- a/src/essentia/parameter.cpp +++ b/src/essentia/parameter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/parameter.h b/src/essentia/parameter.h index 7c7e776c6..6dbfba23e 100644 --- a/src/essentia/parameter.h +++ b/src/essentia/parameter.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/pool.cpp b/src/essentia/pool.cpp index 8f6bbb81a..092d97cdd 100644 --- a/src/essentia/pool.cpp +++ b/src/essentia/pool.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/pool.h b/src/essentia/pool.h index e60e5139e..96954490d 100644 --- a/src/essentia/pool.h +++ b/src/essentia/pool.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/range.cpp b/src/essentia/range.cpp index c0c528456..70476b7a0 100644 --- a/src/essentia/range.cpp +++ b/src/essentia/range.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/range.h b/src/essentia/range.h index 4908c1865..323d50b4c 100644 --- a/src/essentia/range.h +++ b/src/essentia/range.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/roguevector.h b/src/essentia/roguevector.h index 88f495c5a..000f4058d 100644 --- a/src/essentia/roguevector.h +++ b/src/essentia/roguevector.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/scheduler/graphutils.h b/src/essentia/scheduler/graphutils.h index 662558709..e998aa4f1 100644 --- a/src/essentia/scheduler/graphutils.h +++ b/src/essentia/scheduler/graphutils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/scheduler/network.cpp b/src/essentia/scheduler/network.cpp index 8cb80a39e..7046731db 100644 --- a/src/essentia/scheduler/network.cpp +++ b/src/essentia/scheduler/network.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/scheduler/network.h b/src/essentia/scheduler/network.h index 66a8d1669..c8712b2c5 100644 --- a/src/essentia/scheduler/network.h +++ b/src/essentia/scheduler/network.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/scheduler/networkparser.cpp b/src/essentia/scheduler/networkparser.cpp index c88a2e863..302d34377 100644 --- a/src/essentia/scheduler/networkparser.cpp +++ b/src/essentia/scheduler/networkparser.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/scheduler/networkparser.h b/src/essentia/scheduler/networkparser.h index 969c00bf7..efbb68705 100644 --- a/src/essentia/scheduler/networkparser.h +++ b/src/essentia/scheduler/networkparser.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streamconnector.h b/src/essentia/streamconnector.h index c2d1d8ff9..7bda7395d 100644 --- a/src/essentia/streamconnector.h +++ b/src/essentia/streamconnector.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/accumulatoralgorithm.cpp b/src/essentia/streaming/accumulatoralgorithm.cpp index a437a7411..a67fb09a6 100644 --- a/src/essentia/streaming/accumulatoralgorithm.cpp +++ b/src/essentia/streaming/accumulatoralgorithm.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/accumulatoralgorithm.h b/src/essentia/streaming/accumulatoralgorithm.h index 0ae284e00..44b63b576 100644 --- a/src/essentia/streaming/accumulatoralgorithm.h +++ b/src/essentia/streaming/accumulatoralgorithm.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/algorithms/copy.h b/src/essentia/streaming/algorithms/copy.h index dc9d26a52..e0303dc3d 100644 --- a/src/essentia/streaming/algorithms/copy.h +++ b/src/essentia/streaming/algorithms/copy.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/algorithms/devnull.cpp b/src/essentia/streaming/algorithms/devnull.cpp index 4b912cccf..15cf308d3 100644 --- a/src/essentia/streaming/algorithms/devnull.cpp +++ b/src/essentia/streaming/algorithms/devnull.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/algorithms/devnull.h b/src/essentia/streaming/algorithms/devnull.h index 5fe071f8a..1acd607b1 100644 --- a/src/essentia/streaming/algorithms/devnull.h +++ b/src/essentia/streaming/algorithms/devnull.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/algorithms/diskwriter.h b/src/essentia/streaming/algorithms/diskwriter.h index 78a2eb225..29a2baaae 100644 --- a/src/essentia/streaming/algorithms/diskwriter.h +++ b/src/essentia/streaming/algorithms/diskwriter.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/algorithms/fileoutput.h b/src/essentia/streaming/algorithms/fileoutput.h index 73ea9ab21..30b05c71a 100644 --- a/src/essentia/streaming/algorithms/fileoutput.h +++ b/src/essentia/streaming/algorithms/fileoutput.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/algorithms/poolstorage.cpp b/src/essentia/streaming/algorithms/poolstorage.cpp index cdcccde6f..353deb0a0 100644 --- a/src/essentia/streaming/algorithms/poolstorage.cpp +++ b/src/essentia/streaming/algorithms/poolstorage.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/algorithms/poolstorage.h b/src/essentia/streaming/algorithms/poolstorage.h index 11ac22641..cb609a515 100644 --- a/src/essentia/streaming/algorithms/poolstorage.h +++ b/src/essentia/streaming/algorithms/poolstorage.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/algorithms/ringbufferinput.cpp b/src/essentia/streaming/algorithms/ringbufferinput.cpp index f536e9a6f..2374b99f6 100644 --- a/src/essentia/streaming/algorithms/ringbufferinput.cpp +++ b/src/essentia/streaming/algorithms/ringbufferinput.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/algorithms/ringbufferinput.h b/src/essentia/streaming/algorithms/ringbufferinput.h index d34574442..bd4d3b2d5 100644 --- a/src/essentia/streaming/algorithms/ringbufferinput.h +++ b/src/essentia/streaming/algorithms/ringbufferinput.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/algorithms/ringbufferoutput.cpp b/src/essentia/streaming/algorithms/ringbufferoutput.cpp index 3a4bc3492..6f7882171 100644 --- a/src/essentia/streaming/algorithms/ringbufferoutput.cpp +++ b/src/essentia/streaming/algorithms/ringbufferoutput.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/algorithms/ringbufferoutput.h b/src/essentia/streaming/algorithms/ringbufferoutput.h index 97b19946d..19618bfbe 100644 --- a/src/essentia/streaming/algorithms/ringbufferoutput.h +++ b/src/essentia/streaming/algorithms/ringbufferoutput.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/algorithms/ringbuffervectoroutput.cpp b/src/essentia/streaming/algorithms/ringbuffervectoroutput.cpp index a0f4a3a2d..2322db969 100644 --- a/src/essentia/streaming/algorithms/ringbuffervectoroutput.cpp +++ b/src/essentia/streaming/algorithms/ringbuffervectoroutput.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/algorithms/ringbuffervectoroutput.h b/src/essentia/streaming/algorithms/ringbuffervectoroutput.h index 979e070f6..3583379a9 100644 --- a/src/essentia/streaming/algorithms/ringbuffervectoroutput.h +++ b/src/essentia/streaming/algorithms/ringbuffervectoroutput.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/algorithms/vectorinput.h b/src/essentia/streaming/algorithms/vectorinput.h index d736159b9..8cac0d3c6 100644 --- a/src/essentia/streaming/algorithms/vectorinput.h +++ b/src/essentia/streaming/algorithms/vectorinput.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/algorithms/vectoroutput.h b/src/essentia/streaming/algorithms/vectoroutput.h index 458ac9724..37d085a91 100644 --- a/src/essentia/streaming/algorithms/vectoroutput.h +++ b/src/essentia/streaming/algorithms/vectoroutput.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/multiratebuffer.h b/src/essentia/streaming/multiratebuffer.h index 11e2f755d..316ce1f90 100644 --- a/src/essentia/streaming/multiratebuffer.h +++ b/src/essentia/streaming/multiratebuffer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/phantombuffer.h b/src/essentia/streaming/phantombuffer.h index 621089a1d..c459c59c0 100644 --- a/src/essentia/streaming/phantombuffer.h +++ b/src/essentia/streaming/phantombuffer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/phantombuffer_impl.h b/src/essentia/streaming/phantombuffer_impl.h index 6723628de..080c52714 100644 --- a/src/essentia/streaming/phantombuffer_impl.h +++ b/src/essentia/streaming/phantombuffer_impl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/sink.h b/src/essentia/streaming/sink.h index b08be3139..d19c08c0c 100644 --- a/src/essentia/streaming/sink.h +++ b/src/essentia/streaming/sink.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/sinkbase.cpp b/src/essentia/streaming/sinkbase.cpp index 94941aa0b..e1bf0ce25 100644 --- a/src/essentia/streaming/sinkbase.cpp +++ b/src/essentia/streaming/sinkbase.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/sinkbase.h b/src/essentia/streaming/sinkbase.h index d48c1f1d5..19920fc0b 100644 --- a/src/essentia/streaming/sinkbase.h +++ b/src/essentia/streaming/sinkbase.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/sinkproxy.h b/src/essentia/streaming/sinkproxy.h index f82eab9b8..2e51c3e20 100644 --- a/src/essentia/streaming/sinkproxy.h +++ b/src/essentia/streaming/sinkproxy.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/source.h b/src/essentia/streaming/source.h index e5675b1dc..34ec5b4e6 100644 --- a/src/essentia/streaming/source.h +++ b/src/essentia/streaming/source.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/sourcebase.cpp b/src/essentia/streaming/sourcebase.cpp index 9482b9d4e..e2575a0d3 100644 --- a/src/essentia/streaming/sourcebase.cpp +++ b/src/essentia/streaming/sourcebase.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/sourcebase.h b/src/essentia/streaming/sourcebase.h index 7575462cc..51c808e08 100644 --- a/src/essentia/streaming/sourcebase.h +++ b/src/essentia/streaming/sourcebase.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/sourceproxy.h b/src/essentia/streaming/sourceproxy.h index 2b0771efe..279d611c1 100644 --- a/src/essentia/streaming/sourceproxy.h +++ b/src/essentia/streaming/sourceproxy.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/streamingalgorithm.cpp b/src/essentia/streaming/streamingalgorithm.cpp index 815350a69..16c5853ef 100644 --- a/src/essentia/streaming/streamingalgorithm.cpp +++ b/src/essentia/streaming/streamingalgorithm.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/streamingalgorithm.h b/src/essentia/streaming/streamingalgorithm.h index 37fb34e9d..e498c00d9 100644 --- a/src/essentia/streaming/streamingalgorithm.h +++ b/src/essentia/streaming/streamingalgorithm.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/streamingalgorithmcomposite.cpp b/src/essentia/streaming/streamingalgorithmcomposite.cpp index 93ebd5d7e..77dbe14d9 100644 --- a/src/essentia/streaming/streamingalgorithmcomposite.cpp +++ b/src/essentia/streaming/streamingalgorithmcomposite.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/streamingalgorithmcomposite.h b/src/essentia/streaming/streamingalgorithmcomposite.h index 7db3ea6ab..8533f88d4 100644 --- a/src/essentia/streaming/streamingalgorithmcomposite.h +++ b/src/essentia/streaming/streamingalgorithmcomposite.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/streamingalgorithmwrapper.cpp b/src/essentia/streaming/streamingalgorithmwrapper.cpp index c4b791868..950d720aa 100644 --- a/src/essentia/streaming/streamingalgorithmwrapper.cpp +++ b/src/essentia/streaming/streamingalgorithmwrapper.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streaming/streamingalgorithmwrapper.h b/src/essentia/streaming/streamingalgorithmwrapper.h index 089822820..593eae537 100644 --- a/src/essentia/streaming/streamingalgorithmwrapper.h +++ b/src/essentia/streaming/streamingalgorithmwrapper.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/streamutil.h b/src/essentia/streamutil.h index a46282705..3f4b80e04 100644 --- a/src/essentia/streamutil.h +++ b/src/essentia/streamutil.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/stringutil.cpp b/src/essentia/stringutil.cpp index e4f948a55..0ba213d57 100644 --- a/src/essentia/stringutil.cpp +++ b/src/essentia/stringutil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/stringutil.h b/src/essentia/stringutil.h index 0b2567d89..11dbc864c 100644 --- a/src/essentia/stringutil.h +++ b/src/essentia/stringutil.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/threading.h b/src/essentia/threading.h index c97df9cce..dc92f4a4b 100644 --- a/src/essentia/threading.h +++ b/src/essentia/threading.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/types.h b/src/essentia/types.h index 36e8a376d..8114556ce 100644 --- a/src/essentia/types.h +++ b/src/essentia/types.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * @@ -172,7 +172,7 @@ class OrderedMap : public std::vector > { } void insert(const std::string& key, T* value) { - this->push_back(make_pair(key, value)); + this->push_back(std::make_pair(key, value)); } }; diff --git a/src/essentia/utils/asciidag.cpp b/src/essentia/utils/asciidag.cpp index d0f48de88..63e950b48 100644 --- a/src/essentia/utils/asciidag.cpp +++ b/src/essentia/utils/asciidag.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/asciidag.h b/src/essentia/utils/asciidag.h index af84a2119..41f364ff3 100644 --- a/src/essentia/utils/asciidag.h +++ b/src/essentia/utils/asciidag.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/asciidagparser.cpp b/src/essentia/utils/asciidagparser.cpp index 48f786272..4a11f7b83 100644 --- a/src/essentia/utils/asciidagparser.cpp +++ b/src/essentia/utils/asciidagparser.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/asciidagparser.h b/src/essentia/utils/asciidagparser.h index 7790c9cfe..40c60541b 100644 --- a/src/essentia/utils/asciidagparser.h +++ b/src/essentia/utils/asciidagparser.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/atomic.h b/src/essentia/utils/atomic.h index f296e6db5..7ebcd7895 100644 --- a/src/essentia/utils/atomic.h +++ b/src/essentia/utils/atomic.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/audiocontext.cpp b/src/essentia/utils/audiocontext.cpp index 520361ddf..b42e350bd 100644 --- a/src/essentia/utils/audiocontext.cpp +++ b/src/essentia/utils/audiocontext.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/audiocontext.h b/src/essentia/utils/audiocontext.h index 8d0c02383..68eca2f45 100644 --- a/src/essentia/utils/audiocontext.h +++ b/src/essentia/utils/audiocontext.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/betools.h b/src/essentia/utils/betools.h index ae24b5ec9..8d81be2c6 100644 --- a/src/essentia/utils/betools.h +++ b/src/essentia/utils/betools.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/bpfutil.h b/src/essentia/utils/bpfutil.h index 483483b2e..6b462758e 100644 --- a/src/essentia/utils/bpfutil.h +++ b/src/essentia/utils/bpfutil.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/bpmutil.h b/src/essentia/utils/bpmutil.h index 27392736a..b0d7103d6 100644 --- a/src/essentia/utils/bpmutil.h +++ b/src/essentia/utils/bpmutil.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/extractor_freesound/FreesoundDescriptorsSet.h b/src/essentia/utils/extractor_freesound/FreesoundDescriptorsSet.h index f16378d1e..504312f0b 100644 --- a/src/essentia/utils/extractor_freesound/FreesoundDescriptorsSet.h +++ b/src/essentia/utils/extractor_freesound/FreesoundDescriptorsSet.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/extractor_freesound/FreesoundLowlevelDescriptors.cpp b/src/essentia/utils/extractor_freesound/FreesoundLowlevelDescriptors.cpp index 841f54a2a..69db99835 100644 --- a/src/essentia/utils/extractor_freesound/FreesoundLowlevelDescriptors.cpp +++ b/src/essentia/utils/extractor_freesound/FreesoundLowlevelDescriptors.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/extractor_freesound/FreesoundLowlevelDescriptors.h b/src/essentia/utils/extractor_freesound/FreesoundLowlevelDescriptors.h index daa79809a..7571fa68f 100644 --- a/src/essentia/utils/extractor_freesound/FreesoundLowlevelDescriptors.h +++ b/src/essentia/utils/extractor_freesound/FreesoundLowlevelDescriptors.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/extractor_freesound/FreesoundRhythmDescriptors.cpp b/src/essentia/utils/extractor_freesound/FreesoundRhythmDescriptors.cpp index dedffb5b0..9c98b388c 100644 --- a/src/essentia/utils/extractor_freesound/FreesoundRhythmDescriptors.cpp +++ b/src/essentia/utils/extractor_freesound/FreesoundRhythmDescriptors.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/extractor_freesound/FreesoundRhythmDescriptors.h b/src/essentia/utils/extractor_freesound/FreesoundRhythmDescriptors.h index 060d6346d..918c68928 100644 --- a/src/essentia/utils/extractor_freesound/FreesoundRhythmDescriptors.h +++ b/src/essentia/utils/extractor_freesound/FreesoundRhythmDescriptors.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/extractor_freesound/FreesoundSfxDescriptors.cpp b/src/essentia/utils/extractor_freesound/FreesoundSfxDescriptors.cpp index d6d549e48..4a2754bd2 100644 --- a/src/essentia/utils/extractor_freesound/FreesoundSfxDescriptors.cpp +++ b/src/essentia/utils/extractor_freesound/FreesoundSfxDescriptors.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/extractor_freesound/FreesoundSfxDescriptors.h b/src/essentia/utils/extractor_freesound/FreesoundSfxDescriptors.h index 2fe2cc52d..5c260e3c8 100644 --- a/src/essentia/utils/extractor_freesound/FreesoundSfxDescriptors.h +++ b/src/essentia/utils/extractor_freesound/FreesoundSfxDescriptors.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/extractor_freesound/FreesoundTonalDescriptors.cpp b/src/essentia/utils/extractor_freesound/FreesoundTonalDescriptors.cpp index 702db1fa3..4122176bf 100644 --- a/src/essentia/utils/extractor_freesound/FreesoundTonalDescriptors.cpp +++ b/src/essentia/utils/extractor_freesound/FreesoundTonalDescriptors.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/extractor_freesound/FreesoundTonalDescriptors.h b/src/essentia/utils/extractor_freesound/FreesoundTonalDescriptors.h index 1ee272bc0..5e3925008 100644 --- a/src/essentia/utils/extractor_freesound/FreesoundTonalDescriptors.h +++ b/src/essentia/utils/extractor_freesound/FreesoundTonalDescriptors.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/extractor_music/MusicDescriptorsSet.h b/src/essentia/utils/extractor_music/MusicDescriptorsSet.h index e0434a9a4..40459293b 100644 --- a/src/essentia/utils/extractor_music/MusicDescriptorsSet.h +++ b/src/essentia/utils/extractor_music/MusicDescriptorsSet.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/extractor_music/MusicLowlevelDescriptors.cpp b/src/essentia/utils/extractor_music/MusicLowlevelDescriptors.cpp index 25316ea43..d6065dca5 100644 --- a/src/essentia/utils/extractor_music/MusicLowlevelDescriptors.cpp +++ b/src/essentia/utils/extractor_music/MusicLowlevelDescriptors.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/extractor_music/MusicLowlevelDescriptors.h b/src/essentia/utils/extractor_music/MusicLowlevelDescriptors.h index 876944f8a..01899a694 100644 --- a/src/essentia/utils/extractor_music/MusicLowlevelDescriptors.h +++ b/src/essentia/utils/extractor_music/MusicLowlevelDescriptors.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/extractor_music/MusicRhythmDescriptors.cpp b/src/essentia/utils/extractor_music/MusicRhythmDescriptors.cpp index 8a09908f8..f41859d36 100644 --- a/src/essentia/utils/extractor_music/MusicRhythmDescriptors.cpp +++ b/src/essentia/utils/extractor_music/MusicRhythmDescriptors.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/extractor_music/MusicRhythmDescriptors.h b/src/essentia/utils/extractor_music/MusicRhythmDescriptors.h index 9caa0be18..ef6d221d4 100644 --- a/src/essentia/utils/extractor_music/MusicRhythmDescriptors.h +++ b/src/essentia/utils/extractor_music/MusicRhythmDescriptors.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/extractor_music/MusicTonalDescriptors.cpp b/src/essentia/utils/extractor_music/MusicTonalDescriptors.cpp index 1eda8e697..91aa5a9da 100644 --- a/src/essentia/utils/extractor_music/MusicTonalDescriptors.cpp +++ b/src/essentia/utils/extractor_music/MusicTonalDescriptors.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/extractor_music/MusicTonalDescriptors.h b/src/essentia/utils/extractor_music/MusicTonalDescriptors.h index 1b411792b..9db2b4457 100644 --- a/src/essentia/utils/extractor_music/MusicTonalDescriptors.h +++ b/src/essentia/utils/extractor_music/MusicTonalDescriptors.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/ffmpegapi.h b/src/essentia/utils/ffmpegapi.h index f7ce6e894..939c32c76 100644 --- a/src/essentia/utils/ffmpegapi.h +++ b/src/essentia/utils/ffmpegapi.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/jsonconvert.cpp b/src/essentia/utils/jsonconvert.cpp index 35ee59afc..024a4bfa6 100644 --- a/src/essentia/utils/jsonconvert.cpp +++ b/src/essentia/utils/jsonconvert.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/jsonconvert.h b/src/essentia/utils/jsonconvert.h index 88bf64af5..ee3b143a9 100644 --- a/src/essentia/utils/jsonconvert.h +++ b/src/essentia/utils/jsonconvert.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/metadatautils.h b/src/essentia/utils/metadatautils.h index 77b57dd4d..b4f1d9583 100644 --- a/src/essentia/utils/metadatautils.h +++ b/src/essentia/utils/metadatautils.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/output.h b/src/essentia/utils/output.h index 4f6f82c43..b2b26b326 100644 --- a/src/essentia/utils/output.h +++ b/src/essentia/utils/output.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/peak.h b/src/essentia/utils/peak.h index f967e72ef..12175fc54 100644 --- a/src/essentia/utils/peak.h +++ b/src/essentia/utils/peak.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/ringbufferimpl.h b/src/essentia/utils/ringbufferimpl.h index 8b62a3de1..8cbfa1ccf 100644 --- a/src/essentia/utils/ringbufferimpl.h +++ b/src/essentia/utils/ringbufferimpl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/synth_utils.cpp b/src/essentia/utils/synth_utils.cpp index 695562e48..bf4747795 100644 --- a/src/essentia/utils/synth_utils.cpp +++ b/src/essentia/utils/synth_utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * @@ -67,7 +67,7 @@ void cleaningSineTracks(std::vector< std::vector >&freqsTotal, const int m begTrack = f; while (f < nFrames-1)/* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/synth_utils.h b/src/essentia/utils/synth_utils.h index 95053f9f6..35ebdeae1 100644 --- a/src/essentia/utils/synth_utils.h +++ b/src/essentia/utils/synth_utils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/tnt/tnt2vector.h b/src/essentia/utils/tnt/tnt2vector.h index 3071864bc..96584cdea 100644 --- a/src/essentia/utils/tnt/tnt2vector.h +++ b/src/essentia/utils/tnt/tnt2vector.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/yamlast.cpp b/src/essentia/utils/yamlast.cpp index f7e100d3e..838a25099 100644 --- a/src/essentia/utils/yamlast.cpp +++ b/src/essentia/utils/yamlast.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/essentia/utils/yamlast.h b/src/essentia/utils/yamlast.h index f7ff50131..ae39a4424 100644 --- a/src/essentia/utils/yamlast.h +++ b/src/essentia/utils/yamlast.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/onset_detector.cpp b/src/examples/onset_detector.cpp index 24eef1143..5af31b429 100644 --- a/src/examples/onset_detector.cpp +++ b/src/examples/onset_detector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/outdated/standard_rhythmextractor_tempotap.cpp b/src/examples/outdated/standard_rhythmextractor_tempotap.cpp index 8cbb930eb..ce8b634c2 100644 --- a/src/examples/outdated/standard_rhythmextractor_tempotap.cpp +++ b/src/examples/outdated/standard_rhythmextractor_tempotap.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/outdated/streaming_extractor_canoris.cpp b/src/examples/outdated/streaming_extractor_canoris.cpp index c118e8854..6a23976e3 100644 --- a/src/examples/outdated/streaming_extractor_canoris.cpp +++ b/src/examples/outdated/streaming_extractor_canoris.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/outdated/streaming_extractor_short_sounds.cpp b/src/examples/outdated/streaming_extractor_short_sounds.cpp index 7336f50c5..56c932367 100644 --- a/src/examples/outdated/streaming_extractor_short_sounds.cpp +++ b/src/examples/outdated/streaming_extractor_short_sounds.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/outdated/streaming_extractorbeattracknoveltycurve.cpp b/src/examples/outdated/streaming_extractorbeattracknoveltycurve.cpp index e665029e5..506e15c7b 100644 --- a/src/examples/outdated/streaming_extractorbeattracknoveltycurve.cpp +++ b/src/examples/outdated/streaming_extractorbeattracknoveltycurve.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/outdated/streaming_extractorbeattracknoveltycurve.h b/src/examples/outdated/streaming_extractorbeattracknoveltycurve.h index 6908f9129..1d49677f2 100644 --- a/src/examples/outdated/streaming_extractorbeattracknoveltycurve.h +++ b/src/examples/outdated/streaming_extractorbeattracknoveltycurve.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/outdated/streaming_extractorlowlevel.cpp b/src/examples/outdated/streaming_extractorlowlevel.cpp index 5366f80fa..caef912a8 100644 --- a/src/examples/outdated/streaming_extractorlowlevel.cpp +++ b/src/examples/outdated/streaming_extractorlowlevel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/outdated/streaming_extractorlowlevel.h b/src/examples/outdated/streaming_extractorlowlevel.h index a59051285..a64269f85 100644 --- a/src/examples/outdated/streaming_extractorlowlevel.h +++ b/src/examples/outdated/streaming_extractorlowlevel.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/outdated/streaming_extractorpanning.cpp b/src/examples/outdated/streaming_extractorpanning.cpp index 2dbf1aa83..c21868ac3 100644 --- a/src/examples/outdated/streaming_extractorpanning.cpp +++ b/src/examples/outdated/streaming_extractorpanning.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/outdated/streaming_extractorpanning.h b/src/examples/outdated/streaming_extractorpanning.h index 3003f8cd1..7d0378fcc 100644 --- a/src/examples/outdated/streaming_extractorpanning.h +++ b/src/examples/outdated/streaming_extractorpanning.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/outdated/streaming_extractorpostprocess.cpp b/src/examples/outdated/streaming_extractorpostprocess.cpp index da1842f03..d8551199e 100644 --- a/src/examples/outdated/streaming_extractorpostprocess.cpp +++ b/src/examples/outdated/streaming_extractorpostprocess.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/outdated/streaming_extractorpostprocess.h b/src/examples/outdated/streaming_extractorpostprocess.h index 252c59f88..d49515318 100644 --- a/src/examples/outdated/streaming_extractorpostprocess.h +++ b/src/examples/outdated/streaming_extractorpostprocess.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/outdated/streaming_extractorsfx.cpp b/src/examples/outdated/streaming_extractorsfx.cpp index 0050e254f..6c9703e2b 100644 --- a/src/examples/outdated/streaming_extractorsfx.cpp +++ b/src/examples/outdated/streaming_extractorsfx.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/outdated/streaming_extractorsfx.h b/src/examples/outdated/streaming_extractorsfx.h index a2e1165d4..664d62a80 100644 --- a/src/examples/outdated/streaming_extractorsfx.h +++ b/src/examples/outdated/streaming_extractorsfx.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/outdated/streaming_extractortonal.cpp b/src/examples/outdated/streaming_extractortonal.cpp index 8569113d2..8770b8fd9 100644 --- a/src/examples/outdated/streaming_extractortonal.cpp +++ b/src/examples/outdated/streaming_extractortonal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/outdated/streaming_extractortonal.h b/src/examples/outdated/streaming_extractortonal.h index c6ae76929..0b70f6274 100644 --- a/src/examples/outdated/streaming_extractortonal.h +++ b/src/examples/outdated/streaming_extractortonal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/outdated/streaming_extractorutils.cpp b/src/examples/outdated/streaming_extractorutils.cpp index 7dc690dd6..cf1223828 100644 --- a/src/examples/outdated/streaming_extractorutils.cpp +++ b/src/examples/outdated/streaming_extractorutils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/outdated/streaming_extractorutils.h b/src/examples/outdated/streaming_extractorutils.h index bcc4b14a2..94a7475d8 100644 --- a/src/examples/outdated/streaming_extractorutils.h +++ b/src/examples/outdated/streaming_extractorutils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/outdated/streaming_rhythmextractor_noveltycurve.cpp b/src/examples/outdated/streaming_rhythmextractor_noveltycurve.cpp index e3a9d43a3..187d97504 100644 --- a/src/examples/outdated/streaming_rhythmextractor_noveltycurve.cpp +++ b/src/examples/outdated/streaming_rhythmextractor_noveltycurve.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/outdated/streaming_schizo_extractor.cpp b/src/examples/outdated/streaming_schizo_extractor.cpp index 4b69a7d5a..839176f2b 100644 --- a/src/examples/outdated/streaming_schizo_extractor.cpp +++ b/src/examples/outdated/streaming_schizo_extractor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/outdated/streaming_tempoextractor_noveltycurve.cpp b/src/examples/outdated/streaming_tempoextractor_noveltycurve.cpp index f9f629a29..85f21e4ad 100644 --- a/src/examples/outdated/streaming_tempoextractor_noveltycurve.cpp +++ b/src/examples/outdated/streaming_tempoextractor_noveltycurve.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/python/outdated/beatogram.py b/src/examples/python/outdated/beatogram.py index a3d00f03a..6b37657d9 100755 --- a/src/examples/python/outdated/beatogram.py +++ b/src/examples/python/outdated/beatogram.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/python/outdated/beatogram4.py b/src/examples/python/outdated/beatogram4.py index ece5acc67..4dd28feb7 100755 --- a/src/examples/python/outdated/beatogram4.py +++ b/src/examples/python/outdated/beatogram4.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/python/outdated/extractor_mfcc.py b/src/examples/python/outdated/extractor_mfcc.py index 63ddcefbd..1f2e425ea 100755 --- a/src/examples/python/outdated/extractor_mfcc.py +++ b/src/examples/python/outdated/extractor_mfcc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/python/outdated/streaming_extractor/highlevel.py b/src/examples/python/outdated/streaming_extractor/highlevel.py index cde7893cb..617667fd9 100644 --- a/src/examples/python/outdated/streaming_extractor/highlevel.py +++ b/src/examples/python/outdated/streaming_extractor/highlevel.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/python/outdated/streaming_extractor/level.py b/src/examples/python/outdated/streaming_extractor/level.py index e17b89b59..2c0e9ebb8 100755 --- a/src/examples/python/outdated/streaming_extractor/level.py +++ b/src/examples/python/outdated/streaming_extractor/level.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/python/outdated/streaming_extractor/lowlevel.py b/src/examples/python/outdated/streaming_extractor/lowlevel.py index 36381ffa4..0c418bf80 100755 --- a/src/examples/python/outdated/streaming_extractor/lowlevel.py +++ b/src/examples/python/outdated/streaming_extractor/lowlevel.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/python/outdated/streaming_extractor/lowlevelspectral.py b/src/examples/python/outdated/streaming_extractor/lowlevelspectral.py index 330ed0bc5..366517b66 100755 --- a/src/examples/python/outdated/streaming_extractor/lowlevelspectral.py +++ b/src/examples/python/outdated/streaming_extractor/lowlevelspectral.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/python/outdated/streaming_extractor/lowlevelspectraleqloud.py b/src/examples/python/outdated/streaming_extractor/lowlevelspectraleqloud.py index 484dd2513..4dda50aae 100755 --- a/src/examples/python/outdated/streaming_extractor/lowlevelspectraleqloud.py +++ b/src/examples/python/outdated/streaming_extractor/lowlevelspectraleqloud.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/python/outdated/streaming_extractor/metadata.py b/src/examples/python/outdated/streaming_extractor/metadata.py index f4f870b18..2896c5ef2 100644 --- a/src/examples/python/outdated/streaming_extractor/metadata.py +++ b/src/examples/python/outdated/streaming_extractor/metadata.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/python/outdated/streaming_extractor/midlevel.py b/src/examples/python/outdated/streaming_extractor/midlevel.py index 6d91f155a..d4b09cc49 100755 --- a/src/examples/python/outdated/streaming_extractor/midlevel.py +++ b/src/examples/python/outdated/streaming_extractor/midlevel.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/python/outdated/streaming_extractor/panning.py b/src/examples/python/outdated/streaming_extractor/panning.py index 9a63b4272..681e65e5f 100755 --- a/src/examples/python/outdated/streaming_extractor/panning.py +++ b/src/examples/python/outdated/streaming_extractor/panning.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/python/outdated/streaming_extractor/pitch.py b/src/examples/python/outdated/streaming_extractor/pitch.py index 5cf068a37..35d1f526a 100755 --- a/src/examples/python/outdated/streaming_extractor/pitch.py +++ b/src/examples/python/outdated/streaming_extractor/pitch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/python/outdated/streaming_extractor/postprocess.py b/src/examples/python/outdated/streaming_extractor/postprocess.py index 0e47824c2..16d352996 100644 --- a/src/examples/python/outdated/streaming_extractor/postprocess.py +++ b/src/examples/python/outdated/streaming_extractor/postprocess.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/python/outdated/streaming_extractor/replaygain.py b/src/examples/python/outdated/streaming_extractor/replaygain.py index 90b246cc8..a16453a9f 100755 --- a/src/examples/python/outdated/streaming_extractor/replaygain.py +++ b/src/examples/python/outdated/streaming_extractor/replaygain.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/python/outdated/streaming_extractor/rhythmdescriptors.py b/src/examples/python/outdated/streaming_extractor/rhythmdescriptors.py index 499f9f705..06e90cd44 100755 --- a/src/examples/python/outdated/streaming_extractor/rhythmdescriptors.py +++ b/src/examples/python/outdated/streaming_extractor/rhythmdescriptors.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/python/outdated/streaming_extractor/segmentation.py b/src/examples/python/outdated/streaming_extractor/segmentation.py index 0df4d5eb0..e54adf39e 100644 --- a/src/examples/python/outdated/streaming_extractor/segmentation.py +++ b/src/examples/python/outdated/streaming_extractor/segmentation.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/python/outdated/streaming_extractor/sfx.py b/src/examples/python/outdated/streaming_extractor/sfx.py index bb625cfb9..2caf15834 100755 --- a/src/examples/python/outdated/streaming_extractor/sfx.py +++ b/src/examples/python/outdated/streaming_extractor/sfx.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/python/outdated/streaming_extractor/streaming_extractor.cpp b/src/examples/python/outdated/streaming_extractor/streaming_extractor.cpp index 191851115..b3f1e0cff 100644 --- a/src/examples/python/outdated/streaming_extractor/streaming_extractor.cpp +++ b/src/examples/python/outdated/streaming_extractor/streaming_extractor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/python/outdated/streaming_extractor/streaming_extractor.py b/src/examples/python/outdated/streaming_extractor/streaming_extractor.py index bd747ceaa..1e9e3162d 100755 --- a/src/examples/python/outdated/streaming_extractor/streaming_extractor.py +++ b/src/examples/python/outdated/streaming_extractor/streaming_extractor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/python/outdated/streaming_extractor/streaming_extractorutils.cpp b/src/examples/python/outdated/streaming_extractor/streaming_extractorutils.cpp index cff9fedac..14b8d7665 100644 --- a/src/examples/python/outdated/streaming_extractor/streaming_extractorutils.cpp +++ b/src/examples/python/outdated/streaming_extractor/streaming_extractorutils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/python/outdated/streaming_extractor/streaming_extractorutils.h b/src/examples/python/outdated/streaming_extractor/streaming_extractorutils.h index 760be732a..b6275b52c 100644 --- a/src/examples/python/outdated/streaming_extractor/streaming_extractorutils.h +++ b/src/examples/python/outdated/streaming_extractor/streaming_extractorutils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/python/outdated/streaming_extractor/streaming_schizo_extractor.cpp b/src/examples/python/outdated/streaming_extractor/streaming_schizo_extractor.cpp index 1a9a92e00..4472c6cb0 100644 --- a/src/examples/python/outdated/streaming_extractor/streaming_schizo_extractor.cpp +++ b/src/examples/python/outdated/streaming_extractor/streaming_schizo_extractor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/python/outdated/streaming_extractor/streaming_schizo_extractor.py b/src/examples/python/outdated/streaming_extractor/streaming_schizo_extractor.py index e5e05e524..4b75a66e8 100755 --- a/src/examples/python/outdated/streaming_extractor/streaming_schizo_extractor.py +++ b/src/examples/python/outdated/streaming_extractor/streaming_schizo_extractor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/python/outdated/streaming_extractor/tonaldescriptors.py b/src/examples/python/outdated/streaming_extractor/tonaldescriptors.py index 2156a94a0..b6afb356c 100755 --- a/src/examples/python/outdated/streaming_extractor/tonaldescriptors.py +++ b/src/examples/python/outdated/streaming_extractor/tonaldescriptors.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/python/outdated/streaming_extractor/tuningfrequency.py b/src/examples/python/outdated/streaming_extractor/tuningfrequency.py index d72a7c1dd..4dd519c47 100755 --- a/src/examples/python/outdated/streaming_extractor/tuningfrequency.py +++ b/src/examples/python/outdated/streaming_extractor/tuningfrequency.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/python/show_algo_dependencies.py b/src/examples/python/show_algo_dependencies.py index 44228ef1b..93009b267 100644 --- a/src/examples/python/show_algo_dependencies.py +++ b/src/examples/python/show_algo_dependencies.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/standard_beatsmarker.cpp b/src/examples/standard_beatsmarker.cpp index 4cb3fe497..72bd018e0 100644 --- a/src/examples/standard_beatsmarker.cpp +++ b/src/examples/standard_beatsmarker.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/standard_chromacrosssimilarity.cpp b/src/examples/standard_chromacrosssimilarity.cpp index d1dab1ad1..749d9979c 100644 --- a/src/examples/standard_chromacrosssimilarity.cpp +++ b/src/examples/standard_chromacrosssimilarity.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/standard_chromaprinter.cpp b/src/examples/standard_chromaprinter.cpp index d28d30450..f03ff0b7a 100644 --- a/src/examples/standard_chromaprinter.cpp +++ b/src/examples/standard_chromaprinter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/standard_coversongsimilarity.cpp b/src/examples/standard_coversongsimilarity.cpp index 80f4ba643..4c984b6c2 100644 --- a/src/examples/standard_coversongsimilarity.cpp +++ b/src/examples/standard_coversongsimilarity.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/standard_crosssimilaritymatrix.cpp b/src/examples/standard_crosssimilaritymatrix.cpp index cd8ac6803..8621115b8 100644 --- a/src/examples/standard_crosssimilaritymatrix.cpp +++ b/src/examples/standard_crosssimilaritymatrix.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/standard_extractor_la-cupula.cpp b/src/examples/standard_extractor_la-cupula.cpp index ecdb2df1a..9e8656ce7 100644 --- a/src/examples/standard_extractor_la-cupula.cpp +++ b/src/examples/standard_extractor_la-cupula.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/standard_fadedetection.cpp b/src/examples/standard_fadedetection.cpp index 522bbbf2d..1d4f85652 100644 --- a/src/examples/standard_fadedetection.cpp +++ b/src/examples/standard_fadedetection.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/standard_harmonicmodel.cpp b/src/examples/standard_harmonicmodel.cpp index 1774d7d87..c15aad943 100644 --- a/src/examples/standard_harmonicmodel.cpp +++ b/src/examples/standard_harmonicmodel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/standard_hprmodel.cpp b/src/examples/standard_hprmodel.cpp index 7c24d0c36..c87579914 100644 --- a/src/examples/standard_hprmodel.cpp +++ b/src/examples/standard_hprmodel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/standard_hpsmodel.cpp b/src/examples/standard_hpsmodel.cpp index bc547a014..40b85060d 100644 --- a/src/examples/standard_hpsmodel.cpp +++ b/src/examples/standard_hpsmodel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/standard_mfcc.cpp b/src/examples/standard_mfcc.cpp index ba3e97e4a..73fe1f4aa 100644 --- a/src/examples/standard_mfcc.cpp +++ b/src/examples/standard_mfcc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/standard_nnls.cpp b/src/examples/standard_nnls.cpp index 16cafd41f..4fc2ccf04 100644 --- a/src/examples/standard_nnls.cpp +++ b/src/examples/standard_nnls.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/standard_onsetrate.cpp b/src/examples/standard_onsetrate.cpp index 4b9181926..a7745603e 100644 --- a/src/examples/standard_onsetrate.cpp +++ b/src/examples/standard_onsetrate.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/standard_pca.cpp b/src/examples/standard_pca.cpp index cdab512db..0b307c8b8 100644 --- a/src/examples/standard_pca.cpp +++ b/src/examples/standard_pca.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/standard_pitchdemo.cpp b/src/examples/standard_pitchdemo.cpp index 2e7d3a981..05fbacd64 100644 --- a/src/examples/standard_pitchdemo.cpp +++ b/src/examples/standard_pitchdemo.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/standard_predominantmask.cpp b/src/examples/standard_predominantmask.cpp index 828f0825a..29f9c5697 100644 --- a/src/examples/standard_predominantmask.cpp +++ b/src/examples/standard_predominantmask.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/standard_rhythmtransform.cpp b/src/examples/standard_rhythmtransform.cpp index 72d728576..285bbb188 100644 --- a/src/examples/standard_rhythmtransform.cpp +++ b/src/examples/standard_rhythmtransform.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/standard_sinemodel.cpp b/src/examples/standard_sinemodel.cpp index 658c03564..64ef981eb 100644 --- a/src/examples/standard_sinemodel.cpp +++ b/src/examples/standard_sinemodel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/standard_sinesubtraction.cpp b/src/examples/standard_sinesubtraction.cpp index a4d4a15fe..a7dc44e28 100644 --- a/src/examples/standard_sinesubtraction.cpp +++ b/src/examples/standard_sinesubtraction.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/standard_spectralcontrast.cpp b/src/examples/standard_spectralcontrast.cpp index 88efb7fe5..040fcf3a9 100644 --- a/src/examples/standard_spectralcontrast.cpp +++ b/src/examples/standard_spectralcontrast.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/standard_sprmodel.cpp b/src/examples/standard_sprmodel.cpp index da853e806..1af42b52b 100644 --- a/src/examples/standard_sprmodel.cpp +++ b/src/examples/standard_sprmodel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/standard_spsmodel.cpp b/src/examples/standard_spsmodel.cpp index 66fa22ec0..1364a3d92 100644 --- a/src/examples/standard_spsmodel.cpp +++ b/src/examples/standard_spsmodel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/standard_stft.cpp b/src/examples/standard_stft.cpp index c36bdc66d..149642165 100644 --- a/src/examples/standard_stft.cpp +++ b/src/examples/standard_stft.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/standard_stochasticmodel.cpp b/src/examples/standard_stochasticmodel.cpp index 5a5d42624..80f6f0578 100644 --- a/src/examples/standard_stochasticmodel.cpp +++ b/src/examples/standard_stochasticmodel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/standard_vibrato.cpp b/src/examples/standard_vibrato.cpp index 403a1127d..44a375a06 100644 --- a/src/examples/standard_vibrato.cpp +++ b/src/examples/standard_vibrato.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_beatsmarker.cpp b/src/examples/streaming_beatsmarker.cpp index 7f2c0f26f..a039b16a8 100644 --- a/src/examples/streaming_beatsmarker.cpp +++ b/src/examples/streaming_beatsmarker.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_beattracker_multifeature_mirex2013.cpp b/src/examples/streaming_beattracker_multifeature_mirex2013.cpp index 232df7bcf..7199beba9 100644 --- a/src/examples/streaming_beattracker_multifeature_mirex2013.cpp +++ b/src/examples/streaming_beattracker_multifeature_mirex2013.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_chromacrosssimilarity.cpp b/src/examples/streaming_chromacrosssimilarity.cpp index 3fc27d5e4..c614a9e4c 100644 --- a/src/examples/streaming_chromacrosssimilarity.cpp +++ b/src/examples/streaming_chromacrosssimilarity.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_coversongsimilarity.cpp b/src/examples/streaming_coversongsimilarity.cpp index e1a8612b6..161c2cfa4 100644 --- a/src/examples/streaming_coversongsimilarity.cpp +++ b/src/examples/streaming_coversongsimilarity.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_extractor.cpp b/src/examples/streaming_extractor.cpp index 218fe196a..ad3a28645 100644 --- a/src/examples/streaming_extractor.cpp +++ b/src/examples/streaming_extractor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_extractor_freesound.cpp b/src/examples/streaming_extractor_freesound.cpp index 5f0281146..018b433cd 100644 --- a/src/examples/streaming_extractor_freesound.cpp +++ b/src/examples/streaming_extractor_freesound.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_extractor_la-cupula.cpp b/src/examples/streaming_extractor_la-cupula.cpp index 358ab39ae..29764106a 100644 --- a/src/examples/streaming_extractor_la-cupula.cpp +++ b/src/examples/streaming_extractor_la-cupula.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_extractor_music.cpp b/src/examples/streaming_extractor_music.cpp index 4755ddd9a..01c054261 100644 --- a/src/examples/streaming_extractor_music.cpp +++ b/src/examples/streaming_extractor_music.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_extractor_music_svm.cpp b/src/examples/streaming_extractor_music_svm.cpp index 70377b0f8..9e43cbf02 100644 --- a/src/examples/streaming_extractor_music_svm.cpp +++ b/src/examples/streaming_extractor_music_svm.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_gfcc.cpp b/src/examples/streaming_gfcc.cpp index 159c280b4..a7782cc67 100644 --- a/src/examples/streaming_gfcc.cpp +++ b/src/examples/streaming_gfcc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_humdetector.cpp b/src/examples/streaming_humdetector.cpp index b0288a1c5..b6f46f322 100644 --- a/src/examples/streaming_humdetector.cpp +++ b/src/examples/streaming_humdetector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_key.cpp b/src/examples/streaming_key.cpp index 501f420f3..c9e29eb3e 100644 --- a/src/examples/streaming_key.cpp +++ b/src/examples/streaming_key.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_md5.cpp b/src/examples/streaming_md5.cpp index caae2578d..4b45fc6bd 100644 --- a/src/examples/streaming_md5.cpp +++ b/src/examples/streaming_md5.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_mfcc.cpp b/src/examples/streaming_mfcc.cpp index cf61a3b98..455392ad4 100644 --- a/src/examples/streaming_mfcc.cpp +++ b/src/examples/streaming_mfcc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_musicnn_predict.cpp b/src/examples/streaming_musicnn_predict.cpp index 0c6c26590..6e51981f1 100644 --- a/src/examples/streaming_musicnn_predict.cpp +++ b/src/examples/streaming_musicnn_predict.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_onsetrate.cpp b/src/examples/streaming_onsetrate.cpp index eda472c92..de08c4f83 100644 --- a/src/examples/streaming_onsetrate.cpp +++ b/src/examples/streaming_onsetrate.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_panning.cpp b/src/examples/streaming_panning.cpp index 80458a670..7a826fa97 100644 --- a/src/examples/streaming_panning.cpp +++ b/src/examples/streaming_panning.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_pitchyinfft.cpp b/src/examples/streaming_pitchyinfft.cpp index 8a6641a93..6f1b83e8b 100644 --- a/src/examples/streaming_pitchyinfft.cpp +++ b/src/examples/streaming_pitchyinfft.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_predominantpitchmelodia.cpp b/src/examples/streaming_predominantpitchmelodia.cpp index 638414244..18d6b5a8e 100644 --- a/src/examples/streaming_predominantpitchmelodia.cpp +++ b/src/examples/streaming_predominantpitchmelodia.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_rhythmextractor_multifeature.cpp b/src/examples/streaming_rhythmextractor_multifeature.cpp index 6f9ed3333..428470cf6 100644 --- a/src/examples/streaming_rhythmextractor_multifeature.cpp +++ b/src/examples/streaming_rhythmextractor_multifeature.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_ringbuffertofile.cpp b/src/examples/streaming_ringbuffertofile.cpp index 0e2fc996c..30069f173 100644 --- a/src/examples/streaming_ringbuffertofile.cpp +++ b/src/examples/streaming_ringbuffertofile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_spectrogram.cpp b/src/examples/streaming_spectrogram.cpp index 337b3b9c5..f12a6f360 100644 --- a/src/examples/streaming_spectrogram.cpp +++ b/src/examples/streaming_spectrogram.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_stft.cpp b/src/examples/streaming_stft.cpp index 660aad9b3..de37f71fb 100644 --- a/src/examples/streaming_stft.cpp +++ b/src/examples/streaming_stft.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_tensorflowpredict.cpp b/src/examples/streaming_tensorflowpredict.cpp index 7f95b59cf..1e727d5a5 100644 --- a/src/examples/streaming_tensorflowpredict.cpp +++ b/src/examples/streaming_tensorflowpredict.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_tuningfrequency.cpp b/src/examples/streaming_tuningfrequency.cpp index 34f95d8c4..c3b4b9ef8 100644 --- a/src/examples/streaming_tuningfrequency.cpp +++ b/src/examples/streaming_tuningfrequency.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_vggish_predict.cpp b/src/examples/streaming_vggish_predict.cpp index 80ba9a6f0..52366ec8e 100644 --- a/src/examples/streaming_vggish_predict.cpp +++ b/src/examples/streaming_vggish_predict.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_vibrato.cpp b/src/examples/streaming_vibrato.cpp index 5b79a209d..b18c068fb 100644 --- a/src/examples/streaming_vibrato.cpp +++ b/src/examples/streaming_vibrato.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/streaming_yinprobabilistic.cpp b/src/examples/streaming_yinprobabilistic.cpp index db28048bc..8cda25941 100644 --- a/src/examples/streaming_yinprobabilistic.cpp +++ b/src/examples/streaming_yinprobabilistic.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/tutorial/example_beattrackermultifeature.py b/src/examples/tutorial/example_beattrackermultifeature.py index de38e0e0a..e8a6973e4 100644 --- a/src/examples/tutorial/example_beattrackermultifeature.py +++ b/src/examples/tutorial/example_beattrackermultifeature.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/tutorial/example_onsetdetection.py b/src/examples/tutorial/example_onsetdetection.py index 962558050..a379193c2 100644 --- a/src/examples/tutorial/example_onsetdetection.py +++ b/src/examples/tutorial/example_onsetdetection.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/tutorial/example_predominantmelody.py b/src/examples/tutorial/example_predominantmelody.py index b11b0b9a0..315f881bc 100644 --- a/src/examples/tutorial/example_predominantmelody.py +++ b/src/examples/tutorial/example_predominantmelody.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/tutorial/example_predominantmelody_by_steps.py b/src/examples/tutorial/example_predominantmelody_by_steps.py index 689b2d041..974482d7f 100644 --- a/src/examples/tutorial/example_predominantmelody_by_steps.py +++ b/src/examples/tutorial/example_predominantmelody_by_steps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/tutorial/example_spectralcentroid.py b/src/examples/tutorial/example_spectralcentroid.py index 3cb3c3a2d..0633986d9 100644 --- a/src/examples/tutorial/example_spectralcentroid.py +++ b/src/examples/tutorial/example_spectralcentroid.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/examples/vampeasywrapper.h b/src/examples/vampeasywrapper.h index 30b8a606a..8cd42ee43 100644 --- a/src/examples/vampeasywrapper.h +++ b/src/examples/vampeasywrapper.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/vampplugins.cpp b/src/examples/vampplugins.cpp index fc1b67569..67a0250d9 100644 --- a/src/examples/vampplugins.cpp +++ b/src/examples/vampplugins.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/vamppluginsextra.cpp b/src/examples/vamppluginsextra.cpp index cbbe51954..caaea9331 100644 --- a/src/examples/vamppluginsextra.cpp +++ b/src/examples/vamppluginsextra.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/vampwrapper.cpp b/src/examples/vampwrapper.cpp index d4a5ce530..233e5b5d0 100644 --- a/src/examples/vampwrapper.cpp +++ b/src/examples/vampwrapper.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/examples/vampwrapper.h b/src/examples/vampwrapper.h index 5d125844a..5e9f79e8e 100644 --- a/src/examples/vampwrapper.h +++ b/src/examples/vampwrapper.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/commonfunctions.h b/src/python/commonfunctions.h index 6e9448c36..f04504549 100644 --- a/src/python/commonfunctions.h +++ b/src/python/commonfunctions.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/essentia.cpp b/src/python/essentia.cpp index 016016eaa..300159c77 100644 --- a/src/python/essentia.cpp +++ b/src/python/essentia.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/essentia/algorithms.py b/src/python/essentia/algorithms.py index 5dc346a72..0783925bb 100644 --- a/src/python/essentia/algorithms.py +++ b/src/python/essentia/algorithms.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/common.py b/src/python/essentia/common.py index 5826bff2b..ad540d4b9 100644 --- a/src/python/essentia/common.py +++ b/src/python/essentia/common.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/essentia_extractor.py b/src/python/essentia/essentia_extractor.py index 9c1e7d5d2..261bff243 100644 --- a/src/python/essentia/essentia_extractor.py +++ b/src/python/essentia/essentia_extractor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/extractor/average_loudness.py b/src/python/essentia/extractor/average_loudness.py index e0168a0ad..994ae4035 100644 --- a/src/python/essentia/extractor/average_loudness.py +++ b/src/python/essentia/extractor/average_loudness.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/extractor/beats.py b/src/python/essentia/extractor/beats.py index cd33f4114..15dd50500 100644 --- a/src/python/essentia/extractor/beats.py +++ b/src/python/essentia/extractor/beats.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/extractor/chords.py b/src/python/essentia/extractor/chords.py index b238795e3..05fe436c8 100644 --- a/src/python/essentia/extractor/chords.py +++ b/src/python/essentia/extractor/chords.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/extractor/chords_dissonance_table.py b/src/python/essentia/extractor/chords_dissonance_table.py index d31868b3b..517a9f998 100644 --- a/src/python/essentia/extractor/chords_dissonance_table.py +++ b/src/python/essentia/extractor/chords_dissonance_table.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/extractor/highlevel.py b/src/python/essentia/extractor/highlevel.py index 261899cea..6a2ca1467 100644 --- a/src/python/essentia/extractor/highlevel.py +++ b/src/python/essentia/extractor/highlevel.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/extractor/lowlevel.py b/src/python/essentia/extractor/lowlevel.py index 2dc7fe01b..23193b20b 100644 --- a/src/python/essentia/extractor/lowlevel.py +++ b/src/python/essentia/extractor/lowlevel.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/extractor/onsetdetection.py b/src/python/essentia/extractor/onsetdetection.py index c2a3255de..fce31f8ce 100644 --- a/src/python/essentia/extractor/onsetdetection.py +++ b/src/python/essentia/extractor/onsetdetection.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/extractor/panning.py b/src/python/essentia/extractor/panning.py index c2a335aa9..6c1ffa445 100644 --- a/src/python/essentia/extractor/panning.py +++ b/src/python/essentia/extractor/panning.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/extractor/relativeioi.py b/src/python/essentia/extractor/relativeioi.py index ab0628438..2f3cc1217 100644 --- a/src/python/essentia/extractor/relativeioi.py +++ b/src/python/essentia/extractor/relativeioi.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/extractor/scales.py b/src/python/essentia/extractor/scales.py index 2a40e1fcd..62e7181cd 100644 --- a/src/python/essentia/extractor/scales.py +++ b/src/python/essentia/extractor/scales.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/extractor/segmentation.py b/src/python/essentia/extractor/segmentation.py index adb9f4c82..5034f99b1 100755 --- a/src/python/essentia/extractor/segmentation.py +++ b/src/python/essentia/extractor/segmentation.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/extractor/segmentation_bic.py b/src/python/essentia/extractor/segmentation_bic.py index 551c6bd3a..dc8538c7b 100644 --- a/src/python/essentia/extractor/segmentation_bic.py +++ b/src/python/essentia/extractor/segmentation_bic.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/extractor/segmentation_max_energy.py b/src/python/essentia/extractor/segmentation_max_energy.py index 5ae7ead19..202a05dd1 100755 --- a/src/python/essentia/extractor/segmentation_max_energy.py +++ b/src/python/essentia/extractor/segmentation_max_energy.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/extractor/segmentation_simple.py b/src/python/essentia/extractor/segmentation_simple.py index 3711985cc..d18aff8a5 100644 --- a/src/python/essentia/extractor/segmentation_simple.py +++ b/src/python/essentia/extractor/segmentation_simple.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/extractor/sfx.py b/src/python/essentia/extractor/sfx.py index c8d111402..48ac5c281 100644 --- a/src/python/essentia/extractor/sfx.py +++ b/src/python/essentia/extractor/sfx.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/extractor/squeezeInto.py b/src/python/essentia/extractor/squeezeInto.py index f3feb6c35..dd6ccd172 100755 --- a/src/python/essentia/extractor/squeezeInto.py +++ b/src/python/essentia/extractor/squeezeInto.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/extractor/tempotap.py b/src/python/essentia/extractor/tempotap.py index 063472082..9089ab3a8 100755 --- a/src/python/essentia/extractor/tempotap.py +++ b/src/python/essentia/extractor/tempotap.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/extractor/thumbnail.py b/src/python/essentia/extractor/thumbnail.py index e7efd8be0..cbb1bd0f0 100755 --- a/src/python/essentia/extractor/thumbnail.py +++ b/src/python/essentia/extractor/thumbnail.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/extractor/tonal.py b/src/python/essentia/extractor/tonal.py index 67a90c9d0..6c25cb7de 100644 --- a/src/python/essentia/extractor/tonal.py +++ b/src/python/essentia/extractor/tonal.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/plotting.py b/src/python/essentia/plotting.py index e05f6f166..6bae8859d 100644 --- a/src/python/essentia/plotting.py +++ b/src/python/essentia/plotting.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/pool.py b/src/python/essentia/pool.py index 2e9f51c36..1d572b232 100644 --- a/src/python/essentia/pool.py +++ b/src/python/essentia/pool.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/progress.py b/src/python/essentia/progress.py index 12c1d6e30..431261dc3 100644 --- a/src/python/essentia/progress.py +++ b/src/python/essentia/progress.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/pytools/batch_extractors.py b/src/python/essentia/pytools/batch_extractors.py index c8590976d..d24c65c42 100644 --- a/src/python/essentia/pytools/batch_extractors.py +++ b/src/python/essentia/pytools/batch_extractors.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/pytools/extractors/melspectrogram.py b/src/python/essentia/pytools/extractors/melspectrogram.py index 9e351a0ea..5f00a2d79 100644 --- a/src/python/essentia/pytools/extractors/melspectrogram.py +++ b/src/python/essentia/pytools/extractors/melspectrogram.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/pytools/extractors/music_extractor.py b/src/python/essentia/pytools/extractors/music_extractor.py index 0340a4ee1..ab8ffab39 100644 --- a/src/python/essentia/pytools/extractors/music_extractor.py +++ b/src/python/essentia/pytools/extractors/music_extractor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/pytools/io.py b/src/python/essentia/pytools/io.py index b9bf6dc9e..6e511a98b 100644 --- a/src/python/essentia/pytools/io.py +++ b/src/python/essentia/pytools/io.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/pytools/spectral.py b/src/python/essentia/pytools/spectral.py index 98f27c65f..62035aa3e 100644 --- a/src/python/essentia/pytools/spectral.py +++ b/src/python/essentia/pytools/spectral.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/standard.py b/src/python/essentia/standard.py index 8980c6794..ea0e7d059 100644 --- a/src/python/essentia/standard.py +++ b/src/python/essentia/standard.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/streaming.py b/src/python/essentia/streaming.py index 171d747f7..e8e458fa9 100644 --- a/src/python/essentia/streaming.py +++ b/src/python/essentia/streaming.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/translate.py b/src/python/essentia/translate.py index 57c64c2ba..684d7d9f9 100644 --- a/src/python/essentia/translate.py +++ b/src/python/essentia/translate.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/utils.py b/src/python/essentia/utils.py index 95560a274..ff8678186 100644 --- a/src/python/essentia/utils.py +++ b/src/python/essentia/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/weka/arff2matlab.py b/src/python/essentia/weka/arff2matlab.py index e83055d7a..9005b8788 100644 --- a/src/python/essentia/weka/arff2matlab.py +++ b/src/python/essentia/weka/arff2matlab.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/weka/convert_essentia_to_weka.py b/src/python/essentia/weka/convert_essentia_to_weka.py index 9ef4cbf1c..8c5ba714e 100644 --- a/src/python/essentia/weka/convert_essentia_to_weka.py +++ b/src/python/essentia/weka/convert_essentia_to_weka.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/essentia/weka/wekafile.py b/src/python/essentia/weka/wekafile.py index c077cfe36..d39f0bb46 100644 --- a/src/python/essentia/weka/wekafile.py +++ b/src/python/essentia/weka/wekafile.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/src/python/globalfuncs.cpp b/src/python/globalfuncs.cpp index 51040ec2c..edfa0e9ae 100644 --- a/src/python/globalfuncs.cpp +++ b/src/python/globalfuncs.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/parsing.cpp b/src/python/parsing.cpp index 829acfae9..4af6e192a 100644 --- a/src/python/parsing.cpp +++ b/src/python/parsing.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/parsing.h b/src/python/parsing.h index 5add0ba71..d355561bf 100644 --- a/src/python/parsing.h +++ b/src/python/parsing.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/pyalgorithm.cpp b/src/python/pyalgorithm.cpp index 0a3c1f3e2..a8b9bd653 100644 --- a/src/python/pyalgorithm.cpp +++ b/src/python/pyalgorithm.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/pystreamingalgorithm.cpp b/src/python/pystreamingalgorithm.cpp index d3182d430..7ecafb429 100644 --- a/src/python/pystreamingalgorithm.cpp +++ b/src/python/pystreamingalgorithm.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/python3.h b/src/python/python3.h index d44bcd8b2..ac464bc97 100644 --- a/src/python/python3.h +++ b/src/python/python3.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/pytypes/boolean.cpp b/src/python/pytypes/boolean.cpp index 19ffd1918..d0ea9430a 100644 --- a/src/python/pytypes/boolean.cpp +++ b/src/python/pytypes/boolean.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/pytypes/integer.cpp b/src/python/pytypes/integer.cpp index 0586c455f..20e4eca17 100644 --- a/src/python/pytypes/integer.cpp +++ b/src/python/pytypes/integer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/pytypes/mapvectorstring.cpp b/src/python/pytypes/mapvectorstring.cpp index fd6422ca7..8f9619915 100644 --- a/src/python/pytypes/mapvectorstring.cpp +++ b/src/python/pytypes/mapvectorstring.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/pytypes/matrixreal.cpp b/src/python/pytypes/matrixreal.cpp index 7b720562a..b5861214c 100644 --- a/src/python/pytypes/matrixreal.cpp +++ b/src/python/pytypes/matrixreal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/pytypes/pypool.cpp b/src/python/pytypes/pypool.cpp index 9d941db7f..6c2303898 100644 --- a/src/python/pytypes/pypool.cpp +++ b/src/python/pytypes/pypool.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/pytypes/pypool.h b/src/python/pytypes/pypool.h index 7272edd57..dc3c90342 100644 --- a/src/python/pytypes/pypool.h +++ b/src/python/pytypes/pypool.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/pytypes/pyreal.cpp b/src/python/pytypes/pyreal.cpp index 39770a5c0..bcb16636c 100644 --- a/src/python/pytypes/pyreal.cpp +++ b/src/python/pytypes/pyreal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/pytypes/pystereosample.cpp b/src/python/pytypes/pystereosample.cpp index 3ee661842..839b55aed 100644 --- a/src/python/pytypes/pystereosample.cpp +++ b/src/python/pytypes/pystereosample.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/pytypes/string.cpp b/src/python/pytypes/string.cpp index aa8ee3043..476046e19 100644 --- a/src/python/pytypes/string.cpp +++ b/src/python/pytypes/string.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/pytypes/tensorreal.cpp b/src/python/pytypes/tensorreal.cpp index e0ad2931c..273a58229 100644 --- a/src/python/pytypes/tensorreal.cpp +++ b/src/python/pytypes/tensorreal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/pytypes/vectorcomplex.cpp b/src/python/pytypes/vectorcomplex.cpp index d1cf2df3e..b18e4d17b 100644 --- a/src/python/pytypes/vectorcomplex.cpp +++ b/src/python/pytypes/vectorcomplex.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/pytypes/vectorinteger.cpp b/src/python/pytypes/vectorinteger.cpp index 60c51142e..67c33ffe6 100644 --- a/src/python/pytypes/vectorinteger.cpp +++ b/src/python/pytypes/vectorinteger.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/pytypes/vectormatrixreal.cpp b/src/python/pytypes/vectormatrixreal.cpp index c0d13a924..3da52a2db 100644 --- a/src/python/pytypes/vectormatrixreal.cpp +++ b/src/python/pytypes/vectormatrixreal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/pytypes/vectorreal.cpp b/src/python/pytypes/vectorreal.cpp index fbe9260f4..9cad762ba 100644 --- a/src/python/pytypes/vectorreal.cpp +++ b/src/python/pytypes/vectorreal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/pytypes/vectorstereosample.cpp b/src/python/pytypes/vectorstereosample.cpp index 29509aa33..b37c68006 100644 --- a/src/python/pytypes/vectorstereosample.cpp +++ b/src/python/pytypes/vectorstereosample.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/pytypes/vectorstring.cpp b/src/python/pytypes/vectorstring.cpp index 3605b376b..1fc83b8d5 100644 --- a/src/python/pytypes/vectorstring.cpp +++ b/src/python/pytypes/vectorstring.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/pytypes/vectortensorreal.cpp b/src/python/pytypes/vectortensorreal.cpp index e92563fb8..84d44a3c8 100644 --- a/src/python/pytypes/vectortensorreal.cpp +++ b/src/python/pytypes/vectortensorreal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/pytypes/vectorvectorcomplex.cpp b/src/python/pytypes/vectorvectorcomplex.cpp index 1d9d2f2e5..06fbff590 100644 --- a/src/python/pytypes/vectorvectorcomplex.cpp +++ b/src/python/pytypes/vectorvectorcomplex.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/pytypes/vectorvectorreal.cpp b/src/python/pytypes/vectorvectorreal.cpp index 4ae7795cd..3400e166d 100644 --- a/src/python/pytypes/vectorvectorreal.cpp +++ b/src/python/pytypes/vectorvectorreal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/pytypes/vectorvectorstereosample.cpp b/src/python/pytypes/vectorvectorstereosample.cpp index 8ad23a677..77398f932 100644 --- a/src/python/pytypes/vectorvectorstereosample.cpp +++ b/src/python/pytypes/vectorvectorstereosample.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/pytypes/vectorvectorstring.cpp b/src/python/pytypes/vectorvectorstring.cpp index 0e6dc9d6b..a84821834 100644 --- a/src/python/pytypes/vectorvectorstring.cpp +++ b/src/python/pytypes/vectorvectorstring.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/pyvectorinput.cpp b/src/python/pyvectorinput.cpp index b556563b7..7a2a092e7 100644 --- a/src/python/pyvectorinput.cpp +++ b/src/python/pyvectorinput.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/typedefs.h b/src/python/typedefs.h index b8878acdd..81589c604 100644 --- a/src/python/typedefs.h +++ b/src/python/typedefs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/src/python/typewrapper.h b/src/python/typewrapper.h index 515575724..a31088d4d 100644 --- a/src/python/typewrapper.h +++ b/src/python/typewrapper.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/test/src/QA/clipping/test_clipping.py b/test/src/QA/clipping/test_clipping.py index 64710e853..31eaf5b27 100644 --- a/test/src/QA/clipping/test_clipping.py +++ b/test/src/QA/clipping/test_clipping.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/QA/discontinuitydetector/test_discontinuitydetector.py b/test/src/QA/discontinuitydetector/test_discontinuitydetector.py index 3b9cfe5ce..b2496416b 100644 --- a/test/src/QA/discontinuitydetector/test_discontinuitydetector.py +++ b/test/src/QA/discontinuitydetector/test_discontinuitydetector.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/QA/gaps/test_gaps.py b/test/src/QA/gaps/test_gaps.py index 74d608603..ac70fad99 100644 --- a/test/src/QA/gaps/test_gaps.py +++ b/test/src/QA/gaps/test_gaps.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/QA/humdetector/generate_files_with_hum.py b/test/src/QA/humdetector/generate_files_with_hum.py index f43c505d7..523d0462c 100644 --- a/test/src/QA/humdetector/generate_files_with_hum.py +++ b/test/src/QA/humdetector/generate_files_with_hum.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2019 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/QA/humdetector/test_hum.py b/test/src/QA/humdetector/test_hum.py index ea110d5f6..f54c20fcb 100644 --- a/test/src/QA/humdetector/test_hum.py +++ b/test/src/QA/humdetector/test_hum.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2019 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/QA/loudnessebu128/test_loudnessebur128.py b/test/src/QA/loudnessebu128/test_loudnessebur128.py index b1f736bf3..b781ef3b7 100644 --- a/test/src/QA/loudnessebu128/test_loudnessebur128.py +++ b/test/src/QA/loudnessebu128/test_loudnessebur128.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2019 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/QA/qa_test.py b/test/src/QA/qa_test.py index 2e43ed1d4..c5989294c 100644 --- a/test/src/QA/qa_test.py +++ b/test/src/QA/qa_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/QA/qa_testevents.py b/test/src/QA/qa_testevents.py index 9f9024a93..b1c9e9404 100644 --- a/test/src/QA/qa_testevents.py +++ b/test/src/QA/qa_testevents.py @@ -1,7 +1,7 @@ #!/usr/local/bin/python # -*- coding: utf-8 -*- -# Copyright (C) 2006-2019 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/QA/qa_testvalues.py b/test/src/QA/qa_testvalues.py index 99cd99fec..8dc5c0e51 100644 --- a/test/src/QA/qa_testvalues.py +++ b/test/src/QA/qa_testvalues.py @@ -1,7 +1,7 @@ #!/usr/local/bin/python # -*- coding: utf-8 -*- -# Copyright (C) 2006-2019 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/QA/replaygain/test_replaygain.py b/test/src/QA/replaygain/test_replaygain.py index 1f07ad9a2..46550c901 100644 --- a/test/src/QA/replaygain/test_replaygain.py +++ b/test/src/QA/replaygain/test_replaygain.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/QA/saturationdetector/test_saturationdetector.py b/test/src/QA/saturationdetector/test_saturationdetector.py index 571253667..e3abac908 100644 --- a/test/src/QA/saturationdetector/test_saturationdetector.py +++ b/test/src/QA/saturationdetector/test_saturationdetector.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2019 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/QA/snr/test_snr.py b/test/src/QA/snr/test_snr.py index aba4337a2..1d370b53f 100644 --- a/test/src/QA/snr/test_snr.py +++ b/test/src/QA/snr/test_snr.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2019 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/QA/startstopsilence/test_startstopsilence.py b/test/src/QA/startstopsilence/test_startstopsilence.py index 5733381c8..f4e5d8b55 100644 --- a/test/src/QA/startstopsilence/test_startstopsilence.py +++ b/test/src/QA/startstopsilence/test_startstopsilence.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/basetest/customalgos.h b/test/src/basetest/customalgos.h index a1709957e..04d771d83 100644 --- a/test/src/basetest/customalgos.h +++ b/test/src/basetest/customalgos.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/test/src/basetest/essentia_gtest.h b/test/src/basetest/essentia_gtest.h index defb38ef3..a4e9db224 100644 --- a/test/src/basetest/essentia_gtest.h +++ b/test/src/basetest/essentia_gtest.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/test/src/basetest/test_audioloader.cpp b/test/src/basetest/test_audioloader.cpp index 69ae50f46..e275a3273 100644 --- a/test/src/basetest/test_audioloader.cpp +++ b/test/src/basetest/test_audioloader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/test/src/basetest/test_composite.cpp b/test/src/basetest/test_composite.cpp index 1639ce8b2..3ac8857a0 100644 --- a/test/src/basetest/test_composite.cpp +++ b/test/src/basetest/test_composite.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/test/src/basetest/test_connectors.cpp b/test/src/basetest/test_connectors.cpp index c7a3532f4..d8cf2038f 100644 --- a/test/src/basetest/test_connectors.cpp +++ b/test/src/basetest/test_connectors.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/test/src/basetest/test_copy.cpp b/test/src/basetest/test_copy.cpp index 6547da8a2..f8041f148 100644 --- a/test/src/basetest/test_copy.cpp +++ b/test/src/basetest/test_copy.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/test/src/basetest/test_fileoutput.cpp b/test/src/basetest/test_fileoutput.cpp index 9cffaa962..7ac00f3aa 100644 --- a/test/src/basetest/test_fileoutput.cpp +++ b/test/src/basetest/test_fileoutput.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/test/src/basetest/test_main.cpp b/test/src/basetest/test_main.cpp index 2aeb35fde..c3c4ec37a 100644 --- a/test/src/basetest/test_main.cpp +++ b/test/src/basetest/test_main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/test/src/basetest/test_math.cpp b/test/src/basetest/test_math.cpp index 158a57d2f..61343db20 100644 --- a/test/src/basetest/test_math.cpp +++ b/test/src/basetest/test_math.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2014 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/test/src/basetest/test_network.cpp b/test/src/basetest/test_network.cpp index 60e2b287f..61460b22a 100644 --- a/test/src/basetest/test_network.cpp +++ b/test/src/basetest/test_network.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/test/src/basetest/test_networkparser.cpp b/test/src/basetest/test_networkparser.cpp index 516623d76..dc9afbac5 100644 --- a/test/src/basetest/test_networkparser.cpp +++ b/test/src/basetest/test_networkparser.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/test/src/basetest/test_parameter.cpp b/test/src/basetest/test_parameter.cpp index ca9ed8a0b..3dfdc9318 100644 --- a/test/src/basetest/test_parameter.cpp +++ b/test/src/basetest/test_parameter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/test/src/basetest/test_peak.cpp b/test/src/basetest/test_peak.cpp index d56076b6b..6d5dac4c8 100644 --- a/test/src/basetest/test_peak.cpp +++ b/test/src/basetest/test_peak.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/test/src/basetest/test_pool.cpp b/test/src/basetest/test_pool.cpp index 0193d3709..1c4d189a3 100644 --- a/test/src/basetest/test_pool.cpp +++ b/test/src/basetest/test_pool.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/test/src/basetest/test_scheduler.cpp b/test/src/basetest/test_scheduler.cpp index 5609125b1..8e58ee694 100644 --- a/test/src/basetest/test_scheduler.cpp +++ b/test/src/basetest/test_scheduler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/test/src/basetest/test_stringutil.cpp b/test/src/basetest/test_stringutil.cpp index 436bd8e62..1c1340a2c 100644 --- a/test/src/basetest/test_stringutil.cpp +++ b/test/src/basetest/test_stringutil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/test/src/basetest/test_treetraversal.cpp b/test/src/basetest/test_treetraversal.cpp index 9b0718d17..8a2184134 100644 --- a/test/src/basetest/test_treetraversal.cpp +++ b/test/src/basetest/test_treetraversal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/test/src/basetest/test_vectorinput.cpp b/test/src/basetest/test_vectorinput.cpp index 4129f6c98..5704fcee2 100644 --- a/test/src/basetest/test_vectorinput.cpp +++ b/test/src/basetest/test_vectorinput.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/test/src/basetest/test_vectoroutput.cpp b/test/src/basetest/test_vectoroutput.cpp index 4f6b8e975..f46ca3d99 100644 --- a/test/src/basetest/test_vectoroutput.cpp +++ b/test/src/basetest/test_vectoroutput.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra + * Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * diff --git a/test/src/pythontests/chords_histogram.py b/test/src/pythontests/chords_histogram.py index dcb95b10c..2e1037f0b 100644 --- a/test/src/pythontests/chords_histogram.py +++ b/test/src/pythontests/chords_histogram.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/pythontests/eq_histogram.py b/test/src/pythontests/eq_histogram.py index d7c83696b..58f58ccfc 100755 --- a/test/src/pythontests/eq_histogram.py +++ b/test/src/pythontests/eq_histogram.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/pythontests/onsetdetection_test.py b/test/src/pythontests/onsetdetection_test.py index 239c98c9f..632ac1506 100644 --- a/test/src/pythontests/onsetdetection_test.py +++ b/test/src/pythontests/onsetdetection_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/pythontests/streaming_versus_python.py b/test/src/pythontests/streaming_versus_python.py index 170565cf1..8fba07ab2 100755 --- a/test/src/pythontests/streaming_versus_python.py +++ b/test/src/pythontests/streaming_versus_python.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/pythontests/tempotap_test.py b/test/src/pythontests/tempotap_test.py index c8b174680..10c307290 100644 --- a/test/src/pythontests/tempotap_test.py +++ b/test/src/pythontests/tempotap_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/pythontests/test_essentia_import.py b/test/src/pythontests/test_essentia_import.py index 50a1d5f11..a30e9d9f3 100644 --- a/test/src/pythontests/test_essentia_import.py +++ b/test/src/pythontests/test_essentia_import.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/pythontests/test_essentia_music.py b/test/src/pythontests/test_essentia_music.py index fcfb0d1d9..adc9b31c1 100644 --- a/test/src/pythontests/test_essentia_music.py +++ b/test/src/pythontests/test_essentia_music.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/pythontests/test_exabre.py b/test/src/pythontests/test_exabre.py index 0ae87e7ad..0dad05bd4 100755 --- a/test/src/pythontests/test_exabre.py +++ b/test/src/pythontests/test_exabre.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/pythontests/test_extractor.py b/test/src/pythontests/test_extractor.py index c2eb45b0c..d7b61f38d 100644 --- a/test/src/pythontests/test_extractor.py +++ b/test/src/pythontests/test_extractor.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/pythontests/test_hpcp.py b/test/src/pythontests/test_hpcp.py index 379cf33e7..bd6b2ebd6 100755 --- a/test/src/pythontests/test_hpcp.py +++ b/test/src/pythontests/test_hpcp.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/pythontests/test_onsetrate.py b/test/src/pythontests/test_onsetrate.py index 44b729813..b0f4bead9 100755 --- a/test/src/pythontests/test_onsetrate.py +++ b/test/src/pythontests/test_onsetrate.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/pythontests/test_pattern.py b/test/src/pythontests/test_pattern.py index 8868fbcf4..bd14b959b 100755 --- a/test/src/pythontests/test_pattern.py +++ b/test/src/pythontests/test_pattern.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/pythontests/tests.py b/test/src/pythontests/tests.py index 0882660d6..a6e804021 100755 --- a/test/src/pythontests/tests.py +++ b/test/src/pythontests/tests.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/all_tests.py b/test/src/unittests/all_tests.py index f92e94cb5..deb354837 100755 --- a/test/src/unittests/all_tests.py +++ b/test/src/unittests/all_tests.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/audioproblems/test_clickdetector.py b/test/src/unittests/audioproblems/test_clickdetector.py index 367dc4789..5cfb8ef9e 100644 --- a/test/src/unittests/audioproblems/test_clickdetector.py +++ b/test/src/unittests/audioproblems/test_clickdetector.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2019 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/audioproblems/test_discontinuitydetector.py b/test/src/unittests/audioproblems/test_discontinuitydetector.py index 27b0e1195..f1912ff88 100644 --- a/test/src/unittests/audioproblems/test_discontinuitydetector.py +++ b/test/src/unittests/audioproblems/test_discontinuitydetector.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2019 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/audioproblems/test_falsestereodetector.py b/test/src/unittests/audioproblems/test_falsestereodetector.py index 6037ea679..410a3252d 100644 --- a/test/src/unittests/audioproblems/test_falsestereodetector.py +++ b/test/src/unittests/audioproblems/test_falsestereodetector.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2019 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/audioproblems/test_humdetector.py b/test/src/unittests/audioproblems/test_humdetector.py index 9430749f9..5a2a4c100 100644 --- a/test/src/unittests/audioproblems/test_humdetector.py +++ b/test/src/unittests/audioproblems/test_humdetector.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2019 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/audioproblems/test_saturationdetector.py b/test/src/unittests/audioproblems/test_saturationdetector.py index af208e9bf..8113e2bb0 100644 --- a/test/src/unittests/audioproblems/test_saturationdetector.py +++ b/test/src/unittests/audioproblems/test_saturationdetector.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2019 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/audioproblems/test_snr.py b/test/src/unittests/audioproblems/test_snr.py index 88c8c295b..a636849ea 100644 --- a/test/src/unittests/audioproblems/test_snr.py +++ b/test/src/unittests/audioproblems/test_snr.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2019 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/audioproblems/test_startstopcut.py b/test/src/unittests/audioproblems/test_startstopcut.py index b8ffb7b8d..658a8c852 100644 --- a/test/src/unittests/audioproblems/test_startstopcut.py +++ b/test/src/unittests/audioproblems/test_startstopcut.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2019 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/audioproblems/test_truepeakdetector.py b/test/src/unittests/audioproblems/test_truepeakdetector.py index ee01e2d4b..4e5c6b7a8 100644 --- a/test/src/unittests/audioproblems/test_truepeakdetector.py +++ b/test/src/unittests/audioproblems/test_truepeakdetector.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2019 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/base/test_check_view_or_copy.py b/test/src/unittests/base/test_check_view_or_copy.py index e7f010eb9..f8820cd12 100644 --- a/test/src/unittests/base/test_check_view_or_copy.py +++ b/test/src/unittests/base/test_check_view_or_copy.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/base/test_pool.py b/test/src/unittests/base/test_pool.py index 600b4940f..630204d53 100644 --- a/test/src/unittests/base/test_pool.py +++ b/test/src/unittests/base/test_pool.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/base/test_utils.py b/test/src/unittests/base/test_utils.py index 8b10e5a3f..875133007 100644 --- a/test/src/unittests/base/test_utils.py +++ b/test/src/unittests/base/test_utils.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/complex/test_cartesiantopolar.py b/test/src/unittests/complex/test_cartesiantopolar.py index 856cc341d..c170f9c93 100644 --- a/test/src/unittests/complex/test_cartesiantopolar.py +++ b/test/src/unittests/complex/test_cartesiantopolar.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/complex/test_magnitude.py b/test/src/unittests/complex/test_magnitude.py index 8c066fc96..4e6192bfc 100644 --- a/test/src/unittests/complex/test_magnitude.py +++ b/test/src/unittests/complex/test_magnitude.py @@ -2,7 +2,7 @@ -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/complex/test_polartocartesian.py b/test/src/unittests/complex/test_polartocartesian.py index 6c09d4678..2861864f5 100644 --- a/test/src/unittests/complex/test_polartocartesian.py +++ b/test/src/unittests/complex/test_polartocartesian.py @@ -2,7 +2,7 @@ -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/essentia_test.py b/test/src/unittests/essentia_test.py index fe4405301..e901f3732 100644 --- a/test/src/unittests/essentia_test.py +++ b/test/src/unittests/essentia_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/extractor/test_freesoundextractor.py b/test/src/unittests/extractor/test_freesoundextractor.py index 8e80e291b..04debd0fb 100644 --- a/test/src/unittests/extractor/test_freesoundextractor.py +++ b/test/src/unittests/extractor/test_freesoundextractor.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/extractor/test_musicextractor.py b/test/src/unittests/extractor/test_musicextractor.py index 9774cdc08..a1c56ee4d 100644 --- a/test/src/unittests/extractor/test_musicextractor.py +++ b/test/src/unittests/extractor/test_musicextractor.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/extractor/test_rhythmdescriptors.py b/test/src/unittests/extractor/test_rhythmdescriptors.py index 96e3aa6cd..32f53b1c0 100644 --- a/test/src/unittests/extractor/test_rhythmdescriptors.py +++ b/test/src/unittests/extractor/test_rhythmdescriptors.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/filters/test_allpass.py b/test/src/unittests/filters/test_allpass.py index e3c626f75..56c791be4 100644 --- a/test/src/unittests/filters/test_allpass.py +++ b/test/src/unittests/filters/test_allpass.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/filters/test_bandpass.py b/test/src/unittests/filters/test_bandpass.py index c220bb27b..1930df731 100644 --- a/test/src/unittests/filters/test_bandpass.py +++ b/test/src/unittests/filters/test_bandpass.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/filters/test_bandreject.py b/test/src/unittests/filters/test_bandreject.py index caeb75243..e0b9cd1cf 100644 --- a/test/src/unittests/filters/test_bandreject.py +++ b/test/src/unittests/filters/test_bandreject.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/filters/test_dcremoval.py b/test/src/unittests/filters/test_dcremoval.py index b40b96f01..162d82ad5 100644 --- a/test/src/unittests/filters/test_dcremoval.py +++ b/test/src/unittests/filters/test_dcremoval.py @@ -2,7 +2,7 @@ # -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/filters/test_equalloudness.py b/test/src/unittests/filters/test_equalloudness.py index 83c57f621..055f9e7fc 100644 --- a/test/src/unittests/filters/test_equalloudness.py +++ b/test/src/unittests/filters/test_equalloudness.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/filters/test_highpass.py b/test/src/unittests/filters/test_highpass.py index 08c60fd1d..d24cb7933 100644 --- a/test/src/unittests/filters/test_highpass.py +++ b/test/src/unittests/filters/test_highpass.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/filters/test_iir.py b/test/src/unittests/filters/test_iir.py index d13954c77..49cb5ccf9 100644 --- a/test/src/unittests/filters/test_iir.py +++ b/test/src/unittests/filters/test_iir.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/filters/test_lowpass.py b/test/src/unittests/filters/test_lowpass.py index 8d02defe6..46a5e141e 100644 --- a/test/src/unittests/filters/test_lowpass.py +++ b/test/src/unittests/filters/test_lowpass.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/filters/test_movingaverage.py b/test/src/unittests/filters/test_movingaverage.py index 94a90e7c2..b1bf590ef 100644 --- a/test/src/unittests/filters/test_movingaverage.py +++ b/test/src/unittests/filters/test_movingaverage.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/highlevel/test_danceability.py b/test/src/unittests/highlevel/test_danceability.py index 46fb50183..6cfb271ff 100644 --- a/test/src/unittests/highlevel/test_danceability.py +++ b/test/src/unittests/highlevel/test_danceability.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/highlevel/test_dynamiccomplexity.py b/test/src/unittests/highlevel/test_dynamiccomplexity.py index 98094913a..a868d5b06 100644 --- a/test/src/unittests/highlevel/test_dynamiccomplexity.py +++ b/test/src/unittests/highlevel/test_dynamiccomplexity.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/highlevel/test_fadedetection.py b/test/src/unittests/highlevel/test_fadedetection.py index 3ff56f585..a96ae93b2 100644 --- a/test/src/unittests/highlevel/test_fadedetection.py +++ b/test/src/unittests/highlevel/test_fadedetection.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/highlevel/test_gaiatransform.py b/test/src/unittests/highlevel/test_gaiatransform.py index 5eda7d8ac..624bc6076 100644 --- a/test/src/unittests/highlevel/test_gaiatransform.py +++ b/test/src/unittests/highlevel/test_gaiatransform.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/highlevel/test_intensity.py b/test/src/unittests/highlevel/test_intensity.py index 0f93b61ef..d26516e12 100644 --- a/test/src/unittests/highlevel/test_intensity.py +++ b/test/src/unittests/highlevel/test_intensity.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/highlevel/test_sbic.py b/test/src/unittests/highlevel/test_sbic.py index 5a6689059..e024cf8ed 100644 --- a/test/src/unittests/highlevel/test_sbic.py +++ b/test/src/unittests/highlevel/test_sbic.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/io/test_audioloader_streaming.py b/test/src/unittests/io/test_audioloader_streaming.py index 105ded84f..4a636cb60 100644 --- a/test/src/unittests/io/test_audioloader_streaming.py +++ b/test/src/unittests/io/test_audioloader_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/io/test_audioonsetsmarker.py b/test/src/unittests/io/test_audioonsetsmarker.py index e4e8aea91..5abe01864 100644 --- a/test/src/unittests/io/test_audioonsetsmarker.py +++ b/test/src/unittests/io/test_audioonsetsmarker.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/io/test_audioonsetsmarker_streaming.py b/test/src/unittests/io/test_audioonsetsmarker_streaming.py index e727bbd8c..155c7c87d 100644 --- a/test/src/unittests/io/test_audioonsetsmarker_streaming.py +++ b/test/src/unittests/io/test_audioonsetsmarker_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/io/test_audiowriter_streaming.py b/test/src/unittests/io/test_audiowriter_streaming.py index 1cdec81b5..7e75aea95 100644 --- a/test/src/unittests/io/test_audiowriter_streaming.py +++ b/test/src/unittests/io/test_audiowriter_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/io/test_easyloader_streaming.py b/test/src/unittests/io/test_easyloader_streaming.py index cc7da482c..1489f48e9 100644 --- a/test/src/unittests/io/test_easyloader_streaming.py +++ b/test/src/unittests/io/test_easyloader_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/io/test_eqloudloader_streaming.py b/test/src/unittests/io/test_eqloudloader_streaming.py index a885e6ad2..1a5c6b5e5 100644 --- a/test/src/unittests/io/test_eqloudloader_streaming.py +++ b/test/src/unittests/io/test_eqloudloader_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/io/test_metadatareader.py b/test/src/unittests/io/test_metadatareader.py index 9ab4d48d7..1af2cf807 100644 --- a/test/src/unittests/io/test_metadatareader.py +++ b/test/src/unittests/io/test_metadatareader.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/io/test_monoloader.py b/test/src/unittests/io/test_monoloader.py index 81aed15c8..e8296a552 100644 --- a/test/src/unittests/io/test_monoloader.py +++ b/test/src/unittests/io/test_monoloader.py @@ -2,7 +2,7 @@ # -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/io/test_monowriter.py b/test/src/unittests/io/test_monowriter.py index 5c84289df..cdb343a59 100644 --- a/test/src/unittests/io/test_monowriter.py +++ b/test/src/unittests/io/test_monowriter.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/io/test_yamlinput.py b/test/src/unittests/io/test_yamlinput.py index 072252dbf..b4799e7c8 100644 --- a/test/src/unittests/io/test_yamlinput.py +++ b/test/src/unittests/io/test_yamlinput.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/io/test_yamloutput.py b/test/src/unittests/io/test_yamloutput.py index e699a5f7d..62dac4933 100644 --- a/test/src/unittests/io/test_yamloutput.py +++ b/test/src/unittests/io/test_yamloutput.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/machinelearning/test_tensorflowpredict.py b/test/src/unittests/machinelearning/test_tensorflowpredict.py index 30b84a524..196aff2e2 100644 --- a/test/src/unittests/machinelearning/test_tensorflowpredict.py +++ b/test/src/unittests/machinelearning/test_tensorflowpredict.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/machinelearning/test_tensorflowpredict_streaming.py b/test/src/unittests/machinelearning/test_tensorflowpredict_streaming.py index b6633823e..e54737006 100644 --- a/test/src/unittests/machinelearning/test_tensorflowpredict_streaming.py +++ b/test/src/unittests/machinelearning/test_tensorflowpredict_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/machinelearning/test_tensorflowpredictmusicnn.py b/test/src/unittests/machinelearning/test_tensorflowpredictmusicnn.py index 420327545..ecd26dc78 100644 --- a/test/src/unittests/machinelearning/test_tensorflowpredictmusicnn.py +++ b/test/src/unittests/machinelearning/test_tensorflowpredictmusicnn.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/machinelearning/test_tensorflowpredicttempocnn.py b/test/src/unittests/machinelearning/test_tensorflowpredicttempocnn.py index af076beb1..b2db4d0eb 100644 --- a/test/src/unittests/machinelearning/test_tensorflowpredicttempocnn.py +++ b/test/src/unittests/machinelearning/test_tensorflowpredicttempocnn.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/machinelearning/test_tensorflowpredictvggish.py b/test/src/unittests/machinelearning/test_tensorflowpredictvggish.py index 09ae8740e..61990c48c 100644 --- a/test/src/unittests/machinelearning/test_tensorflowpredictvggish.py +++ b/test/src/unittests/machinelearning/test_tensorflowpredictvggish.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_beatsloudness_streaming.py b/test/src/unittests/rhythm/test_beatsloudness_streaming.py index ef1fca2ee..4867be648 100644 --- a/test/src/unittests/rhythm/test_beatsloudness_streaming.py +++ b/test/src/unittests/rhythm/test_beatsloudness_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_beattrackerdegara.py b/test/src/unittests/rhythm/test_beattrackerdegara.py index defd1bb39..4806988b0 100644 --- a/test/src/unittests/rhythm/test_beattrackerdegara.py +++ b/test/src/unittests/rhythm/test_beattrackerdegara.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_beattrackermultifeature.py b/test/src/unittests/rhythm/test_beattrackermultifeature.py index 241b6d87b..37349fc2e 100644 --- a/test/src/unittests/rhythm/test_beattrackermultifeature.py +++ b/test/src/unittests/rhythm/test_beattrackermultifeature.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_bpmhistogram.py b/test/src/unittests/rhythm/test_bpmhistogram.py index 05d34da7a..9a833add4 100644 --- a/test/src/unittests/rhythm/test_bpmhistogram.py +++ b/test/src/unittests/rhythm/test_bpmhistogram.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_bpmhistogramdescriptors.py b/test/src/unittests/rhythm/test_bpmhistogramdescriptors.py index a8334ed8c..db84be3fd 100644 --- a/test/src/unittests/rhythm/test_bpmhistogramdescriptors.py +++ b/test/src/unittests/rhythm/test_bpmhistogramdescriptors.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_bpmrubato.py b/test/src/unittests/rhythm/test_bpmrubato.py index 6ba7d819f..315e54268 100644 --- a/test/src/unittests/rhythm/test_bpmrubato.py +++ b/test/src/unittests/rhythm/test_bpmrubato.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_harmonicbpm.py b/test/src/unittests/rhythm/test_harmonicbpm.py index aa8460593..c4df312a4 100644 --- a/test/src/unittests/rhythm/test_harmonicbpm.py +++ b/test/src/unittests/rhythm/test_harmonicbpm.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_loopbpmconfidence.py b/test/src/unittests/rhythm/test_loopbpmconfidence.py index 3ca8c399b..9f9a4b01b 100644 --- a/test/src/unittests/rhythm/test_loopbpmconfidence.py +++ b/test/src/unittests/rhythm/test_loopbpmconfidence.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_loopbpmestimator.py b/test/src/unittests/rhythm/test_loopbpmestimator.py index 08a787f7c..e45496838 100644 --- a/test/src/unittests/rhythm/test_loopbpmestimator.py +++ b/test/src/unittests/rhythm/test_loopbpmestimator.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_onsetdetection.py b/test/src/unittests/rhythm/test_onsetdetection.py index 02f83031a..090ed3ba0 100644 --- a/test/src/unittests/rhythm/test_onsetdetection.py +++ b/test/src/unittests/rhythm/test_onsetdetection.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_onsetdetectionglobal.py b/test/src/unittests/rhythm/test_onsetdetectionglobal.py index de7425be1..17bf68091 100644 --- a/test/src/unittests/rhythm/test_onsetdetectionglobal.py +++ b/test/src/unittests/rhythm/test_onsetdetectionglobal.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_onsetrate.py b/test/src/unittests/rhythm/test_onsetrate.py index 5c0381cf2..37fba2ed3 100644 --- a/test/src/unittests/rhythm/test_onsetrate.py +++ b/test/src/unittests/rhythm/test_onsetrate.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_onsetrate_streaming.py b/test/src/unittests/rhythm/test_onsetrate_streaming.py index 4bcfcb436..edf8e0ed2 100644 --- a/test/src/unittests/rhythm/test_onsetrate_streaming.py +++ b/test/src/unittests/rhythm/test_onsetrate_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_onsets.py b/test/src/unittests/rhythm/test_onsets.py index c90cd08ff..6f7bea194 100644 --- a/test/src/unittests/rhythm/test_onsets.py +++ b/test/src/unittests/rhythm/test_onsets.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_rhythmextractor.py b/test/src/unittests/rhythm/test_rhythmextractor.py index f17261072..5d1470d2a 100644 --- a/test/src/unittests/rhythm/test_rhythmextractor.py +++ b/test/src/unittests/rhythm/test_rhythmextractor.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_rhythmextractor2013.py b/test/src/unittests/rhythm/test_rhythmextractor2013.py index 211675085..1d3d0985f 100644 --- a/test/src/unittests/rhythm/test_rhythmextractor2013.py +++ b/test/src/unittests/rhythm/test_rhythmextractor2013.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_rhythmtransform.py b/test/src/unittests/rhythm/test_rhythmtransform.py index 97a2fa503..6602c48c3 100644 --- a/test/src/unittests/rhythm/test_rhythmtransform.py +++ b/test/src/unittests/rhythm/test_rhythmtransform.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_singlebeatloudness.py b/test/src/unittests/rhythm/test_singlebeatloudness.py index d1e75bfc1..66423d0de 100644 --- a/test/src/unittests/rhythm/test_singlebeatloudness.py +++ b/test/src/unittests/rhythm/test_singlebeatloudness.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_superfluxextractor.py b/test/src/unittests/rhythm/test_superfluxextractor.py index 48319a346..285d320a3 100644 --- a/test/src/unittests/rhythm/test_superfluxextractor.py +++ b/test/src/unittests/rhythm/test_superfluxextractor.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_superfluxnovelty.py b/test/src/unittests/rhythm/test_superfluxnovelty.py index 23f764661..49be8b0cd 100644 --- a/test/src/unittests/rhythm/test_superfluxnovelty.py +++ b/test/src/unittests/rhythm/test_superfluxnovelty.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_superfluxpeaks.py b/test/src/unittests/rhythm/test_superfluxpeaks.py index 84aea2581..3f5868b26 100644 --- a/test/src/unittests/rhythm/test_superfluxpeaks.py +++ b/test/src/unittests/rhythm/test_superfluxpeaks.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_tempocnn.py b/test/src/unittests/rhythm/test_tempocnn.py index 01f920c2b..aecb00bf9 100644 --- a/test/src/unittests/rhythm/test_tempocnn.py +++ b/test/src/unittests/rhythm/test_tempocnn.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_temposcalebands.py b/test/src/unittests/rhythm/test_temposcalebands.py index dfbe158dd..7e7a0f40a 100644 --- a/test/src/unittests/rhythm/test_temposcalebands.py +++ b/test/src/unittests/rhythm/test_temposcalebands.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_tempotap.py b/test/src/unittests/rhythm/test_tempotap.py index 96f56fb57..24e908630 100644 --- a/test/src/unittests/rhythm/test_tempotap.py +++ b/test/src/unittests/rhythm/test_tempotap.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_tempotapdegara.py b/test/src/unittests/rhythm/test_tempotapdegara.py index d06268208..8d7631f91 100644 --- a/test/src/unittests/rhythm/test_tempotapdegara.py +++ b/test/src/unittests/rhythm/test_tempotapdegara.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_tempotapmaxagreement.py b/test/src/unittests/rhythm/test_tempotapmaxagreement.py index 8fbc58eda..8b9f09969 100644 --- a/test/src/unittests/rhythm/test_tempotapmaxagreement.py +++ b/test/src/unittests/rhythm/test_tempotapmaxagreement.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/rhythm/test_tempotapticks.py b/test/src/unittests/rhythm/test_tempotapticks.py index ce9e49db6..ee2c63952 100644 --- a/test/src/unittests/rhythm/test_tempotapticks.py +++ b/test/src/unittests/rhythm/test_tempotapticks.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/sfx/test_aftermaxtobeforemaxenergyratio.py b/test/src/unittests/sfx/test_aftermaxtobeforemaxenergyratio.py index 410734755..eb6052912 100755 --- a/test/src/unittests/sfx/test_aftermaxtobeforemaxenergyratio.py +++ b/test/src/unittests/sfx/test_aftermaxtobeforemaxenergyratio.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/sfx/test_aftermaxtobeforemaxenergyratio_streaming.py b/test/src/unittests/sfx/test_aftermaxtobeforemaxenergyratio_streaming.py index f02bb4139..6e66d06d6 100644 --- a/test/src/unittests/sfx/test_aftermaxtobeforemaxenergyratio_streaming.py +++ b/test/src/unittests/sfx/test_aftermaxtobeforemaxenergyratio_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/sfx/test_derivativesfx.py b/test/src/unittests/sfx/test_derivativesfx.py index e9d12b578..7eee34739 100755 --- a/test/src/unittests/sfx/test_derivativesfx.py +++ b/test/src/unittests/sfx/test_derivativesfx.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/sfx/test_derivativesfx_streaming.py b/test/src/unittests/sfx/test_derivativesfx_streaming.py index 3af11edfd..8cb723e5e 100644 --- a/test/src/unittests/sfx/test_derivativesfx_streaming.py +++ b/test/src/unittests/sfx/test_derivativesfx_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/sfx/test_flatnesssfx.py b/test/src/unittests/sfx/test_flatnesssfx.py index f5e195d2a..1f63f7409 100755 --- a/test/src/unittests/sfx/test_flatnesssfx.py +++ b/test/src/unittests/sfx/test_flatnesssfx.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/sfx/test_flatnesssfx_streaming.py b/test/src/unittests/sfx/test_flatnesssfx_streaming.py index 456823f7c..b5dc0917a 100644 --- a/test/src/unittests/sfx/test_flatnesssfx_streaming.py +++ b/test/src/unittests/sfx/test_flatnesssfx_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/sfx/test_maxtototal.py b/test/src/unittests/sfx/test_maxtototal.py index 924276d10..932c75d19 100644 --- a/test/src/unittests/sfx/test_maxtototal.py +++ b/test/src/unittests/sfx/test_maxtototal.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/sfx/test_maxtototal_streaming.py b/test/src/unittests/sfx/test_maxtototal_streaming.py index 602fa3351..4b3e55fcd 100644 --- a/test/src/unittests/sfx/test_maxtototal_streaming.py +++ b/test/src/unittests/sfx/test_maxtototal_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/sfx/test_mintototal.py b/test/src/unittests/sfx/test_mintototal.py index 175b81b3e..d1eb9073a 100644 --- a/test/src/unittests/sfx/test_mintototal.py +++ b/test/src/unittests/sfx/test_mintototal.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/sfx/test_mintototal_streaming.py b/test/src/unittests/sfx/test_mintototal_streaming.py index c86230ebb..216d06cea 100644 --- a/test/src/unittests/sfx/test_mintototal_streaming.py +++ b/test/src/unittests/sfx/test_mintototal_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/sfx/test_pitchsalience.py b/test/src/unittests/sfx/test_pitchsalience.py index 736b891b7..05745cd02 100644 --- a/test/src/unittests/sfx/test_pitchsalience.py +++ b/test/src/unittests/sfx/test_pitchsalience.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/sfx/test_tctototal.py b/test/src/unittests/sfx/test_tctototal.py index f799bcec5..b075fa392 100644 --- a/test/src/unittests/sfx/test_tctototal.py +++ b/test/src/unittests/sfx/test_tctototal.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/sfx/test_tctototal_streaming.py b/test/src/unittests/sfx/test_tctototal_streaming.py index 0267eb318..31bab1b3c 100644 --- a/test/src/unittests/sfx/test_tctototal_streaming.py +++ b/test/src/unittests/sfx/test_tctototal_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_barkbands.py b/test/src/unittests/spectral/test_barkbands.py index 7cd4ef7b3..9dfed4b77 100644 --- a/test/src/unittests/spectral/test_barkbands.py +++ b/test/src/unittests/spectral/test_barkbands.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_bfcc.py b/test/src/unittests/spectral/test_bfcc.py index 8fe4c2636..5ad9b821b 100644 --- a/test/src/unittests/spectral/test_bfcc.py +++ b/test/src/unittests/spectral/test_bfcc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_energyband.py b/test/src/unittests/spectral/test_energyband.py index fe48987d5..f9073c725 100644 --- a/test/src/unittests/spectral/test_energyband.py +++ b/test/src/unittests/spectral/test_energyband.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_energybandratio.py b/test/src/unittests/spectral/test_energybandratio.py index 8e3ee3b3a..209a6eb5c 100644 --- a/test/src/unittests/spectral/test_energybandratio.py +++ b/test/src/unittests/spectral/test_energybandratio.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_erbbands.py b/test/src/unittests/spectral/test_erbbands.py index 13fa397c7..43167aae5 100644 --- a/test/src/unittests/spectral/test_erbbands.py +++ b/test/src/unittests/spectral/test_erbbands.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_flatnessdb.py b/test/src/unittests/spectral/test_flatnessdb.py index 185437130..635521b90 100644 --- a/test/src/unittests/spectral/test_flatnessdb.py +++ b/test/src/unittests/spectral/test_flatnessdb.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_flux.py b/test/src/unittests/spectral/test_flux.py index 952382f54..bef2d5c07 100644 --- a/test/src/unittests/spectral/test_flux.py +++ b/test/src/unittests/spectral/test_flux.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_frequencybands.py b/test/src/unittests/spectral/test_frequencybands.py index e4f93447d..34958616a 100644 --- a/test/src/unittests/spectral/test_frequencybands.py +++ b/test/src/unittests/spectral/test_frequencybands.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_gfcc.py b/test/src/unittests/spectral/test_gfcc.py index 8cdceb3fd..7c561a1b6 100644 --- a/test/src/unittests/spectral/test_gfcc.py +++ b/test/src/unittests/spectral/test_gfcc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_hfc.py b/test/src/unittests/spectral/test_hfc.py index c09417e95..59d994bc6 100644 --- a/test/src/unittests/spectral/test_hfc.py +++ b/test/src/unittests/spectral/test_hfc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_hpcp.py b/test/src/unittests/spectral/test_hpcp.py index fa2be0126..fe32d65bb 100644 --- a/test/src/unittests/spectral/test_hpcp.py +++ b/test/src/unittests/spectral/test_hpcp.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_maxmagfreq.py b/test/src/unittests/spectral/test_maxmagfreq.py index becfc7fbc..a082866d2 100644 --- a/test/src/unittests/spectral/test_maxmagfreq.py +++ b/test/src/unittests/spectral/test_maxmagfreq.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_melbands.py b/test/src/unittests/spectral/test_melbands.py index 727ff320b..504a218f0 100644 --- a/test/src/unittests/spectral/test_melbands.py +++ b/test/src/unittests/spectral/test_melbands.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_mfcc.py b/test/src/unittests/spectral/test_mfcc.py index 274273388..ba2717faa 100644 --- a/test/src/unittests/spectral/test_mfcc.py +++ b/test/src/unittests/spectral/test_mfcc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_rolloff.py b/test/src/unittests/spectral/test_rolloff.py index 9901bc679..c2bccdc50 100644 --- a/test/src/unittests/spectral/test_rolloff.py +++ b/test/src/unittests/spectral/test_rolloff.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_spectralcentroidtime.py b/test/src/unittests/spectral/test_spectralcentroidtime.py index 53b39e6eb..c8794d7ba 100644 --- a/test/src/unittests/spectral/test_spectralcentroidtime.py +++ b/test/src/unittests/spectral/test_spectralcentroidtime.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_spectralcomplexity.py b/test/src/unittests/spectral/test_spectralcomplexity.py index b46e9ca40..b9996a066 100644 --- a/test/src/unittests/spectral/test_spectralcomplexity.py +++ b/test/src/unittests/spectral/test_spectralcomplexity.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_spectralcontrast.py b/test/src/unittests/spectral/test_spectralcontrast.py index c9aca7c9e..9c0191551 100644 --- a/test/src/unittests/spectral/test_spectralcontrast.py +++ b/test/src/unittests/spectral/test_spectralcontrast.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_spectralpeaks.py b/test/src/unittests/spectral/test_spectralpeaks.py index aa0607e54..b68cdf13a 100644 --- a/test/src/unittests/spectral/test_spectralpeaks.py +++ b/test/src/unittests/spectral/test_spectralpeaks.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_spectralwhitening.py b/test/src/unittests/spectral/test_spectralwhitening.py index d522d5ab0..508f9ea47 100644 --- a/test/src/unittests/spectral/test_spectralwhitening.py +++ b/test/src/unittests/spectral/test_spectralwhitening.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_spectrumtocent.py b/test/src/unittests/spectral/test_spectrumtocent.py index 7e80d6b01..bfa7626cd 100644 --- a/test/src/unittests/spectral/test_spectrumtocent.py +++ b/test/src/unittests/spectral/test_spectrumtocent.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_strongpeak.py b/test/src/unittests/spectral/test_strongpeak.py index b764e4fed..debae129f 100644 --- a/test/src/unittests/spectral/test_strongpeak.py +++ b/test/src/unittests/spectral/test_strongpeak.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_tensorflowinputmusicnn.py b/test/src/unittests/spectral/test_tensorflowinputmusicnn.py index 0bf114b48..74c3982be 100644 --- a/test/src/unittests/spectral/test_tensorflowinputmusicnn.py +++ b/test/src/unittests/spectral/test_tensorflowinputmusicnn.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_tensorflowinputtempocnn.py b/test/src/unittests/spectral/test_tensorflowinputtempocnn.py index d87c26a4c..5f1c3b34e 100644 --- a/test/src/unittests/spectral/test_tensorflowinputtempocnn.py +++ b/test/src/unittests/spectral/test_tensorflowinputtempocnn.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_tensorflowinputvggish.py b/test/src/unittests/spectral/test_tensorflowinputvggish.py index 4845d9007..3da4bb5e6 100644 --- a/test/src/unittests/spectral/test_tensorflowinputvggish.py +++ b/test/src/unittests/spectral/test_tensorflowinputvggish.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_triangularbands.py b/test/src/unittests/spectral/test_triangularbands.py index d753745b2..fe8c46f70 100644 --- a/test/src/unittests/spectral/test_triangularbands.py +++ b/test/src/unittests/spectral/test_triangularbands.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_triangularbarkbands.py b/test/src/unittests/spectral/test_triangularbarkbands.py index 8181681c7..bdf8ab11f 100644 --- a/test/src/unittests/spectral/test_triangularbarkbands.py +++ b/test/src/unittests/spectral/test_triangularbarkbands.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/spectral/test_tuningfrequency.py b/test/src/unittests/spectral/test_tuningfrequency.py index 8cfaee2c3..1abdc15ca 100644 --- a/test/src/unittests/spectral/test_tuningfrequency.py +++ b/test/src/unittests/spectral/test_tuningfrequency.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_binaryoperator.py b/test/src/unittests/standard/test_binaryoperator.py index f607a3aed..cee532ea4 100644 --- a/test/src/unittests/standard/test_binaryoperator.py +++ b/test/src/unittests/standard/test_binaryoperator.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_bpf.py b/test/src/unittests/standard/test_bpf.py index daf88b3c4..9f6f0ec97 100644 --- a/test/src/unittests/standard/test_bpf.py +++ b/test/src/unittests/standard/test_bpf.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_clipper_streaming.py b/test/src/unittests/standard/test_clipper_streaming.py index 50b09494e..f3d32f84a 100644 --- a/test/src/unittests/standard/test_clipper_streaming.py +++ b/test/src/unittests/standard/test_clipper_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_cubicspline.py b/test/src/unittests/standard/test_cubicspline.py index df428a762..a7b5501a9 100644 --- a/test/src/unittests/standard/test_cubicspline.py +++ b/test/src/unittests/standard/test_cubicspline.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_dct.py b/test/src/unittests/standard/test_dct.py index 0faca4dac..d1e903049 100644 --- a/test/src/unittests/standard/test_dct.py +++ b/test/src/unittests/standard/test_dct.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_derivative_streaming.py b/test/src/unittests/standard/test_derivative_streaming.py index db43585cd..dd956a157 100644 --- a/test/src/unittests/standard/test_derivative_streaming.py +++ b/test/src/unittests/standard/test_derivative_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_envelope.py b/test/src/unittests/standard/test_envelope.py index ceaa848e2..f78801a38 100755 --- a/test/src/unittests/standard/test_envelope.py +++ b/test/src/unittests/standard/test_envelope.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_fft.py b/test/src/unittests/standard/test_fft.py index 8a55680d7..8024b9cdd 100644 --- a/test/src/unittests/standard/test_fft.py +++ b/test/src/unittests/standard/test_fft.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_fftc.py b/test/src/unittests/standard/test_fftc.py index 715946fa0..2eb77c59d 100644 --- a/test/src/unittests/standard/test_fftc.py +++ b/test/src/unittests/standard/test_fftc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_framecutter.py b/test/src/unittests/standard/test_framecutter.py index bbf74bc5f..e1d2fd985 100644 --- a/test/src/unittests/standard/test_framecutter.py +++ b/test/src/unittests/standard/test_framecutter.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_framecutter_streaming.py b/test/src/unittests/standard/test_framecutter_streaming.py index 4bc85b156..4edabe2ac 100644 --- a/test/src/unittests/standard/test_framecutter_streaming.py +++ b/test/src/unittests/standard/test_framecutter_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_idct.py b/test/src/unittests/standard/test_idct.py index c68141d72..f6745a7e4 100644 --- a/test/src/unittests/standard/test_idct.py +++ b/test/src/unittests/standard/test_idct.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_ifft.py b/test/src/unittests/standard/test_ifft.py index 95552496c..aa371bde3 100644 --- a/test/src/unittests/standard/test_ifft.py +++ b/test/src/unittests/standard/test_ifft.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_ifftc.py b/test/src/unittests/standard/test_ifftc.py index 5a068af83..f39590683 100644 --- a/test/src/unittests/standard/test_ifftc.py +++ b/test/src/unittests/standard/test_ifftc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_monomixer.py b/test/src/unittests/standard/test_monomixer.py index e5f5683d7..77c40e7af 100644 --- a/test/src/unittests/standard/test_monomixer.py +++ b/test/src/unittests/standard/test_monomixer.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_monomixer_streaming.py b/test/src/unittests/standard/test_monomixer_streaming.py index c1c85fc79..edec4fa58 100644 --- a/test/src/unittests/standard/test_monomixer_streaming.py +++ b/test/src/unittests/standard/test_monomixer_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_multiplexer.py b/test/src/unittests/standard/test_multiplexer.py index 57a4fc18c..3dea190aa 100644 --- a/test/src/unittests/standard/test_multiplexer.py +++ b/test/src/unittests/standard/test_multiplexer.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_multiplexer_streaming.py b/test/src/unittests/standard/test_multiplexer_streaming.py index 31e307277..6a8d50fe2 100644 --- a/test/src/unittests/standard/test_multiplexer_streaming.py +++ b/test/src/unittests/standard/test_multiplexer_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_noiseadder.py b/test/src/unittests/standard/test_noiseadder.py index 223d49c3e..83a179ca8 100644 --- a/test/src/unittests/standard/test_noiseadder.py +++ b/test/src/unittests/standard/test_noiseadder.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_nsgconstantq.py b/test/src/unittests/standard/test_nsgconstantq.py index 696314565..48823b42c 100644 --- a/test/src/unittests/standard/test_nsgconstantq.py +++ b/test/src/unittests/standard/test_nsgconstantq.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_nsgiconstantq.py b/test/src/unittests/standard/test_nsgiconstantq.py index dce8d1652..1b2225bb6 100644 --- a/test/src/unittests/standard/test_nsgiconstantq.py +++ b/test/src/unittests/standard/test_nsgiconstantq.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_panning.py b/test/src/unittests/standard/test_panning.py index a005fd70d..c4663a041 100644 --- a/test/src/unittests/standard/test_panning.py +++ b/test/src/unittests/standard/test_panning.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_peakdetection.py b/test/src/unittests/standard/test_peakdetection.py index e25cee6d3..59f72fbbe 100644 --- a/test/src/unittests/standard/test_peakdetection.py +++ b/test/src/unittests/standard/test_peakdetection.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_powerspectrum.py b/test/src/unittests/standard/test_powerspectrum.py index 0c8121bd2..99a45e377 100644 --- a/test/src/unittests/standard/test_powerspectrum.py +++ b/test/src/unittests/standard/test_powerspectrum.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_realaccumulator_streaming.py b/test/src/unittests/standard/test_realaccumulator_streaming.py index 19fb515e8..075b0194b 100644 --- a/test/src/unittests/standard/test_realaccumulator_streaming.py +++ b/test/src/unittests/standard/test_realaccumulator_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_replaygain.py b/test/src/unittests/standard/test_replaygain.py index 2745b4d7a..6bf244ef6 100644 --- a/test/src/unittests/standard/test_replaygain.py +++ b/test/src/unittests/standard/test_replaygain.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_resample_streaming.py b/test/src/unittests/standard/test_resample_streaming.py index 5fbbd0a8b..7ae3bd7de 100644 --- a/test/src/unittests/standard/test_resample_streaming.py +++ b/test/src/unittests/standard/test_resample_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_scale.py b/test/src/unittests/standard/test_scale.py index 6c9ba2192..ed26ef9a1 100644 --- a/test/src/unittests/standard/test_scale.py +++ b/test/src/unittests/standard/test_scale.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_silencerate.py b/test/src/unittests/standard/test_silencerate.py index ba29a649e..c2eb82775 100644 --- a/test/src/unittests/standard/test_silencerate.py +++ b/test/src/unittests/standard/test_silencerate.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_silencerate_streaming.py b/test/src/unittests/standard/test_silencerate_streaming.py index e76428513..b81163354 100644 --- a/test/src/unittests/standard/test_silencerate_streaming.py +++ b/test/src/unittests/standard/test_silencerate_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_slicer.py b/test/src/unittests/standard/test_slicer.py index 519610578..52a61da22 100644 --- a/test/src/unittests/standard/test_slicer.py +++ b/test/src/unittests/standard/test_slicer.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_slicer_streaming.py b/test/src/unittests/standard/test_slicer_streaming.py index e741a4dc5..490673aef 100644 --- a/test/src/unittests/standard/test_slicer_streaming.py +++ b/test/src/unittests/standard/test_slicer_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_spectrum.py b/test/src/unittests/standard/test_spectrum.py index 9a60857cf..a2599ee40 100644 --- a/test/src/unittests/standard/test_spectrum.py +++ b/test/src/unittests/standard/test_spectrum.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_spline.py b/test/src/unittests/standard/test_spline.py index bfc6b2979..240b3b9ab 100644 --- a/test/src/unittests/standard/test_spline.py +++ b/test/src/unittests/standard/test_spline.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_startstopsilence.py b/test/src/unittests/standard/test_startstopsilence.py index f44ca324d..b7b65b40b 100644 --- a/test/src/unittests/standard/test_startstopsilence.py +++ b/test/src/unittests/standard/test_startstopsilence.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_startstopsilence_streaming.py b/test/src/unittests/standard/test_startstopsilence_streaming.py index bc8a2632a..374437b45 100644 --- a/test/src/unittests/standard/test_startstopsilence_streaming.py +++ b/test/src/unittests/standard/test_startstopsilence_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_stereodemuxer.py b/test/src/unittests/standard/test_stereodemuxer.py index d98e87fdf..f5fb062b3 100644 --- a/test/src/unittests/standard/test_stereodemuxer.py +++ b/test/src/unittests/standard/test_stereodemuxer.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_stereodemuxer_streaming.py b/test/src/unittests/standard/test_stereodemuxer_streaming.py index 34286f571..d7e1107f9 100644 --- a/test/src/unittests/standard/test_stereodemuxer_streaming.py +++ b/test/src/unittests/standard/test_stereodemuxer_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_stereomuxer.py b/test/src/unittests/standard/test_stereomuxer.py index 236750017..6a12a4911 100644 --- a/test/src/unittests/standard/test_stereomuxer.py +++ b/test/src/unittests/standard/test_stereomuxer.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_stereomuxer_streaming.py b/test/src/unittests/standard/test_stereomuxer_streaming.py index e25113ed7..abdc95c0c 100644 --- a/test/src/unittests/standard/test_stereomuxer_streaming.py +++ b/test/src/unittests/standard/test_stereomuxer_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_stereotrimmer_streaming.py b/test/src/unittests/standard/test_stereotrimmer_streaming.py index c57b68f6f..339fd51d4 100644 --- a/test/src/unittests/standard/test_stereotrimmer_streaming.py +++ b/test/src/unittests/standard/test_stereotrimmer_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_tensornormalize.py b/test/src/unittests/standard/test_tensornormalize.py index 08599bc84..ba479348e 100644 --- a/test/src/unittests/standard/test_tensornormalize.py +++ b/test/src/unittests/standard/test_tensornormalize.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_tensortranspose.py b/test/src/unittests/standard/test_tensortranspose.py index db41e48ab..afab79da3 100644 --- a/test/src/unittests/standard/test_tensortranspose.py +++ b/test/src/unittests/standard/test_tensortranspose.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_trimmer_streaming.py b/test/src/unittests/standard/test_trimmer_streaming.py index fe1a4304e..71ab3c36b 100644 --- a/test/src/unittests/standard/test_trimmer_streaming.py +++ b/test/src/unittests/standard/test_trimmer_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_unaryoperator.py b/test/src/unittests/standard/test_unaryoperator.py index c3aecbc47..2b756badf 100644 --- a/test/src/unittests/standard/test_unaryoperator.py +++ b/test/src/unittests/standard/test_unaryoperator.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_welch.py b/test/src/unittests/standard/test_welch.py index 4ecce5b4d..5235dfa87 100644 --- a/test/src/unittests/standard/test_welch.py +++ b/test/src/unittests/standard/test_welch.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/standard/test_windowing.py b/test/src/unittests/standard/test_windowing.py index 88f6b4a32..59bb3b818 100644 --- a/test/src/unittests/standard/test_windowing.py +++ b/test/src/unittests/standard/test_windowing.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/stats/test_autocorrelation.py b/test/src/unittests/stats/test_autocorrelation.py index 29f043acb..8be7a340f 100644 --- a/test/src/unittests/stats/test_autocorrelation.py +++ b/test/src/unittests/stats/test_autocorrelation.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/stats/test_centralmoments.py b/test/src/unittests/stats/test_centralmoments.py index 0ff0f5842..136e5b115 100644 --- a/test/src/unittests/stats/test_centralmoments.py +++ b/test/src/unittests/stats/test_centralmoments.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/stats/test_centroid.py b/test/src/unittests/stats/test_centroid.py index 30fe058ba..94a0d1c4d 100644 --- a/test/src/unittests/stats/test_centroid.py +++ b/test/src/unittests/stats/test_centroid.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/stats/test_crest.py b/test/src/unittests/stats/test_crest.py index 920c4a96d..aa300c27e 100755 --- a/test/src/unittests/stats/test_crest.py +++ b/test/src/unittests/stats/test_crest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/stats/test_crosscorrelation.py b/test/src/unittests/stats/test_crosscorrelation.py index c8543b712..755ba0066 100644 --- a/test/src/unittests/stats/test_crosscorrelation.py +++ b/test/src/unittests/stats/test_crosscorrelation.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/stats/test_decrease.py b/test/src/unittests/stats/test_decrease.py index f0336bf8d..401a3c6c4 100755 --- a/test/src/unittests/stats/test_decrease.py +++ b/test/src/unittests/stats/test_decrease.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/stats/test_distributionshape.py b/test/src/unittests/stats/test_distributionshape.py index bea97e8e4..2d04df4f4 100644 --- a/test/src/unittests/stats/test_distributionshape.py +++ b/test/src/unittests/stats/test_distributionshape.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/stats/test_energy.py b/test/src/unittests/stats/test_energy.py index e6f4b58c7..43256445d 100644 --- a/test/src/unittests/stats/test_energy.py +++ b/test/src/unittests/stats/test_energy.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/stats/test_flatness.py b/test/src/unittests/stats/test_flatness.py index c96c7e0a4..a5b3618e7 100644 --- a/test/src/unittests/stats/test_flatness.py +++ b/test/src/unittests/stats/test_flatness.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/stats/test_geometricmean.py b/test/src/unittests/stats/test_geometricmean.py index 7f1e1d898..838a4772b 100644 --- a/test/src/unittests/stats/test_geometricmean.py +++ b/test/src/unittests/stats/test_geometricmean.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/stats/test_histogram.py b/test/src/unittests/stats/test_histogram.py index 0cc2e72a9..2e144e2eb 100644 --- a/test/src/unittests/stats/test_histogram.py +++ b/test/src/unittests/stats/test_histogram.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/stats/test_instantPower.py b/test/src/unittests/stats/test_instantPower.py index 745cb7299..ccbdd29bd 100644 --- a/test/src/unittests/stats/test_instantPower.py +++ b/test/src/unittests/stats/test_instantPower.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/stats/test_mean.py b/test/src/unittests/stats/test_mean.py index 7622cb142..8936cf443 100644 --- a/test/src/unittests/stats/test_mean.py +++ b/test/src/unittests/stats/test_mean.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/stats/test_median.py b/test/src/unittests/stats/test_median.py index 702bd7a89..e3bfc0f1c 100644 --- a/test/src/unittests/stats/test_median.py +++ b/test/src/unittests/stats/test_median.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/stats/test_minmax.py b/test/src/unittests/stats/test_minmax.py index 986683161..0133559c7 100644 --- a/test/src/unittests/stats/test_minmax.py +++ b/test/src/unittests/stats/test_minmax.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/stats/test_poolaggregator.py b/test/src/unittests/stats/test_poolaggregator.py index 3db4a61eb..d4b751b14 100644 --- a/test/src/unittests/stats/test_poolaggregator.py +++ b/test/src/unittests/stats/test_poolaggregator.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/stats/test_powermean.py b/test/src/unittests/stats/test_powermean.py index bb8b31451..1c8bb5781 100644 --- a/test/src/unittests/stats/test_powermean.py +++ b/test/src/unittests/stats/test_powermean.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/stats/test_rawmoments.py b/test/src/unittests/stats/test_rawmoments.py index 46d45c6a5..efdf0e9cf 100644 --- a/test/src/unittests/stats/test_rawmoments.py +++ b/test/src/unittests/stats/test_rawmoments.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/stats/test_rms.py b/test/src/unittests/stats/test_rms.py index 872eb11d6..cb7650c75 100644 --- a/test/src/unittests/stats/test_rms.py +++ b/test/src/unittests/stats/test_rms.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/stats/test_singlegaussian.py b/test/src/unittests/stats/test_singlegaussian.py index 5b0d7b6da..e49566a0e 100644 --- a/test/src/unittests/stats/test_singlegaussian.py +++ b/test/src/unittests/stats/test_singlegaussian.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/stats/test_variance.py b/test/src/unittests/stats/test_variance.py index 81a4d548e..2372698f9 100644 --- a/test/src/unittests/stats/test_variance.py +++ b/test/src/unittests/stats/test_variance.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/stats/test_warpedautocorrelation.py b/test/src/unittests/stats/test_warpedautocorrelation.py index 3b23bd979..25af3b15c 100644 --- a/test/src/unittests/stats/test_warpedautocorrelation.py +++ b/test/src/unittests/stats/test_warpedautocorrelation.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/streaming/test_tensortopool.py b/test/src/unittests/streaming/test_tensortopool.py index 2b2c908f1..42eeba441 100644 --- a/test/src/unittests/streaming/test_tensortopool.py +++ b/test/src/unittests/streaming/test_tensortopool.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/streaming/test_vectorinput_streaming.py b/test/src/unittests/streaming/test_vectorinput_streaming.py index 445f644af..ed3d61ee2 100644 --- a/test/src/unittests/streaming/test_vectorinput_streaming.py +++ b/test/src/unittests/streaming/test_vectorinput_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/streaming/test_vectorrealtotensor.py b/test/src/unittests/streaming/test_vectorrealtotensor.py index d4d52b59b..8035e35c5 100644 --- a/test/src/unittests/streaming/test_vectorrealtotensor.py +++ b/test/src/unittests/streaming/test_vectorrealtotensor.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/synthesis/test_harmonicmask_streaming.py b/test/src/unittests/synthesis/test_harmonicmask_streaming.py index 39ebe9cbd..2f0ef7322 100644 --- a/test/src/unittests/synthesis/test_harmonicmask_streaming.py +++ b/test/src/unittests/synthesis/test_harmonicmask_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/synthesis/test_harmonicmodel_streaming.py b/test/src/unittests/synthesis/test_harmonicmodel_streaming.py index 8eb83d5e0..c92147bd7 100644 --- a/test/src/unittests/synthesis/test_harmonicmodel_streaming.py +++ b/test/src/unittests/synthesis/test_harmonicmodel_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/synthesis/test_hprmodel_streaming.py b/test/src/unittests/synthesis/test_hprmodel_streaming.py index f74011df6..79b9c93f4 100644 --- a/test/src/unittests/synthesis/test_hprmodel_streaming.py +++ b/test/src/unittests/synthesis/test_hprmodel_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/synthesis/test_hpsmodel_streaming.py b/test/src/unittests/synthesis/test_hpsmodel_streaming.py index 6086ddc09..fd1e87ccd 100644 --- a/test/src/unittests/synthesis/test_hpsmodel_streaming.py +++ b/test/src/unittests/synthesis/test_hpsmodel_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/synthesis/test_sprmodel_streaming.py b/test/src/unittests/synthesis/test_sprmodel_streaming.py index 6f1027d9f..ca25eca14 100644 --- a/test/src/unittests/synthesis/test_sprmodel_streaming.py +++ b/test/src/unittests/synthesis/test_sprmodel_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/synthesis/test_spsmodel_streaming.py b/test/src/unittests/synthesis/test_spsmodel_streaming.py index 0d959dc20..064faf082 100644 --- a/test/src/unittests/synthesis/test_spsmodel_streaming.py +++ b/test/src/unittests/synthesis/test_spsmodel_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/temporal/test_attacktime.py b/test/src/unittests/temporal/test_attacktime.py index f9322d3cf..14eacff69 100644 --- a/test/src/unittests/temporal/test_attacktime.py +++ b/test/src/unittests/temporal/test_attacktime.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/temporal/test_duration.py b/test/src/unittests/temporal/test_duration.py index 3eb08b7a3..b03311e1b 100644 --- a/test/src/unittests/temporal/test_duration.py +++ b/test/src/unittests/temporal/test_duration.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/temporal/test_effectiveduration.py b/test/src/unittests/temporal/test_effectiveduration.py index c5339f6e0..f2df5f6ac 100644 --- a/test/src/unittests/temporal/test_effectiveduration.py +++ b/test/src/unittests/temporal/test_effectiveduration.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/temporal/test_larm.py b/test/src/unittests/temporal/test_larm.py index b0669474a..841566c28 100644 --- a/test/src/unittests/temporal/test_larm.py +++ b/test/src/unittests/temporal/test_larm.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/temporal/test_leq.py b/test/src/unittests/temporal/test_leq.py index 6566a1d2b..5ebbbbd3e 100644 --- a/test/src/unittests/temporal/test_leq.py +++ b/test/src/unittests/temporal/test_leq.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/temporal/test_leq_streaming.py b/test/src/unittests/temporal/test_leq_streaming.py index 63d9a5892..ad07cd6ca 100644 --- a/test/src/unittests/temporal/test_leq_streaming.py +++ b/test/src/unittests/temporal/test_leq_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/temporal/test_logattacktime.py b/test/src/unittests/temporal/test_logattacktime.py index 51eb92964..88380cdbc 100644 --- a/test/src/unittests/temporal/test_logattacktime.py +++ b/test/src/unittests/temporal/test_logattacktime.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/temporal/test_logattacktime_streaming.py b/test/src/unittests/temporal/test_logattacktime_streaming.py index 71e189bbb..14c3c11a8 100644 --- a/test/src/unittests/temporal/test_logattacktime_streaming.py +++ b/test/src/unittests/temporal/test_logattacktime_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/temporal/test_loudness.py b/test/src/unittests/temporal/test_loudness.py index 5887362fd..3cb5db1b8 100644 --- a/test/src/unittests/temporal/test_loudness.py +++ b/test/src/unittests/temporal/test_loudness.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/temporal/test_loudnessebur128.py b/test/src/unittests/temporal/test_loudnessebur128.py index c7a710f9f..19dd659ef 100644 --- a/test/src/unittests/temporal/test_loudnessebur128.py +++ b/test/src/unittests/temporal/test_loudnessebur128.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/temporal/test_loudnessvickers.py b/test/src/unittests/temporal/test_loudnessvickers.py index 95babaa23..a9ec47ef7 100644 --- a/test/src/unittests/temporal/test_loudnessvickers.py +++ b/test/src/unittests/temporal/test_loudnessvickers.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/temporal/test_lpc.py b/test/src/unittests/temporal/test_lpc.py index c846d76b7..a3c4d42ef 100644 --- a/test/src/unittests/temporal/test_lpc.py +++ b/test/src/unittests/temporal/test_lpc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/temporal/test_strongdecay.py b/test/src/unittests/temporal/test_strongdecay.py index 607be2dba..b35181442 100644 --- a/test/src/unittests/temporal/test_strongdecay.py +++ b/test/src/unittests/temporal/test_strongdecay.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/temporal/test_strongdecay_streaming.py b/test/src/unittests/temporal/test_strongdecay_streaming.py index 0d81b2c6a..e04306253 100644 --- a/test/src/unittests/temporal/test_strongdecay_streaming.py +++ b/test/src/unittests/temporal/test_strongdecay_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/temporal/test_zerocrossingrate.py b/test/src/unittests/temporal/test_zerocrossingrate.py index 82ef3d0c4..079446843 100644 --- a/test/src/unittests/temporal/test_zerocrossingrate.py +++ b/test/src/unittests/temporal/test_zerocrossingrate.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/testdata.py b/test/src/unittests/testdata.py index b1c8611ce..d0533ec41 100644 --- a/test/src/unittests/testdata.py +++ b/test/src/unittests/testdata.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/tonal/test_chordsdescriptors.py b/test/src/unittests/tonal/test_chordsdescriptors.py index d3afcb25f..fd93b18f6 100644 --- a/test/src/unittests/tonal/test_chordsdescriptors.py +++ b/test/src/unittests/tonal/test_chordsdescriptors.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/tonal/test_chordsdetection_streaming.py b/test/src/unittests/tonal/test_chordsdetection_streaming.py index 95af08734..86860ae98 100644 --- a/test/src/unittests/tonal/test_chordsdetection_streaming.py +++ b/test/src/unittests/tonal/test_chordsdetection_streaming.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/tonal/test_dissonance.py b/test/src/unittests/tonal/test_dissonance.py index 5715fc721..6916d7bcb 100644 --- a/test/src/unittests/tonal/test_dissonance.py +++ b/test/src/unittests/tonal/test_dissonance.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/tonal/test_harmonicpeaks.py b/test/src/unittests/tonal/test_harmonicpeaks.py index cdfd08d84..eebe6ff6b 100644 --- a/test/src/unittests/tonal/test_harmonicpeaks.py +++ b/test/src/unittests/tonal/test_harmonicpeaks.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/tonal/test_highresolutionfeatures.py b/test/src/unittests/tonal/test_highresolutionfeatures.py index a8396a6c3..e940e95d1 100644 --- a/test/src/unittests/tonal/test_highresolutionfeatures.py +++ b/test/src/unittests/tonal/test_highresolutionfeatures.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/tonal/test_inharmonicity.py b/test/src/unittests/tonal/test_inharmonicity.py index de001b070..056b5cd90 100644 --- a/test/src/unittests/tonal/test_inharmonicity.py +++ b/test/src/unittests/tonal/test_inharmonicity.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/tonal/test_key.py b/test/src/unittests/tonal/test_key.py index 930cd6c1b..fc22c592e 100644 --- a/test/src/unittests/tonal/test_key.py +++ b/test/src/unittests/tonal/test_key.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/tonal/test_oddtoevenharmonicenergyratio.py b/test/src/unittests/tonal/test_oddtoevenharmonicenergyratio.py index 4d12edab9..c3d012af0 100644 --- a/test/src/unittests/tonal/test_oddtoevenharmonicenergyratio.py +++ b/test/src/unittests/tonal/test_oddtoevenharmonicenergyratio.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/tonal/test_pitchmelodia.py b/test/src/unittests/tonal/test_pitchmelodia.py index 3dbb89615..e84af7e9f 100644 --- a/test/src/unittests/tonal/test_pitchmelodia.py +++ b/test/src/unittests/tonal/test_pitchmelodia.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2020 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/tonal/test_pitchyin.py b/test/src/unittests/tonal/test_pitchyin.py index a34eae8c2..59b6ea826 100644 --- a/test/src/unittests/tonal/test_pitchyin.py +++ b/test/src/unittests/tonal/test_pitchyin.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/tonal/test_pitchyinfft.py b/test/src/unittests/tonal/test_pitchyinfft.py index 730006f2e..e22ca1eb6 100644 --- a/test/src/unittests/tonal/test_pitchyinfft.py +++ b/test/src/unittests/tonal/test_pitchyinfft.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/tonal/test_pitchyinprobabilities.py b/test/src/unittests/tonal/test_pitchyinprobabilities.py index 8a8aace8a..1d6978610 100644 --- a/test/src/unittests/tonal/test_pitchyinprobabilities.py +++ b/test/src/unittests/tonal/test_pitchyinprobabilities.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/tonal/test_pitchyinprobabilitiesHMM.py b/test/src/unittests/tonal/test_pitchyinprobabilitiesHMM.py index 3bdb5cdea..501c8dcc0 100644 --- a/test/src/unittests/tonal/test_pitchyinprobabilitiesHMM.py +++ b/test/src/unittests/tonal/test_pitchyinprobabilitiesHMM.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/tonal/test_tristimulus.py b/test/src/unittests/tonal/test_tristimulus.py index 6aefd30ac..4c1a73abd 100644 --- a/test/src/unittests/tonal/test_tristimulus.py +++ b/test/src/unittests/tonal/test_tristimulus.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/test/src/unittests/tonal/test_vibrato.py b/test/src/unittests/tonal/test_vibrato.py index 0abcd564a..7043ab0e2 100644 --- a/test/src/unittests/tonal/test_vibrato.py +++ b/test/src/unittests/tonal/test_vibrato.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia # diff --git a/utils/algorithms_info.py b/utils/algorithms_info.py index 21ae15b61..505bd05ef 100644 --- a/utils/algorithms_info.py +++ b/utils/algorithms_info.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra +# Copyright (C) 2006-2021 Music Technology Group - Universitat Pompeu Fabra # # This file is part of Essentia #