From ca8457ac8996c3691d77353d1fb249c22e0b39c8 Mon Sep 17 00:00:00 2001
From: Luc Maisonobe <luc@orekit.org>
Date: Tue, 8 Jan 2019 16:09:17 +0100
Subject: [PATCH] Updated copyright years.

---
 NOTICE.txt                                                | 2 +-
 build.xml                                                 | 2 +-
 src/design/attitude-class-diagram.puml                    | 2 +-
 src/design/available-propagators-class-diagram.puml       | 2 +-
 src/design/bodyshape-class-diagram.puml                   | 2 +-
 src/design/celestial-bodies-class-diagram.puml            | 2 +-
 src/design/data-class-diagram.puml                        | 2 +-
 src/design/dsst-propagation-sequence-diagram.puml         | 2 +-
 src/design/dsst-propagator-class-diagram.puml             | 2 +-
 src/design/dsst-tesseral-contribution-class-diagram.puml  | 2 +-
 src/design/dsst-third-body-class-diagram.puml             | 2 +-
 src/design/dsst-zonal-contribution-class-diagram.puml     | 2 +-
 .../ephemeris-generation-mode-sequence-diagram.puml       | 2 +-
 src/design/events-class-diagram.puml                      | 2 +-
 src/design/events-sequence-diagram.puml                   | 2 +-
 src/design/field.puml                                     | 2 +-
 src/design/frames-class-diagram.puml                      | 2 +-
 src/design/gnss-antenna-class-diagram.puml                | 2 +-
 src/design/gnss-rinex-class-diagram.puml                  | 2 +-
 src/design/kalman-overview-class-diagram.puml             | 2 +-
 src/design/master-mode-sequence-diagram.puml              | 2 +-
 src/design/measurements-generation-class-diagram.puml     | 2 +-
 src/design/numerical-propagation-sequence-diagram.puml    | 2 +-
 .../orbit-determination-measurements-class-diagram.puml   | 2 +-
 .../orbit-determination-overview-class-diagram.puml       | 2 +-
 .../orbit-determination-parameters-class-diagram.puml     | 2 +-
 src/design/orbits-class-diagram.puml                      | 2 +-
 src/design/partial-derivatives-class-diagram.puml         | 2 +-
 src/design/propagation-class-diagram.puml                 | 2 +-
 src/design/propagator-conversion-class-diagram.puml       | 2 +-
 src/design/sampling-class-diagram.puml                    | 2 +-
 src/design/slave-mode-sequence-diagram.puml               | 2 +-
 src/design/tessellation-class-diagram.puml                | 2 +-
 src/design/time-class-diagram.puml                        | 2 +-
 src/design/top-packages.puml                              | 2 +-
 src/design/utils-class-diagram.puml                       | 2 +-
 src/main/java/org/orekit/attitudes/Attitude.java          | 2 +-
 src/main/java/org/orekit/attitudes/AttitudeProvider.java  | 2 +-
 .../org/orekit/attitudes/AttitudeProviderModifier.java    | 2 +-
 src/main/java/org/orekit/attitudes/AttitudesSequence.java | 2 +-
 .../java/org/orekit/attitudes/BodyCenterPointing.java     | 2 +-
 .../java/org/orekit/attitudes/CelestialBodyPointed.java   | 2 +-
 src/main/java/org/orekit/attitudes/FieldAttitude.java     | 2 +-
 src/main/java/org/orekit/attitudes/FixedRate.java         | 2 +-
 src/main/java/org/orekit/attitudes/GroundPointing.java    | 2 +-
 src/main/java/org/orekit/attitudes/InertialProvider.java  | 2 +-
 src/main/java/org/orekit/attitudes/LofOffset.java         | 2 +-
 src/main/java/org/orekit/attitudes/LofOffsetPointing.java | 2 +-
 src/main/java/org/orekit/attitudes/NadirPointing.java     | 2 +-
 src/main/java/org/orekit/attitudes/SpinStabilized.java    | 2 +-
 .../java/org/orekit/attitudes/TabulatedLofOffset.java     | 2 +-
 src/main/java/org/orekit/attitudes/TabulatedProvider.java | 2 +-
 src/main/java/org/orekit/attitudes/TargetPointing.java    | 2 +-
 src/main/java/org/orekit/attitudes/YawCompensation.java   | 2 +-
 src/main/java/org/orekit/attitudes/YawSteering.java       | 2 +-
 src/main/java/org/orekit/attitudes/package-info.java      | 2 +-
 src/main/java/org/orekit/bodies/BodyShape.java            | 2 +-
 src/main/java/org/orekit/bodies/CelestialBody.java        | 2 +-
 src/main/java/org/orekit/bodies/CelestialBodyFactory.java | 2 +-
 src/main/java/org/orekit/bodies/CelestialBodyLoader.java  | 2 +-
 src/main/java/org/orekit/bodies/Ellipse.java              | 2 +-
 src/main/java/org/orekit/bodies/Ellipsoid.java            | 2 +-
 src/main/java/org/orekit/bodies/FieldGeodeticPoint.java   | 2 +-
 src/main/java/org/orekit/bodies/GeodeticPoint.java        | 2 +-
 src/main/java/org/orekit/bodies/IAUPole.java              | 2 +-
 src/main/java/org/orekit/bodies/JPLCelestialBody.java     | 2 +-
 src/main/java/org/orekit/bodies/JPLEphemeridesLoader.java | 2 +-
 src/main/java/org/orekit/bodies/OneAxisEllipsoid.java     | 2 +-
 src/main/java/org/orekit/bodies/PosVelChebyshev.java      | 2 +-
 src/main/java/org/orekit/bodies/PredefinedIAUPoles.java   | 2 +-
 src/main/java/org/orekit/bodies/package-info.java         | 2 +-
 src/main/java/org/orekit/data/BodiesElements.java         | 2 +-
 src/main/java/org/orekit/data/ClasspathCrawler.java       | 2 +-
 src/main/java/org/orekit/data/DataFilter.java             | 2 +-
 src/main/java/org/orekit/data/DataLoader.java             | 2 +-
 src/main/java/org/orekit/data/DataProvider.java           | 2 +-
 src/main/java/org/orekit/data/DataProvidersManager.java   | 2 +-
 src/main/java/org/orekit/data/DelaunayArguments.java      | 2 +-
 src/main/java/org/orekit/data/DirectoryCrawler.java       | 2 +-
 src/main/java/org/orekit/data/FieldBodiesElements.java    | 2 +-
 src/main/java/org/orekit/data/FieldDelaunayArguments.java | 2 +-
 .../org/orekit/data/FundamentalNutationArguments.java     | 2 +-
 src/main/java/org/orekit/data/GeneralTerm.java            | 2 +-
 src/main/java/org/orekit/data/GzipFilter.java             | 2 +-
 src/main/java/org/orekit/data/LuniSolarTerm.java          | 2 +-
 src/main/java/org/orekit/data/NamedData.java              | 2 +-
 src/main/java/org/orekit/data/NetworkCrawler.java         | 2 +-
 src/main/java/org/orekit/data/NoFarPlanetsTerm.java       | 2 +-
 src/main/java/org/orekit/data/NutationCodec.java          | 2 +-
 src/main/java/org/orekit/data/PlanetaryTerm.java          | 2 +-
 src/main/java/org/orekit/data/PoissonSeries.java          | 2 +-
 src/main/java/org/orekit/data/PoissonSeriesParser.java    | 2 +-
 src/main/java/org/orekit/data/PolynomialNutation.java     | 2 +-
 src/main/java/org/orekit/data/PolynomialParser.java       | 2 +-
 src/main/java/org/orekit/data/SeriesTerm.java             | 2 +-
 .../org/orekit/data/SimpleTimeStampedTableParser.java     | 2 +-
 src/main/java/org/orekit/data/TideTerm.java               | 2 +-
 src/main/java/org/orekit/data/UnixCompressFilter.java     | 2 +-
 src/main/java/org/orekit/data/ZipJarCrawler.java          | 2 +-
 src/main/java/org/orekit/data/package-info.java           | 2 +-
 .../java/org/orekit/errors/FrameAncestorException.java    | 2 +-
 src/main/java/org/orekit/errors/LocalizedException.java   | 2 +-
 src/main/java/org/orekit/errors/OrekitException.java      | 2 +-
 .../java/org/orekit/errors/OrekitExceptionWrapper.java    | 2 +-
 src/main/java/org/orekit/errors/OrekitIOException.java    | 2 +-
 .../org/orekit/errors/OrekitIllegalArgumentException.java | 2 +-
 .../org/orekit/errors/OrekitIllegalStateException.java    | 2 +-
 src/main/java/org/orekit/errors/OrekitInternalError.java  | 2 +-
 src/main/java/org/orekit/errors/OrekitMessages.java       | 2 +-
 src/main/java/org/orekit/errors/OrekitParseException.java | 2 +-
 .../java/org/orekit/errors/TimeStampedCacheException.java | 2 +-
 src/main/java/org/orekit/errors/package-info.java         | 2 +-
 src/main/java/org/orekit/estimation/iod/IodGibbs.java     | 2 +-
 src/main/java/org/orekit/estimation/iod/IodGooding.java   | 2 +-
 src/main/java/org/orekit/estimation/iod/IodLambert.java   | 2 +-
 .../orekit/estimation/leastsquares/BatchLSEstimator.java  | 2 +-
 .../orekit/estimation/leastsquares/BatchLSObserver.java   | 2 +-
 .../estimation/leastsquares/MeasurementHandler.java       | 2 +-
 .../java/org/orekit/estimation/leastsquares/Model.java    | 2 +-
 .../org/orekit/estimation/leastsquares/ModelObserver.java | 2 +-
 .../orekit/estimation/leastsquares/PreCompensation.java   | 2 +-
 .../org/orekit/estimation/leastsquares/package-info.java  | 2 +-
 .../estimation/measurements/AbstractMeasurement.java      | 2 +-
 .../org/orekit/estimation/measurements/AngularAzEl.java   | 2 +-
 .../org/orekit/estimation/measurements/AngularRaDec.java  | 2 +-
 .../estimation/measurements/ComparableMeasurement.java    | 2 +-
 .../measurements/EstimatedEarthFrameProvider.java         | 2 +-
 .../estimation/measurements/EstimatedMeasurement.java     | 2 +-
 .../estimation/measurements/EstimationModifier.java       | 2 +-
 .../estimation/measurements/EstimationsProvider.java      | 2 +-
 .../org/orekit/estimation/measurements/GroundStation.java | 2 +-
 .../estimation/measurements/InterSatellitesRange.java     | 2 +-
 .../estimation/measurements/ObservedMeasurement.java      | 2 +-
 src/main/java/org/orekit/estimation/measurements/PV.java  | 2 +-
 .../java/org/orekit/estimation/measurements/Phase.java    | 2 +-
 .../java/org/orekit/estimation/measurements/Position.java | 2 +-
 .../java/org/orekit/estimation/measurements/Range.java    | 2 +-
 .../org/orekit/estimation/measurements/RangeRate.java     | 2 +-
 .../orekit/estimation/measurements/TurnAroundRange.java   | 2 +-
 .../generation/AbstractMeasurementBuilder.java            | 2 +-
 .../measurements/generation/AbstractScheduler.java        | 2 +-
 .../measurements/generation/AngularAzElBuilder.java       | 2 +-
 .../measurements/generation/AngularRaDecBuilder.java      | 2 +-
 .../measurements/generation/ContinuousScheduler.java      | 2 +-
 .../measurements/generation/EventBasedScheduler.java      | 2 +-
 .../estimation/measurements/generation/Generator.java     | 2 +-
 .../generation/InterSatellitesRangeBuilder.java           | 2 +-
 .../measurements/generation/MeasurementBuilder.java       | 2 +-
 .../estimation/measurements/generation/PVBuilder.java     | 2 +-
 .../measurements/generation/PositionBuilder.java          | 2 +-
 .../estimation/measurements/generation/RangeBuilder.java  | 2 +-
 .../measurements/generation/RangeRateBuilder.java         | 2 +-
 .../estimation/measurements/generation/Scheduler.java     | 2 +-
 .../estimation/measurements/generation/SignSemantic.java  | 2 +-
 .../measurements/generation/TurnAroundRangeBuilder.java   | 2 +-
 .../estimation/measurements/generation/package-info.java  | 2 +-
 .../modifiers/AngularIonosphericDelayModifier.java        | 2 +-
 .../modifiers/AngularRadioRefractionModifier.java         | 2 +-
 .../modifiers/AngularTroposphericDelayModifier.java       | 2 +-
 .../orekit/estimation/measurements/modifiers/Bias.java    | 2 +-
 .../measurements/modifiers/DynamicOutlierFilter.java      | 2 +-
 .../OnBoardAntennaInterSatellitesRangeModifier.java       | 2 +-
 .../modifiers/OnBoardAntennaRangeModifier.java            | 2 +-
 .../modifiers/OnBoardAntennaTurnAroundRangeModifier.java  | 2 +-
 .../estimation/measurements/modifiers/OutlierFilter.java  | 2 +-
 .../measurements/modifiers/PhaseAmbiguityModifier.java    | 2 +-
 .../modifiers/RangeIonosphericDelayModifier.java          | 2 +-
 .../modifiers/RangeRateIonosphericDelayModifier.java      | 2 +-
 .../modifiers/RangeRateTroposphericDelayModifier.java     | 2 +-
 .../modifiers/RangeTroposphericDelayModifier.java         | 2 +-
 .../TurnAroundRangeIonosphericDelayModifier.java          | 2 +-
 .../TurnAroundRangeTroposphericDelayModifier.java         | 2 +-
 .../org/orekit/estimation/measurements/package-info.java  | 2 +-
 src/main/java/org/orekit/estimation/package-info.java     | 2 +-
 .../sequential/AbstractCovarianceMatrixProvider.java      | 2 +-
 .../estimation/sequential/ConstantProcessNoise.java       | 2 +-
 .../estimation/sequential/CovarianceMatrixProvider.java   | 2 +-
 .../orekit/estimation/sequential/KalmanEstimation.java    | 2 +-
 .../org/orekit/estimation/sequential/KalmanEstimator.java | 2 +-
 .../estimation/sequential/KalmanEstimatorBuilder.java     | 2 +-
 .../org/orekit/estimation/sequential/KalmanObserver.java  | 2 +-
 .../estimation/sequential/MeasurementDecorator.java       | 2 +-
 src/main/java/org/orekit/estimation/sequential/Model.java | 2 +-
 .../estimation/sequential/UnivariateProcessNoise.java     | 2 +-
 src/main/java/org/orekit/files/ccsds/CCSDSFrame.java      | 2 +-
 src/main/java/org/orekit/files/ccsds/CenterName.java      | 2 +-
 src/main/java/org/orekit/files/ccsds/KeyValue.java        | 2 +-
 src/main/java/org/orekit/files/ccsds/Keyword.java         | 2 +-
 src/main/java/org/orekit/files/ccsds/ODMFile.java         | 2 +-
 src/main/java/org/orekit/files/ccsds/ODMMetaData.java     | 2 +-
 src/main/java/org/orekit/files/ccsds/ODMParser.java       | 2 +-
 src/main/java/org/orekit/files/ccsds/OEMFile.java         | 2 +-
 src/main/java/org/orekit/files/ccsds/OEMParser.java       | 2 +-
 src/main/java/org/orekit/files/ccsds/OGMFile.java         | 2 +-
 src/main/java/org/orekit/files/ccsds/OMMFile.java         | 2 +-
 src/main/java/org/orekit/files/ccsds/OMMParser.java       | 2 +-
 src/main/java/org/orekit/files/ccsds/OPMFile.java         | 2 +-
 src/main/java/org/orekit/files/ccsds/OPMParser.java       | 2 +-
 src/main/java/org/orekit/files/ccsds/TDMFile.java         | 2 +-
 src/main/java/org/orekit/files/ccsds/TDMParser.java       | 2 +-
 src/main/java/org/orekit/files/ccsds/package-info.java    | 2 +-
 src/main/java/org/orekit/files/general/package-info.java  | 2 +-
 src/main/java/org/orekit/files/package-info.java          | 2 +-
 src/main/java/org/orekit/files/sp3/package-info.java      | 2 +-
 src/main/java/org/orekit/forces/AbstractForceModel.java   | 2 +-
 .../org/orekit/forces/AbstractParametricAcceleration.java | 2 +-
 .../org/orekit/forces/BoxAndSolarArraySpacecraft.java     | 2 +-
 src/main/java/org/orekit/forces/ForceModel.java           | 2 +-
 .../org/orekit/forces/HarmonicParametricAcceleration.java | 2 +-
 .../orekit/forces/PolynomialParametricAcceleration.java   | 2 +-
 src/main/java/org/orekit/forces/drag/DragForce.java       | 2 +-
 src/main/java/org/orekit/forces/drag/DragSensitive.java   | 2 +-
 src/main/java/org/orekit/forces/drag/IsotropicDrag.java   | 2 +-
 .../org/orekit/forces/drag/atmosphere/Atmosphere.java     | 2 +-
 .../java/org/orekit/forces/drag/atmosphere/DTM2000.java   | 2 +-
 .../forces/drag/atmosphere/DTM2000InputParameters.java    | 2 +-
 .../org/orekit/forces/drag/atmosphere/HarrisPriester.java | 2 +-
 .../java/org/orekit/forces/drag/atmosphere/JB2008.java    | 2 +-
 .../forces/drag/atmosphere/JB2008InputParameters.java     | 2 +-
 .../org/orekit/forces/drag/atmosphere/NRLMSISE00.java     | 2 +-
 .../forces/drag/atmosphere/NRLMSISE00InputParameters.java | 2 +-
 .../drag/atmosphere/SimpleExponentialAtmosphere.java      | 2 +-
 .../data/MarshallSolarActivityFutureEstimation.java       | 2 +-
 .../orekit/forces/drag/atmosphere/data/package-info.java  | 2 +-
 .../org/orekit/forces/drag/atmosphere/package-info.java   | 2 +-
 src/main/java/org/orekit/forces/drag/package-info.java    | 2 +-
 .../forces/gravity/HolmesFeatherstoneAttractionModel.java | 2 +-
 src/main/java/org/orekit/forces/gravity/OceanTides.java   | 2 +-
 .../java/org/orekit/forces/gravity/OceanTidesField.java   | 2 +-
 src/main/java/org/orekit/forces/gravity/SolidTides.java   | 2 +-
 .../java/org/orekit/forces/gravity/SolidTidesField.java   | 2 +-
 .../org/orekit/forces/gravity/ThirdBodyAttraction.java    | 2 +-
 src/main/java/org/orekit/forces/gravity/package-info.java | 2 +-
 .../gravity/potential/AstronomicalAmplitudeReader.java    | 2 +-
 .../CachedNormalizedSphericalHarmonicsProvider.java       | 2 +-
 .../gravity/potential/ConstantSphericalHarmonics.java     | 2 +-
 .../orekit/forces/gravity/potential/EGMFormatReader.java  | 2 +-
 .../forces/gravity/potential/FESCHatEpsilonReader.java    | 2 +-
 .../orekit/forces/gravity/potential/FESCnmSnmReader.java  | 2 +-
 .../orekit/forces/gravity/potential/GRGSFormatReader.java | 2 +-
 .../forces/gravity/potential/GravityFieldFactory.java     | 2 +-
 .../forces/gravity/potential/ICGEMFormatReader.java       | 2 +-
 .../potential/NormalizedSphericalHarmonicsProvider.java   | 2 +-
 .../org/orekit/forces/gravity/potential/Normalizer.java   | 2 +-
 .../potential/OceanLoadDeformationCoefficients.java       | 2 +-
 .../orekit/forces/gravity/potential/OceanTidesReader.java | 2 +-
 .../orekit/forces/gravity/potential/OceanTidesWave.java   | 2 +-
 .../gravity/potential/PotentialCoefficientsReader.java    | 2 +-
 .../gravity/potential/PulsatingSphericalHarmonics.java    | 2 +-
 .../gravity/potential/RawSphericalHarmonicsProvider.java  | 2 +-
 .../orekit/forces/gravity/potential/SHMFormatReader.java  | 2 +-
 .../gravity/potential/SecularTrendSphericalHarmonics.java | 2 +-
 .../gravity/potential/SphericalHarmonicsProvider.java     | 2 +-
 .../org/orekit/forces/gravity/potential/TideSystem.java   | 2 +-
 .../forces/gravity/potential/TideSystemProvider.java      | 2 +-
 .../potential/UnnormalizedSphericalHarmonicsProvider.java | 2 +-
 .../org/orekit/forces/gravity/potential/Unnormalizer.java | 2 +-
 .../gravity/potential/WrappingNormalizedProvider.java     | 2 +-
 .../gravity/potential/WrappingUnnormalizedProvider.java   | 2 +-
 .../org/orekit/forces/gravity/potential/package-info.java | 2 +-
 .../orekit/forces/maneuvers/ConstantThrustManeuver.java   | 2 +-
 .../java/org/orekit/forces/maneuvers/ImpulseManeuver.java | 2 +-
 .../forces/maneuvers/SmallManeuverAnalyticalModel.java    | 2 +-
 .../java/org/orekit/forces/maneuvers/package-info.java    | 2 +-
 src/main/java/org/orekit/forces/package-info.java         | 2 +-
 .../radiation/IsotropicRadiationCNES95Convention.java     | 2 +-
 .../radiation/IsotropicRadiationClassicalConvention.java  | 2 +-
 .../radiation/IsotropicRadiationSingleCoefficient.java    | 2 +-
 .../org/orekit/forces/radiation/RadiationSensitive.java   | 2 +-
 .../orekit/forces/radiation/SolarRadiationPressure.java   | 2 +-
 .../java/org/orekit/forces/radiation/package-info.java    | 2 +-
 src/main/java/org/orekit/frames/BulletinAFilesLoader.java | 2 +-
 src/main/java/org/orekit/frames/BulletinBFilesLoader.java | 2 +-
 src/main/java/org/orekit/frames/CIRFProvider.java         | 2 +-
 src/main/java/org/orekit/frames/EME2000Provider.java      | 2 +-
 .../java/org/orekit/frames/EOPBasedTransformProvider.java | 2 +-
 src/main/java/org/orekit/frames/EOPC04FilesLoader.java    | 2 +-
 src/main/java/org/orekit/frames/EOPEntry.java             | 2 +-
 src/main/java/org/orekit/frames/EOPHistory.java           | 2 +-
 src/main/java/org/orekit/frames/EOPHistoryLoader.java     | 2 +-
 src/main/java/org/orekit/frames/FactoryManagedFrame.java  | 2 +-
 src/main/java/org/orekit/frames/FieldPoleCorrection.java  | 2 +-
 src/main/java/org/orekit/frames/FieldTransform.java       | 2 +-
 .../java/org/orekit/frames/FieldTransformGenerator.java   | 2 +-
 .../java/org/orekit/frames/FixedTransformProvider.java    | 2 +-
 src/main/java/org/orekit/frames/Frame.java                | 2 +-
 src/main/java/org/orekit/frames/FramesFactory.java        | 2 +-
 src/main/java/org/orekit/frames/GTODProvider.java         | 2 +-
 .../java/org/orekit/frames/HelmertTransformation.java     | 2 +-
 src/main/java/org/orekit/frames/ITRFProvider.java         | 2 +-
 src/main/java/org/orekit/frames/ITRFVersion.java          | 2 +-
 src/main/java/org/orekit/frames/ITRFVersionLoader.java    | 2 +-
 .../org/orekit/frames/InterpolatingTransformProvider.java | 2 +-
 src/main/java/org/orekit/frames/L1Frame.java              | 2 +-
 src/main/java/org/orekit/frames/L1TransformProvider.java  | 2 +-
 src/main/java/org/orekit/frames/L2Frame.java              | 2 +-
 src/main/java/org/orekit/frames/L2TransformProvider.java  | 2 +-
 src/main/java/org/orekit/frames/LOFType.java              | 2 +-
 src/main/java/org/orekit/frames/LocalOrbitalFrame.java    | 2 +-
 src/main/java/org/orekit/frames/MODProvider.java          | 2 +-
 src/main/java/org/orekit/frames/OrphanFrame.java          | 2 +-
 src/main/java/org/orekit/frames/PoleCorrection.java       | 2 +-
 src/main/java/org/orekit/frames/Predefined.java           | 2 +-
 .../frames/RapidDataAndPredictionColumnsLoader.java       | 2 +-
 .../orekit/frames/RapidDataAndPredictionXMLLoader.java    | 2 +-
 .../java/org/orekit/frames/ShiftingTransformProvider.java | 2 +-
 src/main/java/org/orekit/frames/TEMEProvider.java         | 2 +-
 src/main/java/org/orekit/frames/TIRFProvider.java         | 2 +-
 src/main/java/org/orekit/frames/TODProvider.java          | 2 +-
 src/main/java/org/orekit/frames/TopocentricFrame.java     | 2 +-
 src/main/java/org/orekit/frames/Transform.java            | 2 +-
 src/main/java/org/orekit/frames/TransformGenerator.java   | 2 +-
 src/main/java/org/orekit/frames/TransformProvider.java    | 2 +-
 .../java/org/orekit/frames/TransformProviderUtils.java    | 2 +-
 src/main/java/org/orekit/frames/UpdatableFrame.java       | 2 +-
 src/main/java/org/orekit/frames/VEISProvider.java         | 2 +-
 src/main/java/org/orekit/frames/VersionedITRF.java        | 2 +-
 .../java/org/orekit/frames/VersionedITRFProvider.java     | 2 +-
 src/main/java/org/orekit/frames/package-info.java         | 2 +-
 src/main/java/org/orekit/gnss/DOP.java                    | 2 +-
 src/main/java/org/orekit/gnss/DOPComputer.java            | 2 +-
 src/main/java/org/orekit/gnss/Frequency.java              | 2 +-
 src/main/java/org/orekit/gnss/GPSAlmanac.java             | 2 +-
 src/main/java/org/orekit/gnss/MeasurementType.java        | 2 +-
 src/main/java/org/orekit/gnss/ObservationData.java        | 2 +-
 src/main/java/org/orekit/gnss/ObservationDataSet.java     | 2 +-
 src/main/java/org/orekit/gnss/ObservationType.java        | 2 +-
 src/main/java/org/orekit/gnss/RinexHeader.java            | 2 +-
 src/main/java/org/orekit/gnss/RinexLoader.java            | 2 +-
 src/main/java/org/orekit/gnss/SEMParser.java              | 2 +-
 src/main/java/org/orekit/gnss/SatelliteSystem.java        | 2 +-
 src/main/java/org/orekit/gnss/YUMAParser.java             | 2 +-
 src/main/java/org/orekit/gnss/antenna/Antenna.java        | 2 +-
 src/main/java/org/orekit/gnss/antenna/AntexLoader.java    | 2 +-
 .../java/org/orekit/gnss/antenna/FrequencyPattern.java    | 2 +-
 src/main/java/org/orekit/gnss/antenna/OneDVariation.java  | 2 +-
 .../orekit/gnss/antenna/PhaseCenterVariationFunction.java | 2 +-
 .../java/org/orekit/gnss/antenna/ReceiverAntenna.java     | 2 +-
 .../java/org/orekit/gnss/antenna/SatelliteAntenna.java    | 2 +-
 .../org/orekit/gnss/antenna/SatelliteAntennaCode.java     | 2 +-
 src/main/java/org/orekit/gnss/antenna/SatelliteType.java  | 2 +-
 src/main/java/org/orekit/gnss/antenna/TwoDVariation.java  | 2 +-
 src/main/java/org/orekit/gnss/antenna/package-info.java   | 2 +-
 .../gnss/attitude/AbstractGNSSAttitudeProvider.java       | 2 +-
 src/main/java/org/orekit/gnss/attitude/BeidouGeo.java     | 2 +-
 src/main/java/org/orekit/gnss/attitude/BeidouIGSO.java    | 2 +-
 src/main/java/org/orekit/gnss/attitude/BeidouMeo.java     | 2 +-
 src/main/java/org/orekit/gnss/attitude/FieldTurnSpan.java | 2 +-
 .../org/orekit/gnss/attitude/GNSSAttitudeContext.java     | 2 +-
 .../org/orekit/gnss/attitude/GNSSAttitudeProvider.java    | 2 +-
 .../orekit/gnss/attitude/GNSSFieldAttitudeContext.java    | 2 +-
 src/main/java/org/orekit/gnss/attitude/GPSBlockIIA.java   | 2 +-
 src/main/java/org/orekit/gnss/attitude/GPSBlockIIF.java   | 2 +-
 src/main/java/org/orekit/gnss/attitude/GPSBlockIIR.java   | 2 +-
 src/main/java/org/orekit/gnss/attitude/Galileo.java       | 2 +-
 src/main/java/org/orekit/gnss/attitude/GenericGNSS.java   | 2 +-
 src/main/java/org/orekit/gnss/attitude/Glonass.java       | 2 +-
 src/main/java/org/orekit/gnss/attitude/TurnSpan.java      | 2 +-
 src/main/java/org/orekit/gnss/attitude/package-info.java  | 2 +-
 src/main/java/org/orekit/gnss/package-info.java           | 2 +-
 .../java/org/orekit/models/earth/IonosphericModel.java    | 2 +-
 .../models/earth/KlobucharIonoCoefficientsLoader.java     | 2 +-
 .../java/org/orekit/models/earth/KlobucharIonoModel.java  | 2 +-
 .../orekit/models/earth/displacement/OceanLoading.java    | 2 +-
 .../earth/displacement/OceanLoadingCoefficients.java      | 2 +-
 .../displacement/OceanLoadingCoefficientsBLQFactory.java  | 2 +-
 .../models/earth/displacement/StationDisplacement.java    | 2 +-
 .../models/earth/displacement/TidalDisplacement.java      | 2 +-
 .../java/org/orekit/models/earth/displacement/Tide.java   | 2 +-
 .../orekit/models/earth/displacement/package-info.java    | 2 +-
 src/main/java/org/orekit/models/earth/package-info.java   | 2 +-
 .../models/earth/tessellation/AlongTrackAiming.java       | 2 +-
 .../models/earth/tessellation/ConstantAzimuthAiming.java  | 2 +-
 .../org/orekit/models/earth/tessellation/Direction.java   | 2 +-
 .../models/earth/tessellation/EllipsoidTessellator.java   | 2 +-
 .../models/earth/tessellation/HalfTrackSampler.java       | 2 +-
 .../models/earth/tessellation/HalfTrackSpanHandler.java   | 2 +-
 .../models/earth/tessellation/InsidePointFinder.java      | 2 +-
 .../java/org/orekit/models/earth/tessellation/Mesh.java   | 2 +-
 .../java/org/orekit/models/earth/tessellation/Tile.java   | 2 +-
 .../org/orekit/models/earth/tessellation/TileAiming.java  | 2 +-
 .../orekit/models/earth/tessellation/package-info.java    | 2 +-
 src/main/java/org/orekit/models/package-info.java         | 2 +-
 src/main/java/org/orekit/orbits/CartesianOrbit.java       | 2 +-
 src/main/java/org/orekit/orbits/CircularOrbit.java        | 2 +-
 src/main/java/org/orekit/orbits/EquinoctialOrbit.java     | 2 +-
 src/main/java/org/orekit/orbits/FieldCartesianOrbit.java  | 2 +-
 src/main/java/org/orekit/orbits/FieldCircularOrbit.java   | 2 +-
 .../java/org/orekit/orbits/FieldEquinoctialOrbit.java     | 2 +-
 src/main/java/org/orekit/orbits/FieldKeplerianOrbit.java  | 2 +-
 src/main/java/org/orekit/orbits/FieldOrbit.java           | 2 +-
 src/main/java/org/orekit/orbits/KeplerianOrbit.java       | 2 +-
 src/main/java/org/orekit/orbits/Orbit.java                | 2 +-
 src/main/java/org/orekit/orbits/OrbitType.java            | 2 +-
 src/main/java/org/orekit/orbits/PositionAngle.java        | 2 +-
 src/main/java/org/orekit/orbits/package-info.java         | 2 +-
 .../java/org/orekit/propagation/AbstractPropagator.java   | 2 +-
 .../org/orekit/propagation/AdditionalStateProvider.java   | 2 +-
 .../java/org/orekit/propagation/BoundedPropagator.java    | 2 +-
 .../org/orekit/propagation/FieldAbstractPropagator.java   | 2 +-
 .../orekit/propagation/FieldAdditionalStateProvider.java  | 2 +-
 .../org/orekit/propagation/FieldBoundedPropagator.java    | 2 +-
 src/main/java/org/orekit/propagation/FieldPropagator.java | 2 +-
 .../java/org/orekit/propagation/FieldSpacecraftState.java | 2 +-
 src/main/java/org/orekit/propagation/Propagator.java      | 2 +-
 .../org/orekit/propagation/PropagatorsParallelizer.java   | 2 +-
 src/main/java/org/orekit/propagation/SpacecraftState.java | 2 +-
 .../analytical/AbstractAnalyticalPropagator.java          | 2 +-
 .../orekit/propagation/analytical/AdapterPropagator.java  | 2 +-
 .../propagation/analytical/EcksteinHechlerPropagator.java | 2 +-
 .../java/org/orekit/propagation/analytical/Ephemeris.java | 2 +-
 .../analytical/FieldAbstractAnalyticalPropagator.java     | 2 +-
 .../analytical/FieldEcksteinHechlerPropagator.java        | 2 +-
 .../propagation/analytical/FieldKeplerianPropagator.java  | 2 +-
 .../propagation/analytical/J2DifferentialEffect.java      | 2 +-
 .../propagation/analytical/KeplerianPropagator.java       | 2 +-
 .../propagation/analytical/gnss/GPSOrbitalElements.java   | 2 +-
 .../orekit/propagation/analytical/gnss/GPSPropagator.java | 2 +-
 .../orekit/propagation/analytical/gnss/package-info.java  | 2 +-
 .../org/orekit/propagation/analytical/package-info.java   | 2 +-
 .../org/orekit/propagation/analytical/tle/DeepSDP4.java   | 2 +-
 .../java/org/orekit/propagation/analytical/tle/SDP4.java  | 2 +-
 .../java/org/orekit/propagation/analytical/tle/SGP4.java  | 2 +-
 .../java/org/orekit/propagation/analytical/tle/TLE.java   | 2 +-
 .../orekit/propagation/analytical/tle/TLEConstants.java   | 2 +-
 .../orekit/propagation/analytical/tle/TLEPropagator.java  | 2 +-
 .../org/orekit/propagation/analytical/tle/TLESeries.java  | 2 +-
 .../orekit/propagation/analytical/tle/package-info.java   | 2 +-
 .../propagation/conversion/AbstractPropagatorBuilder.java | 2 +-
 .../conversion/AbstractPropagatorConverter.java           | 2 +-
 .../conversion/AdamsBashforthIntegratorBuilder.java       | 2 +-
 .../conversion/AdamsMoultonIntegratorBuilder.java         | 2 +-
 .../conversion/ClassicalRungeKuttaIntegratorBuilder.java  | 2 +-
 .../conversion/DormandPrince54IntegratorBuilder.java      | 2 +-
 .../conversion/DormandPrince853IntegratorBuilder.java     | 2 +-
 .../conversion/EcksteinHechlerPropagatorBuilder.java      | 2 +-
 .../propagation/conversion/EulerIntegratorBuilder.java    | 2 +-
 .../conversion/FiniteDifferencePropagatorConverter.java   | 2 +-
 .../propagation/conversion/GillIntegratorBuilder.java     | 2 +-
 .../conversion/GraggBulirschStoerIntegratorBuilder.java   | 2 +-
 .../conversion/HighamHall54IntegratorBuilder.java         | 2 +-
 .../conversion/JacobianPropagatorConverter.java           | 2 +-
 .../conversion/KeplerianPropagatorBuilder.java            | 2 +-
 .../propagation/conversion/LutherIntegratorBuilder.java   | 2 +-
 .../propagation/conversion/MidpointIntegratorBuilder.java | 2 +-
 .../conversion/NumericalPropagatorBuilder.java            | 2 +-
 .../propagation/conversion/ODEIntegratorBuilder.java      | 2 +-
 .../conversion/OsculatingToMeanElementsConverter.java     | 2 +-
 .../orekit/propagation/conversion/PropagatorBuilder.java  | 2 +-
 .../propagation/conversion/PropagatorConverter.java       | 2 +-
 .../propagation/conversion/TLEPropagatorBuilder.java      | 2 +-
 .../conversion/ThreeEighthesIntegratorBuilder.java        | 2 +-
 .../org/orekit/propagation/conversion/package-info.java   | 2 +-
 .../org/orekit/propagation/events/AbstractDetector.java   | 2 +-
 .../org/orekit/propagation/events/AdapterDetector.java    | 2 +-
 .../org/orekit/propagation/events/AlignmentDetector.java  | 2 +-
 .../org/orekit/propagation/events/AltitudeDetector.java   | 2 +-
 .../propagation/events/AngularSeparationDetector.java     | 2 +-
 .../org/orekit/propagation/events/ApsideDetector.java     | 2 +-
 .../propagation/events/CircularFieldOfViewDetector.java   | 2 +-
 .../java/org/orekit/propagation/events/DateDetector.java  | 2 +-
 .../org/orekit/propagation/events/EclipseDetector.java    | 2 +-
 .../org/orekit/propagation/events/ElevationDetector.java  | 2 +-
 .../propagation/events/ElevationExtremumDetector.java     | 2 +-
 .../org/orekit/propagation/events/EnablingPredicate.java  | 2 +-
 .../java/org/orekit/propagation/events/EventDetector.java | 2 +-
 .../propagation/events/EventEnablingPredicateFilter.java  | 2 +-
 .../java/org/orekit/propagation/events/EventShifter.java  | 2 +-
 .../java/org/orekit/propagation/events/EventsLogger.java  | 2 +-
 .../orekit/propagation/events/FieldAbstractDetector.java  | 2 +-
 .../orekit/propagation/events/FieldAltitudeDetector.java  | 2 +-
 .../orekit/propagation/events/FieldApsideDetector.java    | 2 +-
 .../org/orekit/propagation/events/FieldDateDetector.java  | 2 +-
 .../orekit/propagation/events/FieldEclipseDetector.java   | 2 +-
 .../orekit/propagation/events/FieldElevationDetector.java | 2 +-
 .../org/orekit/propagation/events/FieldEventDetector.java | 2 +-
 .../org/orekit/propagation/events/FieldEventsLogger.java  | 2 +-
 .../org/orekit/propagation/events/FieldNodeDetector.java  | 2 +-
 .../java/org/orekit/propagation/events/FieldOfView.java   | 2 +-
 .../orekit/propagation/events/FieldOfViewDetector.java    | 2 +-
 .../propagation/events/FootprintOverlapDetector.java      | 2 +-
 .../orekit/propagation/events/GeographicZoneDetector.java | 2 +-
 .../orekit/propagation/events/GroundAtNightDetector.java  | 2 +-
 .../propagation/events/GroundFieldOfViewDetector.java     | 2 +-
 .../propagation/events/InterSatDirectViewDetector.java    | 2 +-
 .../propagation/events/LatitudeCrossingDetector.java      | 2 +-
 .../propagation/events/LatitudeExtremumDetector.java      | 2 +-
 .../propagation/events/LongitudeCrossingDetector.java     | 2 +-
 .../propagation/events/LongitudeExtremumDetector.java     | 2 +-
 .../java/org/orekit/propagation/events/NodeDetector.java  | 2 +-
 .../orekit/propagation/events/PositionAngleDetector.java  | 2 +-
 .../orekit/propagation/events/handlers/package-info.java  | 2 +-
 .../java/org/orekit/propagation/events/package-info.java  | 2 +-
 .../integration/AbstractIntegratedPropagator.java         | 2 +-
 .../integration/FieldAbstractIntegratedPropagator.java    | 2 +-
 .../propagation/integration/FieldIntegratedEphemeris.java | 2 +-
 .../orekit/propagation/integration/FieldStateMapper.java  | 2 +-
 .../propagation/integration/IntegratedEphemeris.java      | 2 +-
 .../org/orekit/propagation/integration/StateMapper.java   | 2 +-
 .../org/orekit/propagation/integration/package-info.java  | 2 +-
 .../org/orekit/propagation/numerical/DSConverter.java     | 2 +-
 .../propagation/numerical/FieldNumericalPropagator.java   | 2 +-
 .../numerical/FieldTimeDerivativesEquations.java          | 2 +-
 .../org/orekit/propagation/numerical/JacobiansMapper.java | 2 +-
 .../orekit/propagation/numerical/NumericalPropagator.java | 2 +-
 .../propagation/numerical/TimeDerivativesEquations.java   | 2 +-
 .../org/orekit/propagation/numerical/package-info.java    | 2 +-
 src/main/java/org/orekit/propagation/package-info.java    | 2 +-
 .../propagation/sampling/FieldOrekitFixedStepHandler.java | 2 +-
 .../propagation/sampling/FieldOrekitStepHandler.java      | 2 +-
 .../sampling/FieldOrekitStepHandlerMultiplexer.java       | 2 +-
 .../propagation/sampling/FieldOrekitStepInterpolator.java | 2 +-
 .../orekit/propagation/sampling/MultiSatStepHandler.java  | 2 +-
 .../propagation/sampling/OrekitFixedStepHandler.java      | 2 +-
 .../orekit/propagation/sampling/OrekitStepHandler.java    | 2 +-
 .../sampling/OrekitStepHandlerMultiplexer.java            | 2 +-
 .../propagation/sampling/OrekitStepInterpolator.java      | 2 +-
 .../org/orekit/propagation/sampling/package-info.java     | 2 +-
 .../propagation/semianalytical/dsst/DSSTPropagator.java   | 2 +-
 .../dsst/forces/AbstractGaussianContribution.java         | 2 +-
 .../semianalytical/dsst/forces/DSSTAtmosphericDrag.java   | 2 +-
 .../semianalytical/dsst/forces/DSSTForceModel.java        | 2 +-
 .../dsst/forces/DSSTSolarRadiationPressure.java           | 2 +-
 .../semianalytical/dsst/forces/DSSTTesseral.java          | 2 +-
 .../semianalytical/dsst/forces/DSSTThirdBody.java         | 2 +-
 .../propagation/semianalytical/dsst/forces/DSSTZonal.java | 2 +-
 .../semianalytical/dsst/forces/ShortPeriodTerms.java      | 2 +-
 .../semianalytical/dsst/forces/package-info.java          | 2 +-
 .../propagation/semianalytical/dsst/package-info.java     | 2 +-
 .../semianalytical/dsst/utilities/AuxiliaryElements.java  | 2 +-
 .../semianalytical/dsst/utilities/CjSjCoefficient.java    | 2 +-
 .../dsst/utilities/CoefficientsFactory.java               | 2 +-
 .../dsst/utilities/FixedNumberInterpolationGrid.java      | 2 +-
 .../semianalytical/dsst/utilities/GHIJjsPolynomials.java  | 2 +-
 .../semianalytical/dsst/utilities/GHmsjPolynomials.java   | 2 +-
 .../semianalytical/dsst/utilities/GammaMnsFunction.java   | 2 +-
 .../semianalytical/dsst/utilities/InterpolationGrid.java  | 2 +-
 .../semianalytical/dsst/utilities/JacobiPolynomials.java  | 2 +-
 .../semianalytical/dsst/utilities/LnsCoefficients.java    | 2 +-
 .../dsst/utilities/MaxGapInterpolationGrid.java           | 2 +-
 .../semianalytical/dsst/utilities/NewcombOperators.java   | 2 +-
 .../utilities/ShortPeriodicsInterpolatedCoefficient.java  | 2 +-
 .../semianalytical/dsst/utilities/UpperBounds.java        | 2 +-
 .../dsst/utilities/hansen/HansenTesseralLinear.java       | 2 +-
 .../dsst/utilities/hansen/HansenThirdBodyLinear.java      | 2 +-
 .../dsst/utilities/hansen/HansenUtilities.java            | 2 +-
 .../dsst/utilities/hansen/HansenZonalLinear.java          | 2 +-
 .../dsst/utilities/hansen/PolynomialFunctionMatrix.java   | 2 +-
 .../dsst/utilities/hansen/package-info.java               | 2 +-
 .../semianalytical/dsst/utilities/package-info.java       | 2 +-
 .../orekit/propagation/semianalytical/package-info.java   | 2 +-
 src/main/java/org/orekit/time/AbsoluteDate.java           | 2 +-
 src/main/java/org/orekit/time/BDTScale.java               | 2 +-
 src/main/java/org/orekit/time/BurstSelector.java          | 2 +-
 .../java/org/orekit/time/ChronologicalComparator.java     | 2 +-
 src/main/java/org/orekit/time/DateComponents.java         | 2 +-
 src/main/java/org/orekit/time/DateTimeComponents.java     | 2 +-
 src/main/java/org/orekit/time/DatesSelector.java          | 2 +-
 src/main/java/org/orekit/time/FieldAbsoluteDate.java      | 2 +-
 src/main/java/org/orekit/time/FieldTimeInterpolable.java  | 2 +-
 src/main/java/org/orekit/time/FieldTimeShiftable.java     | 2 +-
 src/main/java/org/orekit/time/FieldTimeStamped.java       | 2 +-
 src/main/java/org/orekit/time/FixedStepSelector.java      | 2 +-
 src/main/java/org/orekit/time/GLONASSScale.java           | 2 +-
 src/main/java/org/orekit/time/GMSTScale.java              | 2 +-
 src/main/java/org/orekit/time/GPSDate.java                | 2 +-
 src/main/java/org/orekit/time/GPSScale.java               | 2 +-
 src/main/java/org/orekit/time/GalileoScale.java           | 2 +-
 src/main/java/org/orekit/time/IRNSSScale.java             | 2 +-
 src/main/java/org/orekit/time/Month.java                  | 2 +-
 src/main/java/org/orekit/time/OffsetModel.java            | 2 +-
 src/main/java/org/orekit/time/QZSSScale.java              | 2 +-
 src/main/java/org/orekit/time/TAIScale.java               | 2 +-
 src/main/java/org/orekit/time/TAIUTCDatFilesLoader.java   | 2 +-
 src/main/java/org/orekit/time/TCBScale.java               | 2 +-
 src/main/java/org/orekit/time/TCGScale.java               | 2 +-
 src/main/java/org/orekit/time/TDBScale.java               | 2 +-
 src/main/java/org/orekit/time/TTScale.java                | 2 +-
 src/main/java/org/orekit/time/TimeComponents.java         | 2 +-
 src/main/java/org/orekit/time/TimeInterpolable.java       | 2 +-
 src/main/java/org/orekit/time/TimeScalarFunction.java     | 2 +-
 src/main/java/org/orekit/time/TimeScale.java              | 2 +-
 src/main/java/org/orekit/time/TimeScalesFactory.java      | 2 +-
 src/main/java/org/orekit/time/TimeShiftable.java          | 2 +-
 src/main/java/org/orekit/time/TimeStamped.java            | 2 +-
 src/main/java/org/orekit/time/TimeVectorFunction.java     | 2 +-
 src/main/java/org/orekit/time/UT1Scale.java               | 2 +-
 src/main/java/org/orekit/time/UTCScale.java               | 2 +-
 .../java/org/orekit/time/UTCTAIBulletinAFilesLoader.java  | 2 +-
 .../java/org/orekit/time/UTCTAIHistoryFilesLoader.java    | 2 +-
 src/main/java/org/orekit/time/UTCTAIOffset.java           | 2 +-
 src/main/java/org/orekit/time/UTCTAIOffsetsLoader.java    | 2 +-
 src/main/java/org/orekit/time/package-info.java           | 2 +-
 src/main/java/org/orekit/utils/AngularCoordinates.java    | 2 +-
 .../java/org/orekit/utils/AngularDerivativesFilter.java   | 2 +-
 .../java/org/orekit/utils/CartesianDerivativesFilter.java | 2 +-
 src/main/java/org/orekit/utils/Constants.java             | 2 +-
 src/main/java/org/orekit/utils/Differentiation.java       | 2 +-
 .../org/orekit/utils/ExtendedPVCoordinatesProvider.java   | 2 +-
 .../java/org/orekit/utils/FieldAngularCoordinates.java    | 2 +-
 src/main/java/org/orekit/utils/FieldPVCoordinates.java    | 2 +-
 .../java/org/orekit/utils/FieldPVCoordinatesProvider.java | 2 +-
 src/main/java/org/orekit/utils/FieldTimeSpanMap.java      | 2 +-
 .../java/org/orekit/utils/GenericTimeStampedCache.java    | 2 +-
 src/main/java/org/orekit/utils/IERSConventions.java       | 2 +-
 src/main/java/org/orekit/utils/LoveNumbers.java           | 2 +-
 src/main/java/org/orekit/utils/OrekitConfiguration.java   | 2 +-
 src/main/java/org/orekit/utils/PVCoordinates.java         | 2 +-
 src/main/java/org/orekit/utils/PVCoordinatesProvider.java | 2 +-
 src/main/java/org/orekit/utils/ParameterDriver.java       | 2 +-
 src/main/java/org/orekit/utils/ParameterDriversList.java  | 2 +-
 src/main/java/org/orekit/utils/ParameterFunction.java     | 2 +-
 src/main/java/org/orekit/utils/ParameterObserver.java     | 2 +-
 src/main/java/org/orekit/utils/SecularAndHarmonic.java    | 2 +-
 .../orekit/utils/SphericalPolygonsSetTransferObject.java  | 2 +-
 src/main/java/org/orekit/utils/StateFunction.java         | 2 +-
 src/main/java/org/orekit/utils/StateJacobian.java         | 2 +-
 src/main/java/org/orekit/utils/TimeSpanMap.java           | 2 +-
 .../org/orekit/utils/TimeStampedAngularCoordinates.java   | 2 +-
 src/main/java/org/orekit/utils/TimeStampedCache.java      | 2 +-
 .../orekit/utils/TimeStampedFieldAngularCoordinates.java  | 2 +-
 .../org/orekit/utils/TimeStampedFieldPVCoordinates.java   | 2 +-
 src/main/java/org/orekit/utils/TimeStampedGenerator.java  | 2 +-
 .../java/org/orekit/utils/TimeStampedPVCoordinates.java   | 2 +-
 src/main/java/org/orekit/utils/package-info.java          | 2 +-
 src/site/markdown/architecture/attitudes.md               | 2 +-
 src/site/markdown/architecture/bodies.md                  | 2 +-
 src/site/markdown/architecture/errors.md                  | 2 +-
 src/site/markdown/architecture/estimation.md              | 2 +-
 src/site/markdown/architecture/forces.md                  | 2 +-
 src/site/markdown/architecture/frames.md                  | 2 +-
 src/site/markdown/architecture/orbits.md                  | 2 +-
 src/site/markdown/architecture/propagation.md             | 2 +-
 src/site/markdown/architecture/tessellation.md            | 2 +-
 src/site/markdown/architecture/time.md                    | 2 +-
 src/site/markdown/architecture/tle.md                     | 2 +-
 src/site/markdown/architecture/utils.md                   | 2 +-
 src/site/markdown/building.md                             | 2 +-
 src/site/markdown/configuration.md                        | 2 +-
 src/site/markdown/contact.md                              | 2 +-
 src/site/markdown/contributing.md                         | 2 +-
 src/site/markdown/downloads.md                            | 2 +-
 src/site/markdown/faq.md                                  | 2 +-
 src/site/markdown/guidelines.md                           | 2 +-
 src/site/markdown/index.md                                | 2 +-
 src/site/markdown/sources.md                              | 2 +-
 src/site/markdown/training.md                             | 2 +-
 src/site/markdown/tutorial/attitude.md                    | 2 +-
 src/site/markdown/tutorial/frames.md                      | 2 +-
 src/site/markdown/tutorial/geomagnetic-field.md           | 2 +-
 .../markdown/tutorial/integration-in-other-languages.md   | 8 ++++----
 src/site/markdown/tutorial/propagation.md                 | 2 +-
 src/site/markdown/tutorial/time.md                        | 2 +-
 src/site/site.xml                                         | 2 +-
 src/site/xdoc/changes.xml                                 | 2 +-
 src/test/java/org/orekit/KeyValueFileParser.java          | 2 +-
 src/test/java/org/orekit/SolarInputs97to05.java           | 2 +-
 src/test/java/org/orekit/Utils.java                       | 2 +-
 src/test/java/org/orekit/attitudes/AttitudeTest.java      | 2 +-
 .../java/org/orekit/attitudes/AttitudesSequenceTest.java  | 2 +-
 .../java/org/orekit/attitudes/BodyCenterPointingTest.java | 2 +-
 .../org/orekit/attitudes/CelestialBodyPointingTest.java   | 2 +-
 src/test/java/org/orekit/attitudes/FieldAttitudeTest.java | 2 +-
 src/test/java/org/orekit/attitudes/FixedRateTest.java     | 2 +-
 .../java/org/orekit/attitudes/InertialAttitudeTest.java   | 2 +-
 .../java/org/orekit/attitudes/LofOffsetPointingTest.java  | 2 +-
 src/test/java/org/orekit/attitudes/LofOffsetTest.java     | 2 +-
 src/test/java/org/orekit/attitudes/NadirPointingTest.java | 2 +-
 .../java/org/orekit/attitudes/SpinStabilizedTest.java     | 2 +-
 .../java/org/orekit/attitudes/TabulatedLofOffsetTest.java | 2 +-
 .../java/org/orekit/attitudes/TabulatedProviderTest.java  | 2 +-
 .../java/org/orekit/attitudes/TargetPointingTest.java     | 2 +-
 .../java/org/orekit/attitudes/YawCompensationTest.java    | 2 +-
 src/test/java/org/orekit/attitudes/YawSteeringTest.java   | 2 +-
 .../java/org/orekit/bodies/CelestialBodyFactoryTest.java  | 2 +-
 src/test/java/org/orekit/bodies/EllipseTest.java          | 2 +-
 src/test/java/org/orekit/bodies/EllipsoidTest.java        | 2 +-
 src/test/java/org/orekit/bodies/IAUPoleFactory.java       | 2 +-
 .../java/org/orekit/bodies/JPLEphemeridesLoaderTest.java  | 2 +-
 src/test/java/org/orekit/bodies/OneAxisEllipsoidTest.java | 2 +-
 .../java/org/orekit/bodies/PredefinedIAUPolesTest.java    | 2 +-
 src/test/java/org/orekit/bodies/SolarBodyTest.java        | 2 +-
 .../java/org/orekit/data/AbstractFilesLoaderTest.java     | 2 +-
 src/test/java/org/orekit/data/AuthenticatorDialog.java    | 2 +-
 src/test/java/org/orekit/data/ClasspathCrawlerTest.java   | 2 +-
 .../java/org/orekit/data/DataProvidersManagerTest.java    | 2 +-
 src/test/java/org/orekit/data/DirectoryCrawlerTest.java   | 2 +-
 .../org/orekit/data/FundamentalNutationArgumentsTest.java | 2 +-
 src/test/java/org/orekit/data/NetworkCrawlerTest.java     | 2 +-
 src/test/java/org/orekit/data/NutationCodecTest.java      | 2 +-
 .../java/org/orekit/data/PoissonSeriesParserTest.java     | 2 +-
 src/test/java/org/orekit/data/PolynomialParserTest.java   | 2 +-
 src/test/java/org/orekit/data/UnixCompressFilterTest.java | 2 +-
 src/test/java/org/orekit/data/ZipJarCrawlerTest.java      | 2 +-
 src/test/java/org/orekit/errors/OrekitExceptionTest.java  | 2 +-
 .../org/orekit/errors/OrekitExceptionWrapperTest.java     | 2 +-
 .../orekit/errors/OrekitIllegalArgumentExceptionTest.java | 2 +-
 .../orekit/errors/OrekitIllegalStateExceptionTest.java    | 2 +-
 .../java/org/orekit/errors/OrekitInternalErrorTest.java   | 2 +-
 src/test/java/org/orekit/errors/OrekitMessagesTest.java   | 2 +-
 .../java/org/orekit/errors/OrekitParseExceptionTest.java  | 2 +-
 .../org/orekit/errors/TimeStampedCacheExceptionTest.java  | 2 +-
 src/test/java/org/orekit/estimation/Context.java          | 2 +-
 .../java/org/orekit/estimation/EstimationTestUtils.java   | 2 +-
 src/test/java/org/orekit/estimation/Force.java            | 2 +-
 src/test/java/org/orekit/estimation/iod/IodGibbsTest.java | 2 +-
 .../java/org/orekit/estimation/iod/IodGoodingTest.java    | 2 +-
 .../java/org/orekit/estimation/iod/IodLambertTest.java    | 2 +-
 .../estimation/leastsquares/BatchLSEstimatorTest.java     | 2 +-
 .../org/orekit/estimation/leastsquares/ModelTest.java     | 2 +-
 .../estimation/leastsquares/OrbitDeterminationTest.java   | 2 +-
 .../measurements/AngularAzElMeasurementCreator.java       | 2 +-
 .../orekit/estimation/measurements/AngularAzElTest.java   | 2 +-
 .../measurements/AngularRaDecMeasurementCreator.java      | 2 +-
 .../orekit/estimation/measurements/AngularRaDecTest.java  | 2 +-
 .../orekit/estimation/measurements/GroundStationTest.java | 2 +-
 .../InterSatellitesRangeMeasurementCreator.java           | 2 +-
 .../estimation/measurements/InterSatellitesRangeTest.java | 2 +-
 .../estimation/measurements/MeasurementCreator.java       | 2 +-
 .../estimation/measurements/PVMeasurementCreator.java     | 2 +-
 .../java/org/orekit/estimation/measurements/PVTest.java   | 2 +-
 .../estimation/measurements/PhaseMeasurementCreator.java  | 2 +-
 .../org/orekit/estimation/measurements/PhaseTest.java     | 2 +-
 .../measurements/PositionMeasurementCreator.java          | 2 +-
 .../org/orekit/estimation/measurements/PositionTest.java  | 2 +-
 .../org/orekit/estimation/measurements/Range2Test.java    | 2 +-
 .../orekit/estimation/measurements/RangeAnalyticTest.java | 2 +-
 .../estimation/measurements/RangeMeasurementCreator.java  | 2 +-
 .../estimation/measurements/RangeMeasurementCreator2.java | 2 +-
 .../measurements/RangeRateMeasurementCreator.java         | 2 +-
 .../org/orekit/estimation/measurements/RangeRateTest.java | 2 +-
 .../org/orekit/estimation/measurements/RangeTest.java     | 2 +-
 .../measurements/TurnAroundRangeAnalyticTest.java         | 2 +-
 .../measurements/TurnAroundRangeMeasurementCreator.java   | 2 +-
 .../estimation/measurements/TurnAroundRangeTest.java      | 2 +-
 .../generation/AbstractGroundMeasurementBuilderTest.java  | 2 +-
 .../measurements/generation/AngularAzElBuilderTest.java   | 2 +-
 .../measurements/generation/AngularRaDecBuilderTest.java  | 2 +-
 .../generation/InterSatellitesRangeBuilderTest.java       | 2 +-
 .../estimation/measurements/generation/PVBuilderTest.java | 2 +-
 .../measurements/generation/PositionBuilderTest.java      | 2 +-
 .../measurements/generation/RangeBuilderTest.java         | 2 +-
 .../measurements/generation/RangeRateBuilderTest.java     | 2 +-
 .../generation/TurnAroundRangeBuilderTest.java            | 2 +-
 .../estimation/measurements/modifiers/BiasTest.java       | 2 +-
 .../measurements/modifiers/IonoModifierTest.java          | 2 +-
 .../OnBoardAntennaInterSatellitesRangeModifierTest.java   | 2 +-
 .../modifiers/OnBoardAntennaRangeModifierTest.java        | 2 +-
 .../OnBoardAntennaTurnAroundRangeModifierTest.java        | 2 +-
 .../measurements/modifiers/TropoModifierTest.java         | 2 +-
 .../orekit/estimation/sequential/KalmanEstimatorTest.java | 2 +-
 .../sequential/KalmanOrbitDeterminationTest.java          | 2 +-
 src/test/java/org/orekit/files/ccsds/CCSDSFrameTest.java  | 2 +-
 src/test/java/org/orekit/files/ccsds/CenterNameTest.java  | 2 +-
 src/test/java/org/orekit/files/ccsds/KeyValueTest.java    | 2 +-
 src/test/java/org/orekit/files/ccsds/OEMParserTest.java   | 2 +-
 src/test/java/org/orekit/files/ccsds/OMMParserTest.java   | 2 +-
 src/test/java/org/orekit/files/ccsds/OPMParserTest.java   | 2 +-
 src/test/java/org/orekit/files/ccsds/TDMParserTest.java   | 2 +-
 .../java/org/orekit/forces/AbstractForceModelTest.java    | 2 +-
 .../org/orekit/forces/AbstractLegacyForceModelTest.java   | 2 +-
 .../org/orekit/forces/BoxAndSolarArraySpacecraftTest.java | 2 +-
 .../orekit/forces/HarmonicParametricAccelerationTest.java | 2 +-
 .../forces/PolynomialParametricAccelerationTest.java      | 2 +-
 src/test/java/org/orekit/forces/drag/DragForceTest.java   | 2 +-
 .../forces/drag/SimpleExponentialAtmosphereTest.java      | 2 +-
 .../org/orekit/forces/drag/atmosphere/DTM2000Test.java    | 2 +-
 .../orekit/forces/drag/atmosphere/HarrisPriesterTest.java | 2 +-
 .../org/orekit/forces/drag/atmosphere/JB2008Test.java     | 2 +-
 .../org/orekit/forces/drag/atmosphere/NRLMSISE00Test.java | 2 +-
 .../data/MarshallSolarActivityFutureEstimationTest.java   | 2 +-
 .../orekit/forces/gravity/AssociatedLegendreFunction.java | 2 +-
 .../gravity/HolmesFeatherstoneAttractionModelTest.java    | 2 +-
 .../org/orekit/forces/gravity/OceanTidesFieldTest.java    | 2 +-
 .../java/org/orekit/forces/gravity/OceanTidesTest.java    | 2 +-
 .../org/orekit/forces/gravity/OceanTidesWaveTest.java     | 2 +-
 .../org/orekit/forces/gravity/ReferenceFieldModel.java    | 2 +-
 .../org/orekit/forces/gravity/SolidTidesFieldTest.java    | 2 +-
 .../java/org/orekit/forces/gravity/SolidTidesTest.java    | 2 +-
 .../orekit/forces/gravity/ThirdBodyAttractionTest.java    | 2 +-
 .../potential/AstronomicalAmplitudeReaderTest.java        | 2 +-
 .../forces/gravity/potential/EGMFormatReaderTest.java     | 2 +-
 .../gravity/potential/FESCHatEpsilonReaderTest.java       | 2 +-
 .../forces/gravity/potential/FESCnmSnmReaderTest.java     | 2 +-
 .../forces/gravity/potential/GRGSFormatReaderTest.java    | 2 +-
 .../forces/gravity/potential/GravityFieldFactoryTest.java | 2 +-
 .../forces/gravity/potential/ICGEMFormatReaderTest.java   | 2 +-
 .../potential/OceanLoadDeformationCoefficientsTest.java   | 2 +-
 .../forces/gravity/potential/SHMFormatReaderTest.java     | 2 +-
 .../ConstantThrustManeuverInitializationTest.java         | 2 +-
 .../forces/maneuvers/ConstantThrustManeuverTest.java      | 2 +-
 .../org/orekit/forces/maneuvers/ImpulseManeuverTest.java  | 2 +-
 .../maneuvers/SmallManeuverAnalyticalModelTest.java       | 2 +-
 .../forces/radiation/SolarRadiationPressureTest.java      | 2 +-
 .../java/org/orekit/frames/BulletinAFilesLoaderTest.java  | 2 +-
 .../java/org/orekit/frames/BulletinBFilesLoaderTest.java  | 2 +-
 src/test/java/org/orekit/frames/CIRFProviderTest.java     | 2 +-
 src/test/java/org/orekit/frames/EME2000ProviderTest.java  | 2 +-
 .../java/org/orekit/frames/EOPC04FilesLoaderTest.java     | 2 +-
 src/test/java/org/orekit/frames/EOPHistoryTest.java       | 2 +-
 src/test/java/org/orekit/frames/FieldTransformTest.java   | 2 +-
 src/test/java/org/orekit/frames/FrameTest.java            | 2 +-
 src/test/java/org/orekit/frames/FramesFactoryTest.java    | 2 +-
 src/test/java/org/orekit/frames/GTODProviderTest.java     | 2 +-
 .../java/org/orekit/frames/HelmertTransformationTest.java | 2 +-
 .../java/org/orekit/frames/ITRFEquinoxProviderTest.java   | 2 +-
 src/test/java/org/orekit/frames/ITRFProviderTest.java     | 2 +-
 .../frames/ITRFProviderWithoutTidalEffectsTest.java       | 2 +-
 src/test/java/org/orekit/frames/ITRFVersionTest.java      | 2 +-
 .../orekit/frames/InterpolatingTransformProviderTest.java | 2 +-
 .../java/org/orekit/frames/L1TransformProviderTest.java   | 2 +-
 .../java/org/orekit/frames/L2TransformProviderTest.java   | 2 +-
 .../java/org/orekit/frames/LocalOrbitalFrameTest.java     | 2 +-
 src/test/java/org/orekit/frames/MODProviderTest.java      | 2 +-
 src/test/java/org/orekit/frames/OrphanFrameTest.java      | 2 +-
 .../frames/RapidDataAndPredictionColumnsLoaderTest.java   | 2 +-
 .../frames/RapidDataAndPredictionXMLLoaderTest.java       | 2 +-
 .../org/orekit/frames/ShiftingTransformProviderTest.java  | 2 +-
 src/test/java/org/orekit/frames/TEMEProviderTest.java     | 2 +-
 src/test/java/org/orekit/frames/TIRFProviderTest.java     | 2 +-
 src/test/java/org/orekit/frames/TODProviderTest.java      | 2 +-
 src/test/java/org/orekit/frames/TopocentricFrameTest.java | 2 +-
 .../java/org/orekit/frames/TransformProviderUtilTest.java | 2 +-
 src/test/java/org/orekit/frames/TransformTest.java        | 2 +-
 src/test/java/org/orekit/frames/UpdatableFrameTest.java   | 2 +-
 src/test/java/org/orekit/frames/VEISFrameTest.java        | 2 +-
 .../java/org/orekit/frames/VersionedITRFFrameTest.java    | 2 +-
 src/test/java/org/orekit/gnss/DOPComputerTest.java        | 2 +-
 src/test/java/org/orekit/gnss/RinexFrequencyTest.java     | 2 +-
 src/test/java/org/orekit/gnss/RinexLoaderTest.java        | 2 +-
 src/test/java/org/orekit/gnss/SEMParserTest.java          | 2 +-
 src/test/java/org/orekit/gnss/YUMAParserTest.java         | 2 +-
 .../java/org/orekit/gnss/antenna/AntexLoaderTest.java     | 2 +-
 .../gnss/attitude/AbstractGNSSAttitudeProviderTest.java   | 2 +-
 src/test/java/org/orekit/gnss/attitude/BeidouGeoTest.java | 2 +-
 .../java/org/orekit/gnss/attitude/BeidouIGSOTest.java     | 2 +-
 src/test/java/org/orekit/gnss/attitude/BeidouMeoTest.java | 2 +-
 .../java/org/orekit/gnss/attitude/GPSBlockIIATest.java    | 2 +-
 .../java/org/orekit/gnss/attitude/GPSBlockIIFTest.java    | 2 +-
 .../java/org/orekit/gnss/attitude/GPSBlockIIRTest.java    | 2 +-
 src/test/java/org/orekit/gnss/attitude/GalileoTest.java   | 2 +-
 .../java/org/orekit/gnss/attitude/GenericGNSSTest.java    | 2 +-
 src/test/java/org/orekit/gnss/attitude/GlonassTest.java   | 2 +-
 .../orekit/models/earth/EarthStandardAtmosphereTest.java  | 2 +-
 .../models/earth/KlobucharIonoCoefficientsLoaderTest.java | 2 +-
 .../java/org/orekit/models/earth/KlobucharModelTest.java  | 2 +-
 .../models/earth/tessellation/AlongTrackAimingTest.java   | 2 +-
 .../earth/tessellation/EllipsoidTessellatorTest.java      | 2 +-
 .../org/orekit/models/earth/tessellation/TileTest.java    | 2 +-
 src/test/java/org/orekit/orbits/CartesianOrbitTest.java   | 2 +-
 src/test/java/org/orekit/orbits/CircularOrbitTest.java    | 2 +-
 src/test/java/org/orekit/orbits/EquinoctialOrbitTest.java | 2 +-
 .../java/org/orekit/orbits/FieldCartesianOrbitTest.java   | 2 +-
 .../java/org/orekit/orbits/FieldCircularOrbitTest.java    | 2 +-
 .../java/org/orekit/orbits/FieldEquinoctialOrbitTest.java | 2 +-
 .../java/org/orekit/orbits/FieldKeplerianOrbitTest.java   | 2 +-
 src/test/java/org/orekit/orbits/KeplerianOrbitTest.java   | 2 +-
 .../org/orekit/propagation/FieldSpacecraftStateTest.java  | 2 +-
 .../orekit/propagation/PropagatorsParallelizerTest.java   | 2 +-
 .../java/org/orekit/propagation/SpacecraftStateTest.java  | 2 +-
 .../propagation/analytical/AdapterPropagatorTest.java     | 2 +-
 .../analytical/EcksteinHechlerPropagatorTest.java         | 2 +-
 .../propagation/analytical/EphemerisEventsTest.java       | 2 +-
 .../org/orekit/propagation/analytical/EphemerisTest.java  | 2 +-
 .../analytical/FieldEcksteinHechlerPropagatorTest.java    | 2 +-
 .../analytical/FieldKeplerianPropagatorTest.java          | 2 +-
 .../propagation/analytical/KeplerianPropagatorTest.java   | 2 +-
 .../propagation/analytical/TabulatedEphemerisTest.java    | 2 +-
 .../propagation/analytical/gnss/GPSPropagatorTest.java    | 2 +-
 .../propagation/analytical/tle/TLEPropagatorTest.java     | 2 +-
 .../orekit/propagation/analytical/tle/TLESeriesTest.java  | 2 +-
 .../org/orekit/propagation/analytical/tle/TLETest.java    | 2 +-
 .../conversion/AbstractPropagatorBuilderTest.java         | 2 +-
 .../conversion/EcksteinHechlerConverterTest.java          | 2 +-
 .../conversion/JacobianPropagatorConverterTest.java       | 2 +-
 .../propagation/conversion/KeplerianConverterTest.java    | 2 +-
 .../propagation/conversion/NumericalConverterTest.java    | 2 +-
 .../conversion/OsculatingToMeanElementsConverterTest.java | 2 +-
 .../orekit/propagation/conversion/TLEConverterTest.java   | 2 +-
 .../orekit/propagation/events/AdapterDetectorTest.java    | 2 +-
 .../orekit/propagation/events/AlignmentDetectorTest.java  | 2 +-
 .../orekit/propagation/events/AltitudeDetectorTest.java   | 2 +-
 .../propagation/events/AngularSeparationDetectorTest.java | 2 +-
 .../org/orekit/propagation/events/ApsideDetectorTest.java | 2 +-
 .../propagation/events/BackAndForthDetectorTest.java      | 2 +-
 .../events/CircularFieldOfViewDetectorTest.java           | 2 +-
 .../org/orekit/propagation/events/DateDetectorTest.java   | 2 +-
 .../orekit/propagation/events/EclipseDetectorTest.java    | 2 +-
 .../orekit/propagation/events/ElevationDetectorTest.java  | 2 +-
 .../propagation/events/ElevationExtremumDetectorTest.java | 2 +-
 .../org/orekit/propagation/events/EventDetectorTest.java  | 2 +-
 .../events/EventEnablingPredicateFilterTest.java          | 2 +-
 .../org/orekit/propagation/events/EventShifterTest.java   | 2 +-
 .../orekit/propagation/events/EventSlopeFilterTest.java   | 2 +-
 .../org/orekit/propagation/events/EventsLoggerTest.java   | 2 +-
 .../propagation/events/FieldApsideDetectorTest.java       | 2 +-
 .../orekit/propagation/events/FieldDateDetectorTest.java  | 2 +-
 .../propagation/events/FieldEclipseDetectorTest.java      | 2 +-
 .../orekit/propagation/events/FieldEventDetectorTest.java | 2 +-
 .../orekit/propagation/events/FieldEventsLoggerTest.java  | 2 +-
 .../orekit/propagation/events/FieldNodeDetectorTest.java  | 2 +-
 .../propagation/events/FieldOfViewDetectorTest.java       | 2 +-
 .../org/orekit/propagation/events/FieldOfViewTest.java    | 2 +-
 .../propagation/events/FootprintOverlapDetectorTest.java  | 2 +-
 .../propagation/events/GeographicZoneDetectorTest.java    | 2 +-
 .../propagation/events/GroundAtNightDetectorTest.java     | 2 +-
 .../events/InterSatDirectViewDetectorTest.java            | 2 +-
 .../propagation/events/LatitudeCrossingDetectorTest.java  | 2 +-
 .../propagation/events/LatitudeExtremumDetectorTest.java  | 2 +-
 .../propagation/events/LongitudeCrossingDetectorTest.java | 2 +-
 .../propagation/events/LongitudeExtremumDetectorTest.java | 2 +-
 .../org/orekit/propagation/events/NodeDetectorTest.java   | 2 +-
 .../propagation/events/PositionAngleDetectorTest.java     | 2 +-
 .../propagation/events/handlers/ContinueOnEventTest.java  | 2 +-
 .../propagation/events/handlers/EventHandlerTest.java     | 2 +-
 .../events/handlers/FieldStopOnDecreasingTest.java        | 2 +-
 .../events/handlers/FieldStopOnIncreasingTest.java        | 2 +-
 .../propagation/events/handlers/StopOnDecreasingTest.java | 2 +-
 .../propagation/events/handlers/StopOnEventTest.java      | 2 +-
 .../propagation/events/handlers/StopOnIncreasingTest.java | 2 +-
 .../propagation/integration/AdditionalEquationsTest.java  | 2 +-
 .../integration/FieldAdditionalEquationsTest.java         | 2 +-
 .../integration/FieldIntegratedEphemerisTest.java         | 2 +-
 .../propagation/integration/IntegratedEphemerisTest.java  | 2 +-
 .../numerical/FieldNumericalPropagatorTest.java           | 2 +-
 .../propagation/numerical/NumericalPropagatorTest.java    | 2 +-
 .../numerical/PartialDerivativesEquationsTest.java        | 2 +-
 .../propagation/numerical/PartialDerivativesTest.java     | 2 +-
 .../propagation/sampling/OrekitStepHandlerTest.java       | 2 +-
 .../semianalytical/dsst/DSSTPropagatorTest.java           | 2 +-
 .../dsst/utilities/CoefficientFactoryTest.java            | 2 +-
 .../semianalytical/dsst/utilities/GHmsjTest.java          | 2 +-
 .../dsst/utilities/GammaMnsFunctionTest.java              | 2 +-
 .../dsst/utilities/NewcombOperatorTest.java               | 2 +-
 .../dsst/utilities/hansen/HansenThirdBodyLinearTest.java  | 2 +-
 src/test/java/org/orekit/time/AbsoluteDateTest.java       | 2 +-
 src/test/java/org/orekit/time/BDSScaleTest.java           | 2 +-
 src/test/java/org/orekit/time/BurstSelectorStepTest.java  | 2 +-
 src/test/java/org/orekit/time/DateComponentsTest.java     | 2 +-
 src/test/java/org/orekit/time/DateTimeComponentsTest.java | 2 +-
 src/test/java/org/orekit/time/FieldAbsoluteDateTest.java  | 2 +-
 src/test/java/org/orekit/time/FixedStepSelectorTest.java  | 2 +-
 src/test/java/org/orekit/time/GLONASSScaleTest.java       | 2 +-
 src/test/java/org/orekit/time/GMSTScaleTest.java          | 2 +-
 src/test/java/org/orekit/time/GPSDateTest.java            | 2 +-
 src/test/java/org/orekit/time/GPSScaleTest.java           | 2 +-
 src/test/java/org/orekit/time/GalileoScaleTest.java       | 2 +-
 src/test/java/org/orekit/time/IRNSSScaleTest.java         | 2 +-
 src/test/java/org/orekit/time/MonthTest.java              | 2 +-
 src/test/java/org/orekit/time/QZSSScaleTest.java          | 2 +-
 src/test/java/org/orekit/time/TAIScaleTest.java           | 2 +-
 .../java/org/orekit/time/TAIUTCDatAFilesLoaderTest.java   | 2 +-
 src/test/java/org/orekit/time/TCBScaleTest.java           | 2 +-
 src/test/java/org/orekit/time/TCGScaleTest.java           | 2 +-
 src/test/java/org/orekit/time/TDBScaleTest.java           | 2 +-
 src/test/java/org/orekit/time/TTScaleTest.java            | 2 +-
 src/test/java/org/orekit/time/TimeComponentsTest.java     | 2 +-
 src/test/java/org/orekit/time/UT1ScaleTest.java           | 2 +-
 src/test/java/org/orekit/time/UTCScaleTest.java           | 2 +-
 .../org/orekit/time/UTCTAIBulletinAFilesLoaderTest.java   | 2 +-
 .../time/UTCTAIHistoryFilesLoaderCompressedDataTest.java  | 2 +-
 .../orekit/time/UTCTAIHistoryFilesLoaderNoDataTest.java   | 2 +-
 .../time/UTCTAIHistoryFilesLoaderRegularDataTest.java     | 2 +-
 .../java/org/orekit/utils/AngularCoordinatesTest.java     | 2 +-
 .../org/orekit/utils/AngularDerivativesFilterTest.java    | 2 +-
 .../org/orekit/utils/CartesianDerivativesFilterTest.java  | 2 +-
 src/test/java/org/orekit/utils/ElevationMaskTest.java     | 2 +-
 .../java/org/orekit/utils/ExtendedPVCoordinatesTest.java  | 2 +-
 .../org/orekit/utils/FieldAngularCoordinatesTest.java     | 2 +-
 .../java/org/orekit/utils/FieldPVCoordinatesTest.java     | 2 +-
 .../org/orekit/utils/GenericTimeStampedCacheTest.java     | 2 +-
 src/test/java/org/orekit/utils/IERSConventionsTest.java   | 2 +-
 src/test/java/org/orekit/utils/PVCoordinatesTest.java     | 2 +-
 .../java/org/orekit/utils/ParameterDriversListTest.java   | 2 +-
 .../java/org/orekit/utils/SecularAndHarmonicTest.java     | 2 +-
 src/test/java/org/orekit/utils/TimeSpanMapTest.java       | 2 +-
 .../orekit/utils/TimeStampedAngularCoordinatesTest.java   | 2 +-
 .../utils/TimeStampedFieldAngularCoordinatesTest.java     | 2 +-
 .../orekit/utils/TimeStampedFieldPVCoordinatesTest.java   | 2 +-
 .../org/orekit/utils/TimeStampedPVCoordinatesTest.java    | 2 +-
 .../reference-attitude-generator/FindBaseSamples.java     | 2 +-
 .../reference-attitude-generator/GenerateBaseSamples.java | 2 +-
 src/tutorials/java/fr/cs/examples/KeyValueFileParser.java | 2 +-
 .../java/fr/cs/examples/attitude/EarthObservation.java    | 2 +-
 src/tutorials/java/fr/cs/examples/bodies/DEFile.java      | 2 +-
 src/tutorials/java/fr/cs/examples/bodies/Phasing.java     | 2 +-
 .../fr/cs/examples/conversion/PropagatorConversion.java   | 2 +-
 .../fr/cs/examples/estimation/OrbitDetermination.java     | 2 +-
 src/tutorials/java/fr/cs/examples/frames/Frames1.java     | 2 +-
 src/tutorials/java/fr/cs/examples/frames/Frames2.java     | 2 +-
 src/tutorials/java/fr/cs/examples/frames/Frames3.java     | 2 +-
 .../java/fr/cs/examples/gnss/DOPComputation.java          | 2 +-
 .../java/fr/cs/examples/propagation/DSSTPropagation.java  | 2 +-
 .../java/fr/cs/examples/propagation/EphemerisMode.java    | 2 +-
 .../java/fr/cs/examples/propagation/FieldPropagation.java | 2 +-
 .../java/fr/cs/examples/propagation/MasterMode.java       | 2 +-
 .../java/fr/cs/examples/propagation/SlaveMode.java        | 2 +-
 .../java/fr/cs/examples/propagation/TrackCorridor.java    | 2 +-
 .../java/fr/cs/examples/propagation/VisibilityCheck.java  | 2 +-
 .../java/fr/cs/examples/propagation/VisibilityCircle.java | 2 +-
 src/tutorials/java/fr/cs/examples/time/Time1.java         | 2 +-
 1001 files changed, 1004 insertions(+), 1004 deletions(-)

diff --git a/NOTICE.txt b/NOTICE.txt
index bc1cdecde1..b915f8d653 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 OREKIT
-Copyright 2002-2018 CS Systèmes d'Information
+Copyright 2002-2019 CS Systèmes d'Information
 
 This product includes software developed by
 CS Systèmes d'Information (http://www.c-s.fr/)
diff --git a/build.xml b/build.xml
index e5d509d31a..bd1b8a27a8 100644
--- a/build.xml
+++ b/build.xml
@@ -35,7 +35,7 @@
   <property name="hamcrest.maven.path"      value="org/hamcrest"                                   />
   <property name="maven.repository"         value="http://repo1.maven.org/maven2"                  />
 
-  <property name="copyright"               value="2002-2018 CS Syst&#232;mes d&#039;Information" />
+  <property name="copyright"               value="2002-2019 CS Syst&#232;mes d&#039;Information" />
 
   <available file="${lib.dir}/${hipparchus.core.jar}" property="libs.present" />
 
diff --git a/src/design/attitude-class-diagram.puml b/src/design/attitude-class-diagram.puml
index 60127c8497..f7976d21ea 100644
--- a/src/design/attitude-class-diagram.puml
+++ b/src/design/attitude-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/available-propagators-class-diagram.puml b/src/design/available-propagators-class-diagram.puml
index 6290599f8b..dc0487861f 100644
--- a/src/design/available-propagators-class-diagram.puml
+++ b/src/design/available-propagators-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/bodyshape-class-diagram.puml b/src/design/bodyshape-class-diagram.puml
index e2d847b7a9..1629a91ece 100644
--- a/src/design/bodyshape-class-diagram.puml
+++ b/src/design/bodyshape-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/celestial-bodies-class-diagram.puml b/src/design/celestial-bodies-class-diagram.puml
index 0de16a43ea..3364d756a9 100644
--- a/src/design/celestial-bodies-class-diagram.puml
+++ b/src/design/celestial-bodies-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/data-class-diagram.puml b/src/design/data-class-diagram.puml
index 2db4a0f3f5..4f14033a4c 100644
--- a/src/design/data-class-diagram.puml
+++ b/src/design/data-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/dsst-propagation-sequence-diagram.puml b/src/design/dsst-propagation-sequence-diagram.puml
index 98b871cf00..027cdd7620 100644
--- a/src/design/dsst-propagation-sequence-diagram.puml
+++ b/src/design/dsst-propagation-sequence-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/dsst-propagator-class-diagram.puml b/src/design/dsst-propagator-class-diagram.puml
index 353f609e26..4e1c37b2d5 100644
--- a/src/design/dsst-propagator-class-diagram.puml
+++ b/src/design/dsst-propagator-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/dsst-tesseral-contribution-class-diagram.puml b/src/design/dsst-tesseral-contribution-class-diagram.puml
index 2e62a66940..9c9573e541 100644
--- a/src/design/dsst-tesseral-contribution-class-diagram.puml
+++ b/src/design/dsst-tesseral-contribution-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/dsst-third-body-class-diagram.puml b/src/design/dsst-third-body-class-diagram.puml
index b9d34a0a0b..68ed0f7f4d 100644
--- a/src/design/dsst-third-body-class-diagram.puml
+++ b/src/design/dsst-third-body-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/dsst-zonal-contribution-class-diagram.puml b/src/design/dsst-zonal-contribution-class-diagram.puml
index 29808378fc..7bc3f4480a 100644
--- a/src/design/dsst-zonal-contribution-class-diagram.puml
+++ b/src/design/dsst-zonal-contribution-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/ephemeris-generation-mode-sequence-diagram.puml b/src/design/ephemeris-generation-mode-sequence-diagram.puml
index 174bb60fc2..d33aa2cba7 100644
--- a/src/design/ephemeris-generation-mode-sequence-diagram.puml
+++ b/src/design/ephemeris-generation-mode-sequence-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/events-class-diagram.puml b/src/design/events-class-diagram.puml
index cad00e52b4..56e1ce44d0 100644
--- a/src/design/events-class-diagram.puml
+++ b/src/design/events-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/events-sequence-diagram.puml b/src/design/events-sequence-diagram.puml
index f37430cff5..24fde703e9 100644
--- a/src/design/events-sequence-diagram.puml
+++ b/src/design/events-sequence-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/field.puml b/src/design/field.puml
index 25bf0a29a1..e1df3fe20c 100644
--- a/src/design/field.puml
+++ b/src/design/field.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/frames-class-diagram.puml b/src/design/frames-class-diagram.puml
index 5a438da323..15c5a1920c 100644
--- a/src/design/frames-class-diagram.puml
+++ b/src/design/frames-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/gnss-antenna-class-diagram.puml b/src/design/gnss-antenna-class-diagram.puml
index 501319c129..70d7e58e64 100644
--- a/src/design/gnss-antenna-class-diagram.puml
+++ b/src/design/gnss-antenna-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/gnss-rinex-class-diagram.puml b/src/design/gnss-rinex-class-diagram.puml
index 6c5727e1b7..cebe7f82bc 100644
--- a/src/design/gnss-rinex-class-diagram.puml
+++ b/src/design/gnss-rinex-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/kalman-overview-class-diagram.puml b/src/design/kalman-overview-class-diagram.puml
index bdabd2545d..c330d20632 100644
--- a/src/design/kalman-overview-class-diagram.puml
+++ b/src/design/kalman-overview-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/master-mode-sequence-diagram.puml b/src/design/master-mode-sequence-diagram.puml
index 4562445bcc..a20d2a16ab 100644
--- a/src/design/master-mode-sequence-diagram.puml
+++ b/src/design/master-mode-sequence-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/measurements-generation-class-diagram.puml b/src/design/measurements-generation-class-diagram.puml
index 44d80bb00b..a8c753bcd0 100644
--- a/src/design/measurements-generation-class-diagram.puml
+++ b/src/design/measurements-generation-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/numerical-propagation-sequence-diagram.puml b/src/design/numerical-propagation-sequence-diagram.puml
index ce9da1e31c..1610c9aa00 100644
--- a/src/design/numerical-propagation-sequence-diagram.puml
+++ b/src/design/numerical-propagation-sequence-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/orbit-determination-measurements-class-diagram.puml b/src/design/orbit-determination-measurements-class-diagram.puml
index 892556a771..3809f415cb 100644
--- a/src/design/orbit-determination-measurements-class-diagram.puml
+++ b/src/design/orbit-determination-measurements-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/orbit-determination-overview-class-diagram.puml b/src/design/orbit-determination-overview-class-diagram.puml
index e6c75b79e3..7d104789a0 100644
--- a/src/design/orbit-determination-overview-class-diagram.puml
+++ b/src/design/orbit-determination-overview-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/orbit-determination-parameters-class-diagram.puml b/src/design/orbit-determination-parameters-class-diagram.puml
index fc42af246a..7fa70028ee 100644
--- a/src/design/orbit-determination-parameters-class-diagram.puml
+++ b/src/design/orbit-determination-parameters-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/orbits-class-diagram.puml b/src/design/orbits-class-diagram.puml
index 354e532614..1e0504cf1a 100644
--- a/src/design/orbits-class-diagram.puml
+++ b/src/design/orbits-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/partial-derivatives-class-diagram.puml b/src/design/partial-derivatives-class-diagram.puml
index 3cf4ee9106..ba40b6b5e3 100644
--- a/src/design/partial-derivatives-class-diagram.puml
+++ b/src/design/partial-derivatives-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/propagation-class-diagram.puml b/src/design/propagation-class-diagram.puml
index 59389e7066..3773aafe95 100644
--- a/src/design/propagation-class-diagram.puml
+++ b/src/design/propagation-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/propagator-conversion-class-diagram.puml b/src/design/propagator-conversion-class-diagram.puml
index 362b5ecee6..777c498558 100644
--- a/src/design/propagator-conversion-class-diagram.puml
+++ b/src/design/propagator-conversion-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/sampling-class-diagram.puml b/src/design/sampling-class-diagram.puml
index 49dac91843..faf21b5edb 100644
--- a/src/design/sampling-class-diagram.puml
+++ b/src/design/sampling-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/slave-mode-sequence-diagram.puml b/src/design/slave-mode-sequence-diagram.puml
index a3a9a7510d..e0cdbc42d6 100644
--- a/src/design/slave-mode-sequence-diagram.puml
+++ b/src/design/slave-mode-sequence-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/tessellation-class-diagram.puml b/src/design/tessellation-class-diagram.puml
index db05a3da81..427ba2068c 100644
--- a/src/design/tessellation-class-diagram.puml
+++ b/src/design/tessellation-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/time-class-diagram.puml b/src/design/time-class-diagram.puml
index cc267bc9b9..fef1c278ef 100644
--- a/src/design/time-class-diagram.puml
+++ b/src/design/time-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/top-packages.puml b/src/design/top-packages.puml
index 75164728cd..aa9e091f9e 100644
--- a/src/design/top-packages.puml
+++ b/src/design/top-packages.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/design/utils-class-diagram.puml b/src/design/utils-class-diagram.puml
index 6d785b4e33..7379675626 100644
--- a/src/design/utils-class-diagram.puml
+++ b/src/design/utils-class-diagram.puml
@@ -1,4 +1,4 @@
-' Copyright 2002-2018 CS Systèmes d'Information
+' Copyright 2002-2019 CS Systèmes d'Information
 ' Licensed to CS Systèmes d'Information (CS) under one or more
 ' contributor license agreements.  See the NOTICE file distributed with
 ' this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/attitudes/Attitude.java b/src/main/java/org/orekit/attitudes/Attitude.java
index f97a9cb984..0428f9d4e9 100644
--- a/src/main/java/org/orekit/attitudes/Attitude.java
+++ b/src/main/java/org/orekit/attitudes/Attitude.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/attitudes/AttitudeProvider.java b/src/main/java/org/orekit/attitudes/AttitudeProvider.java
index 9388c0f478..56f9f461d5 100644
--- a/src/main/java/org/orekit/attitudes/AttitudeProvider.java
+++ b/src/main/java/org/orekit/attitudes/AttitudeProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/attitudes/AttitudeProviderModifier.java b/src/main/java/org/orekit/attitudes/AttitudeProviderModifier.java
index 104901b380..fdff70ba86 100644
--- a/src/main/java/org/orekit/attitudes/AttitudeProviderModifier.java
+++ b/src/main/java/org/orekit/attitudes/AttitudeProviderModifier.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/attitudes/AttitudesSequence.java b/src/main/java/org/orekit/attitudes/AttitudesSequence.java
index 88c83e4165..e2b37a70e8 100644
--- a/src/main/java/org/orekit/attitudes/AttitudesSequence.java
+++ b/src/main/java/org/orekit/attitudes/AttitudesSequence.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/attitudes/BodyCenterPointing.java b/src/main/java/org/orekit/attitudes/BodyCenterPointing.java
index 18ec6b5339..34c9d07082 100644
--- a/src/main/java/org/orekit/attitudes/BodyCenterPointing.java
+++ b/src/main/java/org/orekit/attitudes/BodyCenterPointing.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/attitudes/CelestialBodyPointed.java b/src/main/java/org/orekit/attitudes/CelestialBodyPointed.java
index 927023a1fe..7eb053811c 100644
--- a/src/main/java/org/orekit/attitudes/CelestialBodyPointed.java
+++ b/src/main/java/org/orekit/attitudes/CelestialBodyPointed.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/attitudes/FieldAttitude.java b/src/main/java/org/orekit/attitudes/FieldAttitude.java
index 21d88db32b..a1822d889b 100644
--- a/src/main/java/org/orekit/attitudes/FieldAttitude.java
+++ b/src/main/java/org/orekit/attitudes/FieldAttitude.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/attitudes/FixedRate.java b/src/main/java/org/orekit/attitudes/FixedRate.java
index 0927c91d30..5aa81e5082 100644
--- a/src/main/java/org/orekit/attitudes/FixedRate.java
+++ b/src/main/java/org/orekit/attitudes/FixedRate.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/attitudes/GroundPointing.java b/src/main/java/org/orekit/attitudes/GroundPointing.java
index 602ae03f47..bd24079aba 100644
--- a/src/main/java/org/orekit/attitudes/GroundPointing.java
+++ b/src/main/java/org/orekit/attitudes/GroundPointing.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/attitudes/InertialProvider.java b/src/main/java/org/orekit/attitudes/InertialProvider.java
index 7f3c60b5d9..b133d70c50 100644
--- a/src/main/java/org/orekit/attitudes/InertialProvider.java
+++ b/src/main/java/org/orekit/attitudes/InertialProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/attitudes/LofOffset.java b/src/main/java/org/orekit/attitudes/LofOffset.java
index fcba6cb0b2..1f9e4c144c 100644
--- a/src/main/java/org/orekit/attitudes/LofOffset.java
+++ b/src/main/java/org/orekit/attitudes/LofOffset.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/attitudes/LofOffsetPointing.java b/src/main/java/org/orekit/attitudes/LofOffsetPointing.java
index 4add020412..6104481efb 100644
--- a/src/main/java/org/orekit/attitudes/LofOffsetPointing.java
+++ b/src/main/java/org/orekit/attitudes/LofOffsetPointing.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/attitudes/NadirPointing.java b/src/main/java/org/orekit/attitudes/NadirPointing.java
index 4bfa24f915..da97c86e44 100644
--- a/src/main/java/org/orekit/attitudes/NadirPointing.java
+++ b/src/main/java/org/orekit/attitudes/NadirPointing.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/attitudes/SpinStabilized.java b/src/main/java/org/orekit/attitudes/SpinStabilized.java
index c4e57f9564..1a6f7d99a9 100644
--- a/src/main/java/org/orekit/attitudes/SpinStabilized.java
+++ b/src/main/java/org/orekit/attitudes/SpinStabilized.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/attitudes/TabulatedLofOffset.java b/src/main/java/org/orekit/attitudes/TabulatedLofOffset.java
index a294cf1821..0fc36ede2c 100644
--- a/src/main/java/org/orekit/attitudes/TabulatedLofOffset.java
+++ b/src/main/java/org/orekit/attitudes/TabulatedLofOffset.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/attitudes/TabulatedProvider.java b/src/main/java/org/orekit/attitudes/TabulatedProvider.java
index 976fb7a2a7..a329726edb 100644
--- a/src/main/java/org/orekit/attitudes/TabulatedProvider.java
+++ b/src/main/java/org/orekit/attitudes/TabulatedProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/attitudes/TargetPointing.java b/src/main/java/org/orekit/attitudes/TargetPointing.java
index fa639446cb..395166a7cd 100644
--- a/src/main/java/org/orekit/attitudes/TargetPointing.java
+++ b/src/main/java/org/orekit/attitudes/TargetPointing.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/attitudes/YawCompensation.java b/src/main/java/org/orekit/attitudes/YawCompensation.java
index 468a3769d7..7c78b614ea 100644
--- a/src/main/java/org/orekit/attitudes/YawCompensation.java
+++ b/src/main/java/org/orekit/attitudes/YawCompensation.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/attitudes/YawSteering.java b/src/main/java/org/orekit/attitudes/YawSteering.java
index a7895d8405..f3d476659b 100644
--- a/src/main/java/org/orekit/attitudes/YawSteering.java
+++ b/src/main/java/org/orekit/attitudes/YawSteering.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/attitudes/package-info.java b/src/main/java/org/orekit/attitudes/package-info.java
index e556e6040a..e3be1ca752 100644
--- a/src/main/java/org/orekit/attitudes/package-info.java
+++ b/src/main/java/org/orekit/attitudes/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/bodies/BodyShape.java b/src/main/java/org/orekit/bodies/BodyShape.java
index c4bc20d50e..355f1f45d3 100644
--- a/src/main/java/org/orekit/bodies/BodyShape.java
+++ b/src/main/java/org/orekit/bodies/BodyShape.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/bodies/CelestialBody.java b/src/main/java/org/orekit/bodies/CelestialBody.java
index 7c3a00e506..dd7a9a5ab2 100644
--- a/src/main/java/org/orekit/bodies/CelestialBody.java
+++ b/src/main/java/org/orekit/bodies/CelestialBody.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/bodies/CelestialBodyFactory.java b/src/main/java/org/orekit/bodies/CelestialBodyFactory.java
index 4a576c5d17..4d744b7c6a 100644
--- a/src/main/java/org/orekit/bodies/CelestialBodyFactory.java
+++ b/src/main/java/org/orekit/bodies/CelestialBodyFactory.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/bodies/CelestialBodyLoader.java b/src/main/java/org/orekit/bodies/CelestialBodyLoader.java
index 9bbb30075f..bab86075cd 100644
--- a/src/main/java/org/orekit/bodies/CelestialBodyLoader.java
+++ b/src/main/java/org/orekit/bodies/CelestialBodyLoader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/bodies/Ellipse.java b/src/main/java/org/orekit/bodies/Ellipse.java
index 828fdcf6f9..d6c25898cc 100644
--- a/src/main/java/org/orekit/bodies/Ellipse.java
+++ b/src/main/java/org/orekit/bodies/Ellipse.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/bodies/Ellipsoid.java b/src/main/java/org/orekit/bodies/Ellipsoid.java
index 1fe221bc8d..eae4a188d3 100644
--- a/src/main/java/org/orekit/bodies/Ellipsoid.java
+++ b/src/main/java/org/orekit/bodies/Ellipsoid.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/bodies/FieldGeodeticPoint.java b/src/main/java/org/orekit/bodies/FieldGeodeticPoint.java
index c21024d2fc..dcfd7c1c00 100644
--- a/src/main/java/org/orekit/bodies/FieldGeodeticPoint.java
+++ b/src/main/java/org/orekit/bodies/FieldGeodeticPoint.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/bodies/GeodeticPoint.java b/src/main/java/org/orekit/bodies/GeodeticPoint.java
index 96030c6286..4ad7f56326 100644
--- a/src/main/java/org/orekit/bodies/GeodeticPoint.java
+++ b/src/main/java/org/orekit/bodies/GeodeticPoint.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/bodies/IAUPole.java b/src/main/java/org/orekit/bodies/IAUPole.java
index 0655d9b90b..9b949e39ae 100644
--- a/src/main/java/org/orekit/bodies/IAUPole.java
+++ b/src/main/java/org/orekit/bodies/IAUPole.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/bodies/JPLCelestialBody.java b/src/main/java/org/orekit/bodies/JPLCelestialBody.java
index 00ddf69678..2756e9b650 100644
--- a/src/main/java/org/orekit/bodies/JPLCelestialBody.java
+++ b/src/main/java/org/orekit/bodies/JPLCelestialBody.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/bodies/JPLEphemeridesLoader.java b/src/main/java/org/orekit/bodies/JPLEphemeridesLoader.java
index 582787c52d..b6f5c06ddf 100644
--- a/src/main/java/org/orekit/bodies/JPLEphemeridesLoader.java
+++ b/src/main/java/org/orekit/bodies/JPLEphemeridesLoader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/bodies/OneAxisEllipsoid.java b/src/main/java/org/orekit/bodies/OneAxisEllipsoid.java
index 71f8de70dd..85487a8929 100644
--- a/src/main/java/org/orekit/bodies/OneAxisEllipsoid.java
+++ b/src/main/java/org/orekit/bodies/OneAxisEllipsoid.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/bodies/PosVelChebyshev.java b/src/main/java/org/orekit/bodies/PosVelChebyshev.java
index b467604733..14a0d38806 100644
--- a/src/main/java/org/orekit/bodies/PosVelChebyshev.java
+++ b/src/main/java/org/orekit/bodies/PosVelChebyshev.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/bodies/PredefinedIAUPoles.java b/src/main/java/org/orekit/bodies/PredefinedIAUPoles.java
index dfd497032f..5f508812ae 100644
--- a/src/main/java/org/orekit/bodies/PredefinedIAUPoles.java
+++ b/src/main/java/org/orekit/bodies/PredefinedIAUPoles.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/bodies/package-info.java b/src/main/java/org/orekit/bodies/package-info.java
index edd7be8c4a..9f48c48d17 100644
--- a/src/main/java/org/orekit/bodies/package-info.java
+++ b/src/main/java/org/orekit/bodies/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/BodiesElements.java b/src/main/java/org/orekit/data/BodiesElements.java
index 55cc0609f4..5bf6e7dc61 100644
--- a/src/main/java/org/orekit/data/BodiesElements.java
+++ b/src/main/java/org/orekit/data/BodiesElements.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/ClasspathCrawler.java b/src/main/java/org/orekit/data/ClasspathCrawler.java
index c64fae8979..2277db1bd6 100644
--- a/src/main/java/org/orekit/data/ClasspathCrawler.java
+++ b/src/main/java/org/orekit/data/ClasspathCrawler.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/DataFilter.java b/src/main/java/org/orekit/data/DataFilter.java
index 1699f86b51..3681415463 100644
--- a/src/main/java/org/orekit/data/DataFilter.java
+++ b/src/main/java/org/orekit/data/DataFilter.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/DataLoader.java b/src/main/java/org/orekit/data/DataLoader.java
index 1413cdf978..96ee8e173d 100644
--- a/src/main/java/org/orekit/data/DataLoader.java
+++ b/src/main/java/org/orekit/data/DataLoader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/DataProvider.java b/src/main/java/org/orekit/data/DataProvider.java
index 8c108b50fc..02ad674a42 100644
--- a/src/main/java/org/orekit/data/DataProvider.java
+++ b/src/main/java/org/orekit/data/DataProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/DataProvidersManager.java b/src/main/java/org/orekit/data/DataProvidersManager.java
index bb1ba0b033..cc81c27880 100644
--- a/src/main/java/org/orekit/data/DataProvidersManager.java
+++ b/src/main/java/org/orekit/data/DataProvidersManager.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/DelaunayArguments.java b/src/main/java/org/orekit/data/DelaunayArguments.java
index 39f1b2a424..975f4da5d9 100644
--- a/src/main/java/org/orekit/data/DelaunayArguments.java
+++ b/src/main/java/org/orekit/data/DelaunayArguments.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/DirectoryCrawler.java b/src/main/java/org/orekit/data/DirectoryCrawler.java
index 3755c6cbd4..c20f371d8c 100644
--- a/src/main/java/org/orekit/data/DirectoryCrawler.java
+++ b/src/main/java/org/orekit/data/DirectoryCrawler.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/FieldBodiesElements.java b/src/main/java/org/orekit/data/FieldBodiesElements.java
index 6948831352..1aee9a1926 100644
--- a/src/main/java/org/orekit/data/FieldBodiesElements.java
+++ b/src/main/java/org/orekit/data/FieldBodiesElements.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/FieldDelaunayArguments.java b/src/main/java/org/orekit/data/FieldDelaunayArguments.java
index 680975a4c0..9632e4966c 100644
--- a/src/main/java/org/orekit/data/FieldDelaunayArguments.java
+++ b/src/main/java/org/orekit/data/FieldDelaunayArguments.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/FundamentalNutationArguments.java b/src/main/java/org/orekit/data/FundamentalNutationArguments.java
index 4b2aab4563..9a5de66de5 100644
--- a/src/main/java/org/orekit/data/FundamentalNutationArguments.java
+++ b/src/main/java/org/orekit/data/FundamentalNutationArguments.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/GeneralTerm.java b/src/main/java/org/orekit/data/GeneralTerm.java
index 4adc9f16c4..f50e5938e9 100644
--- a/src/main/java/org/orekit/data/GeneralTerm.java
+++ b/src/main/java/org/orekit/data/GeneralTerm.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/GzipFilter.java b/src/main/java/org/orekit/data/GzipFilter.java
index 0bff08f7ba..6ab514828f 100644
--- a/src/main/java/org/orekit/data/GzipFilter.java
+++ b/src/main/java/org/orekit/data/GzipFilter.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/LuniSolarTerm.java b/src/main/java/org/orekit/data/LuniSolarTerm.java
index 57c3bbd2c9..5b4bcf349e 100644
--- a/src/main/java/org/orekit/data/LuniSolarTerm.java
+++ b/src/main/java/org/orekit/data/LuniSolarTerm.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/NamedData.java b/src/main/java/org/orekit/data/NamedData.java
index 68a5c35914..ab26273809 100644
--- a/src/main/java/org/orekit/data/NamedData.java
+++ b/src/main/java/org/orekit/data/NamedData.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/NetworkCrawler.java b/src/main/java/org/orekit/data/NetworkCrawler.java
index 488d12f8a7..f2f5f80a2e 100644
--- a/src/main/java/org/orekit/data/NetworkCrawler.java
+++ b/src/main/java/org/orekit/data/NetworkCrawler.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/NoFarPlanetsTerm.java b/src/main/java/org/orekit/data/NoFarPlanetsTerm.java
index d75f750206..c19a1745d0 100644
--- a/src/main/java/org/orekit/data/NoFarPlanetsTerm.java
+++ b/src/main/java/org/orekit/data/NoFarPlanetsTerm.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/NutationCodec.java b/src/main/java/org/orekit/data/NutationCodec.java
index e3894acdf5..e1b5f92b21 100644
--- a/src/main/java/org/orekit/data/NutationCodec.java
+++ b/src/main/java/org/orekit/data/NutationCodec.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/PlanetaryTerm.java b/src/main/java/org/orekit/data/PlanetaryTerm.java
index 4b24a4d72d..a84ccba536 100644
--- a/src/main/java/org/orekit/data/PlanetaryTerm.java
+++ b/src/main/java/org/orekit/data/PlanetaryTerm.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/PoissonSeries.java b/src/main/java/org/orekit/data/PoissonSeries.java
index c1e0ea0967..0a72a65ecd 100644
--- a/src/main/java/org/orekit/data/PoissonSeries.java
+++ b/src/main/java/org/orekit/data/PoissonSeries.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/PoissonSeriesParser.java b/src/main/java/org/orekit/data/PoissonSeriesParser.java
index 8b944bc77a..bc095591c9 100644
--- a/src/main/java/org/orekit/data/PoissonSeriesParser.java
+++ b/src/main/java/org/orekit/data/PoissonSeriesParser.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/PolynomialNutation.java b/src/main/java/org/orekit/data/PolynomialNutation.java
index f4fb64a110..f37f2ec7af 100644
--- a/src/main/java/org/orekit/data/PolynomialNutation.java
+++ b/src/main/java/org/orekit/data/PolynomialNutation.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/PolynomialParser.java b/src/main/java/org/orekit/data/PolynomialParser.java
index 8013d9e8eb..9d780da96b 100644
--- a/src/main/java/org/orekit/data/PolynomialParser.java
+++ b/src/main/java/org/orekit/data/PolynomialParser.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/SeriesTerm.java b/src/main/java/org/orekit/data/SeriesTerm.java
index 3fbc4e6ca1..8cf8fabf0e 100644
--- a/src/main/java/org/orekit/data/SeriesTerm.java
+++ b/src/main/java/org/orekit/data/SeriesTerm.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/SimpleTimeStampedTableParser.java b/src/main/java/org/orekit/data/SimpleTimeStampedTableParser.java
index 04327f0b86..79f674b74c 100644
--- a/src/main/java/org/orekit/data/SimpleTimeStampedTableParser.java
+++ b/src/main/java/org/orekit/data/SimpleTimeStampedTableParser.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/TideTerm.java b/src/main/java/org/orekit/data/TideTerm.java
index 81672ac23b..b71a9dc2cd 100644
--- a/src/main/java/org/orekit/data/TideTerm.java
+++ b/src/main/java/org/orekit/data/TideTerm.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/UnixCompressFilter.java b/src/main/java/org/orekit/data/UnixCompressFilter.java
index cbd6f1a82d..0bb694130e 100644
--- a/src/main/java/org/orekit/data/UnixCompressFilter.java
+++ b/src/main/java/org/orekit/data/UnixCompressFilter.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/ZipJarCrawler.java b/src/main/java/org/orekit/data/ZipJarCrawler.java
index f2b87b251c..4ed4c51080 100644
--- a/src/main/java/org/orekit/data/ZipJarCrawler.java
+++ b/src/main/java/org/orekit/data/ZipJarCrawler.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/data/package-info.java b/src/main/java/org/orekit/data/package-info.java
index 43fa8e8d46..0fedc086f9 100644
--- a/src/main/java/org/orekit/data/package-info.java
+++ b/src/main/java/org/orekit/data/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/errors/FrameAncestorException.java b/src/main/java/org/orekit/errors/FrameAncestorException.java
index ab24698b9c..dbb2009c30 100644
--- a/src/main/java/org/orekit/errors/FrameAncestorException.java
+++ b/src/main/java/org/orekit/errors/FrameAncestorException.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/errors/LocalizedException.java b/src/main/java/org/orekit/errors/LocalizedException.java
index b195be6b96..f71c36cab0 100644
--- a/src/main/java/org/orekit/errors/LocalizedException.java
+++ b/src/main/java/org/orekit/errors/LocalizedException.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/errors/OrekitException.java b/src/main/java/org/orekit/errors/OrekitException.java
index 195f2f636b..5e889f4dde 100644
--- a/src/main/java/org/orekit/errors/OrekitException.java
+++ b/src/main/java/org/orekit/errors/OrekitException.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/errors/OrekitExceptionWrapper.java b/src/main/java/org/orekit/errors/OrekitExceptionWrapper.java
index 7bc36a9fa1..c3dfcd2c1e 100644
--- a/src/main/java/org/orekit/errors/OrekitExceptionWrapper.java
+++ b/src/main/java/org/orekit/errors/OrekitExceptionWrapper.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/errors/OrekitIOException.java b/src/main/java/org/orekit/errors/OrekitIOException.java
index 9dc47777a5..f53c05f82d 100644
--- a/src/main/java/org/orekit/errors/OrekitIOException.java
+++ b/src/main/java/org/orekit/errors/OrekitIOException.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/errors/OrekitIllegalArgumentException.java b/src/main/java/org/orekit/errors/OrekitIllegalArgumentException.java
index 7c8dbf056c..cce19623ab 100644
--- a/src/main/java/org/orekit/errors/OrekitIllegalArgumentException.java
+++ b/src/main/java/org/orekit/errors/OrekitIllegalArgumentException.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/errors/OrekitIllegalStateException.java b/src/main/java/org/orekit/errors/OrekitIllegalStateException.java
index 473c78c664..b3517e29c4 100644
--- a/src/main/java/org/orekit/errors/OrekitIllegalStateException.java
+++ b/src/main/java/org/orekit/errors/OrekitIllegalStateException.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/errors/OrekitInternalError.java b/src/main/java/org/orekit/errors/OrekitInternalError.java
index e6deaf57a4..b843fab018 100644
--- a/src/main/java/org/orekit/errors/OrekitInternalError.java
+++ b/src/main/java/org/orekit/errors/OrekitInternalError.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/errors/OrekitMessages.java b/src/main/java/org/orekit/errors/OrekitMessages.java
index eb6c45f860..d489d8cea8 100644
--- a/src/main/java/org/orekit/errors/OrekitMessages.java
+++ b/src/main/java/org/orekit/errors/OrekitMessages.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/errors/OrekitParseException.java b/src/main/java/org/orekit/errors/OrekitParseException.java
index 2243879650..424f2c305f 100644
--- a/src/main/java/org/orekit/errors/OrekitParseException.java
+++ b/src/main/java/org/orekit/errors/OrekitParseException.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/errors/TimeStampedCacheException.java b/src/main/java/org/orekit/errors/TimeStampedCacheException.java
index db2164c9c8..0fbcecf52c 100644
--- a/src/main/java/org/orekit/errors/TimeStampedCacheException.java
+++ b/src/main/java/org/orekit/errors/TimeStampedCacheException.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/errors/package-info.java b/src/main/java/org/orekit/errors/package-info.java
index 1255d3d44a..bdadfd4f51 100644
--- a/src/main/java/org/orekit/errors/package-info.java
+++ b/src/main/java/org/orekit/errors/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/iod/IodGibbs.java b/src/main/java/org/orekit/estimation/iod/IodGibbs.java
index 07ba32d29b..964c8d8292 100644
--- a/src/main/java/org/orekit/estimation/iod/IodGibbs.java
+++ b/src/main/java/org/orekit/estimation/iod/IodGibbs.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/iod/IodGooding.java b/src/main/java/org/orekit/estimation/iod/IodGooding.java
index 41786f75cd..325d570002 100644
--- a/src/main/java/org/orekit/estimation/iod/IodGooding.java
+++ b/src/main/java/org/orekit/estimation/iod/IodGooding.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/iod/IodLambert.java b/src/main/java/org/orekit/estimation/iod/IodLambert.java
index c0d4590566..5be53e67a1 100644
--- a/src/main/java/org/orekit/estimation/iod/IodLambert.java
+++ b/src/main/java/org/orekit/estimation/iod/IodLambert.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/leastsquares/BatchLSEstimator.java b/src/main/java/org/orekit/estimation/leastsquares/BatchLSEstimator.java
index 2cc5bf939d..20095f42e8 100644
--- a/src/main/java/org/orekit/estimation/leastsquares/BatchLSEstimator.java
+++ b/src/main/java/org/orekit/estimation/leastsquares/BatchLSEstimator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/leastsquares/BatchLSObserver.java b/src/main/java/org/orekit/estimation/leastsquares/BatchLSObserver.java
index eaab679900..274cb21198 100644
--- a/src/main/java/org/orekit/estimation/leastsquares/BatchLSObserver.java
+++ b/src/main/java/org/orekit/estimation/leastsquares/BatchLSObserver.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/leastsquares/MeasurementHandler.java b/src/main/java/org/orekit/estimation/leastsquares/MeasurementHandler.java
index 967ff0c45b..8a944b42d7 100644
--- a/src/main/java/org/orekit/estimation/leastsquares/MeasurementHandler.java
+++ b/src/main/java/org/orekit/estimation/leastsquares/MeasurementHandler.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/leastsquares/Model.java b/src/main/java/org/orekit/estimation/leastsquares/Model.java
index b7ec728e99..534ff1656a 100644
--- a/src/main/java/org/orekit/estimation/leastsquares/Model.java
+++ b/src/main/java/org/orekit/estimation/leastsquares/Model.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/leastsquares/ModelObserver.java b/src/main/java/org/orekit/estimation/leastsquares/ModelObserver.java
index 6420ea128f..7ca3e4879d 100644
--- a/src/main/java/org/orekit/estimation/leastsquares/ModelObserver.java
+++ b/src/main/java/org/orekit/estimation/leastsquares/ModelObserver.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/leastsquares/PreCompensation.java b/src/main/java/org/orekit/estimation/leastsquares/PreCompensation.java
index 9618149156..f01a7bc992 100644
--- a/src/main/java/org/orekit/estimation/leastsquares/PreCompensation.java
+++ b/src/main/java/org/orekit/estimation/leastsquares/PreCompensation.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/leastsquares/package-info.java b/src/main/java/org/orekit/estimation/leastsquares/package-info.java
index 918bf47a05..54494f39c3 100644
--- a/src/main/java/org/orekit/estimation/leastsquares/package-info.java
+++ b/src/main/java/org/orekit/estimation/leastsquares/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/AbstractMeasurement.java b/src/main/java/org/orekit/estimation/measurements/AbstractMeasurement.java
index e056b4a55b..6d0d77418c 100644
--- a/src/main/java/org/orekit/estimation/measurements/AbstractMeasurement.java
+++ b/src/main/java/org/orekit/estimation/measurements/AbstractMeasurement.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/AngularAzEl.java b/src/main/java/org/orekit/estimation/measurements/AngularAzEl.java
index 839df307c1..ceac3aa90b 100644
--- a/src/main/java/org/orekit/estimation/measurements/AngularAzEl.java
+++ b/src/main/java/org/orekit/estimation/measurements/AngularAzEl.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/AngularRaDec.java b/src/main/java/org/orekit/estimation/measurements/AngularRaDec.java
index bb13dee4c1..a6ca006d21 100644
--- a/src/main/java/org/orekit/estimation/measurements/AngularRaDec.java
+++ b/src/main/java/org/orekit/estimation/measurements/AngularRaDec.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/ComparableMeasurement.java b/src/main/java/org/orekit/estimation/measurements/ComparableMeasurement.java
index 5b3e5358cb..533ef3c178 100644
--- a/src/main/java/org/orekit/estimation/measurements/ComparableMeasurement.java
+++ b/src/main/java/org/orekit/estimation/measurements/ComparableMeasurement.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/EstimatedEarthFrameProvider.java b/src/main/java/org/orekit/estimation/measurements/EstimatedEarthFrameProvider.java
index 2f8dda1309..a700dde41f 100644
--- a/src/main/java/org/orekit/estimation/measurements/EstimatedEarthFrameProvider.java
+++ b/src/main/java/org/orekit/estimation/measurements/EstimatedEarthFrameProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/EstimatedMeasurement.java b/src/main/java/org/orekit/estimation/measurements/EstimatedMeasurement.java
index db7b17ee8a..b992e6e76a 100644
--- a/src/main/java/org/orekit/estimation/measurements/EstimatedMeasurement.java
+++ b/src/main/java/org/orekit/estimation/measurements/EstimatedMeasurement.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/EstimationModifier.java b/src/main/java/org/orekit/estimation/measurements/EstimationModifier.java
index e3b092c443..b9d18f4256 100644
--- a/src/main/java/org/orekit/estimation/measurements/EstimationModifier.java
+++ b/src/main/java/org/orekit/estimation/measurements/EstimationModifier.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/EstimationsProvider.java b/src/main/java/org/orekit/estimation/measurements/EstimationsProvider.java
index 1f2386e4f3..228dea9a6c 100644
--- a/src/main/java/org/orekit/estimation/measurements/EstimationsProvider.java
+++ b/src/main/java/org/orekit/estimation/measurements/EstimationsProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/GroundStation.java b/src/main/java/org/orekit/estimation/measurements/GroundStation.java
index b753019bd2..cf1d7dcf6b 100644
--- a/src/main/java/org/orekit/estimation/measurements/GroundStation.java
+++ b/src/main/java/org/orekit/estimation/measurements/GroundStation.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/InterSatellitesRange.java b/src/main/java/org/orekit/estimation/measurements/InterSatellitesRange.java
index c0c163d97d..027ee1427f 100644
--- a/src/main/java/org/orekit/estimation/measurements/InterSatellitesRange.java
+++ b/src/main/java/org/orekit/estimation/measurements/InterSatellitesRange.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/ObservedMeasurement.java b/src/main/java/org/orekit/estimation/measurements/ObservedMeasurement.java
index 1e6859ca4a..dc9280969a 100644
--- a/src/main/java/org/orekit/estimation/measurements/ObservedMeasurement.java
+++ b/src/main/java/org/orekit/estimation/measurements/ObservedMeasurement.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/PV.java b/src/main/java/org/orekit/estimation/measurements/PV.java
index d1fd1ea7b5..5b6596a83f 100644
--- a/src/main/java/org/orekit/estimation/measurements/PV.java
+++ b/src/main/java/org/orekit/estimation/measurements/PV.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/Phase.java b/src/main/java/org/orekit/estimation/measurements/Phase.java
index 034443372b..70f91759e5 100644
--- a/src/main/java/org/orekit/estimation/measurements/Phase.java
+++ b/src/main/java/org/orekit/estimation/measurements/Phase.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/Position.java b/src/main/java/org/orekit/estimation/measurements/Position.java
index ac078d83f5..5b25f147fe 100644
--- a/src/main/java/org/orekit/estimation/measurements/Position.java
+++ b/src/main/java/org/orekit/estimation/measurements/Position.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/Range.java b/src/main/java/org/orekit/estimation/measurements/Range.java
index 8be504c93e..59d558152b 100644
--- a/src/main/java/org/orekit/estimation/measurements/Range.java
+++ b/src/main/java/org/orekit/estimation/measurements/Range.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/RangeRate.java b/src/main/java/org/orekit/estimation/measurements/RangeRate.java
index 16aedcc182..d00afdfa68 100644
--- a/src/main/java/org/orekit/estimation/measurements/RangeRate.java
+++ b/src/main/java/org/orekit/estimation/measurements/RangeRate.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/TurnAroundRange.java b/src/main/java/org/orekit/estimation/measurements/TurnAroundRange.java
index 6054f5360e..b8795561c5 100644
--- a/src/main/java/org/orekit/estimation/measurements/TurnAroundRange.java
+++ b/src/main/java/org/orekit/estimation/measurements/TurnAroundRange.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/generation/AbstractMeasurementBuilder.java b/src/main/java/org/orekit/estimation/measurements/generation/AbstractMeasurementBuilder.java
index cee713d351..88be05e44b 100644
--- a/src/main/java/org/orekit/estimation/measurements/generation/AbstractMeasurementBuilder.java
+++ b/src/main/java/org/orekit/estimation/measurements/generation/AbstractMeasurementBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/generation/AbstractScheduler.java b/src/main/java/org/orekit/estimation/measurements/generation/AbstractScheduler.java
index 3e246a8df6..d4a3395bec 100644
--- a/src/main/java/org/orekit/estimation/measurements/generation/AbstractScheduler.java
+++ b/src/main/java/org/orekit/estimation/measurements/generation/AbstractScheduler.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/generation/AngularAzElBuilder.java b/src/main/java/org/orekit/estimation/measurements/generation/AngularAzElBuilder.java
index 87648bb5b9..c606abbddc 100644
--- a/src/main/java/org/orekit/estimation/measurements/generation/AngularAzElBuilder.java
+++ b/src/main/java/org/orekit/estimation/measurements/generation/AngularAzElBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/generation/AngularRaDecBuilder.java b/src/main/java/org/orekit/estimation/measurements/generation/AngularRaDecBuilder.java
index a3bce5678a..256ee87e9f 100644
--- a/src/main/java/org/orekit/estimation/measurements/generation/AngularRaDecBuilder.java
+++ b/src/main/java/org/orekit/estimation/measurements/generation/AngularRaDecBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/generation/ContinuousScheduler.java b/src/main/java/org/orekit/estimation/measurements/generation/ContinuousScheduler.java
index e29209e33c..4722a9c8a8 100644
--- a/src/main/java/org/orekit/estimation/measurements/generation/ContinuousScheduler.java
+++ b/src/main/java/org/orekit/estimation/measurements/generation/ContinuousScheduler.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/generation/EventBasedScheduler.java b/src/main/java/org/orekit/estimation/measurements/generation/EventBasedScheduler.java
index 82eb3c1464..5c8548fd82 100644
--- a/src/main/java/org/orekit/estimation/measurements/generation/EventBasedScheduler.java
+++ b/src/main/java/org/orekit/estimation/measurements/generation/EventBasedScheduler.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/generation/Generator.java b/src/main/java/org/orekit/estimation/measurements/generation/Generator.java
index 236e5a091e..5d48b680a4 100644
--- a/src/main/java/org/orekit/estimation/measurements/generation/Generator.java
+++ b/src/main/java/org/orekit/estimation/measurements/generation/Generator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/generation/InterSatellitesRangeBuilder.java b/src/main/java/org/orekit/estimation/measurements/generation/InterSatellitesRangeBuilder.java
index 1dd6ed6fb5..fa885d5e12 100644
--- a/src/main/java/org/orekit/estimation/measurements/generation/InterSatellitesRangeBuilder.java
+++ b/src/main/java/org/orekit/estimation/measurements/generation/InterSatellitesRangeBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/generation/MeasurementBuilder.java b/src/main/java/org/orekit/estimation/measurements/generation/MeasurementBuilder.java
index 9227691d4e..c4c619f884 100644
--- a/src/main/java/org/orekit/estimation/measurements/generation/MeasurementBuilder.java
+++ b/src/main/java/org/orekit/estimation/measurements/generation/MeasurementBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/generation/PVBuilder.java b/src/main/java/org/orekit/estimation/measurements/generation/PVBuilder.java
index 7bfbbd451c..965602bec7 100644
--- a/src/main/java/org/orekit/estimation/measurements/generation/PVBuilder.java
+++ b/src/main/java/org/orekit/estimation/measurements/generation/PVBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/generation/PositionBuilder.java b/src/main/java/org/orekit/estimation/measurements/generation/PositionBuilder.java
index 29ef255d4a..8fa7d185a2 100644
--- a/src/main/java/org/orekit/estimation/measurements/generation/PositionBuilder.java
+++ b/src/main/java/org/orekit/estimation/measurements/generation/PositionBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/generation/RangeBuilder.java b/src/main/java/org/orekit/estimation/measurements/generation/RangeBuilder.java
index f36097e51c..be4d45b869 100644
--- a/src/main/java/org/orekit/estimation/measurements/generation/RangeBuilder.java
+++ b/src/main/java/org/orekit/estimation/measurements/generation/RangeBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/generation/RangeRateBuilder.java b/src/main/java/org/orekit/estimation/measurements/generation/RangeRateBuilder.java
index c1c9bd6b72..7ec375f6ad 100644
--- a/src/main/java/org/orekit/estimation/measurements/generation/RangeRateBuilder.java
+++ b/src/main/java/org/orekit/estimation/measurements/generation/RangeRateBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/generation/Scheduler.java b/src/main/java/org/orekit/estimation/measurements/generation/Scheduler.java
index 2ee046f222..a81f1dd374 100644
--- a/src/main/java/org/orekit/estimation/measurements/generation/Scheduler.java
+++ b/src/main/java/org/orekit/estimation/measurements/generation/Scheduler.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/generation/SignSemantic.java b/src/main/java/org/orekit/estimation/measurements/generation/SignSemantic.java
index c501552f1b..530531b304 100644
--- a/src/main/java/org/orekit/estimation/measurements/generation/SignSemantic.java
+++ b/src/main/java/org/orekit/estimation/measurements/generation/SignSemantic.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/generation/TurnAroundRangeBuilder.java b/src/main/java/org/orekit/estimation/measurements/generation/TurnAroundRangeBuilder.java
index 261f6b281f..76901001f9 100644
--- a/src/main/java/org/orekit/estimation/measurements/generation/TurnAroundRangeBuilder.java
+++ b/src/main/java/org/orekit/estimation/measurements/generation/TurnAroundRangeBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/generation/package-info.java b/src/main/java/org/orekit/estimation/measurements/generation/package-info.java
index 1d113807be..6fea98c9bc 100644
--- a/src/main/java/org/orekit/estimation/measurements/generation/package-info.java
+++ b/src/main/java/org/orekit/estimation/measurements/generation/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/modifiers/AngularIonosphericDelayModifier.java b/src/main/java/org/orekit/estimation/measurements/modifiers/AngularIonosphericDelayModifier.java
index edf119b255..88c4529d5b 100644
--- a/src/main/java/org/orekit/estimation/measurements/modifiers/AngularIonosphericDelayModifier.java
+++ b/src/main/java/org/orekit/estimation/measurements/modifiers/AngularIonosphericDelayModifier.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/modifiers/AngularRadioRefractionModifier.java b/src/main/java/org/orekit/estimation/measurements/modifiers/AngularRadioRefractionModifier.java
index 4881907608..5ebfd53817 100644
--- a/src/main/java/org/orekit/estimation/measurements/modifiers/AngularRadioRefractionModifier.java
+++ b/src/main/java/org/orekit/estimation/measurements/modifiers/AngularRadioRefractionModifier.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/modifiers/AngularTroposphericDelayModifier.java b/src/main/java/org/orekit/estimation/measurements/modifiers/AngularTroposphericDelayModifier.java
index de5ba2495c..556a2ceb2d 100644
--- a/src/main/java/org/orekit/estimation/measurements/modifiers/AngularTroposphericDelayModifier.java
+++ b/src/main/java/org/orekit/estimation/measurements/modifiers/AngularTroposphericDelayModifier.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/modifiers/Bias.java b/src/main/java/org/orekit/estimation/measurements/modifiers/Bias.java
index ee6a99dd95..246684023a 100644
--- a/src/main/java/org/orekit/estimation/measurements/modifiers/Bias.java
+++ b/src/main/java/org/orekit/estimation/measurements/modifiers/Bias.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/modifiers/DynamicOutlierFilter.java b/src/main/java/org/orekit/estimation/measurements/modifiers/DynamicOutlierFilter.java
index 1ce72b12e1..d5783d03ea 100644
--- a/src/main/java/org/orekit/estimation/measurements/modifiers/DynamicOutlierFilter.java
+++ b/src/main/java/org/orekit/estimation/measurements/modifiers/DynamicOutlierFilter.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2017 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/modifiers/OnBoardAntennaInterSatellitesRangeModifier.java b/src/main/java/org/orekit/estimation/measurements/modifiers/OnBoardAntennaInterSatellitesRangeModifier.java
index ddcc758aff..6470bf14a2 100644
--- a/src/main/java/org/orekit/estimation/measurements/modifiers/OnBoardAntennaInterSatellitesRangeModifier.java
+++ b/src/main/java/org/orekit/estimation/measurements/modifiers/OnBoardAntennaInterSatellitesRangeModifier.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/modifiers/OnBoardAntennaRangeModifier.java b/src/main/java/org/orekit/estimation/measurements/modifiers/OnBoardAntennaRangeModifier.java
index 0ce7150f71..be60292a6b 100644
--- a/src/main/java/org/orekit/estimation/measurements/modifiers/OnBoardAntennaRangeModifier.java
+++ b/src/main/java/org/orekit/estimation/measurements/modifiers/OnBoardAntennaRangeModifier.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/modifiers/OnBoardAntennaTurnAroundRangeModifier.java b/src/main/java/org/orekit/estimation/measurements/modifiers/OnBoardAntennaTurnAroundRangeModifier.java
index 6e330c9e82..1ce7a36354 100644
--- a/src/main/java/org/orekit/estimation/measurements/modifiers/OnBoardAntennaTurnAroundRangeModifier.java
+++ b/src/main/java/org/orekit/estimation/measurements/modifiers/OnBoardAntennaTurnAroundRangeModifier.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/modifiers/OutlierFilter.java b/src/main/java/org/orekit/estimation/measurements/modifiers/OutlierFilter.java
index a3120d3a43..0c13b0e405 100644
--- a/src/main/java/org/orekit/estimation/measurements/modifiers/OutlierFilter.java
+++ b/src/main/java/org/orekit/estimation/measurements/modifiers/OutlierFilter.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/modifiers/PhaseAmbiguityModifier.java b/src/main/java/org/orekit/estimation/measurements/modifiers/PhaseAmbiguityModifier.java
index 79cef5aa84..7393afcf96 100644
--- a/src/main/java/org/orekit/estimation/measurements/modifiers/PhaseAmbiguityModifier.java
+++ b/src/main/java/org/orekit/estimation/measurements/modifiers/PhaseAmbiguityModifier.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/modifiers/RangeIonosphericDelayModifier.java b/src/main/java/org/orekit/estimation/measurements/modifiers/RangeIonosphericDelayModifier.java
index 200d66370a..86d5499ccd 100644
--- a/src/main/java/org/orekit/estimation/measurements/modifiers/RangeIonosphericDelayModifier.java
+++ b/src/main/java/org/orekit/estimation/measurements/modifiers/RangeIonosphericDelayModifier.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/modifiers/RangeRateIonosphericDelayModifier.java b/src/main/java/org/orekit/estimation/measurements/modifiers/RangeRateIonosphericDelayModifier.java
index df6416ef5c..4660fba74c 100644
--- a/src/main/java/org/orekit/estimation/measurements/modifiers/RangeRateIonosphericDelayModifier.java
+++ b/src/main/java/org/orekit/estimation/measurements/modifiers/RangeRateIonosphericDelayModifier.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/modifiers/RangeRateTroposphericDelayModifier.java b/src/main/java/org/orekit/estimation/measurements/modifiers/RangeRateTroposphericDelayModifier.java
index d4868ddb98..adef7fa7ec 100644
--- a/src/main/java/org/orekit/estimation/measurements/modifiers/RangeRateTroposphericDelayModifier.java
+++ b/src/main/java/org/orekit/estimation/measurements/modifiers/RangeRateTroposphericDelayModifier.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/modifiers/RangeTroposphericDelayModifier.java b/src/main/java/org/orekit/estimation/measurements/modifiers/RangeTroposphericDelayModifier.java
index 35e04f4387..81a11b83d9 100644
--- a/src/main/java/org/orekit/estimation/measurements/modifiers/RangeTroposphericDelayModifier.java
+++ b/src/main/java/org/orekit/estimation/measurements/modifiers/RangeTroposphericDelayModifier.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/modifiers/TurnAroundRangeIonosphericDelayModifier.java b/src/main/java/org/orekit/estimation/measurements/modifiers/TurnAroundRangeIonosphericDelayModifier.java
index ecb6e940f5..e295da84a6 100644
--- a/src/main/java/org/orekit/estimation/measurements/modifiers/TurnAroundRangeIonosphericDelayModifier.java
+++ b/src/main/java/org/orekit/estimation/measurements/modifiers/TurnAroundRangeIonosphericDelayModifier.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/modifiers/TurnAroundRangeTroposphericDelayModifier.java b/src/main/java/org/orekit/estimation/measurements/modifiers/TurnAroundRangeTroposphericDelayModifier.java
index 17689191f9..6b6b8f2be9 100644
--- a/src/main/java/org/orekit/estimation/measurements/modifiers/TurnAroundRangeTroposphericDelayModifier.java
+++ b/src/main/java/org/orekit/estimation/measurements/modifiers/TurnAroundRangeTroposphericDelayModifier.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/measurements/package-info.java b/src/main/java/org/orekit/estimation/measurements/package-info.java
index 5d66dbb0f8..91925d442d 100644
--- a/src/main/java/org/orekit/estimation/measurements/package-info.java
+++ b/src/main/java/org/orekit/estimation/measurements/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/package-info.java b/src/main/java/org/orekit/estimation/package-info.java
index d8dd928208..c8ffdf92b3 100644
--- a/src/main/java/org/orekit/estimation/package-info.java
+++ b/src/main/java/org/orekit/estimation/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/sequential/AbstractCovarianceMatrixProvider.java b/src/main/java/org/orekit/estimation/sequential/AbstractCovarianceMatrixProvider.java
index 5cc5afe3a5..007443b0b3 100644
--- a/src/main/java/org/orekit/estimation/sequential/AbstractCovarianceMatrixProvider.java
+++ b/src/main/java/org/orekit/estimation/sequential/AbstractCovarianceMatrixProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/sequential/ConstantProcessNoise.java b/src/main/java/org/orekit/estimation/sequential/ConstantProcessNoise.java
index 9538a06052..92a1d43dfb 100644
--- a/src/main/java/org/orekit/estimation/sequential/ConstantProcessNoise.java
+++ b/src/main/java/org/orekit/estimation/sequential/ConstantProcessNoise.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/sequential/CovarianceMatrixProvider.java b/src/main/java/org/orekit/estimation/sequential/CovarianceMatrixProvider.java
index 58c4697c82..1b8a449ab9 100644
--- a/src/main/java/org/orekit/estimation/sequential/CovarianceMatrixProvider.java
+++ b/src/main/java/org/orekit/estimation/sequential/CovarianceMatrixProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/sequential/KalmanEstimation.java b/src/main/java/org/orekit/estimation/sequential/KalmanEstimation.java
index 5902141f7c..56e31dfe27 100644
--- a/src/main/java/org/orekit/estimation/sequential/KalmanEstimation.java
+++ b/src/main/java/org/orekit/estimation/sequential/KalmanEstimation.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/sequential/KalmanEstimator.java b/src/main/java/org/orekit/estimation/sequential/KalmanEstimator.java
index 16143155d6..d201e0ed6f 100644
--- a/src/main/java/org/orekit/estimation/sequential/KalmanEstimator.java
+++ b/src/main/java/org/orekit/estimation/sequential/KalmanEstimator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/sequential/KalmanEstimatorBuilder.java b/src/main/java/org/orekit/estimation/sequential/KalmanEstimatorBuilder.java
index bdfad59bc3..fef334b821 100644
--- a/src/main/java/org/orekit/estimation/sequential/KalmanEstimatorBuilder.java
+++ b/src/main/java/org/orekit/estimation/sequential/KalmanEstimatorBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/sequential/KalmanObserver.java b/src/main/java/org/orekit/estimation/sequential/KalmanObserver.java
index 532f195d47..a13996e69d 100644
--- a/src/main/java/org/orekit/estimation/sequential/KalmanObserver.java
+++ b/src/main/java/org/orekit/estimation/sequential/KalmanObserver.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/sequential/MeasurementDecorator.java b/src/main/java/org/orekit/estimation/sequential/MeasurementDecorator.java
index e32412ea41..be9f0ae444 100644
--- a/src/main/java/org/orekit/estimation/sequential/MeasurementDecorator.java
+++ b/src/main/java/org/orekit/estimation/sequential/MeasurementDecorator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/sequential/Model.java b/src/main/java/org/orekit/estimation/sequential/Model.java
index 9200569384..c898d166c0 100644
--- a/src/main/java/org/orekit/estimation/sequential/Model.java
+++ b/src/main/java/org/orekit/estimation/sequential/Model.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/estimation/sequential/UnivariateProcessNoise.java b/src/main/java/org/orekit/estimation/sequential/UnivariateProcessNoise.java
index 1752c8d57f..43cb50f03d 100644
--- a/src/main/java/org/orekit/estimation/sequential/UnivariateProcessNoise.java
+++ b/src/main/java/org/orekit/estimation/sequential/UnivariateProcessNoise.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/files/ccsds/CCSDSFrame.java b/src/main/java/org/orekit/files/ccsds/CCSDSFrame.java
index 2e4397fe3d..06df243107 100644
--- a/src/main/java/org/orekit/files/ccsds/CCSDSFrame.java
+++ b/src/main/java/org/orekit/files/ccsds/CCSDSFrame.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/files/ccsds/CenterName.java b/src/main/java/org/orekit/files/ccsds/CenterName.java
index 21421a9fc2..ce2cd2dcac 100644
--- a/src/main/java/org/orekit/files/ccsds/CenterName.java
+++ b/src/main/java/org/orekit/files/ccsds/CenterName.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/files/ccsds/KeyValue.java b/src/main/java/org/orekit/files/ccsds/KeyValue.java
index 870919cf47..57cb7c5990 100644
--- a/src/main/java/org/orekit/files/ccsds/KeyValue.java
+++ b/src/main/java/org/orekit/files/ccsds/KeyValue.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/files/ccsds/Keyword.java b/src/main/java/org/orekit/files/ccsds/Keyword.java
index bfad897d91..ee7a2bfc03 100644
--- a/src/main/java/org/orekit/files/ccsds/Keyword.java
+++ b/src/main/java/org/orekit/files/ccsds/Keyword.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/files/ccsds/ODMFile.java b/src/main/java/org/orekit/files/ccsds/ODMFile.java
index 7fa0db9baa..ff5c3ad7c1 100644
--- a/src/main/java/org/orekit/files/ccsds/ODMFile.java
+++ b/src/main/java/org/orekit/files/ccsds/ODMFile.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/files/ccsds/ODMMetaData.java b/src/main/java/org/orekit/files/ccsds/ODMMetaData.java
index 29536cbac0..ec95c5f09e 100644
--- a/src/main/java/org/orekit/files/ccsds/ODMMetaData.java
+++ b/src/main/java/org/orekit/files/ccsds/ODMMetaData.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/files/ccsds/ODMParser.java b/src/main/java/org/orekit/files/ccsds/ODMParser.java
index 56f3cbb03f..f14f180f83 100644
--- a/src/main/java/org/orekit/files/ccsds/ODMParser.java
+++ b/src/main/java/org/orekit/files/ccsds/ODMParser.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/files/ccsds/OEMFile.java b/src/main/java/org/orekit/files/ccsds/OEMFile.java
index 5cffd63a89..30c584d438 100644
--- a/src/main/java/org/orekit/files/ccsds/OEMFile.java
+++ b/src/main/java/org/orekit/files/ccsds/OEMFile.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/files/ccsds/OEMParser.java b/src/main/java/org/orekit/files/ccsds/OEMParser.java
index 42df19d48b..9ac51ea109 100644
--- a/src/main/java/org/orekit/files/ccsds/OEMParser.java
+++ b/src/main/java/org/orekit/files/ccsds/OEMParser.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/files/ccsds/OGMFile.java b/src/main/java/org/orekit/files/ccsds/OGMFile.java
index b1999009e9..1915300940 100644
--- a/src/main/java/org/orekit/files/ccsds/OGMFile.java
+++ b/src/main/java/org/orekit/files/ccsds/OGMFile.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/files/ccsds/OMMFile.java b/src/main/java/org/orekit/files/ccsds/OMMFile.java
index 42fb05488f..052aba2353 100644
--- a/src/main/java/org/orekit/files/ccsds/OMMFile.java
+++ b/src/main/java/org/orekit/files/ccsds/OMMFile.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/files/ccsds/OMMParser.java b/src/main/java/org/orekit/files/ccsds/OMMParser.java
index 8ce3dec907..d3dd6fa5a1 100644
--- a/src/main/java/org/orekit/files/ccsds/OMMParser.java
+++ b/src/main/java/org/orekit/files/ccsds/OMMParser.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/files/ccsds/OPMFile.java b/src/main/java/org/orekit/files/ccsds/OPMFile.java
index 4b0237db78..1bed92892f 100644
--- a/src/main/java/org/orekit/files/ccsds/OPMFile.java
+++ b/src/main/java/org/orekit/files/ccsds/OPMFile.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/files/ccsds/OPMParser.java b/src/main/java/org/orekit/files/ccsds/OPMParser.java
index 430563abe5..24632228bb 100644
--- a/src/main/java/org/orekit/files/ccsds/OPMParser.java
+++ b/src/main/java/org/orekit/files/ccsds/OPMParser.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/files/ccsds/TDMFile.java b/src/main/java/org/orekit/files/ccsds/TDMFile.java
index f546b803ab..a00b28abaf 100644
--- a/src/main/java/org/orekit/files/ccsds/TDMFile.java
+++ b/src/main/java/org/orekit/files/ccsds/TDMFile.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/files/ccsds/TDMParser.java b/src/main/java/org/orekit/files/ccsds/TDMParser.java
index 237a3c456e..46fde797ab 100644
--- a/src/main/java/org/orekit/files/ccsds/TDMParser.java
+++ b/src/main/java/org/orekit/files/ccsds/TDMParser.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/files/ccsds/package-info.java b/src/main/java/org/orekit/files/ccsds/package-info.java
index 390bae07c0..98a6ed9638 100644
--- a/src/main/java/org/orekit/files/ccsds/package-info.java
+++ b/src/main/java/org/orekit/files/ccsds/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/files/general/package-info.java b/src/main/java/org/orekit/files/general/package-info.java
index 28bf17f684..d45c27ba1b 100644
--- a/src/main/java/org/orekit/files/general/package-info.java
+++ b/src/main/java/org/orekit/files/general/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/files/package-info.java b/src/main/java/org/orekit/files/package-info.java
index b7f8023213..770ded3402 100644
--- a/src/main/java/org/orekit/files/package-info.java
+++ b/src/main/java/org/orekit/files/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/files/sp3/package-info.java b/src/main/java/org/orekit/files/sp3/package-info.java
index 1c94ad8746..f19a518719 100644
--- a/src/main/java/org/orekit/files/sp3/package-info.java
+++ b/src/main/java/org/orekit/files/sp3/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/AbstractForceModel.java b/src/main/java/org/orekit/forces/AbstractForceModel.java
index e12171e59f..081cca3bc9 100644
--- a/src/main/java/org/orekit/forces/AbstractForceModel.java
+++ b/src/main/java/org/orekit/forces/AbstractForceModel.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/AbstractParametricAcceleration.java b/src/main/java/org/orekit/forces/AbstractParametricAcceleration.java
index 6ea77df859..d9152d11f8 100644
--- a/src/main/java/org/orekit/forces/AbstractParametricAcceleration.java
+++ b/src/main/java/org/orekit/forces/AbstractParametricAcceleration.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/BoxAndSolarArraySpacecraft.java b/src/main/java/org/orekit/forces/BoxAndSolarArraySpacecraft.java
index 8cc3ad8624..1f43683aef 100644
--- a/src/main/java/org/orekit/forces/BoxAndSolarArraySpacecraft.java
+++ b/src/main/java/org/orekit/forces/BoxAndSolarArraySpacecraft.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/ForceModel.java b/src/main/java/org/orekit/forces/ForceModel.java
index e056f2b54d..7a866dcfc2 100644
--- a/src/main/java/org/orekit/forces/ForceModel.java
+++ b/src/main/java/org/orekit/forces/ForceModel.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/HarmonicParametricAcceleration.java b/src/main/java/org/orekit/forces/HarmonicParametricAcceleration.java
index 811a162ca3..58624b60af 100644
--- a/src/main/java/org/orekit/forces/HarmonicParametricAcceleration.java
+++ b/src/main/java/org/orekit/forces/HarmonicParametricAcceleration.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/PolynomialParametricAcceleration.java b/src/main/java/org/orekit/forces/PolynomialParametricAcceleration.java
index b079dd8dfe..b8b6409a36 100644
--- a/src/main/java/org/orekit/forces/PolynomialParametricAcceleration.java
+++ b/src/main/java/org/orekit/forces/PolynomialParametricAcceleration.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/drag/DragForce.java b/src/main/java/org/orekit/forces/drag/DragForce.java
index 7e53949ca7..4eafdfc404 100644
--- a/src/main/java/org/orekit/forces/drag/DragForce.java
+++ b/src/main/java/org/orekit/forces/drag/DragForce.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/drag/DragSensitive.java b/src/main/java/org/orekit/forces/drag/DragSensitive.java
index 1db52f0901..ed3c3d0ac8 100644
--- a/src/main/java/org/orekit/forces/drag/DragSensitive.java
+++ b/src/main/java/org/orekit/forces/drag/DragSensitive.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/drag/IsotropicDrag.java b/src/main/java/org/orekit/forces/drag/IsotropicDrag.java
index f2158986c2..2fd87a90de 100644
--- a/src/main/java/org/orekit/forces/drag/IsotropicDrag.java
+++ b/src/main/java/org/orekit/forces/drag/IsotropicDrag.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/drag/atmosphere/Atmosphere.java b/src/main/java/org/orekit/forces/drag/atmosphere/Atmosphere.java
index f14bc25def..5d9f6fca21 100644
--- a/src/main/java/org/orekit/forces/drag/atmosphere/Atmosphere.java
+++ b/src/main/java/org/orekit/forces/drag/atmosphere/Atmosphere.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/drag/atmosphere/DTM2000.java b/src/main/java/org/orekit/forces/drag/atmosphere/DTM2000.java
index 86c4582fa7..fb5739e206 100644
--- a/src/main/java/org/orekit/forces/drag/atmosphere/DTM2000.java
+++ b/src/main/java/org/orekit/forces/drag/atmosphere/DTM2000.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/drag/atmosphere/DTM2000InputParameters.java b/src/main/java/org/orekit/forces/drag/atmosphere/DTM2000InputParameters.java
index 0f58c0f5dc..73c12fd419 100644
--- a/src/main/java/org/orekit/forces/drag/atmosphere/DTM2000InputParameters.java
+++ b/src/main/java/org/orekit/forces/drag/atmosphere/DTM2000InputParameters.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/drag/atmosphere/HarrisPriester.java b/src/main/java/org/orekit/forces/drag/atmosphere/HarrisPriester.java
index 257d1bf8d0..42d21e5ea9 100644
--- a/src/main/java/org/orekit/forces/drag/atmosphere/HarrisPriester.java
+++ b/src/main/java/org/orekit/forces/drag/atmosphere/HarrisPriester.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/drag/atmosphere/JB2008.java b/src/main/java/org/orekit/forces/drag/atmosphere/JB2008.java
index 18081dc2fc..81e92fa1ba 100644
--- a/src/main/java/org/orekit/forces/drag/atmosphere/JB2008.java
+++ b/src/main/java/org/orekit/forces/drag/atmosphere/JB2008.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/drag/atmosphere/JB2008InputParameters.java b/src/main/java/org/orekit/forces/drag/atmosphere/JB2008InputParameters.java
index 8546587301..5cd28bb996 100644
--- a/src/main/java/org/orekit/forces/drag/atmosphere/JB2008InputParameters.java
+++ b/src/main/java/org/orekit/forces/drag/atmosphere/JB2008InputParameters.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/drag/atmosphere/NRLMSISE00.java b/src/main/java/org/orekit/forces/drag/atmosphere/NRLMSISE00.java
index 3f41ea53a6..8b1725e796 100644
--- a/src/main/java/org/orekit/forces/drag/atmosphere/NRLMSISE00.java
+++ b/src/main/java/org/orekit/forces/drag/atmosphere/NRLMSISE00.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/drag/atmosphere/NRLMSISE00InputParameters.java b/src/main/java/org/orekit/forces/drag/atmosphere/NRLMSISE00InputParameters.java
index 7c01d1d6ee..bd0da50e22 100644
--- a/src/main/java/org/orekit/forces/drag/atmosphere/NRLMSISE00InputParameters.java
+++ b/src/main/java/org/orekit/forces/drag/atmosphere/NRLMSISE00InputParameters.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/drag/atmosphere/SimpleExponentialAtmosphere.java b/src/main/java/org/orekit/forces/drag/atmosphere/SimpleExponentialAtmosphere.java
index e81cb06762..c8281837a3 100644
--- a/src/main/java/org/orekit/forces/drag/atmosphere/SimpleExponentialAtmosphere.java
+++ b/src/main/java/org/orekit/forces/drag/atmosphere/SimpleExponentialAtmosphere.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/drag/atmosphere/data/MarshallSolarActivityFutureEstimation.java b/src/main/java/org/orekit/forces/drag/atmosphere/data/MarshallSolarActivityFutureEstimation.java
index f4626da612..2653d0adf6 100644
--- a/src/main/java/org/orekit/forces/drag/atmosphere/data/MarshallSolarActivityFutureEstimation.java
+++ b/src/main/java/org/orekit/forces/drag/atmosphere/data/MarshallSolarActivityFutureEstimation.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/drag/atmosphere/data/package-info.java b/src/main/java/org/orekit/forces/drag/atmosphere/data/package-info.java
index d6df8ae480..21c6e92c06 100644
--- a/src/main/java/org/orekit/forces/drag/atmosphere/data/package-info.java
+++ b/src/main/java/org/orekit/forces/drag/atmosphere/data/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/drag/atmosphere/package-info.java b/src/main/java/org/orekit/forces/drag/atmosphere/package-info.java
index 04568efa3c..9bbcd755e6 100644
--- a/src/main/java/org/orekit/forces/drag/atmosphere/package-info.java
+++ b/src/main/java/org/orekit/forces/drag/atmosphere/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/drag/package-info.java b/src/main/java/org/orekit/forces/drag/package-info.java
index c1a7d705a9..28ecef967a 100644
--- a/src/main/java/org/orekit/forces/drag/package-info.java
+++ b/src/main/java/org/orekit/forces/drag/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/HolmesFeatherstoneAttractionModel.java b/src/main/java/org/orekit/forces/gravity/HolmesFeatherstoneAttractionModel.java
index fca5e4f765..734c3c699c 100644
--- a/src/main/java/org/orekit/forces/gravity/HolmesFeatherstoneAttractionModel.java
+++ b/src/main/java/org/orekit/forces/gravity/HolmesFeatherstoneAttractionModel.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/OceanTides.java b/src/main/java/org/orekit/forces/gravity/OceanTides.java
index 8050383b3e..dbbaf3b231 100644
--- a/src/main/java/org/orekit/forces/gravity/OceanTides.java
+++ b/src/main/java/org/orekit/forces/gravity/OceanTides.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/OceanTidesField.java b/src/main/java/org/orekit/forces/gravity/OceanTidesField.java
index ecafcd210a..e8836476f7 100644
--- a/src/main/java/org/orekit/forces/gravity/OceanTidesField.java
+++ b/src/main/java/org/orekit/forces/gravity/OceanTidesField.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/SolidTides.java b/src/main/java/org/orekit/forces/gravity/SolidTides.java
index 5a87ac3551..b7b65c227f 100644
--- a/src/main/java/org/orekit/forces/gravity/SolidTides.java
+++ b/src/main/java/org/orekit/forces/gravity/SolidTides.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/SolidTidesField.java b/src/main/java/org/orekit/forces/gravity/SolidTidesField.java
index d5cb4c2305..4f31a83ecd 100644
--- a/src/main/java/org/orekit/forces/gravity/SolidTidesField.java
+++ b/src/main/java/org/orekit/forces/gravity/SolidTidesField.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/ThirdBodyAttraction.java b/src/main/java/org/orekit/forces/gravity/ThirdBodyAttraction.java
index a88bfacff9..5fa1856a45 100644
--- a/src/main/java/org/orekit/forces/gravity/ThirdBodyAttraction.java
+++ b/src/main/java/org/orekit/forces/gravity/ThirdBodyAttraction.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/package-info.java b/src/main/java/org/orekit/forces/gravity/package-info.java
index 11abb03f0e..b4a849161b 100644
--- a/src/main/java/org/orekit/forces/gravity/package-info.java
+++ b/src/main/java/org/orekit/forces/gravity/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/AstronomicalAmplitudeReader.java b/src/main/java/org/orekit/forces/gravity/potential/AstronomicalAmplitudeReader.java
index 31dcf846f7..101ede303a 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/AstronomicalAmplitudeReader.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/AstronomicalAmplitudeReader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/CachedNormalizedSphericalHarmonicsProvider.java b/src/main/java/org/orekit/forces/gravity/potential/CachedNormalizedSphericalHarmonicsProvider.java
index be725fb420..9c56b1146c 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/CachedNormalizedSphericalHarmonicsProvider.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/CachedNormalizedSphericalHarmonicsProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/ConstantSphericalHarmonics.java b/src/main/java/org/orekit/forces/gravity/potential/ConstantSphericalHarmonics.java
index 20ed39e642..87fb76b32d 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/ConstantSphericalHarmonics.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/ConstantSphericalHarmonics.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/EGMFormatReader.java b/src/main/java/org/orekit/forces/gravity/potential/EGMFormatReader.java
index 352f478508..ba48deba47 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/EGMFormatReader.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/EGMFormatReader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/FESCHatEpsilonReader.java b/src/main/java/org/orekit/forces/gravity/potential/FESCHatEpsilonReader.java
index 6a7e02fdef..e457ac41b7 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/FESCHatEpsilonReader.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/FESCHatEpsilonReader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/FESCnmSnmReader.java b/src/main/java/org/orekit/forces/gravity/potential/FESCnmSnmReader.java
index 65d8cd8a64..0cc1286fcf 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/FESCnmSnmReader.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/FESCnmSnmReader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/GRGSFormatReader.java b/src/main/java/org/orekit/forces/gravity/potential/GRGSFormatReader.java
index ddefd406f6..4fd4d519ac 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/GRGSFormatReader.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/GRGSFormatReader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/GravityFieldFactory.java b/src/main/java/org/orekit/forces/gravity/potential/GravityFieldFactory.java
index f973e1b3fc..6c6474dc7f 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/GravityFieldFactory.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/GravityFieldFactory.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/ICGEMFormatReader.java b/src/main/java/org/orekit/forces/gravity/potential/ICGEMFormatReader.java
index c2ea6ec4f1..b3e75c188c 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/ICGEMFormatReader.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/ICGEMFormatReader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/NormalizedSphericalHarmonicsProvider.java b/src/main/java/org/orekit/forces/gravity/potential/NormalizedSphericalHarmonicsProvider.java
index b82177f43c..e5a1907630 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/NormalizedSphericalHarmonicsProvider.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/NormalizedSphericalHarmonicsProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/Normalizer.java b/src/main/java/org/orekit/forces/gravity/potential/Normalizer.java
index 3d933fe52b..59f1dcf2d8 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/Normalizer.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/Normalizer.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/OceanLoadDeformationCoefficients.java b/src/main/java/org/orekit/forces/gravity/potential/OceanLoadDeformationCoefficients.java
index 6eef20ff09..4fbef76439 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/OceanLoadDeformationCoefficients.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/OceanLoadDeformationCoefficients.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/OceanTidesReader.java b/src/main/java/org/orekit/forces/gravity/potential/OceanTidesReader.java
index 21afde9079..c25ff2a772 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/OceanTidesReader.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/OceanTidesReader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/OceanTidesWave.java b/src/main/java/org/orekit/forces/gravity/potential/OceanTidesWave.java
index f6f0c8e8d6..39372d83fa 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/OceanTidesWave.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/OceanTidesWave.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/PotentialCoefficientsReader.java b/src/main/java/org/orekit/forces/gravity/potential/PotentialCoefficientsReader.java
index bbc52e6be2..2aebb9fcea 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/PotentialCoefficientsReader.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/PotentialCoefficientsReader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/PulsatingSphericalHarmonics.java b/src/main/java/org/orekit/forces/gravity/potential/PulsatingSphericalHarmonics.java
index 75b16d04ec..de84d3d251 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/PulsatingSphericalHarmonics.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/PulsatingSphericalHarmonics.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/RawSphericalHarmonicsProvider.java b/src/main/java/org/orekit/forces/gravity/potential/RawSphericalHarmonicsProvider.java
index 6c8ef8b736..85937bce40 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/RawSphericalHarmonicsProvider.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/RawSphericalHarmonicsProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/SHMFormatReader.java b/src/main/java/org/orekit/forces/gravity/potential/SHMFormatReader.java
index 1ef1c970e7..3939079864 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/SHMFormatReader.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/SHMFormatReader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/SecularTrendSphericalHarmonics.java b/src/main/java/org/orekit/forces/gravity/potential/SecularTrendSphericalHarmonics.java
index f4b6e96f85..65b72216eb 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/SecularTrendSphericalHarmonics.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/SecularTrendSphericalHarmonics.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/SphericalHarmonicsProvider.java b/src/main/java/org/orekit/forces/gravity/potential/SphericalHarmonicsProvider.java
index e76fdce94d..91bfcbc6a5 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/SphericalHarmonicsProvider.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/SphericalHarmonicsProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/TideSystem.java b/src/main/java/org/orekit/forces/gravity/potential/TideSystem.java
index 063e56e1ad..3b491ae385 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/TideSystem.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/TideSystem.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/TideSystemProvider.java b/src/main/java/org/orekit/forces/gravity/potential/TideSystemProvider.java
index fcb0cb026e..5186519364 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/TideSystemProvider.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/TideSystemProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/UnnormalizedSphericalHarmonicsProvider.java b/src/main/java/org/orekit/forces/gravity/potential/UnnormalizedSphericalHarmonicsProvider.java
index b94876c771..072895e524 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/UnnormalizedSphericalHarmonicsProvider.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/UnnormalizedSphericalHarmonicsProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/Unnormalizer.java b/src/main/java/org/orekit/forces/gravity/potential/Unnormalizer.java
index 436eaaba2d..f980969cd0 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/Unnormalizer.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/Unnormalizer.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/WrappingNormalizedProvider.java b/src/main/java/org/orekit/forces/gravity/potential/WrappingNormalizedProvider.java
index c18f737af3..cc8ff27db2 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/WrappingNormalizedProvider.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/WrappingNormalizedProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/WrappingUnnormalizedProvider.java b/src/main/java/org/orekit/forces/gravity/potential/WrappingUnnormalizedProvider.java
index 44f2a491d5..b0a65a9764 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/WrappingUnnormalizedProvider.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/WrappingUnnormalizedProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/gravity/potential/package-info.java b/src/main/java/org/orekit/forces/gravity/potential/package-info.java
index 79f11599ef..63d378963c 100644
--- a/src/main/java/org/orekit/forces/gravity/potential/package-info.java
+++ b/src/main/java/org/orekit/forces/gravity/potential/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/maneuvers/ConstantThrustManeuver.java b/src/main/java/org/orekit/forces/maneuvers/ConstantThrustManeuver.java
index 0c20e8e21c..5d313aeaf4 100644
--- a/src/main/java/org/orekit/forces/maneuvers/ConstantThrustManeuver.java
+++ b/src/main/java/org/orekit/forces/maneuvers/ConstantThrustManeuver.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/maneuvers/ImpulseManeuver.java b/src/main/java/org/orekit/forces/maneuvers/ImpulseManeuver.java
index 8d758a78c6..882e5279db 100644
--- a/src/main/java/org/orekit/forces/maneuvers/ImpulseManeuver.java
+++ b/src/main/java/org/orekit/forces/maneuvers/ImpulseManeuver.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/maneuvers/SmallManeuverAnalyticalModel.java b/src/main/java/org/orekit/forces/maneuvers/SmallManeuverAnalyticalModel.java
index 853e67709a..587a2cccac 100644
--- a/src/main/java/org/orekit/forces/maneuvers/SmallManeuverAnalyticalModel.java
+++ b/src/main/java/org/orekit/forces/maneuvers/SmallManeuverAnalyticalModel.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/maneuvers/package-info.java b/src/main/java/org/orekit/forces/maneuvers/package-info.java
index 556ea2dc24..bc2f9cc32c 100644
--- a/src/main/java/org/orekit/forces/maneuvers/package-info.java
+++ b/src/main/java/org/orekit/forces/maneuvers/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/package-info.java b/src/main/java/org/orekit/forces/package-info.java
index b9c7a0fa13..78bbe6b745 100644
--- a/src/main/java/org/orekit/forces/package-info.java
+++ b/src/main/java/org/orekit/forces/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/radiation/IsotropicRadiationCNES95Convention.java b/src/main/java/org/orekit/forces/radiation/IsotropicRadiationCNES95Convention.java
index 8c71d2cae6..6dca8b7a9c 100644
--- a/src/main/java/org/orekit/forces/radiation/IsotropicRadiationCNES95Convention.java
+++ b/src/main/java/org/orekit/forces/radiation/IsotropicRadiationCNES95Convention.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/radiation/IsotropicRadiationClassicalConvention.java b/src/main/java/org/orekit/forces/radiation/IsotropicRadiationClassicalConvention.java
index 255934bf78..28eb0eaaf3 100644
--- a/src/main/java/org/orekit/forces/radiation/IsotropicRadiationClassicalConvention.java
+++ b/src/main/java/org/orekit/forces/radiation/IsotropicRadiationClassicalConvention.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/radiation/IsotropicRadiationSingleCoefficient.java b/src/main/java/org/orekit/forces/radiation/IsotropicRadiationSingleCoefficient.java
index 07dda1913a..0c69e2c8bb 100644
--- a/src/main/java/org/orekit/forces/radiation/IsotropicRadiationSingleCoefficient.java
+++ b/src/main/java/org/orekit/forces/radiation/IsotropicRadiationSingleCoefficient.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/radiation/RadiationSensitive.java b/src/main/java/org/orekit/forces/radiation/RadiationSensitive.java
index 33cd3d76cf..615f9cbe4f 100644
--- a/src/main/java/org/orekit/forces/radiation/RadiationSensitive.java
+++ b/src/main/java/org/orekit/forces/radiation/RadiationSensitive.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/radiation/SolarRadiationPressure.java b/src/main/java/org/orekit/forces/radiation/SolarRadiationPressure.java
index 466481daf7..74ebce7f26 100644
--- a/src/main/java/org/orekit/forces/radiation/SolarRadiationPressure.java
+++ b/src/main/java/org/orekit/forces/radiation/SolarRadiationPressure.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/forces/radiation/package-info.java b/src/main/java/org/orekit/forces/radiation/package-info.java
index 4f1f77ed84..eddf8a1d20 100644
--- a/src/main/java/org/orekit/forces/radiation/package-info.java
+++ b/src/main/java/org/orekit/forces/radiation/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/BulletinAFilesLoader.java b/src/main/java/org/orekit/frames/BulletinAFilesLoader.java
index 88910d1bd2..7d3f250af9 100644
--- a/src/main/java/org/orekit/frames/BulletinAFilesLoader.java
+++ b/src/main/java/org/orekit/frames/BulletinAFilesLoader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/BulletinBFilesLoader.java b/src/main/java/org/orekit/frames/BulletinBFilesLoader.java
index edd59a5172..b8e5e74797 100644
--- a/src/main/java/org/orekit/frames/BulletinBFilesLoader.java
+++ b/src/main/java/org/orekit/frames/BulletinBFilesLoader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/CIRFProvider.java b/src/main/java/org/orekit/frames/CIRFProvider.java
index 144eb64814..3bb23bc500 100644
--- a/src/main/java/org/orekit/frames/CIRFProvider.java
+++ b/src/main/java/org/orekit/frames/CIRFProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/EME2000Provider.java b/src/main/java/org/orekit/frames/EME2000Provider.java
index e66e8b9b28..6297b4f565 100644
--- a/src/main/java/org/orekit/frames/EME2000Provider.java
+++ b/src/main/java/org/orekit/frames/EME2000Provider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/EOPBasedTransformProvider.java b/src/main/java/org/orekit/frames/EOPBasedTransformProvider.java
index 078c48fe8d..c2442cafb2 100644
--- a/src/main/java/org/orekit/frames/EOPBasedTransformProvider.java
+++ b/src/main/java/org/orekit/frames/EOPBasedTransformProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/EOPC04FilesLoader.java b/src/main/java/org/orekit/frames/EOPC04FilesLoader.java
index ba6bca26df..481d14fa69 100644
--- a/src/main/java/org/orekit/frames/EOPC04FilesLoader.java
+++ b/src/main/java/org/orekit/frames/EOPC04FilesLoader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/EOPEntry.java b/src/main/java/org/orekit/frames/EOPEntry.java
index 333a653c9e..d114e53921 100644
--- a/src/main/java/org/orekit/frames/EOPEntry.java
+++ b/src/main/java/org/orekit/frames/EOPEntry.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/EOPHistory.java b/src/main/java/org/orekit/frames/EOPHistory.java
index 55fb75997e..a6fbe23a42 100644
--- a/src/main/java/org/orekit/frames/EOPHistory.java
+++ b/src/main/java/org/orekit/frames/EOPHistory.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/EOPHistoryLoader.java b/src/main/java/org/orekit/frames/EOPHistoryLoader.java
index ce58ba1754..7593219637 100644
--- a/src/main/java/org/orekit/frames/EOPHistoryLoader.java
+++ b/src/main/java/org/orekit/frames/EOPHistoryLoader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/FactoryManagedFrame.java b/src/main/java/org/orekit/frames/FactoryManagedFrame.java
index 5d5eaca2f7..6670aade82 100644
--- a/src/main/java/org/orekit/frames/FactoryManagedFrame.java
+++ b/src/main/java/org/orekit/frames/FactoryManagedFrame.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/FieldPoleCorrection.java b/src/main/java/org/orekit/frames/FieldPoleCorrection.java
index 14cb1e176d..181802dba7 100644
--- a/src/main/java/org/orekit/frames/FieldPoleCorrection.java
+++ b/src/main/java/org/orekit/frames/FieldPoleCorrection.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/FieldTransform.java b/src/main/java/org/orekit/frames/FieldTransform.java
index 4f3f739b14..03e2de7eaa 100644
--- a/src/main/java/org/orekit/frames/FieldTransform.java
+++ b/src/main/java/org/orekit/frames/FieldTransform.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/FieldTransformGenerator.java b/src/main/java/org/orekit/frames/FieldTransformGenerator.java
index 988b0de1ed..75474b2028 100644
--- a/src/main/java/org/orekit/frames/FieldTransformGenerator.java
+++ b/src/main/java/org/orekit/frames/FieldTransformGenerator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/FixedTransformProvider.java b/src/main/java/org/orekit/frames/FixedTransformProvider.java
index e358521592..86cfa9bd88 100644
--- a/src/main/java/org/orekit/frames/FixedTransformProvider.java
+++ b/src/main/java/org/orekit/frames/FixedTransformProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/Frame.java b/src/main/java/org/orekit/frames/Frame.java
index 18e404a730..aca802e4de 100644
--- a/src/main/java/org/orekit/frames/Frame.java
+++ b/src/main/java/org/orekit/frames/Frame.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/FramesFactory.java b/src/main/java/org/orekit/frames/FramesFactory.java
index f0da312558..4382b40a2d 100644
--- a/src/main/java/org/orekit/frames/FramesFactory.java
+++ b/src/main/java/org/orekit/frames/FramesFactory.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/GTODProvider.java b/src/main/java/org/orekit/frames/GTODProvider.java
index aa4f5ca022..d39f87de87 100644
--- a/src/main/java/org/orekit/frames/GTODProvider.java
+++ b/src/main/java/org/orekit/frames/GTODProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/HelmertTransformation.java b/src/main/java/org/orekit/frames/HelmertTransformation.java
index 4d20ff85a5..ac01af1f96 100644
--- a/src/main/java/org/orekit/frames/HelmertTransformation.java
+++ b/src/main/java/org/orekit/frames/HelmertTransformation.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/ITRFProvider.java b/src/main/java/org/orekit/frames/ITRFProvider.java
index 173efc2e64..10b0158282 100644
--- a/src/main/java/org/orekit/frames/ITRFProvider.java
+++ b/src/main/java/org/orekit/frames/ITRFProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/ITRFVersion.java b/src/main/java/org/orekit/frames/ITRFVersion.java
index d7d1649fb1..a5262e8c0b 100644
--- a/src/main/java/org/orekit/frames/ITRFVersion.java
+++ b/src/main/java/org/orekit/frames/ITRFVersion.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/ITRFVersionLoader.java b/src/main/java/org/orekit/frames/ITRFVersionLoader.java
index 9121048d3a..e816a3cf55 100644
--- a/src/main/java/org/orekit/frames/ITRFVersionLoader.java
+++ b/src/main/java/org/orekit/frames/ITRFVersionLoader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/InterpolatingTransformProvider.java b/src/main/java/org/orekit/frames/InterpolatingTransformProvider.java
index 233b61fa93..e839e5695c 100644
--- a/src/main/java/org/orekit/frames/InterpolatingTransformProvider.java
+++ b/src/main/java/org/orekit/frames/InterpolatingTransformProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/L1Frame.java b/src/main/java/org/orekit/frames/L1Frame.java
index c487af2fd8..c0ba7f845a 100644
--- a/src/main/java/org/orekit/frames/L1Frame.java
+++ b/src/main/java/org/orekit/frames/L1Frame.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/L1TransformProvider.java b/src/main/java/org/orekit/frames/L1TransformProvider.java
index fee04ef2ae..10d2bb9e7e 100644
--- a/src/main/java/org/orekit/frames/L1TransformProvider.java
+++ b/src/main/java/org/orekit/frames/L1TransformProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/L2Frame.java b/src/main/java/org/orekit/frames/L2Frame.java
index 01b3386330..33d879f3a6 100644
--- a/src/main/java/org/orekit/frames/L2Frame.java
+++ b/src/main/java/org/orekit/frames/L2Frame.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/L2TransformProvider.java b/src/main/java/org/orekit/frames/L2TransformProvider.java
index 13a7b922c8..d2c805c405 100644
--- a/src/main/java/org/orekit/frames/L2TransformProvider.java
+++ b/src/main/java/org/orekit/frames/L2TransformProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/LOFType.java b/src/main/java/org/orekit/frames/LOFType.java
index 78c6264346..9779bd752c 100644
--- a/src/main/java/org/orekit/frames/LOFType.java
+++ b/src/main/java/org/orekit/frames/LOFType.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/LocalOrbitalFrame.java b/src/main/java/org/orekit/frames/LocalOrbitalFrame.java
index 743150a323..bf46d57ca3 100644
--- a/src/main/java/org/orekit/frames/LocalOrbitalFrame.java
+++ b/src/main/java/org/orekit/frames/LocalOrbitalFrame.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/MODProvider.java b/src/main/java/org/orekit/frames/MODProvider.java
index f7cc9ece8f..3e8ff63efe 100644
--- a/src/main/java/org/orekit/frames/MODProvider.java
+++ b/src/main/java/org/orekit/frames/MODProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/OrphanFrame.java b/src/main/java/org/orekit/frames/OrphanFrame.java
index 1f004b45e3..a5d3078e1d 100644
--- a/src/main/java/org/orekit/frames/OrphanFrame.java
+++ b/src/main/java/org/orekit/frames/OrphanFrame.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/PoleCorrection.java b/src/main/java/org/orekit/frames/PoleCorrection.java
index a4c9f4e0c7..012fed48d1 100644
--- a/src/main/java/org/orekit/frames/PoleCorrection.java
+++ b/src/main/java/org/orekit/frames/PoleCorrection.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/Predefined.java b/src/main/java/org/orekit/frames/Predefined.java
index 90743a1dd3..0acd822eed 100644
--- a/src/main/java/org/orekit/frames/Predefined.java
+++ b/src/main/java/org/orekit/frames/Predefined.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/RapidDataAndPredictionColumnsLoader.java b/src/main/java/org/orekit/frames/RapidDataAndPredictionColumnsLoader.java
index ac80a495dd..fec515f471 100644
--- a/src/main/java/org/orekit/frames/RapidDataAndPredictionColumnsLoader.java
+++ b/src/main/java/org/orekit/frames/RapidDataAndPredictionColumnsLoader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/RapidDataAndPredictionXMLLoader.java b/src/main/java/org/orekit/frames/RapidDataAndPredictionXMLLoader.java
index a1cba5bd14..579e82b471 100644
--- a/src/main/java/org/orekit/frames/RapidDataAndPredictionXMLLoader.java
+++ b/src/main/java/org/orekit/frames/RapidDataAndPredictionXMLLoader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/ShiftingTransformProvider.java b/src/main/java/org/orekit/frames/ShiftingTransformProvider.java
index b226ec9816..7d7b118193 100644
--- a/src/main/java/org/orekit/frames/ShiftingTransformProvider.java
+++ b/src/main/java/org/orekit/frames/ShiftingTransformProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/TEMEProvider.java b/src/main/java/org/orekit/frames/TEMEProvider.java
index 25339b6d1c..5a4d9adcfb 100644
--- a/src/main/java/org/orekit/frames/TEMEProvider.java
+++ b/src/main/java/org/orekit/frames/TEMEProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/TIRFProvider.java b/src/main/java/org/orekit/frames/TIRFProvider.java
index 34547c23ca..1bf331e7f6 100644
--- a/src/main/java/org/orekit/frames/TIRFProvider.java
+++ b/src/main/java/org/orekit/frames/TIRFProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/TODProvider.java b/src/main/java/org/orekit/frames/TODProvider.java
index b04a98932c..23a2510d5c 100644
--- a/src/main/java/org/orekit/frames/TODProvider.java
+++ b/src/main/java/org/orekit/frames/TODProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/TopocentricFrame.java b/src/main/java/org/orekit/frames/TopocentricFrame.java
index 3f5f7f20cf..761855b951 100644
--- a/src/main/java/org/orekit/frames/TopocentricFrame.java
+++ b/src/main/java/org/orekit/frames/TopocentricFrame.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/Transform.java b/src/main/java/org/orekit/frames/Transform.java
index 35791d3540..8c94958396 100644
--- a/src/main/java/org/orekit/frames/Transform.java
+++ b/src/main/java/org/orekit/frames/Transform.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/TransformGenerator.java b/src/main/java/org/orekit/frames/TransformGenerator.java
index a0f591d1ac..25fd7b17c9 100644
--- a/src/main/java/org/orekit/frames/TransformGenerator.java
+++ b/src/main/java/org/orekit/frames/TransformGenerator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/TransformProvider.java b/src/main/java/org/orekit/frames/TransformProvider.java
index bae87b2334..006a072010 100644
--- a/src/main/java/org/orekit/frames/TransformProvider.java
+++ b/src/main/java/org/orekit/frames/TransformProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/TransformProviderUtils.java b/src/main/java/org/orekit/frames/TransformProviderUtils.java
index c3d5b26aee..de8421fcbc 100644
--- a/src/main/java/org/orekit/frames/TransformProviderUtils.java
+++ b/src/main/java/org/orekit/frames/TransformProviderUtils.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/UpdatableFrame.java b/src/main/java/org/orekit/frames/UpdatableFrame.java
index 3fac534d78..293293f987 100644
--- a/src/main/java/org/orekit/frames/UpdatableFrame.java
+++ b/src/main/java/org/orekit/frames/UpdatableFrame.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/VEISProvider.java b/src/main/java/org/orekit/frames/VEISProvider.java
index 250963b9b9..972533b173 100644
--- a/src/main/java/org/orekit/frames/VEISProvider.java
+++ b/src/main/java/org/orekit/frames/VEISProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/VersionedITRF.java b/src/main/java/org/orekit/frames/VersionedITRF.java
index 55881ea04e..5ccdcd72cf 100644
--- a/src/main/java/org/orekit/frames/VersionedITRF.java
+++ b/src/main/java/org/orekit/frames/VersionedITRF.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/VersionedITRFProvider.java b/src/main/java/org/orekit/frames/VersionedITRFProvider.java
index af47ab712e..2418b2c633 100644
--- a/src/main/java/org/orekit/frames/VersionedITRFProvider.java
+++ b/src/main/java/org/orekit/frames/VersionedITRFProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/frames/package-info.java b/src/main/java/org/orekit/frames/package-info.java
index ce0c2d83f8..bf30cd4961 100644
--- a/src/main/java/org/orekit/frames/package-info.java
+++ b/src/main/java/org/orekit/frames/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/DOP.java b/src/main/java/org/orekit/gnss/DOP.java
index ba48f8ca88..8a0959fe70 100644
--- a/src/main/java/org/orekit/gnss/DOP.java
+++ b/src/main/java/org/orekit/gnss/DOP.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/DOPComputer.java b/src/main/java/org/orekit/gnss/DOPComputer.java
index 7d2b708642..5b1083850d 100644
--- a/src/main/java/org/orekit/gnss/DOPComputer.java
+++ b/src/main/java/org/orekit/gnss/DOPComputer.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/Frequency.java b/src/main/java/org/orekit/gnss/Frequency.java
index 02234a4c8e..0e015371c4 100644
--- a/src/main/java/org/orekit/gnss/Frequency.java
+++ b/src/main/java/org/orekit/gnss/Frequency.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/GPSAlmanac.java b/src/main/java/org/orekit/gnss/GPSAlmanac.java
index fe6777ea14..b9b17f7995 100644
--- a/src/main/java/org/orekit/gnss/GPSAlmanac.java
+++ b/src/main/java/org/orekit/gnss/GPSAlmanac.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/MeasurementType.java b/src/main/java/org/orekit/gnss/MeasurementType.java
index 9dd8b56025..8cd0f4a22f 100644
--- a/src/main/java/org/orekit/gnss/MeasurementType.java
+++ b/src/main/java/org/orekit/gnss/MeasurementType.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/ObservationData.java b/src/main/java/org/orekit/gnss/ObservationData.java
index 1deac58ddc..79b849ad43 100644
--- a/src/main/java/org/orekit/gnss/ObservationData.java
+++ b/src/main/java/org/orekit/gnss/ObservationData.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/ObservationDataSet.java b/src/main/java/org/orekit/gnss/ObservationDataSet.java
index 640cb65c12..cd72a99739 100644
--- a/src/main/java/org/orekit/gnss/ObservationDataSet.java
+++ b/src/main/java/org/orekit/gnss/ObservationDataSet.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/ObservationType.java b/src/main/java/org/orekit/gnss/ObservationType.java
index f7631f8f24..7d6fb036e6 100644
--- a/src/main/java/org/orekit/gnss/ObservationType.java
+++ b/src/main/java/org/orekit/gnss/ObservationType.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/RinexHeader.java b/src/main/java/org/orekit/gnss/RinexHeader.java
index fc423d8775..099fc52a20 100644
--- a/src/main/java/org/orekit/gnss/RinexHeader.java
+++ b/src/main/java/org/orekit/gnss/RinexHeader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/RinexLoader.java b/src/main/java/org/orekit/gnss/RinexLoader.java
index 29e59b33a3..edb84b064f 100644
--- a/src/main/java/org/orekit/gnss/RinexLoader.java
+++ b/src/main/java/org/orekit/gnss/RinexLoader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/SEMParser.java b/src/main/java/org/orekit/gnss/SEMParser.java
index ebc6df99e8..7ec930ba84 100644
--- a/src/main/java/org/orekit/gnss/SEMParser.java
+++ b/src/main/java/org/orekit/gnss/SEMParser.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/SatelliteSystem.java b/src/main/java/org/orekit/gnss/SatelliteSystem.java
index 6ac6213e62..ee1c20c3d3 100644
--- a/src/main/java/org/orekit/gnss/SatelliteSystem.java
+++ b/src/main/java/org/orekit/gnss/SatelliteSystem.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/YUMAParser.java b/src/main/java/org/orekit/gnss/YUMAParser.java
index cc24b52b7e..f6305150cf 100644
--- a/src/main/java/org/orekit/gnss/YUMAParser.java
+++ b/src/main/java/org/orekit/gnss/YUMAParser.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/antenna/Antenna.java b/src/main/java/org/orekit/gnss/antenna/Antenna.java
index 76ab165c71..bd3e529a1e 100644
--- a/src/main/java/org/orekit/gnss/antenna/Antenna.java
+++ b/src/main/java/org/orekit/gnss/antenna/Antenna.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/antenna/AntexLoader.java b/src/main/java/org/orekit/gnss/antenna/AntexLoader.java
index 60c5f1bfee..03b6b0fafc 100644
--- a/src/main/java/org/orekit/gnss/antenna/AntexLoader.java
+++ b/src/main/java/org/orekit/gnss/antenna/AntexLoader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/antenna/FrequencyPattern.java b/src/main/java/org/orekit/gnss/antenna/FrequencyPattern.java
index 1652e66aab..2e65a7cafd 100644
--- a/src/main/java/org/orekit/gnss/antenna/FrequencyPattern.java
+++ b/src/main/java/org/orekit/gnss/antenna/FrequencyPattern.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/antenna/OneDVariation.java b/src/main/java/org/orekit/gnss/antenna/OneDVariation.java
index 2780886587..e9fde41371 100644
--- a/src/main/java/org/orekit/gnss/antenna/OneDVariation.java
+++ b/src/main/java/org/orekit/gnss/antenna/OneDVariation.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/antenna/PhaseCenterVariationFunction.java b/src/main/java/org/orekit/gnss/antenna/PhaseCenterVariationFunction.java
index a7dcaa1383..b991e59235 100644
--- a/src/main/java/org/orekit/gnss/antenna/PhaseCenterVariationFunction.java
+++ b/src/main/java/org/orekit/gnss/antenna/PhaseCenterVariationFunction.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/antenna/ReceiverAntenna.java b/src/main/java/org/orekit/gnss/antenna/ReceiverAntenna.java
index 13a5aa600d..4a7556b798 100644
--- a/src/main/java/org/orekit/gnss/antenna/ReceiverAntenna.java
+++ b/src/main/java/org/orekit/gnss/antenna/ReceiverAntenna.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/antenna/SatelliteAntenna.java b/src/main/java/org/orekit/gnss/antenna/SatelliteAntenna.java
index 16d351ab79..dd6fafadd0 100644
--- a/src/main/java/org/orekit/gnss/antenna/SatelliteAntenna.java
+++ b/src/main/java/org/orekit/gnss/antenna/SatelliteAntenna.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/antenna/SatelliteAntennaCode.java b/src/main/java/org/orekit/gnss/antenna/SatelliteAntennaCode.java
index 9e99d1e510..c6355842fc 100644
--- a/src/main/java/org/orekit/gnss/antenna/SatelliteAntennaCode.java
+++ b/src/main/java/org/orekit/gnss/antenna/SatelliteAntennaCode.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/antenna/SatelliteType.java b/src/main/java/org/orekit/gnss/antenna/SatelliteType.java
index 0199a624d2..8bd5ea18c2 100644
--- a/src/main/java/org/orekit/gnss/antenna/SatelliteType.java
+++ b/src/main/java/org/orekit/gnss/antenna/SatelliteType.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/antenna/TwoDVariation.java b/src/main/java/org/orekit/gnss/antenna/TwoDVariation.java
index 7d7b2ce3fd..709928fe48 100644
--- a/src/main/java/org/orekit/gnss/antenna/TwoDVariation.java
+++ b/src/main/java/org/orekit/gnss/antenna/TwoDVariation.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/antenna/package-info.java b/src/main/java/org/orekit/gnss/antenna/package-info.java
index 457a33ec54..3a3a8bf113 100644
--- a/src/main/java/org/orekit/gnss/antenna/package-info.java
+++ b/src/main/java/org/orekit/gnss/antenna/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/attitude/AbstractGNSSAttitudeProvider.java b/src/main/java/org/orekit/gnss/attitude/AbstractGNSSAttitudeProvider.java
index b96deaa095..b2c9864d73 100644
--- a/src/main/java/org/orekit/gnss/attitude/AbstractGNSSAttitudeProvider.java
+++ b/src/main/java/org/orekit/gnss/attitude/AbstractGNSSAttitudeProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/attitude/BeidouGeo.java b/src/main/java/org/orekit/gnss/attitude/BeidouGeo.java
index 82dea467af..3808d8961b 100644
--- a/src/main/java/org/orekit/gnss/attitude/BeidouGeo.java
+++ b/src/main/java/org/orekit/gnss/attitude/BeidouGeo.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/attitude/BeidouIGSO.java b/src/main/java/org/orekit/gnss/attitude/BeidouIGSO.java
index f4e5798b93..33e9182778 100644
--- a/src/main/java/org/orekit/gnss/attitude/BeidouIGSO.java
+++ b/src/main/java/org/orekit/gnss/attitude/BeidouIGSO.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/attitude/BeidouMeo.java b/src/main/java/org/orekit/gnss/attitude/BeidouMeo.java
index b46d89e20b..59d72a173b 100644
--- a/src/main/java/org/orekit/gnss/attitude/BeidouMeo.java
+++ b/src/main/java/org/orekit/gnss/attitude/BeidouMeo.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/attitude/FieldTurnSpan.java b/src/main/java/org/orekit/gnss/attitude/FieldTurnSpan.java
index 50251e5600..8b29972074 100644
--- a/src/main/java/org/orekit/gnss/attitude/FieldTurnSpan.java
+++ b/src/main/java/org/orekit/gnss/attitude/FieldTurnSpan.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/attitude/GNSSAttitudeContext.java b/src/main/java/org/orekit/gnss/attitude/GNSSAttitudeContext.java
index add92752c5..f5046d9035 100644
--- a/src/main/java/org/orekit/gnss/attitude/GNSSAttitudeContext.java
+++ b/src/main/java/org/orekit/gnss/attitude/GNSSAttitudeContext.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/attitude/GNSSAttitudeProvider.java b/src/main/java/org/orekit/gnss/attitude/GNSSAttitudeProvider.java
index 23993f660c..1462737935 100644
--- a/src/main/java/org/orekit/gnss/attitude/GNSSAttitudeProvider.java
+++ b/src/main/java/org/orekit/gnss/attitude/GNSSAttitudeProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/attitude/GNSSFieldAttitudeContext.java b/src/main/java/org/orekit/gnss/attitude/GNSSFieldAttitudeContext.java
index 0f23825734..d90837a42d 100644
--- a/src/main/java/org/orekit/gnss/attitude/GNSSFieldAttitudeContext.java
+++ b/src/main/java/org/orekit/gnss/attitude/GNSSFieldAttitudeContext.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/attitude/GPSBlockIIA.java b/src/main/java/org/orekit/gnss/attitude/GPSBlockIIA.java
index 74d72060b0..e491faa963 100644
--- a/src/main/java/org/orekit/gnss/attitude/GPSBlockIIA.java
+++ b/src/main/java/org/orekit/gnss/attitude/GPSBlockIIA.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/attitude/GPSBlockIIF.java b/src/main/java/org/orekit/gnss/attitude/GPSBlockIIF.java
index 7838b7fe16..0b381f4ddd 100644
--- a/src/main/java/org/orekit/gnss/attitude/GPSBlockIIF.java
+++ b/src/main/java/org/orekit/gnss/attitude/GPSBlockIIF.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/attitude/GPSBlockIIR.java b/src/main/java/org/orekit/gnss/attitude/GPSBlockIIR.java
index 1548ccab28..f29188150b 100644
--- a/src/main/java/org/orekit/gnss/attitude/GPSBlockIIR.java
+++ b/src/main/java/org/orekit/gnss/attitude/GPSBlockIIR.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/attitude/Galileo.java b/src/main/java/org/orekit/gnss/attitude/Galileo.java
index 64f5abc1fa..7bc304d9c4 100644
--- a/src/main/java/org/orekit/gnss/attitude/Galileo.java
+++ b/src/main/java/org/orekit/gnss/attitude/Galileo.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/attitude/GenericGNSS.java b/src/main/java/org/orekit/gnss/attitude/GenericGNSS.java
index d9d193f57e..9768bf83bc 100644
--- a/src/main/java/org/orekit/gnss/attitude/GenericGNSS.java
+++ b/src/main/java/org/orekit/gnss/attitude/GenericGNSS.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/attitude/Glonass.java b/src/main/java/org/orekit/gnss/attitude/Glonass.java
index ab70c72abf..8b761c1aea 100644
--- a/src/main/java/org/orekit/gnss/attitude/Glonass.java
+++ b/src/main/java/org/orekit/gnss/attitude/Glonass.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/attitude/TurnSpan.java b/src/main/java/org/orekit/gnss/attitude/TurnSpan.java
index 995c4b7d0f..5cccdcef89 100644
--- a/src/main/java/org/orekit/gnss/attitude/TurnSpan.java
+++ b/src/main/java/org/orekit/gnss/attitude/TurnSpan.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/attitude/package-info.java b/src/main/java/org/orekit/gnss/attitude/package-info.java
index 5e24bc49f6..6a10a219c7 100644
--- a/src/main/java/org/orekit/gnss/attitude/package-info.java
+++ b/src/main/java/org/orekit/gnss/attitude/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/gnss/package-info.java b/src/main/java/org/orekit/gnss/package-info.java
index 2dbf35d035..a01ca1e8ac 100644
--- a/src/main/java/org/orekit/gnss/package-info.java
+++ b/src/main/java/org/orekit/gnss/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/models/earth/IonosphericModel.java b/src/main/java/org/orekit/models/earth/IonosphericModel.java
index a893648c1a..ea8461fa19 100644
--- a/src/main/java/org/orekit/models/earth/IonosphericModel.java
+++ b/src/main/java/org/orekit/models/earth/IonosphericModel.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/models/earth/KlobucharIonoCoefficientsLoader.java b/src/main/java/org/orekit/models/earth/KlobucharIonoCoefficientsLoader.java
index 0fb49bfe03..c1b3ede97b 100644
--- a/src/main/java/org/orekit/models/earth/KlobucharIonoCoefficientsLoader.java
+++ b/src/main/java/org/orekit/models/earth/KlobucharIonoCoefficientsLoader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/models/earth/KlobucharIonoModel.java b/src/main/java/org/orekit/models/earth/KlobucharIonoModel.java
index 117b6329b4..f7eab06a3e 100644
--- a/src/main/java/org/orekit/models/earth/KlobucharIonoModel.java
+++ b/src/main/java/org/orekit/models/earth/KlobucharIonoModel.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/models/earth/displacement/OceanLoading.java b/src/main/java/org/orekit/models/earth/displacement/OceanLoading.java
index dfa63feba0..5aaf19973c 100644
--- a/src/main/java/org/orekit/models/earth/displacement/OceanLoading.java
+++ b/src/main/java/org/orekit/models/earth/displacement/OceanLoading.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/models/earth/displacement/OceanLoadingCoefficients.java b/src/main/java/org/orekit/models/earth/displacement/OceanLoadingCoefficients.java
index 1d36a94a25..529a3f0b6b 100644
--- a/src/main/java/org/orekit/models/earth/displacement/OceanLoadingCoefficients.java
+++ b/src/main/java/org/orekit/models/earth/displacement/OceanLoadingCoefficients.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/models/earth/displacement/OceanLoadingCoefficientsBLQFactory.java b/src/main/java/org/orekit/models/earth/displacement/OceanLoadingCoefficientsBLQFactory.java
index 7cf6b1c1e4..7464c16651 100644
--- a/src/main/java/org/orekit/models/earth/displacement/OceanLoadingCoefficientsBLQFactory.java
+++ b/src/main/java/org/orekit/models/earth/displacement/OceanLoadingCoefficientsBLQFactory.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/models/earth/displacement/StationDisplacement.java b/src/main/java/org/orekit/models/earth/displacement/StationDisplacement.java
index 67cb1b7e61..ef5d01c894 100644
--- a/src/main/java/org/orekit/models/earth/displacement/StationDisplacement.java
+++ b/src/main/java/org/orekit/models/earth/displacement/StationDisplacement.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/models/earth/displacement/TidalDisplacement.java b/src/main/java/org/orekit/models/earth/displacement/TidalDisplacement.java
index 86b17b826c..3b6541369e 100644
--- a/src/main/java/org/orekit/models/earth/displacement/TidalDisplacement.java
+++ b/src/main/java/org/orekit/models/earth/displacement/TidalDisplacement.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/models/earth/displacement/Tide.java b/src/main/java/org/orekit/models/earth/displacement/Tide.java
index f07ee04cc1..6dcccfed5c 100644
--- a/src/main/java/org/orekit/models/earth/displacement/Tide.java
+++ b/src/main/java/org/orekit/models/earth/displacement/Tide.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/models/earth/displacement/package-info.java b/src/main/java/org/orekit/models/earth/displacement/package-info.java
index 109081c403..32a99820ed 100644
--- a/src/main/java/org/orekit/models/earth/displacement/package-info.java
+++ b/src/main/java/org/orekit/models/earth/displacement/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/models/earth/package-info.java b/src/main/java/org/orekit/models/earth/package-info.java
index 5aae7cf816..21dc0c78d2 100644
--- a/src/main/java/org/orekit/models/earth/package-info.java
+++ b/src/main/java/org/orekit/models/earth/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/models/earth/tessellation/AlongTrackAiming.java b/src/main/java/org/orekit/models/earth/tessellation/AlongTrackAiming.java
index 9e689099ec..0731fe1749 100644
--- a/src/main/java/org/orekit/models/earth/tessellation/AlongTrackAiming.java
+++ b/src/main/java/org/orekit/models/earth/tessellation/AlongTrackAiming.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/models/earth/tessellation/ConstantAzimuthAiming.java b/src/main/java/org/orekit/models/earth/tessellation/ConstantAzimuthAiming.java
index 7db9575c02..7ea438889d 100644
--- a/src/main/java/org/orekit/models/earth/tessellation/ConstantAzimuthAiming.java
+++ b/src/main/java/org/orekit/models/earth/tessellation/ConstantAzimuthAiming.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/models/earth/tessellation/Direction.java b/src/main/java/org/orekit/models/earth/tessellation/Direction.java
index 0540a5ac78..8a0ca9d720 100644
--- a/src/main/java/org/orekit/models/earth/tessellation/Direction.java
+++ b/src/main/java/org/orekit/models/earth/tessellation/Direction.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/models/earth/tessellation/EllipsoidTessellator.java b/src/main/java/org/orekit/models/earth/tessellation/EllipsoidTessellator.java
index a418572925..cdc56035e9 100644
--- a/src/main/java/org/orekit/models/earth/tessellation/EllipsoidTessellator.java
+++ b/src/main/java/org/orekit/models/earth/tessellation/EllipsoidTessellator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/models/earth/tessellation/HalfTrackSampler.java b/src/main/java/org/orekit/models/earth/tessellation/HalfTrackSampler.java
index 673bae758c..7755cd8b78 100644
--- a/src/main/java/org/orekit/models/earth/tessellation/HalfTrackSampler.java
+++ b/src/main/java/org/orekit/models/earth/tessellation/HalfTrackSampler.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/models/earth/tessellation/HalfTrackSpanHandler.java b/src/main/java/org/orekit/models/earth/tessellation/HalfTrackSpanHandler.java
index e3d9823119..5f7cf2434a 100644
--- a/src/main/java/org/orekit/models/earth/tessellation/HalfTrackSpanHandler.java
+++ b/src/main/java/org/orekit/models/earth/tessellation/HalfTrackSpanHandler.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/models/earth/tessellation/InsidePointFinder.java b/src/main/java/org/orekit/models/earth/tessellation/InsidePointFinder.java
index 73ef0a0871..f63f814c69 100644
--- a/src/main/java/org/orekit/models/earth/tessellation/InsidePointFinder.java
+++ b/src/main/java/org/orekit/models/earth/tessellation/InsidePointFinder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/models/earth/tessellation/Mesh.java b/src/main/java/org/orekit/models/earth/tessellation/Mesh.java
index 43f1b756fa..98dc396cf2 100644
--- a/src/main/java/org/orekit/models/earth/tessellation/Mesh.java
+++ b/src/main/java/org/orekit/models/earth/tessellation/Mesh.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/models/earth/tessellation/Tile.java b/src/main/java/org/orekit/models/earth/tessellation/Tile.java
index d337388765..592a3d3061 100644
--- a/src/main/java/org/orekit/models/earth/tessellation/Tile.java
+++ b/src/main/java/org/orekit/models/earth/tessellation/Tile.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/models/earth/tessellation/TileAiming.java b/src/main/java/org/orekit/models/earth/tessellation/TileAiming.java
index eb5929b5d2..6e0afbdcac 100644
--- a/src/main/java/org/orekit/models/earth/tessellation/TileAiming.java
+++ b/src/main/java/org/orekit/models/earth/tessellation/TileAiming.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/models/earth/tessellation/package-info.java b/src/main/java/org/orekit/models/earth/tessellation/package-info.java
index ff59d899b8..e630b08a77 100644
--- a/src/main/java/org/orekit/models/earth/tessellation/package-info.java
+++ b/src/main/java/org/orekit/models/earth/tessellation/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/models/package-info.java b/src/main/java/org/orekit/models/package-info.java
index 83126d920c..b263ecc78e 100644
--- a/src/main/java/org/orekit/models/package-info.java
+++ b/src/main/java/org/orekit/models/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/orbits/CartesianOrbit.java b/src/main/java/org/orekit/orbits/CartesianOrbit.java
index 80a6cfedf8..d56cb18ec1 100644
--- a/src/main/java/org/orekit/orbits/CartesianOrbit.java
+++ b/src/main/java/org/orekit/orbits/CartesianOrbit.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/orbits/CircularOrbit.java b/src/main/java/org/orekit/orbits/CircularOrbit.java
index 8a8a021664..65c509340f 100644
--- a/src/main/java/org/orekit/orbits/CircularOrbit.java
+++ b/src/main/java/org/orekit/orbits/CircularOrbit.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/orbits/EquinoctialOrbit.java b/src/main/java/org/orekit/orbits/EquinoctialOrbit.java
index f921739c99..250f9bc339 100644
--- a/src/main/java/org/orekit/orbits/EquinoctialOrbit.java
+++ b/src/main/java/org/orekit/orbits/EquinoctialOrbit.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/orbits/FieldCartesianOrbit.java b/src/main/java/org/orekit/orbits/FieldCartesianOrbit.java
index 99d67b0494..502e1d23dd 100644
--- a/src/main/java/org/orekit/orbits/FieldCartesianOrbit.java
+++ b/src/main/java/org/orekit/orbits/FieldCartesianOrbit.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/orbits/FieldCircularOrbit.java b/src/main/java/org/orekit/orbits/FieldCircularOrbit.java
index e8e2e195cb..c9d27be4d9 100644
--- a/src/main/java/org/orekit/orbits/FieldCircularOrbit.java
+++ b/src/main/java/org/orekit/orbits/FieldCircularOrbit.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/orbits/FieldEquinoctialOrbit.java b/src/main/java/org/orekit/orbits/FieldEquinoctialOrbit.java
index e1cb221095..88579dda88 100644
--- a/src/main/java/org/orekit/orbits/FieldEquinoctialOrbit.java
+++ b/src/main/java/org/orekit/orbits/FieldEquinoctialOrbit.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/orbits/FieldKeplerianOrbit.java b/src/main/java/org/orekit/orbits/FieldKeplerianOrbit.java
index cf18ca8e06..70c5ade2a9 100644
--- a/src/main/java/org/orekit/orbits/FieldKeplerianOrbit.java
+++ b/src/main/java/org/orekit/orbits/FieldKeplerianOrbit.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/orbits/FieldOrbit.java b/src/main/java/org/orekit/orbits/FieldOrbit.java
index 917cf22dff..2ec80031f8 100644
--- a/src/main/java/org/orekit/orbits/FieldOrbit.java
+++ b/src/main/java/org/orekit/orbits/FieldOrbit.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/orbits/KeplerianOrbit.java b/src/main/java/org/orekit/orbits/KeplerianOrbit.java
index 1c1c7065fa..7881edb323 100644
--- a/src/main/java/org/orekit/orbits/KeplerianOrbit.java
+++ b/src/main/java/org/orekit/orbits/KeplerianOrbit.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/orbits/Orbit.java b/src/main/java/org/orekit/orbits/Orbit.java
index 0861b6cab4..10e791fe43 100644
--- a/src/main/java/org/orekit/orbits/Orbit.java
+++ b/src/main/java/org/orekit/orbits/Orbit.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/orbits/OrbitType.java b/src/main/java/org/orekit/orbits/OrbitType.java
index c649294012..bc3e0a47e9 100644
--- a/src/main/java/org/orekit/orbits/OrbitType.java
+++ b/src/main/java/org/orekit/orbits/OrbitType.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/orbits/PositionAngle.java b/src/main/java/org/orekit/orbits/PositionAngle.java
index 23573c739e..715c077311 100644
--- a/src/main/java/org/orekit/orbits/PositionAngle.java
+++ b/src/main/java/org/orekit/orbits/PositionAngle.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/orbits/package-info.java b/src/main/java/org/orekit/orbits/package-info.java
index ddd761f07d..b6825f254f 100644
--- a/src/main/java/org/orekit/orbits/package-info.java
+++ b/src/main/java/org/orekit/orbits/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/AbstractPropagator.java b/src/main/java/org/orekit/propagation/AbstractPropagator.java
index 345986701b..3cd4d834e2 100644
--- a/src/main/java/org/orekit/propagation/AbstractPropagator.java
+++ b/src/main/java/org/orekit/propagation/AbstractPropagator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/AdditionalStateProvider.java b/src/main/java/org/orekit/propagation/AdditionalStateProvider.java
index 61eb047b3a..d227fa19e0 100644
--- a/src/main/java/org/orekit/propagation/AdditionalStateProvider.java
+++ b/src/main/java/org/orekit/propagation/AdditionalStateProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/BoundedPropagator.java b/src/main/java/org/orekit/propagation/BoundedPropagator.java
index 492aa770db..223e5c4cd4 100644
--- a/src/main/java/org/orekit/propagation/BoundedPropagator.java
+++ b/src/main/java/org/orekit/propagation/BoundedPropagator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/FieldAbstractPropagator.java b/src/main/java/org/orekit/propagation/FieldAbstractPropagator.java
index c5656a9024..754273a666 100644
--- a/src/main/java/org/orekit/propagation/FieldAbstractPropagator.java
+++ b/src/main/java/org/orekit/propagation/FieldAbstractPropagator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/FieldAdditionalStateProvider.java b/src/main/java/org/orekit/propagation/FieldAdditionalStateProvider.java
index 2adc5e12ed..d1c421bb0c 100644
--- a/src/main/java/org/orekit/propagation/FieldAdditionalStateProvider.java
+++ b/src/main/java/org/orekit/propagation/FieldAdditionalStateProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/FieldBoundedPropagator.java b/src/main/java/org/orekit/propagation/FieldBoundedPropagator.java
index f0773e9a48..aa77d2d4e8 100644
--- a/src/main/java/org/orekit/propagation/FieldBoundedPropagator.java
+++ b/src/main/java/org/orekit/propagation/FieldBoundedPropagator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/FieldPropagator.java b/src/main/java/org/orekit/propagation/FieldPropagator.java
index 85f9876613..a0c3635e45 100644
--- a/src/main/java/org/orekit/propagation/FieldPropagator.java
+++ b/src/main/java/org/orekit/propagation/FieldPropagator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/FieldSpacecraftState.java b/src/main/java/org/orekit/propagation/FieldSpacecraftState.java
index 27da00e2f6..1751f8aa4a 100644
--- a/src/main/java/org/orekit/propagation/FieldSpacecraftState.java
+++ b/src/main/java/org/orekit/propagation/FieldSpacecraftState.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/Propagator.java b/src/main/java/org/orekit/propagation/Propagator.java
index cb5345d706..653d5682f9 100644
--- a/src/main/java/org/orekit/propagation/Propagator.java
+++ b/src/main/java/org/orekit/propagation/Propagator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/PropagatorsParallelizer.java b/src/main/java/org/orekit/propagation/PropagatorsParallelizer.java
index 422509a329..9e9d246e8d 100644
--- a/src/main/java/org/orekit/propagation/PropagatorsParallelizer.java
+++ b/src/main/java/org/orekit/propagation/PropagatorsParallelizer.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/SpacecraftState.java b/src/main/java/org/orekit/propagation/SpacecraftState.java
index 30374a9c2a..5ba0206a95 100644
--- a/src/main/java/org/orekit/propagation/SpacecraftState.java
+++ b/src/main/java/org/orekit/propagation/SpacecraftState.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/analytical/AbstractAnalyticalPropagator.java b/src/main/java/org/orekit/propagation/analytical/AbstractAnalyticalPropagator.java
index 7a1a507b2e..d21b8f1006 100644
--- a/src/main/java/org/orekit/propagation/analytical/AbstractAnalyticalPropagator.java
+++ b/src/main/java/org/orekit/propagation/analytical/AbstractAnalyticalPropagator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/analytical/AdapterPropagator.java b/src/main/java/org/orekit/propagation/analytical/AdapterPropagator.java
index aa15c3a70a..06b0a4295b 100644
--- a/src/main/java/org/orekit/propagation/analytical/AdapterPropagator.java
+++ b/src/main/java/org/orekit/propagation/analytical/AdapterPropagator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/analytical/EcksteinHechlerPropagator.java b/src/main/java/org/orekit/propagation/analytical/EcksteinHechlerPropagator.java
index 43515ef72f..1ead708c15 100644
--- a/src/main/java/org/orekit/propagation/analytical/EcksteinHechlerPropagator.java
+++ b/src/main/java/org/orekit/propagation/analytical/EcksteinHechlerPropagator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/analytical/Ephemeris.java b/src/main/java/org/orekit/propagation/analytical/Ephemeris.java
index f6e2ea9067..e5e2f16eb8 100644
--- a/src/main/java/org/orekit/propagation/analytical/Ephemeris.java
+++ b/src/main/java/org/orekit/propagation/analytical/Ephemeris.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/analytical/FieldAbstractAnalyticalPropagator.java b/src/main/java/org/orekit/propagation/analytical/FieldAbstractAnalyticalPropagator.java
index ea2a64606e..a0b352c0a4 100644
--- a/src/main/java/org/orekit/propagation/analytical/FieldAbstractAnalyticalPropagator.java
+++ b/src/main/java/org/orekit/propagation/analytical/FieldAbstractAnalyticalPropagator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/analytical/FieldEcksteinHechlerPropagator.java b/src/main/java/org/orekit/propagation/analytical/FieldEcksteinHechlerPropagator.java
index 419c2e4adb..20e4943ffa 100644
--- a/src/main/java/org/orekit/propagation/analytical/FieldEcksteinHechlerPropagator.java
+++ b/src/main/java/org/orekit/propagation/analytical/FieldEcksteinHechlerPropagator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/analytical/FieldKeplerianPropagator.java b/src/main/java/org/orekit/propagation/analytical/FieldKeplerianPropagator.java
index 39a5a14979..9cc7961e97 100644
--- a/src/main/java/org/orekit/propagation/analytical/FieldKeplerianPropagator.java
+++ b/src/main/java/org/orekit/propagation/analytical/FieldKeplerianPropagator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/analytical/J2DifferentialEffect.java b/src/main/java/org/orekit/propagation/analytical/J2DifferentialEffect.java
index 930e214f49..1f70f75066 100644
--- a/src/main/java/org/orekit/propagation/analytical/J2DifferentialEffect.java
+++ b/src/main/java/org/orekit/propagation/analytical/J2DifferentialEffect.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/analytical/KeplerianPropagator.java b/src/main/java/org/orekit/propagation/analytical/KeplerianPropagator.java
index a881c1c2cd..7f78f0d92b 100644
--- a/src/main/java/org/orekit/propagation/analytical/KeplerianPropagator.java
+++ b/src/main/java/org/orekit/propagation/analytical/KeplerianPropagator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/analytical/gnss/GPSOrbitalElements.java b/src/main/java/org/orekit/propagation/analytical/gnss/GPSOrbitalElements.java
index e8fa258d75..65c5484f7e 100644
--- a/src/main/java/org/orekit/propagation/analytical/gnss/GPSOrbitalElements.java
+++ b/src/main/java/org/orekit/propagation/analytical/gnss/GPSOrbitalElements.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/analytical/gnss/GPSPropagator.java b/src/main/java/org/orekit/propagation/analytical/gnss/GPSPropagator.java
index 40bc15864d..652c6acaed 100644
--- a/src/main/java/org/orekit/propagation/analytical/gnss/GPSPropagator.java
+++ b/src/main/java/org/orekit/propagation/analytical/gnss/GPSPropagator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/analytical/gnss/package-info.java b/src/main/java/org/orekit/propagation/analytical/gnss/package-info.java
index 0673683fa2..22b16db5cd 100644
--- a/src/main/java/org/orekit/propagation/analytical/gnss/package-info.java
+++ b/src/main/java/org/orekit/propagation/analytical/gnss/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/analytical/package-info.java b/src/main/java/org/orekit/propagation/analytical/package-info.java
index fe186d9a7c..98e14fe5e9 100644
--- a/src/main/java/org/orekit/propagation/analytical/package-info.java
+++ b/src/main/java/org/orekit/propagation/analytical/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/analytical/tle/DeepSDP4.java b/src/main/java/org/orekit/propagation/analytical/tle/DeepSDP4.java
index cc4779b74c..c214ee9b2a 100644
--- a/src/main/java/org/orekit/propagation/analytical/tle/DeepSDP4.java
+++ b/src/main/java/org/orekit/propagation/analytical/tle/DeepSDP4.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/analytical/tle/SDP4.java b/src/main/java/org/orekit/propagation/analytical/tle/SDP4.java
index 542c0dba5e..9e6300c73e 100644
--- a/src/main/java/org/orekit/propagation/analytical/tle/SDP4.java
+++ b/src/main/java/org/orekit/propagation/analytical/tle/SDP4.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/analytical/tle/SGP4.java b/src/main/java/org/orekit/propagation/analytical/tle/SGP4.java
index 9db5a7dde3..83baa9dc06 100644
--- a/src/main/java/org/orekit/propagation/analytical/tle/SGP4.java
+++ b/src/main/java/org/orekit/propagation/analytical/tle/SGP4.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/analytical/tle/TLE.java b/src/main/java/org/orekit/propagation/analytical/tle/TLE.java
index 6afa40d44b..2325e1a823 100644
--- a/src/main/java/org/orekit/propagation/analytical/tle/TLE.java
+++ b/src/main/java/org/orekit/propagation/analytical/tle/TLE.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/analytical/tle/TLEConstants.java b/src/main/java/org/orekit/propagation/analytical/tle/TLEConstants.java
index 0927dbbdcd..dd1c1bdf0b 100644
--- a/src/main/java/org/orekit/propagation/analytical/tle/TLEConstants.java
+++ b/src/main/java/org/orekit/propagation/analytical/tle/TLEConstants.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/analytical/tle/TLEPropagator.java b/src/main/java/org/orekit/propagation/analytical/tle/TLEPropagator.java
index 457b72898f..71754d62cf 100644
--- a/src/main/java/org/orekit/propagation/analytical/tle/TLEPropagator.java
+++ b/src/main/java/org/orekit/propagation/analytical/tle/TLEPropagator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/analytical/tle/TLESeries.java b/src/main/java/org/orekit/propagation/analytical/tle/TLESeries.java
index a0577c2d79..278a562860 100644
--- a/src/main/java/org/orekit/propagation/analytical/tle/TLESeries.java
+++ b/src/main/java/org/orekit/propagation/analytical/tle/TLESeries.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/analytical/tle/package-info.java b/src/main/java/org/orekit/propagation/analytical/tle/package-info.java
index 3f5bc3a842..b2126e28bb 100644
--- a/src/main/java/org/orekit/propagation/analytical/tle/package-info.java
+++ b/src/main/java/org/orekit/propagation/analytical/tle/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/conversion/AbstractPropagatorBuilder.java b/src/main/java/org/orekit/propagation/conversion/AbstractPropagatorBuilder.java
index 0da43efc6c..51cac983f6 100644
--- a/src/main/java/org/orekit/propagation/conversion/AbstractPropagatorBuilder.java
+++ b/src/main/java/org/orekit/propagation/conversion/AbstractPropagatorBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/conversion/AbstractPropagatorConverter.java b/src/main/java/org/orekit/propagation/conversion/AbstractPropagatorConverter.java
index 4a3a0effa0..007e73dc92 100644
--- a/src/main/java/org/orekit/propagation/conversion/AbstractPropagatorConverter.java
+++ b/src/main/java/org/orekit/propagation/conversion/AbstractPropagatorConverter.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/conversion/AdamsBashforthIntegratorBuilder.java b/src/main/java/org/orekit/propagation/conversion/AdamsBashforthIntegratorBuilder.java
index 91b251cf3f..df3b348f38 100644
--- a/src/main/java/org/orekit/propagation/conversion/AdamsBashforthIntegratorBuilder.java
+++ b/src/main/java/org/orekit/propagation/conversion/AdamsBashforthIntegratorBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/conversion/AdamsMoultonIntegratorBuilder.java b/src/main/java/org/orekit/propagation/conversion/AdamsMoultonIntegratorBuilder.java
index 937ed7d83a..943ca11bc2 100644
--- a/src/main/java/org/orekit/propagation/conversion/AdamsMoultonIntegratorBuilder.java
+++ b/src/main/java/org/orekit/propagation/conversion/AdamsMoultonIntegratorBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/conversion/ClassicalRungeKuttaIntegratorBuilder.java b/src/main/java/org/orekit/propagation/conversion/ClassicalRungeKuttaIntegratorBuilder.java
index fd7577deaf..f841ccd978 100644
--- a/src/main/java/org/orekit/propagation/conversion/ClassicalRungeKuttaIntegratorBuilder.java
+++ b/src/main/java/org/orekit/propagation/conversion/ClassicalRungeKuttaIntegratorBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/conversion/DormandPrince54IntegratorBuilder.java b/src/main/java/org/orekit/propagation/conversion/DormandPrince54IntegratorBuilder.java
index 3d180bf05a..12e280476c 100644
--- a/src/main/java/org/orekit/propagation/conversion/DormandPrince54IntegratorBuilder.java
+++ b/src/main/java/org/orekit/propagation/conversion/DormandPrince54IntegratorBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/conversion/DormandPrince853IntegratorBuilder.java b/src/main/java/org/orekit/propagation/conversion/DormandPrince853IntegratorBuilder.java
index a736febadb..b4a0f468e0 100644
--- a/src/main/java/org/orekit/propagation/conversion/DormandPrince853IntegratorBuilder.java
+++ b/src/main/java/org/orekit/propagation/conversion/DormandPrince853IntegratorBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/conversion/EcksteinHechlerPropagatorBuilder.java b/src/main/java/org/orekit/propagation/conversion/EcksteinHechlerPropagatorBuilder.java
index 2790824311..cba2a9fb8e 100644
--- a/src/main/java/org/orekit/propagation/conversion/EcksteinHechlerPropagatorBuilder.java
+++ b/src/main/java/org/orekit/propagation/conversion/EcksteinHechlerPropagatorBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/conversion/EulerIntegratorBuilder.java b/src/main/java/org/orekit/propagation/conversion/EulerIntegratorBuilder.java
index 41a12a7ff6..c4a21b63b3 100644
--- a/src/main/java/org/orekit/propagation/conversion/EulerIntegratorBuilder.java
+++ b/src/main/java/org/orekit/propagation/conversion/EulerIntegratorBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/conversion/FiniteDifferencePropagatorConverter.java b/src/main/java/org/orekit/propagation/conversion/FiniteDifferencePropagatorConverter.java
index bbf347db25..b43026841b 100644
--- a/src/main/java/org/orekit/propagation/conversion/FiniteDifferencePropagatorConverter.java
+++ b/src/main/java/org/orekit/propagation/conversion/FiniteDifferencePropagatorConverter.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/conversion/GillIntegratorBuilder.java b/src/main/java/org/orekit/propagation/conversion/GillIntegratorBuilder.java
index c04b712d76..8588c7caa0 100644
--- a/src/main/java/org/orekit/propagation/conversion/GillIntegratorBuilder.java
+++ b/src/main/java/org/orekit/propagation/conversion/GillIntegratorBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/conversion/GraggBulirschStoerIntegratorBuilder.java b/src/main/java/org/orekit/propagation/conversion/GraggBulirschStoerIntegratorBuilder.java
index 1ac077b7eb..450f01a463 100644
--- a/src/main/java/org/orekit/propagation/conversion/GraggBulirschStoerIntegratorBuilder.java
+++ b/src/main/java/org/orekit/propagation/conversion/GraggBulirschStoerIntegratorBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/conversion/HighamHall54IntegratorBuilder.java b/src/main/java/org/orekit/propagation/conversion/HighamHall54IntegratorBuilder.java
index 52cbc41159..6949590715 100644
--- a/src/main/java/org/orekit/propagation/conversion/HighamHall54IntegratorBuilder.java
+++ b/src/main/java/org/orekit/propagation/conversion/HighamHall54IntegratorBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/conversion/JacobianPropagatorConverter.java b/src/main/java/org/orekit/propagation/conversion/JacobianPropagatorConverter.java
index 4091c79954..5e8c34117b 100644
--- a/src/main/java/org/orekit/propagation/conversion/JacobianPropagatorConverter.java
+++ b/src/main/java/org/orekit/propagation/conversion/JacobianPropagatorConverter.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/conversion/KeplerianPropagatorBuilder.java b/src/main/java/org/orekit/propagation/conversion/KeplerianPropagatorBuilder.java
index bf8760822f..8fc5a55359 100644
--- a/src/main/java/org/orekit/propagation/conversion/KeplerianPropagatorBuilder.java
+++ b/src/main/java/org/orekit/propagation/conversion/KeplerianPropagatorBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/conversion/LutherIntegratorBuilder.java b/src/main/java/org/orekit/propagation/conversion/LutherIntegratorBuilder.java
index d4040d4d8f..b01d9b86d6 100644
--- a/src/main/java/org/orekit/propagation/conversion/LutherIntegratorBuilder.java
+++ b/src/main/java/org/orekit/propagation/conversion/LutherIntegratorBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/conversion/MidpointIntegratorBuilder.java b/src/main/java/org/orekit/propagation/conversion/MidpointIntegratorBuilder.java
index 73165f31fe..bac928ece6 100644
--- a/src/main/java/org/orekit/propagation/conversion/MidpointIntegratorBuilder.java
+++ b/src/main/java/org/orekit/propagation/conversion/MidpointIntegratorBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/conversion/NumericalPropagatorBuilder.java b/src/main/java/org/orekit/propagation/conversion/NumericalPropagatorBuilder.java
index c5592b6138..7f01154729 100644
--- a/src/main/java/org/orekit/propagation/conversion/NumericalPropagatorBuilder.java
+++ b/src/main/java/org/orekit/propagation/conversion/NumericalPropagatorBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/conversion/ODEIntegratorBuilder.java b/src/main/java/org/orekit/propagation/conversion/ODEIntegratorBuilder.java
index 362f681a45..1ca245a8b0 100644
--- a/src/main/java/org/orekit/propagation/conversion/ODEIntegratorBuilder.java
+++ b/src/main/java/org/orekit/propagation/conversion/ODEIntegratorBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/conversion/OsculatingToMeanElementsConverter.java b/src/main/java/org/orekit/propagation/conversion/OsculatingToMeanElementsConverter.java
index fa0b1e749b..80efda8d04 100644
--- a/src/main/java/org/orekit/propagation/conversion/OsculatingToMeanElementsConverter.java
+++ b/src/main/java/org/orekit/propagation/conversion/OsculatingToMeanElementsConverter.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/conversion/PropagatorBuilder.java b/src/main/java/org/orekit/propagation/conversion/PropagatorBuilder.java
index a766909943..dda5a7cac8 100644
--- a/src/main/java/org/orekit/propagation/conversion/PropagatorBuilder.java
+++ b/src/main/java/org/orekit/propagation/conversion/PropagatorBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/conversion/PropagatorConverter.java b/src/main/java/org/orekit/propagation/conversion/PropagatorConverter.java
index 3864e4ed28..b5d34b502d 100644
--- a/src/main/java/org/orekit/propagation/conversion/PropagatorConverter.java
+++ b/src/main/java/org/orekit/propagation/conversion/PropagatorConverter.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/conversion/TLEPropagatorBuilder.java b/src/main/java/org/orekit/propagation/conversion/TLEPropagatorBuilder.java
index b33033b0ab..3c1eb18e96 100644
--- a/src/main/java/org/orekit/propagation/conversion/TLEPropagatorBuilder.java
+++ b/src/main/java/org/orekit/propagation/conversion/TLEPropagatorBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/conversion/ThreeEighthesIntegratorBuilder.java b/src/main/java/org/orekit/propagation/conversion/ThreeEighthesIntegratorBuilder.java
index 0f72196162..bdd3725cd8 100644
--- a/src/main/java/org/orekit/propagation/conversion/ThreeEighthesIntegratorBuilder.java
+++ b/src/main/java/org/orekit/propagation/conversion/ThreeEighthesIntegratorBuilder.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/conversion/package-info.java b/src/main/java/org/orekit/propagation/conversion/package-info.java
index da03bcc2ac..2b6d883e15 100644
--- a/src/main/java/org/orekit/propagation/conversion/package-info.java
+++ b/src/main/java/org/orekit/propagation/conversion/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/AbstractDetector.java b/src/main/java/org/orekit/propagation/events/AbstractDetector.java
index 158d0bd52f..28c4cac72d 100644
--- a/src/main/java/org/orekit/propagation/events/AbstractDetector.java
+++ b/src/main/java/org/orekit/propagation/events/AbstractDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/AdapterDetector.java b/src/main/java/org/orekit/propagation/events/AdapterDetector.java
index 50f66ae3a7..54f0a61dc6 100644
--- a/src/main/java/org/orekit/propagation/events/AdapterDetector.java
+++ b/src/main/java/org/orekit/propagation/events/AdapterDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/AlignmentDetector.java b/src/main/java/org/orekit/propagation/events/AlignmentDetector.java
index d37b433995..2b638d85a8 100644
--- a/src/main/java/org/orekit/propagation/events/AlignmentDetector.java
+++ b/src/main/java/org/orekit/propagation/events/AlignmentDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/AltitudeDetector.java b/src/main/java/org/orekit/propagation/events/AltitudeDetector.java
index 7ce8790357..9f1e73c89a 100644
--- a/src/main/java/org/orekit/propagation/events/AltitudeDetector.java
+++ b/src/main/java/org/orekit/propagation/events/AltitudeDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/AngularSeparationDetector.java b/src/main/java/org/orekit/propagation/events/AngularSeparationDetector.java
index 4ccc873f42..3730f87229 100644
--- a/src/main/java/org/orekit/propagation/events/AngularSeparationDetector.java
+++ b/src/main/java/org/orekit/propagation/events/AngularSeparationDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/ApsideDetector.java b/src/main/java/org/orekit/propagation/events/ApsideDetector.java
index 3ce0d266f2..d07462617b 100644
--- a/src/main/java/org/orekit/propagation/events/ApsideDetector.java
+++ b/src/main/java/org/orekit/propagation/events/ApsideDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/CircularFieldOfViewDetector.java b/src/main/java/org/orekit/propagation/events/CircularFieldOfViewDetector.java
index 879a933869..3f112d452a 100644
--- a/src/main/java/org/orekit/propagation/events/CircularFieldOfViewDetector.java
+++ b/src/main/java/org/orekit/propagation/events/CircularFieldOfViewDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/DateDetector.java b/src/main/java/org/orekit/propagation/events/DateDetector.java
index 5a4cca0137..57a004f1fb 100644
--- a/src/main/java/org/orekit/propagation/events/DateDetector.java
+++ b/src/main/java/org/orekit/propagation/events/DateDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/EclipseDetector.java b/src/main/java/org/orekit/propagation/events/EclipseDetector.java
index 90484b361a..441c68fec6 100644
--- a/src/main/java/org/orekit/propagation/events/EclipseDetector.java
+++ b/src/main/java/org/orekit/propagation/events/EclipseDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/ElevationDetector.java b/src/main/java/org/orekit/propagation/events/ElevationDetector.java
index fd3c91c707..c4700495f1 100644
--- a/src/main/java/org/orekit/propagation/events/ElevationDetector.java
+++ b/src/main/java/org/orekit/propagation/events/ElevationDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/ElevationExtremumDetector.java b/src/main/java/org/orekit/propagation/events/ElevationExtremumDetector.java
index 8bd03c2eb8..b76d958dc9 100644
--- a/src/main/java/org/orekit/propagation/events/ElevationExtremumDetector.java
+++ b/src/main/java/org/orekit/propagation/events/ElevationExtremumDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/EnablingPredicate.java b/src/main/java/org/orekit/propagation/events/EnablingPredicate.java
index 7fcbb4b103..c30a8d71cd 100644
--- a/src/main/java/org/orekit/propagation/events/EnablingPredicate.java
+++ b/src/main/java/org/orekit/propagation/events/EnablingPredicate.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/EventDetector.java b/src/main/java/org/orekit/propagation/events/EventDetector.java
index 0252b8dbb6..21a5035710 100644
--- a/src/main/java/org/orekit/propagation/events/EventDetector.java
+++ b/src/main/java/org/orekit/propagation/events/EventDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/EventEnablingPredicateFilter.java b/src/main/java/org/orekit/propagation/events/EventEnablingPredicateFilter.java
index 0b2c51535f..a2f33151c0 100644
--- a/src/main/java/org/orekit/propagation/events/EventEnablingPredicateFilter.java
+++ b/src/main/java/org/orekit/propagation/events/EventEnablingPredicateFilter.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/EventShifter.java b/src/main/java/org/orekit/propagation/events/EventShifter.java
index a29e5db1a2..43b36b42fe 100644
--- a/src/main/java/org/orekit/propagation/events/EventShifter.java
+++ b/src/main/java/org/orekit/propagation/events/EventShifter.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/EventsLogger.java b/src/main/java/org/orekit/propagation/events/EventsLogger.java
index 3ddba013b8..83f3fceec8 100644
--- a/src/main/java/org/orekit/propagation/events/EventsLogger.java
+++ b/src/main/java/org/orekit/propagation/events/EventsLogger.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/FieldAbstractDetector.java b/src/main/java/org/orekit/propagation/events/FieldAbstractDetector.java
index 3bbc7e290a..3cb7777c3b 100644
--- a/src/main/java/org/orekit/propagation/events/FieldAbstractDetector.java
+++ b/src/main/java/org/orekit/propagation/events/FieldAbstractDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/FieldAltitudeDetector.java b/src/main/java/org/orekit/propagation/events/FieldAltitudeDetector.java
index 4ba1f6f4e6..d35b2f3374 100644
--- a/src/main/java/org/orekit/propagation/events/FieldAltitudeDetector.java
+++ b/src/main/java/org/orekit/propagation/events/FieldAltitudeDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/FieldApsideDetector.java b/src/main/java/org/orekit/propagation/events/FieldApsideDetector.java
index 5cdcde718a..4766719a52 100644
--- a/src/main/java/org/orekit/propagation/events/FieldApsideDetector.java
+++ b/src/main/java/org/orekit/propagation/events/FieldApsideDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/FieldDateDetector.java b/src/main/java/org/orekit/propagation/events/FieldDateDetector.java
index b01392e9ac..07d7b80f7b 100644
--- a/src/main/java/org/orekit/propagation/events/FieldDateDetector.java
+++ b/src/main/java/org/orekit/propagation/events/FieldDateDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/FieldEclipseDetector.java b/src/main/java/org/orekit/propagation/events/FieldEclipseDetector.java
index 9ec5008f40..86f28e648b 100644
--- a/src/main/java/org/orekit/propagation/events/FieldEclipseDetector.java
+++ b/src/main/java/org/orekit/propagation/events/FieldEclipseDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/FieldElevationDetector.java b/src/main/java/org/orekit/propagation/events/FieldElevationDetector.java
index 26fd024ab9..8312a7ddf4 100644
--- a/src/main/java/org/orekit/propagation/events/FieldElevationDetector.java
+++ b/src/main/java/org/orekit/propagation/events/FieldElevationDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/FieldEventDetector.java b/src/main/java/org/orekit/propagation/events/FieldEventDetector.java
index 03c6e33c29..9607790b27 100644
--- a/src/main/java/org/orekit/propagation/events/FieldEventDetector.java
+++ b/src/main/java/org/orekit/propagation/events/FieldEventDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/FieldEventsLogger.java b/src/main/java/org/orekit/propagation/events/FieldEventsLogger.java
index 71690a1f1c..ddcc4e5156 100644
--- a/src/main/java/org/orekit/propagation/events/FieldEventsLogger.java
+++ b/src/main/java/org/orekit/propagation/events/FieldEventsLogger.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/FieldNodeDetector.java b/src/main/java/org/orekit/propagation/events/FieldNodeDetector.java
index 5627d7d92e..e73abb2bf4 100644
--- a/src/main/java/org/orekit/propagation/events/FieldNodeDetector.java
+++ b/src/main/java/org/orekit/propagation/events/FieldNodeDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/FieldOfView.java b/src/main/java/org/orekit/propagation/events/FieldOfView.java
index 7c204abef9..fc205d0518 100644
--- a/src/main/java/org/orekit/propagation/events/FieldOfView.java
+++ b/src/main/java/org/orekit/propagation/events/FieldOfView.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/FieldOfViewDetector.java b/src/main/java/org/orekit/propagation/events/FieldOfViewDetector.java
index 9997449dac..37f54b472f 100644
--- a/src/main/java/org/orekit/propagation/events/FieldOfViewDetector.java
+++ b/src/main/java/org/orekit/propagation/events/FieldOfViewDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/FootprintOverlapDetector.java b/src/main/java/org/orekit/propagation/events/FootprintOverlapDetector.java
index 56f303e54c..ef21ab3a60 100644
--- a/src/main/java/org/orekit/propagation/events/FootprintOverlapDetector.java
+++ b/src/main/java/org/orekit/propagation/events/FootprintOverlapDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/GeographicZoneDetector.java b/src/main/java/org/orekit/propagation/events/GeographicZoneDetector.java
index 3d30e908ba..a0e90d5a5c 100644
--- a/src/main/java/org/orekit/propagation/events/GeographicZoneDetector.java
+++ b/src/main/java/org/orekit/propagation/events/GeographicZoneDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/GroundAtNightDetector.java b/src/main/java/org/orekit/propagation/events/GroundAtNightDetector.java
index 39d151767e..4a54503112 100644
--- a/src/main/java/org/orekit/propagation/events/GroundAtNightDetector.java
+++ b/src/main/java/org/orekit/propagation/events/GroundAtNightDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/GroundFieldOfViewDetector.java b/src/main/java/org/orekit/propagation/events/GroundFieldOfViewDetector.java
index 08f2c48497..ba83b84e94 100644
--- a/src/main/java/org/orekit/propagation/events/GroundFieldOfViewDetector.java
+++ b/src/main/java/org/orekit/propagation/events/GroundFieldOfViewDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/InterSatDirectViewDetector.java b/src/main/java/org/orekit/propagation/events/InterSatDirectViewDetector.java
index edccfb6c01..747b3b6076 100644
--- a/src/main/java/org/orekit/propagation/events/InterSatDirectViewDetector.java
+++ b/src/main/java/org/orekit/propagation/events/InterSatDirectViewDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/LatitudeCrossingDetector.java b/src/main/java/org/orekit/propagation/events/LatitudeCrossingDetector.java
index ef951daa7f..3e1bf2c382 100644
--- a/src/main/java/org/orekit/propagation/events/LatitudeCrossingDetector.java
+++ b/src/main/java/org/orekit/propagation/events/LatitudeCrossingDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/LatitudeExtremumDetector.java b/src/main/java/org/orekit/propagation/events/LatitudeExtremumDetector.java
index e5ddca4f2a..e6cc84a99f 100644
--- a/src/main/java/org/orekit/propagation/events/LatitudeExtremumDetector.java
+++ b/src/main/java/org/orekit/propagation/events/LatitudeExtremumDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/LongitudeCrossingDetector.java b/src/main/java/org/orekit/propagation/events/LongitudeCrossingDetector.java
index c2442195d2..ae3f93e420 100644
--- a/src/main/java/org/orekit/propagation/events/LongitudeCrossingDetector.java
+++ b/src/main/java/org/orekit/propagation/events/LongitudeCrossingDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/LongitudeExtremumDetector.java b/src/main/java/org/orekit/propagation/events/LongitudeExtremumDetector.java
index 31f674947a..326721ed6e 100644
--- a/src/main/java/org/orekit/propagation/events/LongitudeExtremumDetector.java
+++ b/src/main/java/org/orekit/propagation/events/LongitudeExtremumDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/NodeDetector.java b/src/main/java/org/orekit/propagation/events/NodeDetector.java
index cf67116033..a96a90197d 100644
--- a/src/main/java/org/orekit/propagation/events/NodeDetector.java
+++ b/src/main/java/org/orekit/propagation/events/NodeDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/PositionAngleDetector.java b/src/main/java/org/orekit/propagation/events/PositionAngleDetector.java
index 29a9fddd0a..5a9eef3b32 100644
--- a/src/main/java/org/orekit/propagation/events/PositionAngleDetector.java
+++ b/src/main/java/org/orekit/propagation/events/PositionAngleDetector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/handlers/package-info.java b/src/main/java/org/orekit/propagation/events/handlers/package-info.java
index e9ac75ee47..59d38f96a8 100644
--- a/src/main/java/org/orekit/propagation/events/handlers/package-info.java
+++ b/src/main/java/org/orekit/propagation/events/handlers/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/events/package-info.java b/src/main/java/org/orekit/propagation/events/package-info.java
index 87e57ddb9f..13729ea34d 100644
--- a/src/main/java/org/orekit/propagation/events/package-info.java
+++ b/src/main/java/org/orekit/propagation/events/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/integration/AbstractIntegratedPropagator.java b/src/main/java/org/orekit/propagation/integration/AbstractIntegratedPropagator.java
index 3ae943b8a1..952cec657b 100644
--- a/src/main/java/org/orekit/propagation/integration/AbstractIntegratedPropagator.java
+++ b/src/main/java/org/orekit/propagation/integration/AbstractIntegratedPropagator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/integration/FieldAbstractIntegratedPropagator.java b/src/main/java/org/orekit/propagation/integration/FieldAbstractIntegratedPropagator.java
index f25bf073ca..4feef45ec1 100644
--- a/src/main/java/org/orekit/propagation/integration/FieldAbstractIntegratedPropagator.java
+++ b/src/main/java/org/orekit/propagation/integration/FieldAbstractIntegratedPropagator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/integration/FieldIntegratedEphemeris.java b/src/main/java/org/orekit/propagation/integration/FieldIntegratedEphemeris.java
index 3d00ddc213..4c39cc4523 100644
--- a/src/main/java/org/orekit/propagation/integration/FieldIntegratedEphemeris.java
+++ b/src/main/java/org/orekit/propagation/integration/FieldIntegratedEphemeris.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/integration/FieldStateMapper.java b/src/main/java/org/orekit/propagation/integration/FieldStateMapper.java
index 5c44ae7732..ea3115a90c 100644
--- a/src/main/java/org/orekit/propagation/integration/FieldStateMapper.java
+++ b/src/main/java/org/orekit/propagation/integration/FieldStateMapper.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/integration/IntegratedEphemeris.java b/src/main/java/org/orekit/propagation/integration/IntegratedEphemeris.java
index c9a10e4f06..1b6cb045fd 100644
--- a/src/main/java/org/orekit/propagation/integration/IntegratedEphemeris.java
+++ b/src/main/java/org/orekit/propagation/integration/IntegratedEphemeris.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/integration/StateMapper.java b/src/main/java/org/orekit/propagation/integration/StateMapper.java
index 07e9c82eee..102782ccdb 100644
--- a/src/main/java/org/orekit/propagation/integration/StateMapper.java
+++ b/src/main/java/org/orekit/propagation/integration/StateMapper.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/integration/package-info.java b/src/main/java/org/orekit/propagation/integration/package-info.java
index 1b33cf4078..222118b05f 100644
--- a/src/main/java/org/orekit/propagation/integration/package-info.java
+++ b/src/main/java/org/orekit/propagation/integration/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/numerical/DSConverter.java b/src/main/java/org/orekit/propagation/numerical/DSConverter.java
index 92afa5f075..3fe210ee64 100644
--- a/src/main/java/org/orekit/propagation/numerical/DSConverter.java
+++ b/src/main/java/org/orekit/propagation/numerical/DSConverter.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/numerical/FieldNumericalPropagator.java b/src/main/java/org/orekit/propagation/numerical/FieldNumericalPropagator.java
index 8abed60d96..e489b0f8b6 100644
--- a/src/main/java/org/orekit/propagation/numerical/FieldNumericalPropagator.java
+++ b/src/main/java/org/orekit/propagation/numerical/FieldNumericalPropagator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/numerical/FieldTimeDerivativesEquations.java b/src/main/java/org/orekit/propagation/numerical/FieldTimeDerivativesEquations.java
index cc58ba7909..8191929b2c 100644
--- a/src/main/java/org/orekit/propagation/numerical/FieldTimeDerivativesEquations.java
+++ b/src/main/java/org/orekit/propagation/numerical/FieldTimeDerivativesEquations.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/numerical/JacobiansMapper.java b/src/main/java/org/orekit/propagation/numerical/JacobiansMapper.java
index 911fc975f0..30607ac2dc 100644
--- a/src/main/java/org/orekit/propagation/numerical/JacobiansMapper.java
+++ b/src/main/java/org/orekit/propagation/numerical/JacobiansMapper.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/numerical/NumericalPropagator.java b/src/main/java/org/orekit/propagation/numerical/NumericalPropagator.java
index 38653d6af2..f6a7768836 100644
--- a/src/main/java/org/orekit/propagation/numerical/NumericalPropagator.java
+++ b/src/main/java/org/orekit/propagation/numerical/NumericalPropagator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/numerical/TimeDerivativesEquations.java b/src/main/java/org/orekit/propagation/numerical/TimeDerivativesEquations.java
index 1efab9b676..4ad3eda1a5 100644
--- a/src/main/java/org/orekit/propagation/numerical/TimeDerivativesEquations.java
+++ b/src/main/java/org/orekit/propagation/numerical/TimeDerivativesEquations.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/numerical/package-info.java b/src/main/java/org/orekit/propagation/numerical/package-info.java
index 2adbd42a22..1f9250861d 100644
--- a/src/main/java/org/orekit/propagation/numerical/package-info.java
+++ b/src/main/java/org/orekit/propagation/numerical/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/package-info.java b/src/main/java/org/orekit/propagation/package-info.java
index 8fda47ef2f..17f2931995 100644
--- a/src/main/java/org/orekit/propagation/package-info.java
+++ b/src/main/java/org/orekit/propagation/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/sampling/FieldOrekitFixedStepHandler.java b/src/main/java/org/orekit/propagation/sampling/FieldOrekitFixedStepHandler.java
index d7137859de..e750e0b5e2 100644
--- a/src/main/java/org/orekit/propagation/sampling/FieldOrekitFixedStepHandler.java
+++ b/src/main/java/org/orekit/propagation/sampling/FieldOrekitFixedStepHandler.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/sampling/FieldOrekitStepHandler.java b/src/main/java/org/orekit/propagation/sampling/FieldOrekitStepHandler.java
index 4dae1e738a..71a679c659 100644
--- a/src/main/java/org/orekit/propagation/sampling/FieldOrekitStepHandler.java
+++ b/src/main/java/org/orekit/propagation/sampling/FieldOrekitStepHandler.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/sampling/FieldOrekitStepHandlerMultiplexer.java b/src/main/java/org/orekit/propagation/sampling/FieldOrekitStepHandlerMultiplexer.java
index 84b40aae13..ffb81eee3c 100644
--- a/src/main/java/org/orekit/propagation/sampling/FieldOrekitStepHandlerMultiplexer.java
+++ b/src/main/java/org/orekit/propagation/sampling/FieldOrekitStepHandlerMultiplexer.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/sampling/FieldOrekitStepInterpolator.java b/src/main/java/org/orekit/propagation/sampling/FieldOrekitStepInterpolator.java
index 93ebe5ce93..bb9c08420d 100644
--- a/src/main/java/org/orekit/propagation/sampling/FieldOrekitStepInterpolator.java
+++ b/src/main/java/org/orekit/propagation/sampling/FieldOrekitStepInterpolator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/sampling/MultiSatStepHandler.java b/src/main/java/org/orekit/propagation/sampling/MultiSatStepHandler.java
index d46e838bae..d74cb592d8 100644
--- a/src/main/java/org/orekit/propagation/sampling/MultiSatStepHandler.java
+++ b/src/main/java/org/orekit/propagation/sampling/MultiSatStepHandler.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/sampling/OrekitFixedStepHandler.java b/src/main/java/org/orekit/propagation/sampling/OrekitFixedStepHandler.java
index b1d321ad39..8d43136340 100644
--- a/src/main/java/org/orekit/propagation/sampling/OrekitFixedStepHandler.java
+++ b/src/main/java/org/orekit/propagation/sampling/OrekitFixedStepHandler.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/sampling/OrekitStepHandler.java b/src/main/java/org/orekit/propagation/sampling/OrekitStepHandler.java
index e9ba5c158f..8d9f66a6b8 100644
--- a/src/main/java/org/orekit/propagation/sampling/OrekitStepHandler.java
+++ b/src/main/java/org/orekit/propagation/sampling/OrekitStepHandler.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/sampling/OrekitStepHandlerMultiplexer.java b/src/main/java/org/orekit/propagation/sampling/OrekitStepHandlerMultiplexer.java
index 5c6a484891..6cb2baf4ec 100644
--- a/src/main/java/org/orekit/propagation/sampling/OrekitStepHandlerMultiplexer.java
+++ b/src/main/java/org/orekit/propagation/sampling/OrekitStepHandlerMultiplexer.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/sampling/OrekitStepInterpolator.java b/src/main/java/org/orekit/propagation/sampling/OrekitStepInterpolator.java
index b1c04833d7..f25e2a278d 100644
--- a/src/main/java/org/orekit/propagation/sampling/OrekitStepInterpolator.java
+++ b/src/main/java/org/orekit/propagation/sampling/OrekitStepInterpolator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/sampling/package-info.java b/src/main/java/org/orekit/propagation/sampling/package-info.java
index 0ff826ce6b..abdb04442c 100644
--- a/src/main/java/org/orekit/propagation/sampling/package-info.java
+++ b/src/main/java/org/orekit/propagation/sampling/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/DSSTPropagator.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/DSSTPropagator.java
index 4be43f0624..731c1f3a4d 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/DSSTPropagator.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/DSSTPropagator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/AbstractGaussianContribution.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/AbstractGaussianContribution.java
index 80c46b7f4c..1b73c62816 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/AbstractGaussianContribution.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/AbstractGaussianContribution.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/DSSTAtmosphericDrag.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/DSSTAtmosphericDrag.java
index 24d4015bb0..07d73889d5 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/DSSTAtmosphericDrag.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/DSSTAtmosphericDrag.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/DSSTForceModel.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/DSSTForceModel.java
index ad8f349732..a8f668cf21 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/DSSTForceModel.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/DSSTForceModel.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/DSSTSolarRadiationPressure.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/DSSTSolarRadiationPressure.java
index a36f30a557..8b03ea0468 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/DSSTSolarRadiationPressure.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/DSSTSolarRadiationPressure.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/DSSTTesseral.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/DSSTTesseral.java
index 879ad33f46..6048be5326 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/DSSTTesseral.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/DSSTTesseral.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/DSSTThirdBody.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/DSSTThirdBody.java
index d2dab1ba04..b9aad864ad 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/DSSTThirdBody.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/DSSTThirdBody.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/DSSTZonal.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/DSSTZonal.java
index 0d6d574748..c18d172c33 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/DSSTZonal.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/DSSTZonal.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/ShortPeriodTerms.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/ShortPeriodTerms.java
index 6b0676d2f4..7c86695930 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/ShortPeriodTerms.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/ShortPeriodTerms.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/package-info.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/package-info.java
index ffb7dc0222..abbf7c2f94 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/package-info.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/forces/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/package-info.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/package-info.java
index 6ab76357ee..f192dc6927 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/package-info.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/AuxiliaryElements.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/AuxiliaryElements.java
index ae2421b0d5..f8d8961081 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/AuxiliaryElements.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/AuxiliaryElements.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/CjSjCoefficient.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/CjSjCoefficient.java
index 26f9667ade..6b5f362e0e 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/CjSjCoefficient.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/CjSjCoefficient.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/CoefficientsFactory.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/CoefficientsFactory.java
index 0c0e92e2c4..5776e3650a 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/CoefficientsFactory.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/CoefficientsFactory.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/FixedNumberInterpolationGrid.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/FixedNumberInterpolationGrid.java
index 6bb9afd474..e996bb1c2d 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/FixedNumberInterpolationGrid.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/FixedNumberInterpolationGrid.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/GHIJjsPolynomials.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/GHIJjsPolynomials.java
index cfd17c5427..bebbb2f8ef 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/GHIJjsPolynomials.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/GHIJjsPolynomials.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/GHmsjPolynomials.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/GHmsjPolynomials.java
index f8898e60cf..b8bf68caca 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/GHmsjPolynomials.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/GHmsjPolynomials.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/GammaMnsFunction.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/GammaMnsFunction.java
index 9579afeade..bcf6af22a7 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/GammaMnsFunction.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/GammaMnsFunction.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/InterpolationGrid.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/InterpolationGrid.java
index debddcbebd..ff7ed824aa 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/InterpolationGrid.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/InterpolationGrid.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/JacobiPolynomials.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/JacobiPolynomials.java
index 5cbb27fe45..e7fdaff4b4 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/JacobiPolynomials.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/JacobiPolynomials.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/LnsCoefficients.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/LnsCoefficients.java
index a0df601e6d..6677a422dc 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/LnsCoefficients.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/LnsCoefficients.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/MaxGapInterpolationGrid.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/MaxGapInterpolationGrid.java
index e91c3118b1..ddd886abe9 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/MaxGapInterpolationGrid.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/MaxGapInterpolationGrid.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/NewcombOperators.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/NewcombOperators.java
index d13732aabc..323709a9fb 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/NewcombOperators.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/NewcombOperators.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/ShortPeriodicsInterpolatedCoefficient.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/ShortPeriodicsInterpolatedCoefficient.java
index a347096bcb..906a364fab 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/ShortPeriodicsInterpolatedCoefficient.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/ShortPeriodicsInterpolatedCoefficient.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/UpperBounds.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/UpperBounds.java
index a9e88379ef..8e61a67f8c 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/UpperBounds.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/UpperBounds.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/HansenTesseralLinear.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/HansenTesseralLinear.java
index d92b2a69d8..8cb6b01e9c 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/HansenTesseralLinear.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/HansenTesseralLinear.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/HansenThirdBodyLinear.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/HansenThirdBodyLinear.java
index 8a94a97246..f6fe599e14 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/HansenThirdBodyLinear.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/HansenThirdBodyLinear.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/HansenUtilities.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/HansenUtilities.java
index dedfe20b88..23687b2561 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/HansenUtilities.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/HansenUtilities.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/HansenZonalLinear.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/HansenZonalLinear.java
index 2a700347f2..672a33ab4b 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/HansenZonalLinear.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/HansenZonalLinear.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/PolynomialFunctionMatrix.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/PolynomialFunctionMatrix.java
index 8607538370..17d89133e6 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/PolynomialFunctionMatrix.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/PolynomialFunctionMatrix.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/package-info.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/package-info.java
index 6f33b882ab..2ceb521170 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/package-info.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/package-info.java b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/package-info.java
index f576a95cd9..e0017040bf 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/package-info.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/dsst/utilities/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/propagation/semianalytical/package-info.java b/src/main/java/org/orekit/propagation/semianalytical/package-info.java
index b00d38fcec..6cc975b484 100644
--- a/src/main/java/org/orekit/propagation/semianalytical/package-info.java
+++ b/src/main/java/org/orekit/propagation/semianalytical/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/AbsoluteDate.java b/src/main/java/org/orekit/time/AbsoluteDate.java
index cbe5ba0b07..c458b6ea55 100644
--- a/src/main/java/org/orekit/time/AbsoluteDate.java
+++ b/src/main/java/org/orekit/time/AbsoluteDate.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/BDTScale.java b/src/main/java/org/orekit/time/BDTScale.java
index 0045fb08fb..5ca60f792c 100644
--- a/src/main/java/org/orekit/time/BDTScale.java
+++ b/src/main/java/org/orekit/time/BDTScale.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2017 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/BurstSelector.java b/src/main/java/org/orekit/time/BurstSelector.java
index 0f68b077f4..3c1fbe53b4 100644
--- a/src/main/java/org/orekit/time/BurstSelector.java
+++ b/src/main/java/org/orekit/time/BurstSelector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/ChronologicalComparator.java b/src/main/java/org/orekit/time/ChronologicalComparator.java
index f2f2143e2f..fe788a09ea 100644
--- a/src/main/java/org/orekit/time/ChronologicalComparator.java
+++ b/src/main/java/org/orekit/time/ChronologicalComparator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/DateComponents.java b/src/main/java/org/orekit/time/DateComponents.java
index e6c81e13b1..c3eade51c6 100644
--- a/src/main/java/org/orekit/time/DateComponents.java
+++ b/src/main/java/org/orekit/time/DateComponents.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/DateTimeComponents.java b/src/main/java/org/orekit/time/DateTimeComponents.java
index 0c351998e5..4c7131b3bf 100644
--- a/src/main/java/org/orekit/time/DateTimeComponents.java
+++ b/src/main/java/org/orekit/time/DateTimeComponents.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/DatesSelector.java b/src/main/java/org/orekit/time/DatesSelector.java
index 46b3bfab09..323fa08529 100644
--- a/src/main/java/org/orekit/time/DatesSelector.java
+++ b/src/main/java/org/orekit/time/DatesSelector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/FieldAbsoluteDate.java b/src/main/java/org/orekit/time/FieldAbsoluteDate.java
index 1a43ad1f62..8dbf3b7b6d 100644
--- a/src/main/java/org/orekit/time/FieldAbsoluteDate.java
+++ b/src/main/java/org/orekit/time/FieldAbsoluteDate.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/FieldTimeInterpolable.java b/src/main/java/org/orekit/time/FieldTimeInterpolable.java
index f206ddd33f..972ef29ef2 100644
--- a/src/main/java/org/orekit/time/FieldTimeInterpolable.java
+++ b/src/main/java/org/orekit/time/FieldTimeInterpolable.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/FieldTimeShiftable.java b/src/main/java/org/orekit/time/FieldTimeShiftable.java
index 3b6505021a..8762dc07d6 100644
--- a/src/main/java/org/orekit/time/FieldTimeShiftable.java
+++ b/src/main/java/org/orekit/time/FieldTimeShiftable.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/FieldTimeStamped.java b/src/main/java/org/orekit/time/FieldTimeStamped.java
index b9c9bb8ee9..3982d0e9ff 100644
--- a/src/main/java/org/orekit/time/FieldTimeStamped.java
+++ b/src/main/java/org/orekit/time/FieldTimeStamped.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/FixedStepSelector.java b/src/main/java/org/orekit/time/FixedStepSelector.java
index f9fdabd4e5..91c4e753a5 100644
--- a/src/main/java/org/orekit/time/FixedStepSelector.java
+++ b/src/main/java/org/orekit/time/FixedStepSelector.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/GLONASSScale.java b/src/main/java/org/orekit/time/GLONASSScale.java
index e0e50929cc..ef5d5d0dc7 100644
--- a/src/main/java/org/orekit/time/GLONASSScale.java
+++ b/src/main/java/org/orekit/time/GLONASSScale.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/GMSTScale.java b/src/main/java/org/orekit/time/GMSTScale.java
index 8666ea5e9e..c388b99e6e 100644
--- a/src/main/java/org/orekit/time/GMSTScale.java
+++ b/src/main/java/org/orekit/time/GMSTScale.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/GPSDate.java b/src/main/java/org/orekit/time/GPSDate.java
index 591d9c7634..5205e54900 100644
--- a/src/main/java/org/orekit/time/GPSDate.java
+++ b/src/main/java/org/orekit/time/GPSDate.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/GPSScale.java b/src/main/java/org/orekit/time/GPSScale.java
index 147d82c1bd..0a31cb80f5 100644
--- a/src/main/java/org/orekit/time/GPSScale.java
+++ b/src/main/java/org/orekit/time/GPSScale.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/GalileoScale.java b/src/main/java/org/orekit/time/GalileoScale.java
index 2c54168853..b7432675dd 100644
--- a/src/main/java/org/orekit/time/GalileoScale.java
+++ b/src/main/java/org/orekit/time/GalileoScale.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/IRNSSScale.java b/src/main/java/org/orekit/time/IRNSSScale.java
index 9a1b27927f..21e1aa43ae 100644
--- a/src/main/java/org/orekit/time/IRNSSScale.java
+++ b/src/main/java/org/orekit/time/IRNSSScale.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2017 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/Month.java b/src/main/java/org/orekit/time/Month.java
index 8e2a07fba3..ab0420b6e5 100644
--- a/src/main/java/org/orekit/time/Month.java
+++ b/src/main/java/org/orekit/time/Month.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/OffsetModel.java b/src/main/java/org/orekit/time/OffsetModel.java
index fb2c6c2d5d..7eeacaaff9 100644
--- a/src/main/java/org/orekit/time/OffsetModel.java
+++ b/src/main/java/org/orekit/time/OffsetModel.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/QZSSScale.java b/src/main/java/org/orekit/time/QZSSScale.java
index 18bd7b38fd..54eded1fe3 100644
--- a/src/main/java/org/orekit/time/QZSSScale.java
+++ b/src/main/java/org/orekit/time/QZSSScale.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/TAIScale.java b/src/main/java/org/orekit/time/TAIScale.java
index 496c176e4b..8f20bcc08f 100644
--- a/src/main/java/org/orekit/time/TAIScale.java
+++ b/src/main/java/org/orekit/time/TAIScale.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/TAIUTCDatFilesLoader.java b/src/main/java/org/orekit/time/TAIUTCDatFilesLoader.java
index 548ace711c..b6f6b7cdd6 100644
--- a/src/main/java/org/orekit/time/TAIUTCDatFilesLoader.java
+++ b/src/main/java/org/orekit/time/TAIUTCDatFilesLoader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/TCBScale.java b/src/main/java/org/orekit/time/TCBScale.java
index 34a9bd3a5f..2f605f753f 100644
--- a/src/main/java/org/orekit/time/TCBScale.java
+++ b/src/main/java/org/orekit/time/TCBScale.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/TCGScale.java b/src/main/java/org/orekit/time/TCGScale.java
index a6b017dfb7..db4c5adc21 100644
--- a/src/main/java/org/orekit/time/TCGScale.java
+++ b/src/main/java/org/orekit/time/TCGScale.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/TDBScale.java b/src/main/java/org/orekit/time/TDBScale.java
index 8e55fcdb3c..2798cde340 100644
--- a/src/main/java/org/orekit/time/TDBScale.java
+++ b/src/main/java/org/orekit/time/TDBScale.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/TTScale.java b/src/main/java/org/orekit/time/TTScale.java
index de5e75a23f..437085e7e6 100644
--- a/src/main/java/org/orekit/time/TTScale.java
+++ b/src/main/java/org/orekit/time/TTScale.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/TimeComponents.java b/src/main/java/org/orekit/time/TimeComponents.java
index d75ce30bc8..a4043b88fa 100644
--- a/src/main/java/org/orekit/time/TimeComponents.java
+++ b/src/main/java/org/orekit/time/TimeComponents.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/TimeInterpolable.java b/src/main/java/org/orekit/time/TimeInterpolable.java
index decc5ee6cd..b49b730732 100644
--- a/src/main/java/org/orekit/time/TimeInterpolable.java
+++ b/src/main/java/org/orekit/time/TimeInterpolable.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/TimeScalarFunction.java b/src/main/java/org/orekit/time/TimeScalarFunction.java
index fa52b2cd0e..4af9acc96d 100644
--- a/src/main/java/org/orekit/time/TimeScalarFunction.java
+++ b/src/main/java/org/orekit/time/TimeScalarFunction.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/TimeScale.java b/src/main/java/org/orekit/time/TimeScale.java
index 776d7bdf77..f6107aa29d 100644
--- a/src/main/java/org/orekit/time/TimeScale.java
+++ b/src/main/java/org/orekit/time/TimeScale.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/TimeScalesFactory.java b/src/main/java/org/orekit/time/TimeScalesFactory.java
index 7dacc73d06..a5f1dcd89a 100644
--- a/src/main/java/org/orekit/time/TimeScalesFactory.java
+++ b/src/main/java/org/orekit/time/TimeScalesFactory.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/TimeShiftable.java b/src/main/java/org/orekit/time/TimeShiftable.java
index 16d2cea226..3c0a3814ee 100644
--- a/src/main/java/org/orekit/time/TimeShiftable.java
+++ b/src/main/java/org/orekit/time/TimeShiftable.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/TimeStamped.java b/src/main/java/org/orekit/time/TimeStamped.java
index 44a0d14627..b106741744 100644
--- a/src/main/java/org/orekit/time/TimeStamped.java
+++ b/src/main/java/org/orekit/time/TimeStamped.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/TimeVectorFunction.java b/src/main/java/org/orekit/time/TimeVectorFunction.java
index 9ba1f707ac..379b9ed4f0 100644
--- a/src/main/java/org/orekit/time/TimeVectorFunction.java
+++ b/src/main/java/org/orekit/time/TimeVectorFunction.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/UT1Scale.java b/src/main/java/org/orekit/time/UT1Scale.java
index b206174151..0bd469ae52 100644
--- a/src/main/java/org/orekit/time/UT1Scale.java
+++ b/src/main/java/org/orekit/time/UT1Scale.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/UTCScale.java b/src/main/java/org/orekit/time/UTCScale.java
index adce0b904c..52a2e5c012 100644
--- a/src/main/java/org/orekit/time/UTCScale.java
+++ b/src/main/java/org/orekit/time/UTCScale.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/UTCTAIBulletinAFilesLoader.java b/src/main/java/org/orekit/time/UTCTAIBulletinAFilesLoader.java
index 0a6976ff9a..32a4d50321 100644
--- a/src/main/java/org/orekit/time/UTCTAIBulletinAFilesLoader.java
+++ b/src/main/java/org/orekit/time/UTCTAIBulletinAFilesLoader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/UTCTAIHistoryFilesLoader.java b/src/main/java/org/orekit/time/UTCTAIHistoryFilesLoader.java
index 6878b42fea..7999f810fd 100644
--- a/src/main/java/org/orekit/time/UTCTAIHistoryFilesLoader.java
+++ b/src/main/java/org/orekit/time/UTCTAIHistoryFilesLoader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/UTCTAIOffset.java b/src/main/java/org/orekit/time/UTCTAIOffset.java
index f7282aad4e..f36edd6283 100644
--- a/src/main/java/org/orekit/time/UTCTAIOffset.java
+++ b/src/main/java/org/orekit/time/UTCTAIOffset.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/UTCTAIOffsetsLoader.java b/src/main/java/org/orekit/time/UTCTAIOffsetsLoader.java
index a78265d53f..c117916aac 100644
--- a/src/main/java/org/orekit/time/UTCTAIOffsetsLoader.java
+++ b/src/main/java/org/orekit/time/UTCTAIOffsetsLoader.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/time/package-info.java b/src/main/java/org/orekit/time/package-info.java
index efff931e18..68486739b1 100644
--- a/src/main/java/org/orekit/time/package-info.java
+++ b/src/main/java/org/orekit/time/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/AngularCoordinates.java b/src/main/java/org/orekit/utils/AngularCoordinates.java
index c9f908e556..673db781b6 100644
--- a/src/main/java/org/orekit/utils/AngularCoordinates.java
+++ b/src/main/java/org/orekit/utils/AngularCoordinates.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/AngularDerivativesFilter.java b/src/main/java/org/orekit/utils/AngularDerivativesFilter.java
index 9f35f12702..0b8995e665 100644
--- a/src/main/java/org/orekit/utils/AngularDerivativesFilter.java
+++ b/src/main/java/org/orekit/utils/AngularDerivativesFilter.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/CartesianDerivativesFilter.java b/src/main/java/org/orekit/utils/CartesianDerivativesFilter.java
index fc5755609f..89cedeee6b 100644
--- a/src/main/java/org/orekit/utils/CartesianDerivativesFilter.java
+++ b/src/main/java/org/orekit/utils/CartesianDerivativesFilter.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/Constants.java b/src/main/java/org/orekit/utils/Constants.java
index afede78819..10dc38176d 100644
--- a/src/main/java/org/orekit/utils/Constants.java
+++ b/src/main/java/org/orekit/utils/Constants.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/Differentiation.java b/src/main/java/org/orekit/utils/Differentiation.java
index c4b521f2b7..1acbd1cb5c 100644
--- a/src/main/java/org/orekit/utils/Differentiation.java
+++ b/src/main/java/org/orekit/utils/Differentiation.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/ExtendedPVCoordinatesProvider.java b/src/main/java/org/orekit/utils/ExtendedPVCoordinatesProvider.java
index 4118ea8843..d9fdee747d 100644
--- a/src/main/java/org/orekit/utils/ExtendedPVCoordinatesProvider.java
+++ b/src/main/java/org/orekit/utils/ExtendedPVCoordinatesProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/FieldAngularCoordinates.java b/src/main/java/org/orekit/utils/FieldAngularCoordinates.java
index f3c2008230..5614df0109 100644
--- a/src/main/java/org/orekit/utils/FieldAngularCoordinates.java
+++ b/src/main/java/org/orekit/utils/FieldAngularCoordinates.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/FieldPVCoordinates.java b/src/main/java/org/orekit/utils/FieldPVCoordinates.java
index 9b5d503ee8..5576658ac3 100644
--- a/src/main/java/org/orekit/utils/FieldPVCoordinates.java
+++ b/src/main/java/org/orekit/utils/FieldPVCoordinates.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/FieldPVCoordinatesProvider.java b/src/main/java/org/orekit/utils/FieldPVCoordinatesProvider.java
index aeb879cc3f..9cc0548e62 100644
--- a/src/main/java/org/orekit/utils/FieldPVCoordinatesProvider.java
+++ b/src/main/java/org/orekit/utils/FieldPVCoordinatesProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/FieldTimeSpanMap.java b/src/main/java/org/orekit/utils/FieldTimeSpanMap.java
index 0bfa3a5bd2..82dec30061 100644
--- a/src/main/java/org/orekit/utils/FieldTimeSpanMap.java
+++ b/src/main/java/org/orekit/utils/FieldTimeSpanMap.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/GenericTimeStampedCache.java b/src/main/java/org/orekit/utils/GenericTimeStampedCache.java
index e4bd97d038..1746a5aac2 100644
--- a/src/main/java/org/orekit/utils/GenericTimeStampedCache.java
+++ b/src/main/java/org/orekit/utils/GenericTimeStampedCache.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/IERSConventions.java b/src/main/java/org/orekit/utils/IERSConventions.java
index 65fc23393c..0bfa822b6d 100644
--- a/src/main/java/org/orekit/utils/IERSConventions.java
+++ b/src/main/java/org/orekit/utils/IERSConventions.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/LoveNumbers.java b/src/main/java/org/orekit/utils/LoveNumbers.java
index 7a137c75ac..20e99d965f 100644
--- a/src/main/java/org/orekit/utils/LoveNumbers.java
+++ b/src/main/java/org/orekit/utils/LoveNumbers.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/OrekitConfiguration.java b/src/main/java/org/orekit/utils/OrekitConfiguration.java
index a1d99e9295..3960744744 100644
--- a/src/main/java/org/orekit/utils/OrekitConfiguration.java
+++ b/src/main/java/org/orekit/utils/OrekitConfiguration.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/PVCoordinates.java b/src/main/java/org/orekit/utils/PVCoordinates.java
index 90be025c6f..b83ea6f700 100644
--- a/src/main/java/org/orekit/utils/PVCoordinates.java
+++ b/src/main/java/org/orekit/utils/PVCoordinates.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/PVCoordinatesProvider.java b/src/main/java/org/orekit/utils/PVCoordinatesProvider.java
index e000199132..a102d97dba 100644
--- a/src/main/java/org/orekit/utils/PVCoordinatesProvider.java
+++ b/src/main/java/org/orekit/utils/PVCoordinatesProvider.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/ParameterDriver.java b/src/main/java/org/orekit/utils/ParameterDriver.java
index 97a5b73a81..e7179b89da 100644
--- a/src/main/java/org/orekit/utils/ParameterDriver.java
+++ b/src/main/java/org/orekit/utils/ParameterDriver.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/ParameterDriversList.java b/src/main/java/org/orekit/utils/ParameterDriversList.java
index 92992a0ba1..0b2b3a414f 100644
--- a/src/main/java/org/orekit/utils/ParameterDriversList.java
+++ b/src/main/java/org/orekit/utils/ParameterDriversList.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/ParameterFunction.java b/src/main/java/org/orekit/utils/ParameterFunction.java
index 7e51cb60af..57c78ef386 100644
--- a/src/main/java/org/orekit/utils/ParameterFunction.java
+++ b/src/main/java/org/orekit/utils/ParameterFunction.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/ParameterObserver.java b/src/main/java/org/orekit/utils/ParameterObserver.java
index 3b478612c9..5f1548bcd1 100644
--- a/src/main/java/org/orekit/utils/ParameterObserver.java
+++ b/src/main/java/org/orekit/utils/ParameterObserver.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/SecularAndHarmonic.java b/src/main/java/org/orekit/utils/SecularAndHarmonic.java
index 9fde5cb181..a4f41e0517 100644
--- a/src/main/java/org/orekit/utils/SecularAndHarmonic.java
+++ b/src/main/java/org/orekit/utils/SecularAndHarmonic.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/SphericalPolygonsSetTransferObject.java b/src/main/java/org/orekit/utils/SphericalPolygonsSetTransferObject.java
index c5cbcc96c8..4f383ec5f5 100644
--- a/src/main/java/org/orekit/utils/SphericalPolygonsSetTransferObject.java
+++ b/src/main/java/org/orekit/utils/SphericalPolygonsSetTransferObject.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/StateFunction.java b/src/main/java/org/orekit/utils/StateFunction.java
index 5bb4918aef..0f7b1a8466 100644
--- a/src/main/java/org/orekit/utils/StateFunction.java
+++ b/src/main/java/org/orekit/utils/StateFunction.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/StateJacobian.java b/src/main/java/org/orekit/utils/StateJacobian.java
index 668b08bc35..586784aa0b 100644
--- a/src/main/java/org/orekit/utils/StateJacobian.java
+++ b/src/main/java/org/orekit/utils/StateJacobian.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/TimeSpanMap.java b/src/main/java/org/orekit/utils/TimeSpanMap.java
index 452f50a92c..5b1b9a29e4 100644
--- a/src/main/java/org/orekit/utils/TimeSpanMap.java
+++ b/src/main/java/org/orekit/utils/TimeSpanMap.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/TimeStampedAngularCoordinates.java b/src/main/java/org/orekit/utils/TimeStampedAngularCoordinates.java
index 0f3037f3b0..eae0983baf 100644
--- a/src/main/java/org/orekit/utils/TimeStampedAngularCoordinates.java
+++ b/src/main/java/org/orekit/utils/TimeStampedAngularCoordinates.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/TimeStampedCache.java b/src/main/java/org/orekit/utils/TimeStampedCache.java
index 428e8cb832..abbd2ae4c7 100644
--- a/src/main/java/org/orekit/utils/TimeStampedCache.java
+++ b/src/main/java/org/orekit/utils/TimeStampedCache.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/TimeStampedFieldAngularCoordinates.java b/src/main/java/org/orekit/utils/TimeStampedFieldAngularCoordinates.java
index 0185ab6992..8cd08cdbf2 100644
--- a/src/main/java/org/orekit/utils/TimeStampedFieldAngularCoordinates.java
+++ b/src/main/java/org/orekit/utils/TimeStampedFieldAngularCoordinates.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/TimeStampedFieldPVCoordinates.java b/src/main/java/org/orekit/utils/TimeStampedFieldPVCoordinates.java
index 0c1e985180..9f28c0cd53 100644
--- a/src/main/java/org/orekit/utils/TimeStampedFieldPVCoordinates.java
+++ b/src/main/java/org/orekit/utils/TimeStampedFieldPVCoordinates.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/TimeStampedGenerator.java b/src/main/java/org/orekit/utils/TimeStampedGenerator.java
index dea08ae543..de0227f2bc 100644
--- a/src/main/java/org/orekit/utils/TimeStampedGenerator.java
+++ b/src/main/java/org/orekit/utils/TimeStampedGenerator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/TimeStampedPVCoordinates.java b/src/main/java/org/orekit/utils/TimeStampedPVCoordinates.java
index 2a2810368f..cc75f19579 100644
--- a/src/main/java/org/orekit/utils/TimeStampedPVCoordinates.java
+++ b/src/main/java/org/orekit/utils/TimeStampedPVCoordinates.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/main/java/org/orekit/utils/package-info.java b/src/main/java/org/orekit/utils/package-info.java
index 5f1aa2156f..1a718fbb13 100644
--- a/src/main/java/org/orekit/utils/package-info.java
+++ b/src/main/java/org/orekit/utils/package-info.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/site/markdown/architecture/attitudes.md b/src/site/markdown/architecture/attitudes.md
index 27a022150a..e623ee15d3 100644
--- a/src/site/markdown/architecture/attitudes.md
+++ b/src/site/markdown/architecture/attitudes.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/architecture/bodies.md b/src/site/markdown/architecture/bodies.md
index 7863f5e50c..69fab7127d 100644
--- a/src/site/markdown/architecture/bodies.md
+++ b/src/site/markdown/architecture/bodies.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/architecture/errors.md b/src/site/markdown/architecture/errors.md
index 98bacf760e..76391f5227 100644
--- a/src/site/markdown/architecture/errors.md
+++ b/src/site/markdown/architecture/errors.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/architecture/estimation.md b/src/site/markdown/architecture/estimation.md
index 7836c75c52..25a7b01742 100644
--- a/src/site/markdown/architecture/estimation.md
+++ b/src/site/markdown/architecture/estimation.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/architecture/forces.md b/src/site/markdown/architecture/forces.md
index 942e68fd03..be5127271e 100644
--- a/src/site/markdown/architecture/forces.md
+++ b/src/site/markdown/architecture/forces.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/architecture/frames.md b/src/site/markdown/architecture/frames.md
index d55746269e..3d39557ea8 100644
--- a/src/site/markdown/architecture/frames.md
+++ b/src/site/markdown/architecture/frames.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/architecture/orbits.md b/src/site/markdown/architecture/orbits.md
index 027b3e1170..1c38011533 100644
--- a/src/site/markdown/architecture/orbits.md
+++ b/src/site/markdown/architecture/orbits.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/architecture/propagation.md b/src/site/markdown/architecture/propagation.md
index 61e785a654..0c400baf30 100644
--- a/src/site/markdown/architecture/propagation.md
+++ b/src/site/markdown/architecture/propagation.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/architecture/tessellation.md b/src/site/markdown/architecture/tessellation.md
index 8d939ece8c..1fb1d63886 100644
--- a/src/site/markdown/architecture/tessellation.md
+++ b/src/site/markdown/architecture/tessellation.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/architecture/time.md b/src/site/markdown/architecture/time.md
index 35c05445ce..d1f8a04528 100644
--- a/src/site/markdown/architecture/time.md
+++ b/src/site/markdown/architecture/time.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/architecture/tle.md b/src/site/markdown/architecture/tle.md
index 827dd1fd32..6a7077ed10 100644
--- a/src/site/markdown/architecture/tle.md
+++ b/src/site/markdown/architecture/tle.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/architecture/utils.md b/src/site/markdown/architecture/utils.md
index 984bae805f..972e422475 100644
--- a/src/site/markdown/architecture/utils.md
+++ b/src/site/markdown/architecture/utils.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/building.md b/src/site/markdown/building.md
index ad1f6fdec7..83b1a1557d 100644
--- a/src/site/markdown/building.md
+++ b/src/site/markdown/building.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/configuration.md b/src/site/markdown/configuration.md
index 37db8a1772..dbee8581b0 100644
--- a/src/site/markdown/configuration.md
+++ b/src/site/markdown/configuration.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/contact.md b/src/site/markdown/contact.md
index 55befe90af..6b8834b6a6 100644
--- a/src/site/markdown/contact.md
+++ b/src/site/markdown/contact.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/contributing.md b/src/site/markdown/contributing.md
index 34fdd3bde9..f6f28743be 100644
--- a/src/site/markdown/contributing.md
+++ b/src/site/markdown/contributing.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/downloads.md b/src/site/markdown/downloads.md
index 557f1c4dbf..8ee2e222e0 100644
--- a/src/site/markdown/downloads.md
+++ b/src/site/markdown/downloads.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/faq.md b/src/site/markdown/faq.md
index 6bfdf3efa7..41e8905986 100644
--- a/src/site/markdown/faq.md
+++ b/src/site/markdown/faq.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/guidelines.md b/src/site/markdown/guidelines.md
index 71fee4ee89..bef580ecf0 100644
--- a/src/site/markdown/guidelines.md
+++ b/src/site/markdown/guidelines.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 6f7bc6e45d..9a7fe41592 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/sources.md b/src/site/markdown/sources.md
index c77fdb3a6e..664a3edcef 100644
--- a/src/site/markdown/sources.md
+++ b/src/site/markdown/sources.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/training.md b/src/site/markdown/training.md
index 6b0c272b37..0fe0c25590 100644
--- a/src/site/markdown/training.md
+++ b/src/site/markdown/training.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/tutorial/attitude.md b/src/site/markdown/tutorial/attitude.md
index 24e9761a87..468782db8a 100644
--- a/src/site/markdown/tutorial/attitude.md
+++ b/src/site/markdown/tutorial/attitude.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/tutorial/frames.md b/src/site/markdown/tutorial/frames.md
index 74d2fa5683..5a3f90a97a 100644
--- a/src/site/markdown/tutorial/frames.md
+++ b/src/site/markdown/tutorial/frames.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/tutorial/geomagnetic-field.md b/src/site/markdown/tutorial/geomagnetic-field.md
index 2d9988267e..6c111e7bc2 100644
--- a/src/site/markdown/tutorial/geomagnetic-field.md
+++ b/src/site/markdown/tutorial/geomagnetic-field.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/tutorial/integration-in-other-languages.md b/src/site/markdown/tutorial/integration-in-other-languages.md
index 62c7f5e117..4eb8410fab 100644
--- a/src/site/markdown/tutorial/integration-in-other-languages.md
+++ b/src/site/markdown/tutorial/integration-in-other-languages.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
@@ -31,7 +31,7 @@ javaaddpath to set the paths. Note that as of Matlab version 7.5.0 this needs to
 from the script to the Matlab prompt.
 
     %
-    % /* Copyright 2002-2018 CS Systèmes d'Information
+    % /* Copyright 2002-2019 CS Systèmes d'Information
     %  * Licensed to CS Systèmes d'Information (CS) under one or more
     %  * contributor license agreements.  See the NOTICE file distributed with
     %  * this work for additional information regarding copyright ownership.
@@ -174,7 +174,7 @@ as your Jython files.
 This example is a translation of the SlaveMode.java example to Jython, showing a stepped
 Keplerian propagation.
 
-    /* Copyright 2002-2018 CS Systèmes d'Information
+    /* Copyright 2002-2019 CS Systèmes d'Information
      * Licensed to CS Systèmes d'Information (CS) under one or more
      * contributor license agreements.  See the NOTICE file distributed with
      * this work for additional information regarding copyright ownership.
@@ -268,7 +268,7 @@ Keplerian propagation.
 This example is based on the VisiblityCheck.java, translated into Jython. It includes an
 example of subclassing of a Java object into a jython object.
 
-    /* Copyright 2002-2018 CS Systèmes d'Information
+    /* Copyright 2002-2019 CS Systèmes d'Information
      * Licensed to CS Systèmes d'Information (CS) under one or more
      * contributor license agreements.  See the NOTICE file distributed with
      * this work for additional information regarding copyright ownership.
diff --git a/src/site/markdown/tutorial/propagation.md b/src/site/markdown/tutorial/propagation.md
index 689db81327..c7ea1f4891 100644
--- a/src/site/markdown/tutorial/propagation.md
+++ b/src/site/markdown/tutorial/propagation.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/markdown/tutorial/time.md b/src/site/markdown/tutorial/time.md
index 2b39ab174c..2b5953d01c 100644
--- a/src/site/markdown/tutorial/time.md
+++ b/src/site/markdown/tutorial/time.md
@@ -1,4 +1,4 @@
-<!--- Copyright 2002-2018 CS Systèmes d'Information
+<!--- Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/site.xml b/src/site/site.xml
index 122f67b4bd..97ef244bf8 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2002-2018 CS Systèmes d'Information
+  Copyright 2002-2019 CS Systèmes d'Information
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml
index ad61f39d35..e0d9f91412 100644
--- a/src/site/xdoc/changes.xml
+++ b/src/site/xdoc/changes.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" ?>
-<!-- Copyright 2002-2018 CS Systèmes d'Information
+<!-- Copyright 2002-2019 CS Systèmes d'Information
   Licensed to CS Systèmes d'Information (CS) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/KeyValueFileParser.java b/src/test/java/org/orekit/KeyValueFileParser.java
index 91bcd4acd4..899ad4a0df 100644
--- a/src/test/java/org/orekit/KeyValueFileParser.java
+++ b/src/test/java/org/orekit/KeyValueFileParser.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/SolarInputs97to05.java b/src/test/java/org/orekit/SolarInputs97to05.java
index 6b166cb17e..c8c08bae47 100644
--- a/src/test/java/org/orekit/SolarInputs97to05.java
+++ b/src/test/java/org/orekit/SolarInputs97to05.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/Utils.java b/src/test/java/org/orekit/Utils.java
index 566981b811..ba63fd9ebb 100644
--- a/src/test/java/org/orekit/Utils.java
+++ b/src/test/java/org/orekit/Utils.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/attitudes/AttitudeTest.java b/src/test/java/org/orekit/attitudes/AttitudeTest.java
index 7deb8b8401..ecef931ccf 100644
--- a/src/test/java/org/orekit/attitudes/AttitudeTest.java
+++ b/src/test/java/org/orekit/attitudes/AttitudeTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/attitudes/AttitudesSequenceTest.java b/src/test/java/org/orekit/attitudes/AttitudesSequenceTest.java
index ec8506e6b8..dd6ccb163b 100644
--- a/src/test/java/org/orekit/attitudes/AttitudesSequenceTest.java
+++ b/src/test/java/org/orekit/attitudes/AttitudesSequenceTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/attitudes/BodyCenterPointingTest.java b/src/test/java/org/orekit/attitudes/BodyCenterPointingTest.java
index 01dc32fd89..bfa950fe35 100644
--- a/src/test/java/org/orekit/attitudes/BodyCenterPointingTest.java
+++ b/src/test/java/org/orekit/attitudes/BodyCenterPointingTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/attitudes/CelestialBodyPointingTest.java b/src/test/java/org/orekit/attitudes/CelestialBodyPointingTest.java
index 6265cd6e39..b4ce463bda 100644
--- a/src/test/java/org/orekit/attitudes/CelestialBodyPointingTest.java
+++ b/src/test/java/org/orekit/attitudes/CelestialBodyPointingTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/attitudes/FieldAttitudeTest.java b/src/test/java/org/orekit/attitudes/FieldAttitudeTest.java
index 038cb44c7c..2947df0521 100644
--- a/src/test/java/org/orekit/attitudes/FieldAttitudeTest.java
+++ b/src/test/java/org/orekit/attitudes/FieldAttitudeTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/attitudes/FixedRateTest.java b/src/test/java/org/orekit/attitudes/FixedRateTest.java
index 1c5cad0628..5a1ab8155f 100644
--- a/src/test/java/org/orekit/attitudes/FixedRateTest.java
+++ b/src/test/java/org/orekit/attitudes/FixedRateTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/attitudes/InertialAttitudeTest.java b/src/test/java/org/orekit/attitudes/InertialAttitudeTest.java
index 3a326bcc85..d40efe9f99 100644
--- a/src/test/java/org/orekit/attitudes/InertialAttitudeTest.java
+++ b/src/test/java/org/orekit/attitudes/InertialAttitudeTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/attitudes/LofOffsetPointingTest.java b/src/test/java/org/orekit/attitudes/LofOffsetPointingTest.java
index 87cb7f2006..ecf85ef898 100644
--- a/src/test/java/org/orekit/attitudes/LofOffsetPointingTest.java
+++ b/src/test/java/org/orekit/attitudes/LofOffsetPointingTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/attitudes/LofOffsetTest.java b/src/test/java/org/orekit/attitudes/LofOffsetTest.java
index 77c9a21de6..da40bcdcfa 100644
--- a/src/test/java/org/orekit/attitudes/LofOffsetTest.java
+++ b/src/test/java/org/orekit/attitudes/LofOffsetTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/attitudes/NadirPointingTest.java b/src/test/java/org/orekit/attitudes/NadirPointingTest.java
index 5845f5f51c..f9d54b9b86 100644
--- a/src/test/java/org/orekit/attitudes/NadirPointingTest.java
+++ b/src/test/java/org/orekit/attitudes/NadirPointingTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/attitudes/SpinStabilizedTest.java b/src/test/java/org/orekit/attitudes/SpinStabilizedTest.java
index 0e988ff9f5..cb52358ef2 100644
--- a/src/test/java/org/orekit/attitudes/SpinStabilizedTest.java
+++ b/src/test/java/org/orekit/attitudes/SpinStabilizedTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/attitudes/TabulatedLofOffsetTest.java b/src/test/java/org/orekit/attitudes/TabulatedLofOffsetTest.java
index a2b04a5430..3b97ecf59d 100644
--- a/src/test/java/org/orekit/attitudes/TabulatedLofOffsetTest.java
+++ b/src/test/java/org/orekit/attitudes/TabulatedLofOffsetTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/attitudes/TabulatedProviderTest.java b/src/test/java/org/orekit/attitudes/TabulatedProviderTest.java
index df2405f398..7104cbee68 100644
--- a/src/test/java/org/orekit/attitudes/TabulatedProviderTest.java
+++ b/src/test/java/org/orekit/attitudes/TabulatedProviderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/attitudes/TargetPointingTest.java b/src/test/java/org/orekit/attitudes/TargetPointingTest.java
index 930e385df7..00b584462f 100644
--- a/src/test/java/org/orekit/attitudes/TargetPointingTest.java
+++ b/src/test/java/org/orekit/attitudes/TargetPointingTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/attitudes/YawCompensationTest.java b/src/test/java/org/orekit/attitudes/YawCompensationTest.java
index d49ba6b2a0..49bed48e04 100644
--- a/src/test/java/org/orekit/attitudes/YawCompensationTest.java
+++ b/src/test/java/org/orekit/attitudes/YawCompensationTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/attitudes/YawSteeringTest.java b/src/test/java/org/orekit/attitudes/YawSteeringTest.java
index a173499277..bf433468e8 100644
--- a/src/test/java/org/orekit/attitudes/YawSteeringTest.java
+++ b/src/test/java/org/orekit/attitudes/YawSteeringTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/bodies/CelestialBodyFactoryTest.java b/src/test/java/org/orekit/bodies/CelestialBodyFactoryTest.java
index 020fd5ee1d..92afc5daca 100644
--- a/src/test/java/org/orekit/bodies/CelestialBodyFactoryTest.java
+++ b/src/test/java/org/orekit/bodies/CelestialBodyFactoryTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/bodies/EllipseTest.java b/src/test/java/org/orekit/bodies/EllipseTest.java
index db0810c8ba..84af0f6d69 100644
--- a/src/test/java/org/orekit/bodies/EllipseTest.java
+++ b/src/test/java/org/orekit/bodies/EllipseTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/bodies/EllipsoidTest.java b/src/test/java/org/orekit/bodies/EllipsoidTest.java
index 98ae59ed2c..6399f8b427 100644
--- a/src/test/java/org/orekit/bodies/EllipsoidTest.java
+++ b/src/test/java/org/orekit/bodies/EllipsoidTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/bodies/IAUPoleFactory.java b/src/test/java/org/orekit/bodies/IAUPoleFactory.java
index d9a0b2e166..66c1c03483 100644
--- a/src/test/java/org/orekit/bodies/IAUPoleFactory.java
+++ b/src/test/java/org/orekit/bodies/IAUPoleFactory.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/bodies/JPLEphemeridesLoaderTest.java b/src/test/java/org/orekit/bodies/JPLEphemeridesLoaderTest.java
index e8153cc82f..ee83936f0e 100644
--- a/src/test/java/org/orekit/bodies/JPLEphemeridesLoaderTest.java
+++ b/src/test/java/org/orekit/bodies/JPLEphemeridesLoaderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/bodies/OneAxisEllipsoidTest.java b/src/test/java/org/orekit/bodies/OneAxisEllipsoidTest.java
index c7585d306c..35383041ca 100644
--- a/src/test/java/org/orekit/bodies/OneAxisEllipsoidTest.java
+++ b/src/test/java/org/orekit/bodies/OneAxisEllipsoidTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/bodies/PredefinedIAUPolesTest.java b/src/test/java/org/orekit/bodies/PredefinedIAUPolesTest.java
index acb5f4d119..8aa86fac6c 100644
--- a/src/test/java/org/orekit/bodies/PredefinedIAUPolesTest.java
+++ b/src/test/java/org/orekit/bodies/PredefinedIAUPolesTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/bodies/SolarBodyTest.java b/src/test/java/org/orekit/bodies/SolarBodyTest.java
index f8d02ce1a2..90d9ed7907 100644
--- a/src/test/java/org/orekit/bodies/SolarBodyTest.java
+++ b/src/test/java/org/orekit/bodies/SolarBodyTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/data/AbstractFilesLoaderTest.java b/src/test/java/org/orekit/data/AbstractFilesLoaderTest.java
index 86d5b63bf2..4d6d24e447 100644
--- a/src/test/java/org/orekit/data/AbstractFilesLoaderTest.java
+++ b/src/test/java/org/orekit/data/AbstractFilesLoaderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/data/AuthenticatorDialog.java b/src/test/java/org/orekit/data/AuthenticatorDialog.java
index b47aa8eb49..e865803c87 100644
--- a/src/test/java/org/orekit/data/AuthenticatorDialog.java
+++ b/src/test/java/org/orekit/data/AuthenticatorDialog.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/data/ClasspathCrawlerTest.java b/src/test/java/org/orekit/data/ClasspathCrawlerTest.java
index 00e6409470..a03f26a626 100644
--- a/src/test/java/org/orekit/data/ClasspathCrawlerTest.java
+++ b/src/test/java/org/orekit/data/ClasspathCrawlerTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/data/DataProvidersManagerTest.java b/src/test/java/org/orekit/data/DataProvidersManagerTest.java
index 3895c21688..3e7857a52e 100644
--- a/src/test/java/org/orekit/data/DataProvidersManagerTest.java
+++ b/src/test/java/org/orekit/data/DataProvidersManagerTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/data/DirectoryCrawlerTest.java b/src/test/java/org/orekit/data/DirectoryCrawlerTest.java
index 2c71f7b925..e1f2096bf6 100644
--- a/src/test/java/org/orekit/data/DirectoryCrawlerTest.java
+++ b/src/test/java/org/orekit/data/DirectoryCrawlerTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/data/FundamentalNutationArgumentsTest.java b/src/test/java/org/orekit/data/FundamentalNutationArgumentsTest.java
index e652358847..12ebe5edd4 100644
--- a/src/test/java/org/orekit/data/FundamentalNutationArgumentsTest.java
+++ b/src/test/java/org/orekit/data/FundamentalNutationArgumentsTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/data/NetworkCrawlerTest.java b/src/test/java/org/orekit/data/NetworkCrawlerTest.java
index 8cf0123130..be084dbdbe 100644
--- a/src/test/java/org/orekit/data/NetworkCrawlerTest.java
+++ b/src/test/java/org/orekit/data/NetworkCrawlerTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/data/NutationCodecTest.java b/src/test/java/org/orekit/data/NutationCodecTest.java
index 5a29e057e6..e556cff1ae 100644
--- a/src/test/java/org/orekit/data/NutationCodecTest.java
+++ b/src/test/java/org/orekit/data/NutationCodecTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/data/PoissonSeriesParserTest.java b/src/test/java/org/orekit/data/PoissonSeriesParserTest.java
index b57d4ccc48..81b2b5d06e 100644
--- a/src/test/java/org/orekit/data/PoissonSeriesParserTest.java
+++ b/src/test/java/org/orekit/data/PoissonSeriesParserTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/data/PolynomialParserTest.java b/src/test/java/org/orekit/data/PolynomialParserTest.java
index 4e3705beba..9257fa82fa 100644
--- a/src/test/java/org/orekit/data/PolynomialParserTest.java
+++ b/src/test/java/org/orekit/data/PolynomialParserTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/data/UnixCompressFilterTest.java b/src/test/java/org/orekit/data/UnixCompressFilterTest.java
index c3d1c230ab..1ba9a2b9c8 100644
--- a/src/test/java/org/orekit/data/UnixCompressFilterTest.java
+++ b/src/test/java/org/orekit/data/UnixCompressFilterTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/data/ZipJarCrawlerTest.java b/src/test/java/org/orekit/data/ZipJarCrawlerTest.java
index 7951ad1436..9677b11c73 100644
--- a/src/test/java/org/orekit/data/ZipJarCrawlerTest.java
+++ b/src/test/java/org/orekit/data/ZipJarCrawlerTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/errors/OrekitExceptionTest.java b/src/test/java/org/orekit/errors/OrekitExceptionTest.java
index 9a4759182b..afff9baca2 100644
--- a/src/test/java/org/orekit/errors/OrekitExceptionTest.java
+++ b/src/test/java/org/orekit/errors/OrekitExceptionTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/errors/OrekitExceptionWrapperTest.java b/src/test/java/org/orekit/errors/OrekitExceptionWrapperTest.java
index a0ab496705..80c8f1b0cf 100644
--- a/src/test/java/org/orekit/errors/OrekitExceptionWrapperTest.java
+++ b/src/test/java/org/orekit/errors/OrekitExceptionWrapperTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/errors/OrekitIllegalArgumentExceptionTest.java b/src/test/java/org/orekit/errors/OrekitIllegalArgumentExceptionTest.java
index ad1566fdd0..fdec24b8f2 100644
--- a/src/test/java/org/orekit/errors/OrekitIllegalArgumentExceptionTest.java
+++ b/src/test/java/org/orekit/errors/OrekitIllegalArgumentExceptionTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/errors/OrekitIllegalStateExceptionTest.java b/src/test/java/org/orekit/errors/OrekitIllegalStateExceptionTest.java
index d5a3e4bafd..bb01e2ee46 100644
--- a/src/test/java/org/orekit/errors/OrekitIllegalStateExceptionTest.java
+++ b/src/test/java/org/orekit/errors/OrekitIllegalStateExceptionTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/errors/OrekitInternalErrorTest.java b/src/test/java/org/orekit/errors/OrekitInternalErrorTest.java
index 4ed62a5cc9..0435a56cbd 100644
--- a/src/test/java/org/orekit/errors/OrekitInternalErrorTest.java
+++ b/src/test/java/org/orekit/errors/OrekitInternalErrorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/errors/OrekitMessagesTest.java b/src/test/java/org/orekit/errors/OrekitMessagesTest.java
index 4fb246c493..589f8d9c48 100644
--- a/src/test/java/org/orekit/errors/OrekitMessagesTest.java
+++ b/src/test/java/org/orekit/errors/OrekitMessagesTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/errors/OrekitParseExceptionTest.java b/src/test/java/org/orekit/errors/OrekitParseExceptionTest.java
index 6a0b342669..706557434a 100644
--- a/src/test/java/org/orekit/errors/OrekitParseExceptionTest.java
+++ b/src/test/java/org/orekit/errors/OrekitParseExceptionTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/errors/TimeStampedCacheExceptionTest.java b/src/test/java/org/orekit/errors/TimeStampedCacheExceptionTest.java
index dbfc406397..6ebe3f77de 100644
--- a/src/test/java/org/orekit/errors/TimeStampedCacheExceptionTest.java
+++ b/src/test/java/org/orekit/errors/TimeStampedCacheExceptionTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/Context.java b/src/test/java/org/orekit/estimation/Context.java
index c8a31430a4..3492d98b84 100644
--- a/src/test/java/org/orekit/estimation/Context.java
+++ b/src/test/java/org/orekit/estimation/Context.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/EstimationTestUtils.java b/src/test/java/org/orekit/estimation/EstimationTestUtils.java
index f8cdda5f9f..47c6b55a6c 100644
--- a/src/test/java/org/orekit/estimation/EstimationTestUtils.java
+++ b/src/test/java/org/orekit/estimation/EstimationTestUtils.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/Force.java b/src/test/java/org/orekit/estimation/Force.java
index 2e8e7e3b2b..9a8557d6bd 100644
--- a/src/test/java/org/orekit/estimation/Force.java
+++ b/src/test/java/org/orekit/estimation/Force.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/iod/IodGibbsTest.java b/src/test/java/org/orekit/estimation/iod/IodGibbsTest.java
index b90b256934..a2efadb68a 100644
--- a/src/test/java/org/orekit/estimation/iod/IodGibbsTest.java
+++ b/src/test/java/org/orekit/estimation/iod/IodGibbsTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/iod/IodGoodingTest.java b/src/test/java/org/orekit/estimation/iod/IodGoodingTest.java
index 97b4c38517..8bc377f05b 100644
--- a/src/test/java/org/orekit/estimation/iod/IodGoodingTest.java
+++ b/src/test/java/org/orekit/estimation/iod/IodGoodingTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/iod/IodLambertTest.java b/src/test/java/org/orekit/estimation/iod/IodLambertTest.java
index 64f4ff6968..ce2952e4fd 100644
--- a/src/test/java/org/orekit/estimation/iod/IodLambertTest.java
+++ b/src/test/java/org/orekit/estimation/iod/IodLambertTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/leastsquares/BatchLSEstimatorTest.java b/src/test/java/org/orekit/estimation/leastsquares/BatchLSEstimatorTest.java
index 991c783795..6edfabd719 100644
--- a/src/test/java/org/orekit/estimation/leastsquares/BatchLSEstimatorTest.java
+++ b/src/test/java/org/orekit/estimation/leastsquares/BatchLSEstimatorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/leastsquares/ModelTest.java b/src/test/java/org/orekit/estimation/leastsquares/ModelTest.java
index 0b38572b21..a2d4af3860 100644
--- a/src/test/java/org/orekit/estimation/leastsquares/ModelTest.java
+++ b/src/test/java/org/orekit/estimation/leastsquares/ModelTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/leastsquares/OrbitDeterminationTest.java b/src/test/java/org/orekit/estimation/leastsquares/OrbitDeterminationTest.java
index c2bf6858a1..6e495c9897 100644
--- a/src/test/java/org/orekit/estimation/leastsquares/OrbitDeterminationTest.java
+++ b/src/test/java/org/orekit/estimation/leastsquares/OrbitDeterminationTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/AngularAzElMeasurementCreator.java b/src/test/java/org/orekit/estimation/measurements/AngularAzElMeasurementCreator.java
index 6c003d6230..2c1f5c1d70 100644
--- a/src/test/java/org/orekit/estimation/measurements/AngularAzElMeasurementCreator.java
+++ b/src/test/java/org/orekit/estimation/measurements/AngularAzElMeasurementCreator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/AngularAzElTest.java b/src/test/java/org/orekit/estimation/measurements/AngularAzElTest.java
index 88ea0cc6e0..09e8f49e62 100644
--- a/src/test/java/org/orekit/estimation/measurements/AngularAzElTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/AngularAzElTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/AngularRaDecMeasurementCreator.java b/src/test/java/org/orekit/estimation/measurements/AngularRaDecMeasurementCreator.java
index ba42b60821..d95b6cdebb 100644
--- a/src/test/java/org/orekit/estimation/measurements/AngularRaDecMeasurementCreator.java
+++ b/src/test/java/org/orekit/estimation/measurements/AngularRaDecMeasurementCreator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/AngularRaDecTest.java b/src/test/java/org/orekit/estimation/measurements/AngularRaDecTest.java
index ef2dbff448..696acc7d5c 100644
--- a/src/test/java/org/orekit/estimation/measurements/AngularRaDecTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/AngularRaDecTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/GroundStationTest.java b/src/test/java/org/orekit/estimation/measurements/GroundStationTest.java
index e78d24c2e6..891ae042cf 100644
--- a/src/test/java/org/orekit/estimation/measurements/GroundStationTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/GroundStationTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/InterSatellitesRangeMeasurementCreator.java b/src/test/java/org/orekit/estimation/measurements/InterSatellitesRangeMeasurementCreator.java
index 1bd066ccc3..45d930b066 100644
--- a/src/test/java/org/orekit/estimation/measurements/InterSatellitesRangeMeasurementCreator.java
+++ b/src/test/java/org/orekit/estimation/measurements/InterSatellitesRangeMeasurementCreator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/InterSatellitesRangeTest.java b/src/test/java/org/orekit/estimation/measurements/InterSatellitesRangeTest.java
index b70d463564..b9b4713b12 100644
--- a/src/test/java/org/orekit/estimation/measurements/InterSatellitesRangeTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/InterSatellitesRangeTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/MeasurementCreator.java b/src/test/java/org/orekit/estimation/measurements/MeasurementCreator.java
index a5d4b3c294..d506251686 100644
--- a/src/test/java/org/orekit/estimation/measurements/MeasurementCreator.java
+++ b/src/test/java/org/orekit/estimation/measurements/MeasurementCreator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/PVMeasurementCreator.java b/src/test/java/org/orekit/estimation/measurements/PVMeasurementCreator.java
index 02bb447c7a..bede11fed5 100644
--- a/src/test/java/org/orekit/estimation/measurements/PVMeasurementCreator.java
+++ b/src/test/java/org/orekit/estimation/measurements/PVMeasurementCreator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/PVTest.java b/src/test/java/org/orekit/estimation/measurements/PVTest.java
index aa4f165f6c..f20b82d42d 100644
--- a/src/test/java/org/orekit/estimation/measurements/PVTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/PVTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/PhaseMeasurementCreator.java b/src/test/java/org/orekit/estimation/measurements/PhaseMeasurementCreator.java
index 39ad52e8f1..e513e2f5f4 100644
--- a/src/test/java/org/orekit/estimation/measurements/PhaseMeasurementCreator.java
+++ b/src/test/java/org/orekit/estimation/measurements/PhaseMeasurementCreator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/PhaseTest.java b/src/test/java/org/orekit/estimation/measurements/PhaseTest.java
index db655589f3..7352c89a90 100644
--- a/src/test/java/org/orekit/estimation/measurements/PhaseTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/PhaseTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/PositionMeasurementCreator.java b/src/test/java/org/orekit/estimation/measurements/PositionMeasurementCreator.java
index 5dd3de1f44..c23e9c627b 100644
--- a/src/test/java/org/orekit/estimation/measurements/PositionMeasurementCreator.java
+++ b/src/test/java/org/orekit/estimation/measurements/PositionMeasurementCreator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/PositionTest.java b/src/test/java/org/orekit/estimation/measurements/PositionTest.java
index 0e58384a92..758d64276e 100644
--- a/src/test/java/org/orekit/estimation/measurements/PositionTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/PositionTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/Range2Test.java b/src/test/java/org/orekit/estimation/measurements/Range2Test.java
index fb19014627..90a11e2080 100644
--- a/src/test/java/org/orekit/estimation/measurements/Range2Test.java
+++ b/src/test/java/org/orekit/estimation/measurements/Range2Test.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/RangeAnalyticTest.java b/src/test/java/org/orekit/estimation/measurements/RangeAnalyticTest.java
index add30fc05d..5418ede427 100644
--- a/src/test/java/org/orekit/estimation/measurements/RangeAnalyticTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/RangeAnalyticTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/RangeMeasurementCreator.java b/src/test/java/org/orekit/estimation/measurements/RangeMeasurementCreator.java
index fb03492fb3..bb0ebda742 100644
--- a/src/test/java/org/orekit/estimation/measurements/RangeMeasurementCreator.java
+++ b/src/test/java/org/orekit/estimation/measurements/RangeMeasurementCreator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/RangeMeasurementCreator2.java b/src/test/java/org/orekit/estimation/measurements/RangeMeasurementCreator2.java
index 9bef65b151..e0db3e35a2 100644
--- a/src/test/java/org/orekit/estimation/measurements/RangeMeasurementCreator2.java
+++ b/src/test/java/org/orekit/estimation/measurements/RangeMeasurementCreator2.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/RangeRateMeasurementCreator.java b/src/test/java/org/orekit/estimation/measurements/RangeRateMeasurementCreator.java
index 1602f89c09..d0c9f48bca 100644
--- a/src/test/java/org/orekit/estimation/measurements/RangeRateMeasurementCreator.java
+++ b/src/test/java/org/orekit/estimation/measurements/RangeRateMeasurementCreator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/RangeRateTest.java b/src/test/java/org/orekit/estimation/measurements/RangeRateTest.java
index 6245763329..d3dbfddc36 100644
--- a/src/test/java/org/orekit/estimation/measurements/RangeRateTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/RangeRateTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/RangeTest.java b/src/test/java/org/orekit/estimation/measurements/RangeTest.java
index 7dc69dc13f..bedb295e63 100644
--- a/src/test/java/org/orekit/estimation/measurements/RangeTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/RangeTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/TurnAroundRangeAnalyticTest.java b/src/test/java/org/orekit/estimation/measurements/TurnAroundRangeAnalyticTest.java
index ff5ade9b16..9db9c86f27 100644
--- a/src/test/java/org/orekit/estimation/measurements/TurnAroundRangeAnalyticTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/TurnAroundRangeAnalyticTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/TurnAroundRangeMeasurementCreator.java b/src/test/java/org/orekit/estimation/measurements/TurnAroundRangeMeasurementCreator.java
index cf290c4cd4..709fc9071b 100644
--- a/src/test/java/org/orekit/estimation/measurements/TurnAroundRangeMeasurementCreator.java
+++ b/src/test/java/org/orekit/estimation/measurements/TurnAroundRangeMeasurementCreator.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/TurnAroundRangeTest.java b/src/test/java/org/orekit/estimation/measurements/TurnAroundRangeTest.java
index c84c354699..1f02071312 100644
--- a/src/test/java/org/orekit/estimation/measurements/TurnAroundRangeTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/TurnAroundRangeTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/generation/AbstractGroundMeasurementBuilderTest.java b/src/test/java/org/orekit/estimation/measurements/generation/AbstractGroundMeasurementBuilderTest.java
index 0bafed23b0..b90b970e7d 100644
--- a/src/test/java/org/orekit/estimation/measurements/generation/AbstractGroundMeasurementBuilderTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/generation/AbstractGroundMeasurementBuilderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/generation/AngularAzElBuilderTest.java b/src/test/java/org/orekit/estimation/measurements/generation/AngularAzElBuilderTest.java
index 9f460291dd..c09cab929e 100644
--- a/src/test/java/org/orekit/estimation/measurements/generation/AngularAzElBuilderTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/generation/AngularAzElBuilderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/generation/AngularRaDecBuilderTest.java b/src/test/java/org/orekit/estimation/measurements/generation/AngularRaDecBuilderTest.java
index 474c15d982..f9cb16e45d 100644
--- a/src/test/java/org/orekit/estimation/measurements/generation/AngularRaDecBuilderTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/generation/AngularRaDecBuilderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/generation/InterSatellitesRangeBuilderTest.java b/src/test/java/org/orekit/estimation/measurements/generation/InterSatellitesRangeBuilderTest.java
index 5d8bfa96c2..d7ec14bb45 100644
--- a/src/test/java/org/orekit/estimation/measurements/generation/InterSatellitesRangeBuilderTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/generation/InterSatellitesRangeBuilderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/generation/PVBuilderTest.java b/src/test/java/org/orekit/estimation/measurements/generation/PVBuilderTest.java
index a62c9f6f53..0173322f84 100644
--- a/src/test/java/org/orekit/estimation/measurements/generation/PVBuilderTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/generation/PVBuilderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/generation/PositionBuilderTest.java b/src/test/java/org/orekit/estimation/measurements/generation/PositionBuilderTest.java
index d22aaea618..87b53683ef 100644
--- a/src/test/java/org/orekit/estimation/measurements/generation/PositionBuilderTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/generation/PositionBuilderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/generation/RangeBuilderTest.java b/src/test/java/org/orekit/estimation/measurements/generation/RangeBuilderTest.java
index 146dbf59b8..8bb1b023fc 100644
--- a/src/test/java/org/orekit/estimation/measurements/generation/RangeBuilderTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/generation/RangeBuilderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/generation/RangeRateBuilderTest.java b/src/test/java/org/orekit/estimation/measurements/generation/RangeRateBuilderTest.java
index 2bef947027..b8307fbc66 100644
--- a/src/test/java/org/orekit/estimation/measurements/generation/RangeRateBuilderTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/generation/RangeRateBuilderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/generation/TurnAroundRangeBuilderTest.java b/src/test/java/org/orekit/estimation/measurements/generation/TurnAroundRangeBuilderTest.java
index ceab7d16c5..9380baa0cf 100644
--- a/src/test/java/org/orekit/estimation/measurements/generation/TurnAroundRangeBuilderTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/generation/TurnAroundRangeBuilderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/modifiers/BiasTest.java b/src/test/java/org/orekit/estimation/measurements/modifiers/BiasTest.java
index 2fc9e6edb6..8ff88c39dc 100644
--- a/src/test/java/org/orekit/estimation/measurements/modifiers/BiasTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/modifiers/BiasTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/modifiers/IonoModifierTest.java b/src/test/java/org/orekit/estimation/measurements/modifiers/IonoModifierTest.java
index e52dafef1e..3df2577172 100644
--- a/src/test/java/org/orekit/estimation/measurements/modifiers/IonoModifierTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/modifiers/IonoModifierTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/modifiers/OnBoardAntennaInterSatellitesRangeModifierTest.java b/src/test/java/org/orekit/estimation/measurements/modifiers/OnBoardAntennaInterSatellitesRangeModifierTest.java
index d00a9b2283..9305b3ae42 100644
--- a/src/test/java/org/orekit/estimation/measurements/modifiers/OnBoardAntennaInterSatellitesRangeModifierTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/modifiers/OnBoardAntennaInterSatellitesRangeModifierTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/modifiers/OnBoardAntennaRangeModifierTest.java b/src/test/java/org/orekit/estimation/measurements/modifiers/OnBoardAntennaRangeModifierTest.java
index a30630a37d..5780b07732 100644
--- a/src/test/java/org/orekit/estimation/measurements/modifiers/OnBoardAntennaRangeModifierTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/modifiers/OnBoardAntennaRangeModifierTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/modifiers/OnBoardAntennaTurnAroundRangeModifierTest.java b/src/test/java/org/orekit/estimation/measurements/modifiers/OnBoardAntennaTurnAroundRangeModifierTest.java
index 07bab56546..2ae28ceda0 100644
--- a/src/test/java/org/orekit/estimation/measurements/modifiers/OnBoardAntennaTurnAroundRangeModifierTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/modifiers/OnBoardAntennaTurnAroundRangeModifierTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/measurements/modifiers/TropoModifierTest.java b/src/test/java/org/orekit/estimation/measurements/modifiers/TropoModifierTest.java
index b00472bf80..8c18896d8a 100644
--- a/src/test/java/org/orekit/estimation/measurements/modifiers/TropoModifierTest.java
+++ b/src/test/java/org/orekit/estimation/measurements/modifiers/TropoModifierTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/sequential/KalmanEstimatorTest.java b/src/test/java/org/orekit/estimation/sequential/KalmanEstimatorTest.java
index a1979809fa..c3b1d20802 100644
--- a/src/test/java/org/orekit/estimation/sequential/KalmanEstimatorTest.java
+++ b/src/test/java/org/orekit/estimation/sequential/KalmanEstimatorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/estimation/sequential/KalmanOrbitDeterminationTest.java b/src/test/java/org/orekit/estimation/sequential/KalmanOrbitDeterminationTest.java
index a29b2ee795..cccda9f1ea 100644
--- a/src/test/java/org/orekit/estimation/sequential/KalmanOrbitDeterminationTest.java
+++ b/src/test/java/org/orekit/estimation/sequential/KalmanOrbitDeterminationTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/files/ccsds/CCSDSFrameTest.java b/src/test/java/org/orekit/files/ccsds/CCSDSFrameTest.java
index 09d59a0ca1..c72168a41e 100644
--- a/src/test/java/org/orekit/files/ccsds/CCSDSFrameTest.java
+++ b/src/test/java/org/orekit/files/ccsds/CCSDSFrameTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/files/ccsds/CenterNameTest.java b/src/test/java/org/orekit/files/ccsds/CenterNameTest.java
index b79c1de6a4..30198f5624 100644
--- a/src/test/java/org/orekit/files/ccsds/CenterNameTest.java
+++ b/src/test/java/org/orekit/files/ccsds/CenterNameTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/files/ccsds/KeyValueTest.java b/src/test/java/org/orekit/files/ccsds/KeyValueTest.java
index 260ce34c87..2544227b02 100644
--- a/src/test/java/org/orekit/files/ccsds/KeyValueTest.java
+++ b/src/test/java/org/orekit/files/ccsds/KeyValueTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/files/ccsds/OEMParserTest.java b/src/test/java/org/orekit/files/ccsds/OEMParserTest.java
index fdc8fdac06..a1f9b2a834 100644
--- a/src/test/java/org/orekit/files/ccsds/OEMParserTest.java
+++ b/src/test/java/org/orekit/files/ccsds/OEMParserTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/files/ccsds/OMMParserTest.java b/src/test/java/org/orekit/files/ccsds/OMMParserTest.java
index 5938191587..f7e01272da 100644
--- a/src/test/java/org/orekit/files/ccsds/OMMParserTest.java
+++ b/src/test/java/org/orekit/files/ccsds/OMMParserTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/files/ccsds/OPMParserTest.java b/src/test/java/org/orekit/files/ccsds/OPMParserTest.java
index cb6bba1298..95453ad71f 100644
--- a/src/test/java/org/orekit/files/ccsds/OPMParserTest.java
+++ b/src/test/java/org/orekit/files/ccsds/OPMParserTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/files/ccsds/TDMParserTest.java b/src/test/java/org/orekit/files/ccsds/TDMParserTest.java
index b270942235..de1f288a6a 100644
--- a/src/test/java/org/orekit/files/ccsds/TDMParserTest.java
+++ b/src/test/java/org/orekit/files/ccsds/TDMParserTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/AbstractForceModelTest.java b/src/test/java/org/orekit/forces/AbstractForceModelTest.java
index e19e9df6c0..e63884dbf8 100644
--- a/src/test/java/org/orekit/forces/AbstractForceModelTest.java
+++ b/src/test/java/org/orekit/forces/AbstractForceModelTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/AbstractLegacyForceModelTest.java b/src/test/java/org/orekit/forces/AbstractLegacyForceModelTest.java
index 74955c8a80..118d54fd6c 100644
--- a/src/test/java/org/orekit/forces/AbstractLegacyForceModelTest.java
+++ b/src/test/java/org/orekit/forces/AbstractLegacyForceModelTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/BoxAndSolarArraySpacecraftTest.java b/src/test/java/org/orekit/forces/BoxAndSolarArraySpacecraftTest.java
index b2505929ad..3b61915e14 100644
--- a/src/test/java/org/orekit/forces/BoxAndSolarArraySpacecraftTest.java
+++ b/src/test/java/org/orekit/forces/BoxAndSolarArraySpacecraftTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/HarmonicParametricAccelerationTest.java b/src/test/java/org/orekit/forces/HarmonicParametricAccelerationTest.java
index 97cb34da0d..593a68b8f1 100644
--- a/src/test/java/org/orekit/forces/HarmonicParametricAccelerationTest.java
+++ b/src/test/java/org/orekit/forces/HarmonicParametricAccelerationTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/PolynomialParametricAccelerationTest.java b/src/test/java/org/orekit/forces/PolynomialParametricAccelerationTest.java
index ed49613dd7..4c340cb780 100644
--- a/src/test/java/org/orekit/forces/PolynomialParametricAccelerationTest.java
+++ b/src/test/java/org/orekit/forces/PolynomialParametricAccelerationTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/drag/DragForceTest.java b/src/test/java/org/orekit/forces/drag/DragForceTest.java
index 574aea294a..eebbdc1cca 100644
--- a/src/test/java/org/orekit/forces/drag/DragForceTest.java
+++ b/src/test/java/org/orekit/forces/drag/DragForceTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/drag/SimpleExponentialAtmosphereTest.java b/src/test/java/org/orekit/forces/drag/SimpleExponentialAtmosphereTest.java
index 4bcdd548e0..c77c5fe50f 100644
--- a/src/test/java/org/orekit/forces/drag/SimpleExponentialAtmosphereTest.java
+++ b/src/test/java/org/orekit/forces/drag/SimpleExponentialAtmosphereTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/drag/atmosphere/DTM2000Test.java b/src/test/java/org/orekit/forces/drag/atmosphere/DTM2000Test.java
index c6ed17be70..b727d15433 100644
--- a/src/test/java/org/orekit/forces/drag/atmosphere/DTM2000Test.java
+++ b/src/test/java/org/orekit/forces/drag/atmosphere/DTM2000Test.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/drag/atmosphere/HarrisPriesterTest.java b/src/test/java/org/orekit/forces/drag/atmosphere/HarrisPriesterTest.java
index 64951c7304..0b663c6590 100644
--- a/src/test/java/org/orekit/forces/drag/atmosphere/HarrisPriesterTest.java
+++ b/src/test/java/org/orekit/forces/drag/atmosphere/HarrisPriesterTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/drag/atmosphere/JB2008Test.java b/src/test/java/org/orekit/forces/drag/atmosphere/JB2008Test.java
index e745ab25b5..30f80e314d 100644
--- a/src/test/java/org/orekit/forces/drag/atmosphere/JB2008Test.java
+++ b/src/test/java/org/orekit/forces/drag/atmosphere/JB2008Test.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/drag/atmosphere/NRLMSISE00Test.java b/src/test/java/org/orekit/forces/drag/atmosphere/NRLMSISE00Test.java
index 61fdfc468d..c406c03021 100644
--- a/src/test/java/org/orekit/forces/drag/atmosphere/NRLMSISE00Test.java
+++ b/src/test/java/org/orekit/forces/drag/atmosphere/NRLMSISE00Test.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/drag/atmosphere/data/MarshallSolarActivityFutureEstimationTest.java b/src/test/java/org/orekit/forces/drag/atmosphere/data/MarshallSolarActivityFutureEstimationTest.java
index a47a6c97a3..de5bcbe2b4 100644
--- a/src/test/java/org/orekit/forces/drag/atmosphere/data/MarshallSolarActivityFutureEstimationTest.java
+++ b/src/test/java/org/orekit/forces/drag/atmosphere/data/MarshallSolarActivityFutureEstimationTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/gravity/AssociatedLegendreFunction.java b/src/test/java/org/orekit/forces/gravity/AssociatedLegendreFunction.java
index f21f54a00d..d1d9e11834 100644
--- a/src/test/java/org/orekit/forces/gravity/AssociatedLegendreFunction.java
+++ b/src/test/java/org/orekit/forces/gravity/AssociatedLegendreFunction.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/gravity/HolmesFeatherstoneAttractionModelTest.java b/src/test/java/org/orekit/forces/gravity/HolmesFeatherstoneAttractionModelTest.java
index 1081c272ad..89f0c5e734 100644
--- a/src/test/java/org/orekit/forces/gravity/HolmesFeatherstoneAttractionModelTest.java
+++ b/src/test/java/org/orekit/forces/gravity/HolmesFeatherstoneAttractionModelTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/gravity/OceanTidesFieldTest.java b/src/test/java/org/orekit/forces/gravity/OceanTidesFieldTest.java
index b35b5ed3cd..13f023baa7 100644
--- a/src/test/java/org/orekit/forces/gravity/OceanTidesFieldTest.java
+++ b/src/test/java/org/orekit/forces/gravity/OceanTidesFieldTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/gravity/OceanTidesTest.java b/src/test/java/org/orekit/forces/gravity/OceanTidesTest.java
index e03922c953..b68e8e4677 100644
--- a/src/test/java/org/orekit/forces/gravity/OceanTidesTest.java
+++ b/src/test/java/org/orekit/forces/gravity/OceanTidesTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/gravity/OceanTidesWaveTest.java b/src/test/java/org/orekit/forces/gravity/OceanTidesWaveTest.java
index 03d5c5778b..ecc063c78a 100644
--- a/src/test/java/org/orekit/forces/gravity/OceanTidesWaveTest.java
+++ b/src/test/java/org/orekit/forces/gravity/OceanTidesWaveTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/gravity/ReferenceFieldModel.java b/src/test/java/org/orekit/forces/gravity/ReferenceFieldModel.java
index 312151e5c2..18c38a227c 100644
--- a/src/test/java/org/orekit/forces/gravity/ReferenceFieldModel.java
+++ b/src/test/java/org/orekit/forces/gravity/ReferenceFieldModel.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/gravity/SolidTidesFieldTest.java b/src/test/java/org/orekit/forces/gravity/SolidTidesFieldTest.java
index 834c90819b..90e62c61de 100644
--- a/src/test/java/org/orekit/forces/gravity/SolidTidesFieldTest.java
+++ b/src/test/java/org/orekit/forces/gravity/SolidTidesFieldTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/gravity/SolidTidesTest.java b/src/test/java/org/orekit/forces/gravity/SolidTidesTest.java
index 1f070c0764..403f75e3b5 100644
--- a/src/test/java/org/orekit/forces/gravity/SolidTidesTest.java
+++ b/src/test/java/org/orekit/forces/gravity/SolidTidesTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/gravity/ThirdBodyAttractionTest.java b/src/test/java/org/orekit/forces/gravity/ThirdBodyAttractionTest.java
index 86afb2ea01..b2ab7ddba0 100644
--- a/src/test/java/org/orekit/forces/gravity/ThirdBodyAttractionTest.java
+++ b/src/test/java/org/orekit/forces/gravity/ThirdBodyAttractionTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/gravity/potential/AstronomicalAmplitudeReaderTest.java b/src/test/java/org/orekit/forces/gravity/potential/AstronomicalAmplitudeReaderTest.java
index a8094914ea..5efbd5d575 100644
--- a/src/test/java/org/orekit/forces/gravity/potential/AstronomicalAmplitudeReaderTest.java
+++ b/src/test/java/org/orekit/forces/gravity/potential/AstronomicalAmplitudeReaderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/gravity/potential/EGMFormatReaderTest.java b/src/test/java/org/orekit/forces/gravity/potential/EGMFormatReaderTest.java
index 3e2279d4d9..57c115f15f 100644
--- a/src/test/java/org/orekit/forces/gravity/potential/EGMFormatReaderTest.java
+++ b/src/test/java/org/orekit/forces/gravity/potential/EGMFormatReaderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/gravity/potential/FESCHatEpsilonReaderTest.java b/src/test/java/org/orekit/forces/gravity/potential/FESCHatEpsilonReaderTest.java
index 9f19bb129b..c56f9a6a20 100644
--- a/src/test/java/org/orekit/forces/gravity/potential/FESCHatEpsilonReaderTest.java
+++ b/src/test/java/org/orekit/forces/gravity/potential/FESCHatEpsilonReaderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/gravity/potential/FESCnmSnmReaderTest.java b/src/test/java/org/orekit/forces/gravity/potential/FESCnmSnmReaderTest.java
index 0f9fd4ebd7..9095098fe1 100644
--- a/src/test/java/org/orekit/forces/gravity/potential/FESCnmSnmReaderTest.java
+++ b/src/test/java/org/orekit/forces/gravity/potential/FESCnmSnmReaderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/gravity/potential/GRGSFormatReaderTest.java b/src/test/java/org/orekit/forces/gravity/potential/GRGSFormatReaderTest.java
index a905d5a416..2d4ec09e1c 100644
--- a/src/test/java/org/orekit/forces/gravity/potential/GRGSFormatReaderTest.java
+++ b/src/test/java/org/orekit/forces/gravity/potential/GRGSFormatReaderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/gravity/potential/GravityFieldFactoryTest.java b/src/test/java/org/orekit/forces/gravity/potential/GravityFieldFactoryTest.java
index 2886a6af61..562f4dcdff 100644
--- a/src/test/java/org/orekit/forces/gravity/potential/GravityFieldFactoryTest.java
+++ b/src/test/java/org/orekit/forces/gravity/potential/GravityFieldFactoryTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/gravity/potential/ICGEMFormatReaderTest.java b/src/test/java/org/orekit/forces/gravity/potential/ICGEMFormatReaderTest.java
index 455ac977e4..7de8e09c91 100644
--- a/src/test/java/org/orekit/forces/gravity/potential/ICGEMFormatReaderTest.java
+++ b/src/test/java/org/orekit/forces/gravity/potential/ICGEMFormatReaderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/gravity/potential/OceanLoadDeformationCoefficientsTest.java b/src/test/java/org/orekit/forces/gravity/potential/OceanLoadDeformationCoefficientsTest.java
index b62f58bcfa..8eb597b5ca 100644
--- a/src/test/java/org/orekit/forces/gravity/potential/OceanLoadDeformationCoefficientsTest.java
+++ b/src/test/java/org/orekit/forces/gravity/potential/OceanLoadDeformationCoefficientsTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/gravity/potential/SHMFormatReaderTest.java b/src/test/java/org/orekit/forces/gravity/potential/SHMFormatReaderTest.java
index 99360ba3e8..e66bb036db 100644
--- a/src/test/java/org/orekit/forces/gravity/potential/SHMFormatReaderTest.java
+++ b/src/test/java/org/orekit/forces/gravity/potential/SHMFormatReaderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/maneuvers/ConstantThrustManeuverInitializationTest.java b/src/test/java/org/orekit/forces/maneuvers/ConstantThrustManeuverInitializationTest.java
index 44b1563312..a67e1bb95e 100644
--- a/src/test/java/org/orekit/forces/maneuvers/ConstantThrustManeuverInitializationTest.java
+++ b/src/test/java/org/orekit/forces/maneuvers/ConstantThrustManeuverInitializationTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/maneuvers/ConstantThrustManeuverTest.java b/src/test/java/org/orekit/forces/maneuvers/ConstantThrustManeuverTest.java
index 88724c2765..3cb9be0e29 100644
--- a/src/test/java/org/orekit/forces/maneuvers/ConstantThrustManeuverTest.java
+++ b/src/test/java/org/orekit/forces/maneuvers/ConstantThrustManeuverTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/maneuvers/ImpulseManeuverTest.java b/src/test/java/org/orekit/forces/maneuvers/ImpulseManeuverTest.java
index 68a07f294d..3bdb192262 100644
--- a/src/test/java/org/orekit/forces/maneuvers/ImpulseManeuverTest.java
+++ b/src/test/java/org/orekit/forces/maneuvers/ImpulseManeuverTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/maneuvers/SmallManeuverAnalyticalModelTest.java b/src/test/java/org/orekit/forces/maneuvers/SmallManeuverAnalyticalModelTest.java
index dbd50ce31b..899812e064 100644
--- a/src/test/java/org/orekit/forces/maneuvers/SmallManeuverAnalyticalModelTest.java
+++ b/src/test/java/org/orekit/forces/maneuvers/SmallManeuverAnalyticalModelTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/forces/radiation/SolarRadiationPressureTest.java b/src/test/java/org/orekit/forces/radiation/SolarRadiationPressureTest.java
index 785d283671..e3d566f7c5 100644
--- a/src/test/java/org/orekit/forces/radiation/SolarRadiationPressureTest.java
+++ b/src/test/java/org/orekit/forces/radiation/SolarRadiationPressureTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/BulletinAFilesLoaderTest.java b/src/test/java/org/orekit/frames/BulletinAFilesLoaderTest.java
index f7548912c7..0624ef6693 100644
--- a/src/test/java/org/orekit/frames/BulletinAFilesLoaderTest.java
+++ b/src/test/java/org/orekit/frames/BulletinAFilesLoaderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/BulletinBFilesLoaderTest.java b/src/test/java/org/orekit/frames/BulletinBFilesLoaderTest.java
index d3478fe384..5851a54a2f 100644
--- a/src/test/java/org/orekit/frames/BulletinBFilesLoaderTest.java
+++ b/src/test/java/org/orekit/frames/BulletinBFilesLoaderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/CIRFProviderTest.java b/src/test/java/org/orekit/frames/CIRFProviderTest.java
index f6a740aa44..675976b7ec 100644
--- a/src/test/java/org/orekit/frames/CIRFProviderTest.java
+++ b/src/test/java/org/orekit/frames/CIRFProviderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/EME2000ProviderTest.java b/src/test/java/org/orekit/frames/EME2000ProviderTest.java
index 88da458310..6639adb23a 100644
--- a/src/test/java/org/orekit/frames/EME2000ProviderTest.java
+++ b/src/test/java/org/orekit/frames/EME2000ProviderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/EOPC04FilesLoaderTest.java b/src/test/java/org/orekit/frames/EOPC04FilesLoaderTest.java
index aa3346e8d6..983acddf70 100644
--- a/src/test/java/org/orekit/frames/EOPC04FilesLoaderTest.java
+++ b/src/test/java/org/orekit/frames/EOPC04FilesLoaderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/EOPHistoryTest.java b/src/test/java/org/orekit/frames/EOPHistoryTest.java
index 2458d26f34..00026c5f1a 100644
--- a/src/test/java/org/orekit/frames/EOPHistoryTest.java
+++ b/src/test/java/org/orekit/frames/EOPHistoryTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/FieldTransformTest.java b/src/test/java/org/orekit/frames/FieldTransformTest.java
index 9b60961ff4..0d60fb5ebe 100644
--- a/src/test/java/org/orekit/frames/FieldTransformTest.java
+++ b/src/test/java/org/orekit/frames/FieldTransformTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/FrameTest.java b/src/test/java/org/orekit/frames/FrameTest.java
index 4d386eac1b..008bd2b823 100644
--- a/src/test/java/org/orekit/frames/FrameTest.java
+++ b/src/test/java/org/orekit/frames/FrameTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/FramesFactoryTest.java b/src/test/java/org/orekit/frames/FramesFactoryTest.java
index 3b721941c7..64872125bf 100644
--- a/src/test/java/org/orekit/frames/FramesFactoryTest.java
+++ b/src/test/java/org/orekit/frames/FramesFactoryTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/GTODProviderTest.java b/src/test/java/org/orekit/frames/GTODProviderTest.java
index a3f6305a40..0367d475db 100644
--- a/src/test/java/org/orekit/frames/GTODProviderTest.java
+++ b/src/test/java/org/orekit/frames/GTODProviderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/HelmertTransformationTest.java b/src/test/java/org/orekit/frames/HelmertTransformationTest.java
index 60beedb9ff..ae07367bd3 100644
--- a/src/test/java/org/orekit/frames/HelmertTransformationTest.java
+++ b/src/test/java/org/orekit/frames/HelmertTransformationTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/ITRFEquinoxProviderTest.java b/src/test/java/org/orekit/frames/ITRFEquinoxProviderTest.java
index df28bcee6a..39afed44b4 100644
--- a/src/test/java/org/orekit/frames/ITRFEquinoxProviderTest.java
+++ b/src/test/java/org/orekit/frames/ITRFEquinoxProviderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/ITRFProviderTest.java b/src/test/java/org/orekit/frames/ITRFProviderTest.java
index 8349ff1f6e..2615139f69 100644
--- a/src/test/java/org/orekit/frames/ITRFProviderTest.java
+++ b/src/test/java/org/orekit/frames/ITRFProviderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/ITRFProviderWithoutTidalEffectsTest.java b/src/test/java/org/orekit/frames/ITRFProviderWithoutTidalEffectsTest.java
index d9ee87154a..9a704f6101 100644
--- a/src/test/java/org/orekit/frames/ITRFProviderWithoutTidalEffectsTest.java
+++ b/src/test/java/org/orekit/frames/ITRFProviderWithoutTidalEffectsTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/ITRFVersionTest.java b/src/test/java/org/orekit/frames/ITRFVersionTest.java
index 094d284035..1b4250c616 100644
--- a/src/test/java/org/orekit/frames/ITRFVersionTest.java
+++ b/src/test/java/org/orekit/frames/ITRFVersionTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/InterpolatingTransformProviderTest.java b/src/test/java/org/orekit/frames/InterpolatingTransformProviderTest.java
index 47666313c6..03da269876 100644
--- a/src/test/java/org/orekit/frames/InterpolatingTransformProviderTest.java
+++ b/src/test/java/org/orekit/frames/InterpolatingTransformProviderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/L1TransformProviderTest.java b/src/test/java/org/orekit/frames/L1TransformProviderTest.java
index 2335531173..23b02839a8 100644
--- a/src/test/java/org/orekit/frames/L1TransformProviderTest.java
+++ b/src/test/java/org/orekit/frames/L1TransformProviderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/L2TransformProviderTest.java b/src/test/java/org/orekit/frames/L2TransformProviderTest.java
index 223b92e749..9cf5235386 100644
--- a/src/test/java/org/orekit/frames/L2TransformProviderTest.java
+++ b/src/test/java/org/orekit/frames/L2TransformProviderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/LocalOrbitalFrameTest.java b/src/test/java/org/orekit/frames/LocalOrbitalFrameTest.java
index b3ed4f6a9f..780cc148ca 100644
--- a/src/test/java/org/orekit/frames/LocalOrbitalFrameTest.java
+++ b/src/test/java/org/orekit/frames/LocalOrbitalFrameTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/MODProviderTest.java b/src/test/java/org/orekit/frames/MODProviderTest.java
index e3ba10e637..cbe4087028 100644
--- a/src/test/java/org/orekit/frames/MODProviderTest.java
+++ b/src/test/java/org/orekit/frames/MODProviderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/OrphanFrameTest.java b/src/test/java/org/orekit/frames/OrphanFrameTest.java
index 413f7b66c4..d8520c4a3f 100644
--- a/src/test/java/org/orekit/frames/OrphanFrameTest.java
+++ b/src/test/java/org/orekit/frames/OrphanFrameTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/RapidDataAndPredictionColumnsLoaderTest.java b/src/test/java/org/orekit/frames/RapidDataAndPredictionColumnsLoaderTest.java
index 74802d0261..ec472ed7c6 100644
--- a/src/test/java/org/orekit/frames/RapidDataAndPredictionColumnsLoaderTest.java
+++ b/src/test/java/org/orekit/frames/RapidDataAndPredictionColumnsLoaderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/RapidDataAndPredictionXMLLoaderTest.java b/src/test/java/org/orekit/frames/RapidDataAndPredictionXMLLoaderTest.java
index 20d388c631..7d70d62f94 100644
--- a/src/test/java/org/orekit/frames/RapidDataAndPredictionXMLLoaderTest.java
+++ b/src/test/java/org/orekit/frames/RapidDataAndPredictionXMLLoaderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/ShiftingTransformProviderTest.java b/src/test/java/org/orekit/frames/ShiftingTransformProviderTest.java
index d3301cddf3..130386a45c 100644
--- a/src/test/java/org/orekit/frames/ShiftingTransformProviderTest.java
+++ b/src/test/java/org/orekit/frames/ShiftingTransformProviderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/TEMEProviderTest.java b/src/test/java/org/orekit/frames/TEMEProviderTest.java
index 1a86a686a9..d13fb21282 100644
--- a/src/test/java/org/orekit/frames/TEMEProviderTest.java
+++ b/src/test/java/org/orekit/frames/TEMEProviderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/TIRFProviderTest.java b/src/test/java/org/orekit/frames/TIRFProviderTest.java
index 9c8e7b2568..efb6eeb3d6 100644
--- a/src/test/java/org/orekit/frames/TIRFProviderTest.java
+++ b/src/test/java/org/orekit/frames/TIRFProviderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/TODProviderTest.java b/src/test/java/org/orekit/frames/TODProviderTest.java
index 595cfd1abe..b6fe86dba4 100644
--- a/src/test/java/org/orekit/frames/TODProviderTest.java
+++ b/src/test/java/org/orekit/frames/TODProviderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/TopocentricFrameTest.java b/src/test/java/org/orekit/frames/TopocentricFrameTest.java
index 49702e9b14..32dd0491cd 100644
--- a/src/test/java/org/orekit/frames/TopocentricFrameTest.java
+++ b/src/test/java/org/orekit/frames/TopocentricFrameTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/TransformProviderUtilTest.java b/src/test/java/org/orekit/frames/TransformProviderUtilTest.java
index 1869ca7201..5629839ed9 100644
--- a/src/test/java/org/orekit/frames/TransformProviderUtilTest.java
+++ b/src/test/java/org/orekit/frames/TransformProviderUtilTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/TransformTest.java b/src/test/java/org/orekit/frames/TransformTest.java
index 4210337374..1966e923fc 100644
--- a/src/test/java/org/orekit/frames/TransformTest.java
+++ b/src/test/java/org/orekit/frames/TransformTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/UpdatableFrameTest.java b/src/test/java/org/orekit/frames/UpdatableFrameTest.java
index 757ef40c1c..561b882aaf 100644
--- a/src/test/java/org/orekit/frames/UpdatableFrameTest.java
+++ b/src/test/java/org/orekit/frames/UpdatableFrameTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/VEISFrameTest.java b/src/test/java/org/orekit/frames/VEISFrameTest.java
index dc5f967abb..a1879b89b0 100644
--- a/src/test/java/org/orekit/frames/VEISFrameTest.java
+++ b/src/test/java/org/orekit/frames/VEISFrameTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/frames/VersionedITRFFrameTest.java b/src/test/java/org/orekit/frames/VersionedITRFFrameTest.java
index 8327274d3b..dbdca78127 100644
--- a/src/test/java/org/orekit/frames/VersionedITRFFrameTest.java
+++ b/src/test/java/org/orekit/frames/VersionedITRFFrameTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/gnss/DOPComputerTest.java b/src/test/java/org/orekit/gnss/DOPComputerTest.java
index 215cca73a7..75b5851bf6 100644
--- a/src/test/java/org/orekit/gnss/DOPComputerTest.java
+++ b/src/test/java/org/orekit/gnss/DOPComputerTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/gnss/RinexFrequencyTest.java b/src/test/java/org/orekit/gnss/RinexFrequencyTest.java
index 4e2159052f..e82eddb9fa 100644
--- a/src/test/java/org/orekit/gnss/RinexFrequencyTest.java
+++ b/src/test/java/org/orekit/gnss/RinexFrequencyTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/gnss/RinexLoaderTest.java b/src/test/java/org/orekit/gnss/RinexLoaderTest.java
index 23112cf0b2..38b1ac733a 100644
--- a/src/test/java/org/orekit/gnss/RinexLoaderTest.java
+++ b/src/test/java/org/orekit/gnss/RinexLoaderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/gnss/SEMParserTest.java b/src/test/java/org/orekit/gnss/SEMParserTest.java
index d8bc2b8ff0..d30c23fe4e 100644
--- a/src/test/java/org/orekit/gnss/SEMParserTest.java
+++ b/src/test/java/org/orekit/gnss/SEMParserTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/gnss/YUMAParserTest.java b/src/test/java/org/orekit/gnss/YUMAParserTest.java
index bd5875307f..de9ba017ed 100644
--- a/src/test/java/org/orekit/gnss/YUMAParserTest.java
+++ b/src/test/java/org/orekit/gnss/YUMAParserTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/gnss/antenna/AntexLoaderTest.java b/src/test/java/org/orekit/gnss/antenna/AntexLoaderTest.java
index 6c98031caa..a425ce03e5 100644
--- a/src/test/java/org/orekit/gnss/antenna/AntexLoaderTest.java
+++ b/src/test/java/org/orekit/gnss/antenna/AntexLoaderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/gnss/attitude/AbstractGNSSAttitudeProviderTest.java b/src/test/java/org/orekit/gnss/attitude/AbstractGNSSAttitudeProviderTest.java
index fe213ec4a2..28c014886c 100644
--- a/src/test/java/org/orekit/gnss/attitude/AbstractGNSSAttitudeProviderTest.java
+++ b/src/test/java/org/orekit/gnss/attitude/AbstractGNSSAttitudeProviderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/gnss/attitude/BeidouGeoTest.java b/src/test/java/org/orekit/gnss/attitude/BeidouGeoTest.java
index 60f162bad7..bc9f49dc48 100644
--- a/src/test/java/org/orekit/gnss/attitude/BeidouGeoTest.java
+++ b/src/test/java/org/orekit/gnss/attitude/BeidouGeoTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/gnss/attitude/BeidouIGSOTest.java b/src/test/java/org/orekit/gnss/attitude/BeidouIGSOTest.java
index 44013ff7dd..7d857ee669 100644
--- a/src/test/java/org/orekit/gnss/attitude/BeidouIGSOTest.java
+++ b/src/test/java/org/orekit/gnss/attitude/BeidouIGSOTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/gnss/attitude/BeidouMeoTest.java b/src/test/java/org/orekit/gnss/attitude/BeidouMeoTest.java
index acd8351abe..f9786586f6 100644
--- a/src/test/java/org/orekit/gnss/attitude/BeidouMeoTest.java
+++ b/src/test/java/org/orekit/gnss/attitude/BeidouMeoTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/gnss/attitude/GPSBlockIIATest.java b/src/test/java/org/orekit/gnss/attitude/GPSBlockIIATest.java
index 3e641d7dbf..2e0eb627d1 100644
--- a/src/test/java/org/orekit/gnss/attitude/GPSBlockIIATest.java
+++ b/src/test/java/org/orekit/gnss/attitude/GPSBlockIIATest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/gnss/attitude/GPSBlockIIFTest.java b/src/test/java/org/orekit/gnss/attitude/GPSBlockIIFTest.java
index 48ffa1e788..dda71cf7f1 100644
--- a/src/test/java/org/orekit/gnss/attitude/GPSBlockIIFTest.java
+++ b/src/test/java/org/orekit/gnss/attitude/GPSBlockIIFTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/gnss/attitude/GPSBlockIIRTest.java b/src/test/java/org/orekit/gnss/attitude/GPSBlockIIRTest.java
index d7b33daaaf..e4d23a50eb 100644
--- a/src/test/java/org/orekit/gnss/attitude/GPSBlockIIRTest.java
+++ b/src/test/java/org/orekit/gnss/attitude/GPSBlockIIRTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/gnss/attitude/GalileoTest.java b/src/test/java/org/orekit/gnss/attitude/GalileoTest.java
index 6b18af3920..91a7546ed8 100644
--- a/src/test/java/org/orekit/gnss/attitude/GalileoTest.java
+++ b/src/test/java/org/orekit/gnss/attitude/GalileoTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/gnss/attitude/GenericGNSSTest.java b/src/test/java/org/orekit/gnss/attitude/GenericGNSSTest.java
index 5e6fccbb4c..b0d8c3d3d0 100644
--- a/src/test/java/org/orekit/gnss/attitude/GenericGNSSTest.java
+++ b/src/test/java/org/orekit/gnss/attitude/GenericGNSSTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/gnss/attitude/GlonassTest.java b/src/test/java/org/orekit/gnss/attitude/GlonassTest.java
index fed8b99b92..0034787196 100644
--- a/src/test/java/org/orekit/gnss/attitude/GlonassTest.java
+++ b/src/test/java/org/orekit/gnss/attitude/GlonassTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/models/earth/EarthStandardAtmosphereTest.java b/src/test/java/org/orekit/models/earth/EarthStandardAtmosphereTest.java
index e88952aade..4fa53f16fe 100644
--- a/src/test/java/org/orekit/models/earth/EarthStandardAtmosphereTest.java
+++ b/src/test/java/org/orekit/models/earth/EarthStandardAtmosphereTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/models/earth/KlobucharIonoCoefficientsLoaderTest.java b/src/test/java/org/orekit/models/earth/KlobucharIonoCoefficientsLoaderTest.java
index 79805163c1..95e2b28e8d 100644
--- a/src/test/java/org/orekit/models/earth/KlobucharIonoCoefficientsLoaderTest.java
+++ b/src/test/java/org/orekit/models/earth/KlobucharIonoCoefficientsLoaderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/models/earth/KlobucharModelTest.java b/src/test/java/org/orekit/models/earth/KlobucharModelTest.java
index 372a70536f..9331c8b722 100644
--- a/src/test/java/org/orekit/models/earth/KlobucharModelTest.java
+++ b/src/test/java/org/orekit/models/earth/KlobucharModelTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/models/earth/tessellation/AlongTrackAimingTest.java b/src/test/java/org/orekit/models/earth/tessellation/AlongTrackAimingTest.java
index 326e9ab0d7..6587a78767 100644
--- a/src/test/java/org/orekit/models/earth/tessellation/AlongTrackAimingTest.java
+++ b/src/test/java/org/orekit/models/earth/tessellation/AlongTrackAimingTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/models/earth/tessellation/EllipsoidTessellatorTest.java b/src/test/java/org/orekit/models/earth/tessellation/EllipsoidTessellatorTest.java
index 11de267862..06dde41965 100644
--- a/src/test/java/org/orekit/models/earth/tessellation/EllipsoidTessellatorTest.java
+++ b/src/test/java/org/orekit/models/earth/tessellation/EllipsoidTessellatorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/models/earth/tessellation/TileTest.java b/src/test/java/org/orekit/models/earth/tessellation/TileTest.java
index f3c376e435..0abed66532 100644
--- a/src/test/java/org/orekit/models/earth/tessellation/TileTest.java
+++ b/src/test/java/org/orekit/models/earth/tessellation/TileTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/orbits/CartesianOrbitTest.java b/src/test/java/org/orekit/orbits/CartesianOrbitTest.java
index 2532e9bf81..0f641b0cf0 100644
--- a/src/test/java/org/orekit/orbits/CartesianOrbitTest.java
+++ b/src/test/java/org/orekit/orbits/CartesianOrbitTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/orbits/CircularOrbitTest.java b/src/test/java/org/orekit/orbits/CircularOrbitTest.java
index 11805fbb50..aa1c7dc73e 100644
--- a/src/test/java/org/orekit/orbits/CircularOrbitTest.java
+++ b/src/test/java/org/orekit/orbits/CircularOrbitTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/orbits/EquinoctialOrbitTest.java b/src/test/java/org/orekit/orbits/EquinoctialOrbitTest.java
index 43bf53d9ab..26c2440dd9 100644
--- a/src/test/java/org/orekit/orbits/EquinoctialOrbitTest.java
+++ b/src/test/java/org/orekit/orbits/EquinoctialOrbitTest.java
@@ -1,4 +1,4 @@
- /* Copyright 2002-2018 CS Systèmes d'Information
+ /* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/orbits/FieldCartesianOrbitTest.java b/src/test/java/org/orekit/orbits/FieldCartesianOrbitTest.java
index 51b0c79d60..fe00a8275a 100644
--- a/src/test/java/org/orekit/orbits/FieldCartesianOrbitTest.java
+++ b/src/test/java/org/orekit/orbits/FieldCartesianOrbitTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/orbits/FieldCircularOrbitTest.java b/src/test/java/org/orekit/orbits/FieldCircularOrbitTest.java
index 735460b4e2..89a19f3828 100644
--- a/src/test/java/org/orekit/orbits/FieldCircularOrbitTest.java
+++ b/src/test/java/org/orekit/orbits/FieldCircularOrbitTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/orbits/FieldEquinoctialOrbitTest.java b/src/test/java/org/orekit/orbits/FieldEquinoctialOrbitTest.java
index 6474dd7801..8973469910 100644
--- a/src/test/java/org/orekit/orbits/FieldEquinoctialOrbitTest.java
+++ b/src/test/java/org/orekit/orbits/FieldEquinoctialOrbitTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/orbits/FieldKeplerianOrbitTest.java b/src/test/java/org/orekit/orbits/FieldKeplerianOrbitTest.java
index 6dcc066c62..a5eb41a526 100644
--- a/src/test/java/org/orekit/orbits/FieldKeplerianOrbitTest.java
+++ b/src/test/java/org/orekit/orbits/FieldKeplerianOrbitTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/orbits/KeplerianOrbitTest.java b/src/test/java/org/orekit/orbits/KeplerianOrbitTest.java
index e1aed99b0e..5292f277a1 100644
--- a/src/test/java/org/orekit/orbits/KeplerianOrbitTest.java
+++ b/src/test/java/org/orekit/orbits/KeplerianOrbitTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/FieldSpacecraftStateTest.java b/src/test/java/org/orekit/propagation/FieldSpacecraftStateTest.java
index 2c0cbcd0cf..4314c7567a 100644
--- a/src/test/java/org/orekit/propagation/FieldSpacecraftStateTest.java
+++ b/src/test/java/org/orekit/propagation/FieldSpacecraftStateTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/PropagatorsParallelizerTest.java b/src/test/java/org/orekit/propagation/PropagatorsParallelizerTest.java
index 37e844dd2b..8b844a803e 100644
--- a/src/test/java/org/orekit/propagation/PropagatorsParallelizerTest.java
+++ b/src/test/java/org/orekit/propagation/PropagatorsParallelizerTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/SpacecraftStateTest.java b/src/test/java/org/orekit/propagation/SpacecraftStateTest.java
index 79959a8a54..1aacb72a0b 100644
--- a/src/test/java/org/orekit/propagation/SpacecraftStateTest.java
+++ b/src/test/java/org/orekit/propagation/SpacecraftStateTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/analytical/AdapterPropagatorTest.java b/src/test/java/org/orekit/propagation/analytical/AdapterPropagatorTest.java
index 85f3ef94f2..b5309a9c3a 100644
--- a/src/test/java/org/orekit/propagation/analytical/AdapterPropagatorTest.java
+++ b/src/test/java/org/orekit/propagation/analytical/AdapterPropagatorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/analytical/EcksteinHechlerPropagatorTest.java b/src/test/java/org/orekit/propagation/analytical/EcksteinHechlerPropagatorTest.java
index 2cf7d86169..de2e43a54a 100644
--- a/src/test/java/org/orekit/propagation/analytical/EcksteinHechlerPropagatorTest.java
+++ b/src/test/java/org/orekit/propagation/analytical/EcksteinHechlerPropagatorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/analytical/EphemerisEventsTest.java b/src/test/java/org/orekit/propagation/analytical/EphemerisEventsTest.java
index 2a461fba7e..e010252c18 100644
--- a/src/test/java/org/orekit/propagation/analytical/EphemerisEventsTest.java
+++ b/src/test/java/org/orekit/propagation/analytical/EphemerisEventsTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/analytical/EphemerisTest.java b/src/test/java/org/orekit/propagation/analytical/EphemerisTest.java
index c9ab3349a2..60038694cc 100644
--- a/src/test/java/org/orekit/propagation/analytical/EphemerisTest.java
+++ b/src/test/java/org/orekit/propagation/analytical/EphemerisTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/analytical/FieldEcksteinHechlerPropagatorTest.java b/src/test/java/org/orekit/propagation/analytical/FieldEcksteinHechlerPropagatorTest.java
index f94b0e78ab..8d5e262b58 100644
--- a/src/test/java/org/orekit/propagation/analytical/FieldEcksteinHechlerPropagatorTest.java
+++ b/src/test/java/org/orekit/propagation/analytical/FieldEcksteinHechlerPropagatorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/analytical/FieldKeplerianPropagatorTest.java b/src/test/java/org/orekit/propagation/analytical/FieldKeplerianPropagatorTest.java
index ded25fbfc6..bbc8d864af 100644
--- a/src/test/java/org/orekit/propagation/analytical/FieldKeplerianPropagatorTest.java
+++ b/src/test/java/org/orekit/propagation/analytical/FieldKeplerianPropagatorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/analytical/KeplerianPropagatorTest.java b/src/test/java/org/orekit/propagation/analytical/KeplerianPropagatorTest.java
index d1e2c87527..c7fc273a70 100644
--- a/src/test/java/org/orekit/propagation/analytical/KeplerianPropagatorTest.java
+++ b/src/test/java/org/orekit/propagation/analytical/KeplerianPropagatorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/analytical/TabulatedEphemerisTest.java b/src/test/java/org/orekit/propagation/analytical/TabulatedEphemerisTest.java
index e5f3e445d9..2c69feb02e 100644
--- a/src/test/java/org/orekit/propagation/analytical/TabulatedEphemerisTest.java
+++ b/src/test/java/org/orekit/propagation/analytical/TabulatedEphemerisTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/analytical/gnss/GPSPropagatorTest.java b/src/test/java/org/orekit/propagation/analytical/gnss/GPSPropagatorTest.java
index 32847c029c..626fe9af14 100644
--- a/src/test/java/org/orekit/propagation/analytical/gnss/GPSPropagatorTest.java
+++ b/src/test/java/org/orekit/propagation/analytical/gnss/GPSPropagatorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/analytical/tle/TLEPropagatorTest.java b/src/test/java/org/orekit/propagation/analytical/tle/TLEPropagatorTest.java
index 33866bf9df..0572058415 100644
--- a/src/test/java/org/orekit/propagation/analytical/tle/TLEPropagatorTest.java
+++ b/src/test/java/org/orekit/propagation/analytical/tle/TLEPropagatorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/analytical/tle/TLESeriesTest.java b/src/test/java/org/orekit/propagation/analytical/tle/TLESeriesTest.java
index a4d4860a7a..7502c0014e 100644
--- a/src/test/java/org/orekit/propagation/analytical/tle/TLESeriesTest.java
+++ b/src/test/java/org/orekit/propagation/analytical/tle/TLESeriesTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/analytical/tle/TLETest.java b/src/test/java/org/orekit/propagation/analytical/tle/TLETest.java
index f2e5ace722..4059bca5f9 100644
--- a/src/test/java/org/orekit/propagation/analytical/tle/TLETest.java
+++ b/src/test/java/org/orekit/propagation/analytical/tle/TLETest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/conversion/AbstractPropagatorBuilderTest.java b/src/test/java/org/orekit/propagation/conversion/AbstractPropagatorBuilderTest.java
index cbe462434b..3db7182dcc 100644
--- a/src/test/java/org/orekit/propagation/conversion/AbstractPropagatorBuilderTest.java
+++ b/src/test/java/org/orekit/propagation/conversion/AbstractPropagatorBuilderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/conversion/EcksteinHechlerConverterTest.java b/src/test/java/org/orekit/propagation/conversion/EcksteinHechlerConverterTest.java
index 89330e411a..0cd72e7f97 100644
--- a/src/test/java/org/orekit/propagation/conversion/EcksteinHechlerConverterTest.java
+++ b/src/test/java/org/orekit/propagation/conversion/EcksteinHechlerConverterTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/conversion/JacobianPropagatorConverterTest.java b/src/test/java/org/orekit/propagation/conversion/JacobianPropagatorConverterTest.java
index 97af87dfc0..5293902371 100644
--- a/src/test/java/org/orekit/propagation/conversion/JacobianPropagatorConverterTest.java
+++ b/src/test/java/org/orekit/propagation/conversion/JacobianPropagatorConverterTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/conversion/KeplerianConverterTest.java b/src/test/java/org/orekit/propagation/conversion/KeplerianConverterTest.java
index b786b1205d..cb1a99ff6a 100644
--- a/src/test/java/org/orekit/propagation/conversion/KeplerianConverterTest.java
+++ b/src/test/java/org/orekit/propagation/conversion/KeplerianConverterTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/conversion/NumericalConverterTest.java b/src/test/java/org/orekit/propagation/conversion/NumericalConverterTest.java
index 629eff5e90..1d1e55436e 100644
--- a/src/test/java/org/orekit/propagation/conversion/NumericalConverterTest.java
+++ b/src/test/java/org/orekit/propagation/conversion/NumericalConverterTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/conversion/OsculatingToMeanElementsConverterTest.java b/src/test/java/org/orekit/propagation/conversion/OsculatingToMeanElementsConverterTest.java
index 538f304913..978fc99153 100644
--- a/src/test/java/org/orekit/propagation/conversion/OsculatingToMeanElementsConverterTest.java
+++ b/src/test/java/org/orekit/propagation/conversion/OsculatingToMeanElementsConverterTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/conversion/TLEConverterTest.java b/src/test/java/org/orekit/propagation/conversion/TLEConverterTest.java
index 7b2aba603d..e25570e56a 100644
--- a/src/test/java/org/orekit/propagation/conversion/TLEConverterTest.java
+++ b/src/test/java/org/orekit/propagation/conversion/TLEConverterTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/AdapterDetectorTest.java b/src/test/java/org/orekit/propagation/events/AdapterDetectorTest.java
index 57bd880f66..25649c2b4d 100644
--- a/src/test/java/org/orekit/propagation/events/AdapterDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/AdapterDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/AlignmentDetectorTest.java b/src/test/java/org/orekit/propagation/events/AlignmentDetectorTest.java
index 65c44c8a97..9d00ac7e1b 100644
--- a/src/test/java/org/orekit/propagation/events/AlignmentDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/AlignmentDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/AltitudeDetectorTest.java b/src/test/java/org/orekit/propagation/events/AltitudeDetectorTest.java
index ec629bab10..94b0e1e7c8 100644
--- a/src/test/java/org/orekit/propagation/events/AltitudeDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/AltitudeDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/AngularSeparationDetectorTest.java b/src/test/java/org/orekit/propagation/events/AngularSeparationDetectorTest.java
index d4d140e976..06480be6ce 100644
--- a/src/test/java/org/orekit/propagation/events/AngularSeparationDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/AngularSeparationDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/ApsideDetectorTest.java b/src/test/java/org/orekit/propagation/events/ApsideDetectorTest.java
index 476d5fd99f..f026b19f49 100644
--- a/src/test/java/org/orekit/propagation/events/ApsideDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/ApsideDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/BackAndForthDetectorTest.java b/src/test/java/org/orekit/propagation/events/BackAndForthDetectorTest.java
index 7ff216a8af..2789b8fc3b 100644
--- a/src/test/java/org/orekit/propagation/events/BackAndForthDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/BackAndForthDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/CircularFieldOfViewDetectorTest.java b/src/test/java/org/orekit/propagation/events/CircularFieldOfViewDetectorTest.java
index 7a7d1fdc2c..8e8aaf943d 100644
--- a/src/test/java/org/orekit/propagation/events/CircularFieldOfViewDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/CircularFieldOfViewDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/DateDetectorTest.java b/src/test/java/org/orekit/propagation/events/DateDetectorTest.java
index 4e9f3206a7..e7cb3fbeae 100644
--- a/src/test/java/org/orekit/propagation/events/DateDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/DateDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/EclipseDetectorTest.java b/src/test/java/org/orekit/propagation/events/EclipseDetectorTest.java
index 9bf4f60967..506c918083 100644
--- a/src/test/java/org/orekit/propagation/events/EclipseDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/EclipseDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/ElevationDetectorTest.java b/src/test/java/org/orekit/propagation/events/ElevationDetectorTest.java
index 0b716d0502..82963d8229 100644
--- a/src/test/java/org/orekit/propagation/events/ElevationDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/ElevationDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/ElevationExtremumDetectorTest.java b/src/test/java/org/orekit/propagation/events/ElevationExtremumDetectorTest.java
index a7841f8ef5..16b3bb0a02 100644
--- a/src/test/java/org/orekit/propagation/events/ElevationExtremumDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/ElevationExtremumDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/EventDetectorTest.java b/src/test/java/org/orekit/propagation/events/EventDetectorTest.java
index dc86165ab4..dfc3200f1c 100644
--- a/src/test/java/org/orekit/propagation/events/EventDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/EventDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/EventEnablingPredicateFilterTest.java b/src/test/java/org/orekit/propagation/events/EventEnablingPredicateFilterTest.java
index 9f8be38527..27c710ad88 100644
--- a/src/test/java/org/orekit/propagation/events/EventEnablingPredicateFilterTest.java
+++ b/src/test/java/org/orekit/propagation/events/EventEnablingPredicateFilterTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/EventShifterTest.java b/src/test/java/org/orekit/propagation/events/EventShifterTest.java
index d3698b893f..12a9d03f0e 100644
--- a/src/test/java/org/orekit/propagation/events/EventShifterTest.java
+++ b/src/test/java/org/orekit/propagation/events/EventShifterTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/EventSlopeFilterTest.java b/src/test/java/org/orekit/propagation/events/EventSlopeFilterTest.java
index 44dfd3fc7e..b295d91be9 100644
--- a/src/test/java/org/orekit/propagation/events/EventSlopeFilterTest.java
+++ b/src/test/java/org/orekit/propagation/events/EventSlopeFilterTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/EventsLoggerTest.java b/src/test/java/org/orekit/propagation/events/EventsLoggerTest.java
index adc60f7e2b..cc22c6a478 100644
--- a/src/test/java/org/orekit/propagation/events/EventsLoggerTest.java
+++ b/src/test/java/org/orekit/propagation/events/EventsLoggerTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/FieldApsideDetectorTest.java b/src/test/java/org/orekit/propagation/events/FieldApsideDetectorTest.java
index 3f21aa4333..e12e543f06 100644
--- a/src/test/java/org/orekit/propagation/events/FieldApsideDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/FieldApsideDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/FieldDateDetectorTest.java b/src/test/java/org/orekit/propagation/events/FieldDateDetectorTest.java
index 9c3ece2d3e..f57734a2f4 100644
--- a/src/test/java/org/orekit/propagation/events/FieldDateDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/FieldDateDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/FieldEclipseDetectorTest.java b/src/test/java/org/orekit/propagation/events/FieldEclipseDetectorTest.java
index eb762b56b7..5aa76cb981 100644
--- a/src/test/java/org/orekit/propagation/events/FieldEclipseDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/FieldEclipseDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/FieldEventDetectorTest.java b/src/test/java/org/orekit/propagation/events/FieldEventDetectorTest.java
index df8c23c6f9..d1e4b9bfa1 100644
--- a/src/test/java/org/orekit/propagation/events/FieldEventDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/FieldEventDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/FieldEventsLoggerTest.java b/src/test/java/org/orekit/propagation/events/FieldEventsLoggerTest.java
index 998e5dbe07..f873468d0d 100644
--- a/src/test/java/org/orekit/propagation/events/FieldEventsLoggerTest.java
+++ b/src/test/java/org/orekit/propagation/events/FieldEventsLoggerTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/FieldNodeDetectorTest.java b/src/test/java/org/orekit/propagation/events/FieldNodeDetectorTest.java
index 0f8b72055b..73f7bc16ad 100644
--- a/src/test/java/org/orekit/propagation/events/FieldNodeDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/FieldNodeDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/FieldOfViewDetectorTest.java b/src/test/java/org/orekit/propagation/events/FieldOfViewDetectorTest.java
index e2f84c9868..ecac0315b8 100644
--- a/src/test/java/org/orekit/propagation/events/FieldOfViewDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/FieldOfViewDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/FieldOfViewTest.java b/src/test/java/org/orekit/propagation/events/FieldOfViewTest.java
index 184fc9849d..46833bffce 100644
--- a/src/test/java/org/orekit/propagation/events/FieldOfViewTest.java
+++ b/src/test/java/org/orekit/propagation/events/FieldOfViewTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/FootprintOverlapDetectorTest.java b/src/test/java/org/orekit/propagation/events/FootprintOverlapDetectorTest.java
index fcd25e8d6d..a1931bdc6d 100644
--- a/src/test/java/org/orekit/propagation/events/FootprintOverlapDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/FootprintOverlapDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/GeographicZoneDetectorTest.java b/src/test/java/org/orekit/propagation/events/GeographicZoneDetectorTest.java
index 603538e373..d3fed88e39 100644
--- a/src/test/java/org/orekit/propagation/events/GeographicZoneDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/GeographicZoneDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/GroundAtNightDetectorTest.java b/src/test/java/org/orekit/propagation/events/GroundAtNightDetectorTest.java
index d4c96dd87b..606a920659 100644
--- a/src/test/java/org/orekit/propagation/events/GroundAtNightDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/GroundAtNightDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/InterSatDirectViewDetectorTest.java b/src/test/java/org/orekit/propagation/events/InterSatDirectViewDetectorTest.java
index f091ffaedb..6d394cb63a 100644
--- a/src/test/java/org/orekit/propagation/events/InterSatDirectViewDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/InterSatDirectViewDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/LatitudeCrossingDetectorTest.java b/src/test/java/org/orekit/propagation/events/LatitudeCrossingDetectorTest.java
index 78d1620801..f4ef0ab59b 100644
--- a/src/test/java/org/orekit/propagation/events/LatitudeCrossingDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/LatitudeCrossingDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/LatitudeExtremumDetectorTest.java b/src/test/java/org/orekit/propagation/events/LatitudeExtremumDetectorTest.java
index 4fe12b54a2..466601ca8a 100644
--- a/src/test/java/org/orekit/propagation/events/LatitudeExtremumDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/LatitudeExtremumDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/LongitudeCrossingDetectorTest.java b/src/test/java/org/orekit/propagation/events/LongitudeCrossingDetectorTest.java
index e91430c1cf..3db0537c6c 100644
--- a/src/test/java/org/orekit/propagation/events/LongitudeCrossingDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/LongitudeCrossingDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/LongitudeExtremumDetectorTest.java b/src/test/java/org/orekit/propagation/events/LongitudeExtremumDetectorTest.java
index c926c72caa..d69fbbfc47 100644
--- a/src/test/java/org/orekit/propagation/events/LongitudeExtremumDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/LongitudeExtremumDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/NodeDetectorTest.java b/src/test/java/org/orekit/propagation/events/NodeDetectorTest.java
index 042e0b2d79..239315fc81 100644
--- a/src/test/java/org/orekit/propagation/events/NodeDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/NodeDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/PositionAngleDetectorTest.java b/src/test/java/org/orekit/propagation/events/PositionAngleDetectorTest.java
index 5a3b1ac2b2..7988afea71 100644
--- a/src/test/java/org/orekit/propagation/events/PositionAngleDetectorTest.java
+++ b/src/test/java/org/orekit/propagation/events/PositionAngleDetectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/handlers/ContinueOnEventTest.java b/src/test/java/org/orekit/propagation/events/handlers/ContinueOnEventTest.java
index 9a0bee37e9..9611cd6316 100644
--- a/src/test/java/org/orekit/propagation/events/handlers/ContinueOnEventTest.java
+++ b/src/test/java/org/orekit/propagation/events/handlers/ContinueOnEventTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/handlers/EventHandlerTest.java b/src/test/java/org/orekit/propagation/events/handlers/EventHandlerTest.java
index 5d74eeba47..c13ee4549a 100644
--- a/src/test/java/org/orekit/propagation/events/handlers/EventHandlerTest.java
+++ b/src/test/java/org/orekit/propagation/events/handlers/EventHandlerTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/handlers/FieldStopOnDecreasingTest.java b/src/test/java/org/orekit/propagation/events/handlers/FieldStopOnDecreasingTest.java
index f394fa0e10..3894b5b066 100644
--- a/src/test/java/org/orekit/propagation/events/handlers/FieldStopOnDecreasingTest.java
+++ b/src/test/java/org/orekit/propagation/events/handlers/FieldStopOnDecreasingTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/handlers/FieldStopOnIncreasingTest.java b/src/test/java/org/orekit/propagation/events/handlers/FieldStopOnIncreasingTest.java
index 56de3dde42..d1a1b258f2 100644
--- a/src/test/java/org/orekit/propagation/events/handlers/FieldStopOnIncreasingTest.java
+++ b/src/test/java/org/orekit/propagation/events/handlers/FieldStopOnIncreasingTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/handlers/StopOnDecreasingTest.java b/src/test/java/org/orekit/propagation/events/handlers/StopOnDecreasingTest.java
index 7ecdd21149..d742642ce3 100644
--- a/src/test/java/org/orekit/propagation/events/handlers/StopOnDecreasingTest.java
+++ b/src/test/java/org/orekit/propagation/events/handlers/StopOnDecreasingTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/handlers/StopOnEventTest.java b/src/test/java/org/orekit/propagation/events/handlers/StopOnEventTest.java
index 44c55f685b..a70d4e70c8 100644
--- a/src/test/java/org/orekit/propagation/events/handlers/StopOnEventTest.java
+++ b/src/test/java/org/orekit/propagation/events/handlers/StopOnEventTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/events/handlers/StopOnIncreasingTest.java b/src/test/java/org/orekit/propagation/events/handlers/StopOnIncreasingTest.java
index 27162fe8e5..2916612298 100644
--- a/src/test/java/org/orekit/propagation/events/handlers/StopOnIncreasingTest.java
+++ b/src/test/java/org/orekit/propagation/events/handlers/StopOnIncreasingTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/integration/AdditionalEquationsTest.java b/src/test/java/org/orekit/propagation/integration/AdditionalEquationsTest.java
index 5e14821789..112e341bd3 100644
--- a/src/test/java/org/orekit/propagation/integration/AdditionalEquationsTest.java
+++ b/src/test/java/org/orekit/propagation/integration/AdditionalEquationsTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/integration/FieldAdditionalEquationsTest.java b/src/test/java/org/orekit/propagation/integration/FieldAdditionalEquationsTest.java
index 6ca3b8bfd9..98a410f026 100644
--- a/src/test/java/org/orekit/propagation/integration/FieldAdditionalEquationsTest.java
+++ b/src/test/java/org/orekit/propagation/integration/FieldAdditionalEquationsTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/integration/FieldIntegratedEphemerisTest.java b/src/test/java/org/orekit/propagation/integration/FieldIntegratedEphemerisTest.java
index ac289bc3c6..ad0775b1f7 100644
--- a/src/test/java/org/orekit/propagation/integration/FieldIntegratedEphemerisTest.java
+++ b/src/test/java/org/orekit/propagation/integration/FieldIntegratedEphemerisTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/integration/IntegratedEphemerisTest.java b/src/test/java/org/orekit/propagation/integration/IntegratedEphemerisTest.java
index 826118db5a..32a32e2ade 100644
--- a/src/test/java/org/orekit/propagation/integration/IntegratedEphemerisTest.java
+++ b/src/test/java/org/orekit/propagation/integration/IntegratedEphemerisTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/numerical/FieldNumericalPropagatorTest.java b/src/test/java/org/orekit/propagation/numerical/FieldNumericalPropagatorTest.java
index f40bd54e4f..0d3f791e77 100644
--- a/src/test/java/org/orekit/propagation/numerical/FieldNumericalPropagatorTest.java
+++ b/src/test/java/org/orekit/propagation/numerical/FieldNumericalPropagatorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/numerical/NumericalPropagatorTest.java b/src/test/java/org/orekit/propagation/numerical/NumericalPropagatorTest.java
index 47bbc60302..21184f88ce 100644
--- a/src/test/java/org/orekit/propagation/numerical/NumericalPropagatorTest.java
+++ b/src/test/java/org/orekit/propagation/numerical/NumericalPropagatorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/numerical/PartialDerivativesEquationsTest.java b/src/test/java/org/orekit/propagation/numerical/PartialDerivativesEquationsTest.java
index 9f55d11b57..8fb117c6aa 100644
--- a/src/test/java/org/orekit/propagation/numerical/PartialDerivativesEquationsTest.java
+++ b/src/test/java/org/orekit/propagation/numerical/PartialDerivativesEquationsTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/numerical/PartialDerivativesTest.java b/src/test/java/org/orekit/propagation/numerical/PartialDerivativesTest.java
index 8e0b0e5035..f1d9169c59 100644
--- a/src/test/java/org/orekit/propagation/numerical/PartialDerivativesTest.java
+++ b/src/test/java/org/orekit/propagation/numerical/PartialDerivativesTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/sampling/OrekitStepHandlerTest.java b/src/test/java/org/orekit/propagation/sampling/OrekitStepHandlerTest.java
index 36aa6db4e9..f27372db4d 100644
--- a/src/test/java/org/orekit/propagation/sampling/OrekitStepHandlerTest.java
+++ b/src/test/java/org/orekit/propagation/sampling/OrekitStepHandlerTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/semianalytical/dsst/DSSTPropagatorTest.java b/src/test/java/org/orekit/propagation/semianalytical/dsst/DSSTPropagatorTest.java
index 1e9904ecb4..7057d5e2df 100644
--- a/src/test/java/org/orekit/propagation/semianalytical/dsst/DSSTPropagatorTest.java
+++ b/src/test/java/org/orekit/propagation/semianalytical/dsst/DSSTPropagatorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/semianalytical/dsst/utilities/CoefficientFactoryTest.java b/src/test/java/org/orekit/propagation/semianalytical/dsst/utilities/CoefficientFactoryTest.java
index 1bfcef7d76..bb5d6e221c 100644
--- a/src/test/java/org/orekit/propagation/semianalytical/dsst/utilities/CoefficientFactoryTest.java
+++ b/src/test/java/org/orekit/propagation/semianalytical/dsst/utilities/CoefficientFactoryTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/semianalytical/dsst/utilities/GHmsjTest.java b/src/test/java/org/orekit/propagation/semianalytical/dsst/utilities/GHmsjTest.java
index c090c7bfa1..8e47c39611 100644
--- a/src/test/java/org/orekit/propagation/semianalytical/dsst/utilities/GHmsjTest.java
+++ b/src/test/java/org/orekit/propagation/semianalytical/dsst/utilities/GHmsjTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/semianalytical/dsst/utilities/GammaMnsFunctionTest.java b/src/test/java/org/orekit/propagation/semianalytical/dsst/utilities/GammaMnsFunctionTest.java
index a1f9cc6e86..43921c1227 100644
--- a/src/test/java/org/orekit/propagation/semianalytical/dsst/utilities/GammaMnsFunctionTest.java
+++ b/src/test/java/org/orekit/propagation/semianalytical/dsst/utilities/GammaMnsFunctionTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/semianalytical/dsst/utilities/NewcombOperatorTest.java b/src/test/java/org/orekit/propagation/semianalytical/dsst/utilities/NewcombOperatorTest.java
index 2a788448ca..6799cbb015 100644
--- a/src/test/java/org/orekit/propagation/semianalytical/dsst/utilities/NewcombOperatorTest.java
+++ b/src/test/java/org/orekit/propagation/semianalytical/dsst/utilities/NewcombOperatorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/HansenThirdBodyLinearTest.java b/src/test/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/HansenThirdBodyLinearTest.java
index 91ec83bf59..12d76d7a18 100644
--- a/src/test/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/HansenThirdBodyLinearTest.java
+++ b/src/test/java/org/orekit/propagation/semianalytical/dsst/utilities/hansen/HansenThirdBodyLinearTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/AbsoluteDateTest.java b/src/test/java/org/orekit/time/AbsoluteDateTest.java
index 821397cc24..6685c735c2 100644
--- a/src/test/java/org/orekit/time/AbsoluteDateTest.java
+++ b/src/test/java/org/orekit/time/AbsoluteDateTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/BDSScaleTest.java b/src/test/java/org/orekit/time/BDSScaleTest.java
index 52e1d3e50e..2859d15a9f 100644
--- a/src/test/java/org/orekit/time/BDSScaleTest.java
+++ b/src/test/java/org/orekit/time/BDSScaleTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/BurstSelectorStepTest.java b/src/test/java/org/orekit/time/BurstSelectorStepTest.java
index 3d1781d6fc..d1892f1d7b 100644
--- a/src/test/java/org/orekit/time/BurstSelectorStepTest.java
+++ b/src/test/java/org/orekit/time/BurstSelectorStepTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/DateComponentsTest.java b/src/test/java/org/orekit/time/DateComponentsTest.java
index b9b5b0c1ab..7716d68255 100644
--- a/src/test/java/org/orekit/time/DateComponentsTest.java
+++ b/src/test/java/org/orekit/time/DateComponentsTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/DateTimeComponentsTest.java b/src/test/java/org/orekit/time/DateTimeComponentsTest.java
index 04cf357e12..53563af5e7 100644
--- a/src/test/java/org/orekit/time/DateTimeComponentsTest.java
+++ b/src/test/java/org/orekit/time/DateTimeComponentsTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/FieldAbsoluteDateTest.java b/src/test/java/org/orekit/time/FieldAbsoluteDateTest.java
index a660b943a9..3f20d18a6d 100644
--- a/src/test/java/org/orekit/time/FieldAbsoluteDateTest.java
+++ b/src/test/java/org/orekit/time/FieldAbsoluteDateTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/FixedStepSelectorTest.java b/src/test/java/org/orekit/time/FixedStepSelectorTest.java
index 756102ce35..603494c04c 100644
--- a/src/test/java/org/orekit/time/FixedStepSelectorTest.java
+++ b/src/test/java/org/orekit/time/FixedStepSelectorTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/GLONASSScaleTest.java b/src/test/java/org/orekit/time/GLONASSScaleTest.java
index a1912feba5..d0b33a4903 100644
--- a/src/test/java/org/orekit/time/GLONASSScaleTest.java
+++ b/src/test/java/org/orekit/time/GLONASSScaleTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/GMSTScaleTest.java b/src/test/java/org/orekit/time/GMSTScaleTest.java
index 25dc0bd028..6e588123a9 100644
--- a/src/test/java/org/orekit/time/GMSTScaleTest.java
+++ b/src/test/java/org/orekit/time/GMSTScaleTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/GPSDateTest.java b/src/test/java/org/orekit/time/GPSDateTest.java
index faa8620423..27516366db 100644
--- a/src/test/java/org/orekit/time/GPSDateTest.java
+++ b/src/test/java/org/orekit/time/GPSDateTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/GPSScaleTest.java b/src/test/java/org/orekit/time/GPSScaleTest.java
index b9f153d0a7..04175d6923 100644
--- a/src/test/java/org/orekit/time/GPSScaleTest.java
+++ b/src/test/java/org/orekit/time/GPSScaleTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/GalileoScaleTest.java b/src/test/java/org/orekit/time/GalileoScaleTest.java
index c5210e6ca7..742342d42e 100644
--- a/src/test/java/org/orekit/time/GalileoScaleTest.java
+++ b/src/test/java/org/orekit/time/GalileoScaleTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/IRNSSScaleTest.java b/src/test/java/org/orekit/time/IRNSSScaleTest.java
index b7399face5..0037f10cb9 100644
--- a/src/test/java/org/orekit/time/IRNSSScaleTest.java
+++ b/src/test/java/org/orekit/time/IRNSSScaleTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/MonthTest.java b/src/test/java/org/orekit/time/MonthTest.java
index 5598ba454f..7c91fe039a 100644
--- a/src/test/java/org/orekit/time/MonthTest.java
+++ b/src/test/java/org/orekit/time/MonthTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/QZSSScaleTest.java b/src/test/java/org/orekit/time/QZSSScaleTest.java
index 345e6836c3..e09e80b32f 100644
--- a/src/test/java/org/orekit/time/QZSSScaleTest.java
+++ b/src/test/java/org/orekit/time/QZSSScaleTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/TAIScaleTest.java b/src/test/java/org/orekit/time/TAIScaleTest.java
index 9fd5242d65..228296bbd8 100644
--- a/src/test/java/org/orekit/time/TAIScaleTest.java
+++ b/src/test/java/org/orekit/time/TAIScaleTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/TAIUTCDatAFilesLoaderTest.java b/src/test/java/org/orekit/time/TAIUTCDatAFilesLoaderTest.java
index 5e99a3d057..1fcb5c00f0 100644
--- a/src/test/java/org/orekit/time/TAIUTCDatAFilesLoaderTest.java
+++ b/src/test/java/org/orekit/time/TAIUTCDatAFilesLoaderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/TCBScaleTest.java b/src/test/java/org/orekit/time/TCBScaleTest.java
index ec53cd3930..e3de66ecdf 100644
--- a/src/test/java/org/orekit/time/TCBScaleTest.java
+++ b/src/test/java/org/orekit/time/TCBScaleTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/TCGScaleTest.java b/src/test/java/org/orekit/time/TCGScaleTest.java
index 7efcba9ef2..cad98fc0b5 100644
--- a/src/test/java/org/orekit/time/TCGScaleTest.java
+++ b/src/test/java/org/orekit/time/TCGScaleTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/TDBScaleTest.java b/src/test/java/org/orekit/time/TDBScaleTest.java
index 64251c6571..8eb27c18e2 100644
--- a/src/test/java/org/orekit/time/TDBScaleTest.java
+++ b/src/test/java/org/orekit/time/TDBScaleTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/TTScaleTest.java b/src/test/java/org/orekit/time/TTScaleTest.java
index 1f7b5140bc..6f7deb635d 100644
--- a/src/test/java/org/orekit/time/TTScaleTest.java
+++ b/src/test/java/org/orekit/time/TTScaleTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/TimeComponentsTest.java b/src/test/java/org/orekit/time/TimeComponentsTest.java
index 21f6c58727..0398df891a 100644
--- a/src/test/java/org/orekit/time/TimeComponentsTest.java
+++ b/src/test/java/org/orekit/time/TimeComponentsTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/UT1ScaleTest.java b/src/test/java/org/orekit/time/UT1ScaleTest.java
index 22d2759280..e9bd012325 100644
--- a/src/test/java/org/orekit/time/UT1ScaleTest.java
+++ b/src/test/java/org/orekit/time/UT1ScaleTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/UTCScaleTest.java b/src/test/java/org/orekit/time/UTCScaleTest.java
index 7d0b3810d1..95b82558ee 100644
--- a/src/test/java/org/orekit/time/UTCScaleTest.java
+++ b/src/test/java/org/orekit/time/UTCScaleTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/UTCTAIBulletinAFilesLoaderTest.java b/src/test/java/org/orekit/time/UTCTAIBulletinAFilesLoaderTest.java
index 598348b9b7..1adc506b17 100644
--- a/src/test/java/org/orekit/time/UTCTAIBulletinAFilesLoaderTest.java
+++ b/src/test/java/org/orekit/time/UTCTAIBulletinAFilesLoaderTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/UTCTAIHistoryFilesLoaderCompressedDataTest.java b/src/test/java/org/orekit/time/UTCTAIHistoryFilesLoaderCompressedDataTest.java
index c0492eb88f..a37c44f123 100644
--- a/src/test/java/org/orekit/time/UTCTAIHistoryFilesLoaderCompressedDataTest.java
+++ b/src/test/java/org/orekit/time/UTCTAIHistoryFilesLoaderCompressedDataTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/UTCTAIHistoryFilesLoaderNoDataTest.java b/src/test/java/org/orekit/time/UTCTAIHistoryFilesLoaderNoDataTest.java
index bcd0e55d13..95d2e1798d 100644
--- a/src/test/java/org/orekit/time/UTCTAIHistoryFilesLoaderNoDataTest.java
+++ b/src/test/java/org/orekit/time/UTCTAIHistoryFilesLoaderNoDataTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/time/UTCTAIHistoryFilesLoaderRegularDataTest.java b/src/test/java/org/orekit/time/UTCTAIHistoryFilesLoaderRegularDataTest.java
index d886bd6641..16bb9c719d 100644
--- a/src/test/java/org/orekit/time/UTCTAIHistoryFilesLoaderRegularDataTest.java
+++ b/src/test/java/org/orekit/time/UTCTAIHistoryFilesLoaderRegularDataTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/utils/AngularCoordinatesTest.java b/src/test/java/org/orekit/utils/AngularCoordinatesTest.java
index a03f0de469..2bb7cb4956 100644
--- a/src/test/java/org/orekit/utils/AngularCoordinatesTest.java
+++ b/src/test/java/org/orekit/utils/AngularCoordinatesTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/utils/AngularDerivativesFilterTest.java b/src/test/java/org/orekit/utils/AngularDerivativesFilterTest.java
index 9ee680d8ac..491f390a48 100644
--- a/src/test/java/org/orekit/utils/AngularDerivativesFilterTest.java
+++ b/src/test/java/org/orekit/utils/AngularDerivativesFilterTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/utils/CartesianDerivativesFilterTest.java b/src/test/java/org/orekit/utils/CartesianDerivativesFilterTest.java
index 4cd1fcaf9d..a64e96de53 100644
--- a/src/test/java/org/orekit/utils/CartesianDerivativesFilterTest.java
+++ b/src/test/java/org/orekit/utils/CartesianDerivativesFilterTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/utils/ElevationMaskTest.java b/src/test/java/org/orekit/utils/ElevationMaskTest.java
index 0f36cd6608..ed39203dfe 100644
--- a/src/test/java/org/orekit/utils/ElevationMaskTest.java
+++ b/src/test/java/org/orekit/utils/ElevationMaskTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/utils/ExtendedPVCoordinatesTest.java b/src/test/java/org/orekit/utils/ExtendedPVCoordinatesTest.java
index 38f67e8700..80dc40b029 100644
--- a/src/test/java/org/orekit/utils/ExtendedPVCoordinatesTest.java
+++ b/src/test/java/org/orekit/utils/ExtendedPVCoordinatesTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/utils/FieldAngularCoordinatesTest.java b/src/test/java/org/orekit/utils/FieldAngularCoordinatesTest.java
index d0d8caf52e..764c138189 100644
--- a/src/test/java/org/orekit/utils/FieldAngularCoordinatesTest.java
+++ b/src/test/java/org/orekit/utils/FieldAngularCoordinatesTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/utils/FieldPVCoordinatesTest.java b/src/test/java/org/orekit/utils/FieldPVCoordinatesTest.java
index 24f43cec5b..6682abb1c1 100644
--- a/src/test/java/org/orekit/utils/FieldPVCoordinatesTest.java
+++ b/src/test/java/org/orekit/utils/FieldPVCoordinatesTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/utils/GenericTimeStampedCacheTest.java b/src/test/java/org/orekit/utils/GenericTimeStampedCacheTest.java
index 6aa15e640d..a414ff8dea 100644
--- a/src/test/java/org/orekit/utils/GenericTimeStampedCacheTest.java
+++ b/src/test/java/org/orekit/utils/GenericTimeStampedCacheTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/utils/IERSConventionsTest.java b/src/test/java/org/orekit/utils/IERSConventionsTest.java
index 62b7c7c395..bf8c2e71cd 100644
--- a/src/test/java/org/orekit/utils/IERSConventionsTest.java
+++ b/src/test/java/org/orekit/utils/IERSConventionsTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/utils/PVCoordinatesTest.java b/src/test/java/org/orekit/utils/PVCoordinatesTest.java
index 52d6b2901e..09dd964d92 100644
--- a/src/test/java/org/orekit/utils/PVCoordinatesTest.java
+++ b/src/test/java/org/orekit/utils/PVCoordinatesTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/utils/ParameterDriversListTest.java b/src/test/java/org/orekit/utils/ParameterDriversListTest.java
index cad7ae08a6..aa38f6df13 100644
--- a/src/test/java/org/orekit/utils/ParameterDriversListTest.java
+++ b/src/test/java/org/orekit/utils/ParameterDriversListTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/utils/SecularAndHarmonicTest.java b/src/test/java/org/orekit/utils/SecularAndHarmonicTest.java
index 5452dbe7a7..091ead25a7 100644
--- a/src/test/java/org/orekit/utils/SecularAndHarmonicTest.java
+++ b/src/test/java/org/orekit/utils/SecularAndHarmonicTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/utils/TimeSpanMapTest.java b/src/test/java/org/orekit/utils/TimeSpanMapTest.java
index b627479e2e..33075f43b7 100644
--- a/src/test/java/org/orekit/utils/TimeSpanMapTest.java
+++ b/src/test/java/org/orekit/utils/TimeSpanMapTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/utils/TimeStampedAngularCoordinatesTest.java b/src/test/java/org/orekit/utils/TimeStampedAngularCoordinatesTest.java
index 4baffd5959..52a83254c7 100644
--- a/src/test/java/org/orekit/utils/TimeStampedAngularCoordinatesTest.java
+++ b/src/test/java/org/orekit/utils/TimeStampedAngularCoordinatesTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/utils/TimeStampedFieldAngularCoordinatesTest.java b/src/test/java/org/orekit/utils/TimeStampedFieldAngularCoordinatesTest.java
index 6689a80a8a..1d739c34fc 100644
--- a/src/test/java/org/orekit/utils/TimeStampedFieldAngularCoordinatesTest.java
+++ b/src/test/java/org/orekit/utils/TimeStampedFieldAngularCoordinatesTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/utils/TimeStampedFieldPVCoordinatesTest.java b/src/test/java/org/orekit/utils/TimeStampedFieldPVCoordinatesTest.java
index b3cf2a9426..a259b70aa3 100644
--- a/src/test/java/org/orekit/utils/TimeStampedFieldPVCoordinatesTest.java
+++ b/src/test/java/org/orekit/utils/TimeStampedFieldPVCoordinatesTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/java/org/orekit/utils/TimeStampedPVCoordinatesTest.java b/src/test/java/org/orekit/utils/TimeStampedPVCoordinatesTest.java
index 2ffc7f66ab..bf8c04cfce 100644
--- a/src/test/java/org/orekit/utils/TimeStampedPVCoordinatesTest.java
+++ b/src/test/java/org/orekit/utils/TimeStampedPVCoordinatesTest.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/resources/gnss/attitude/reference-attitude-generator/FindBaseSamples.java b/src/test/resources/gnss/attitude/reference-attitude-generator/FindBaseSamples.java
index 1e2695104a..a4b334566f 100644
--- a/src/test/resources/gnss/attitude/reference-attitude-generator/FindBaseSamples.java
+++ b/src/test/resources/gnss/attitude/reference-attitude-generator/FindBaseSamples.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/resources/gnss/attitude/reference-attitude-generator/GenerateBaseSamples.java b/src/test/resources/gnss/attitude/reference-attitude-generator/GenerateBaseSamples.java
index 4d5ba61af0..037b1c6d75 100644
--- a/src/test/resources/gnss/attitude/reference-attitude-generator/GenerateBaseSamples.java
+++ b/src/test/resources/gnss/attitude/reference-attitude-generator/GenerateBaseSamples.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/tutorials/java/fr/cs/examples/KeyValueFileParser.java b/src/tutorials/java/fr/cs/examples/KeyValueFileParser.java
index ca5ab1995c..14b343465d 100644
--- a/src/tutorials/java/fr/cs/examples/KeyValueFileParser.java
+++ b/src/tutorials/java/fr/cs/examples/KeyValueFileParser.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/tutorials/java/fr/cs/examples/attitude/EarthObservation.java b/src/tutorials/java/fr/cs/examples/attitude/EarthObservation.java
index 50019b84f0..c41befbef4 100644
--- a/src/tutorials/java/fr/cs/examples/attitude/EarthObservation.java
+++ b/src/tutorials/java/fr/cs/examples/attitude/EarthObservation.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/tutorials/java/fr/cs/examples/bodies/DEFile.java b/src/tutorials/java/fr/cs/examples/bodies/DEFile.java
index 6e2dfe6231..b004e8b549 100644
--- a/src/tutorials/java/fr/cs/examples/bodies/DEFile.java
+++ b/src/tutorials/java/fr/cs/examples/bodies/DEFile.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/tutorials/java/fr/cs/examples/bodies/Phasing.java b/src/tutorials/java/fr/cs/examples/bodies/Phasing.java
index 3aa190d647..c31db345c6 100644
--- a/src/tutorials/java/fr/cs/examples/bodies/Phasing.java
+++ b/src/tutorials/java/fr/cs/examples/bodies/Phasing.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/tutorials/java/fr/cs/examples/conversion/PropagatorConversion.java b/src/tutorials/java/fr/cs/examples/conversion/PropagatorConversion.java
index 3f10e745f2..0695aa0e43 100644
--- a/src/tutorials/java/fr/cs/examples/conversion/PropagatorConversion.java
+++ b/src/tutorials/java/fr/cs/examples/conversion/PropagatorConversion.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/tutorials/java/fr/cs/examples/estimation/OrbitDetermination.java b/src/tutorials/java/fr/cs/examples/estimation/OrbitDetermination.java
index 666b0e6306..bfda7f2bd9 100644
--- a/src/tutorials/java/fr/cs/examples/estimation/OrbitDetermination.java
+++ b/src/tutorials/java/fr/cs/examples/estimation/OrbitDetermination.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/tutorials/java/fr/cs/examples/frames/Frames1.java b/src/tutorials/java/fr/cs/examples/frames/Frames1.java
index fcb794d875..1ad9fe229b 100644
--- a/src/tutorials/java/fr/cs/examples/frames/Frames1.java
+++ b/src/tutorials/java/fr/cs/examples/frames/Frames1.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/tutorials/java/fr/cs/examples/frames/Frames2.java b/src/tutorials/java/fr/cs/examples/frames/Frames2.java
index c0c7942e70..0ba025c7d3 100644
--- a/src/tutorials/java/fr/cs/examples/frames/Frames2.java
+++ b/src/tutorials/java/fr/cs/examples/frames/Frames2.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/tutorials/java/fr/cs/examples/frames/Frames3.java b/src/tutorials/java/fr/cs/examples/frames/Frames3.java
index bbb62f3d93..3753954a43 100644
--- a/src/tutorials/java/fr/cs/examples/frames/Frames3.java
+++ b/src/tutorials/java/fr/cs/examples/frames/Frames3.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/tutorials/java/fr/cs/examples/gnss/DOPComputation.java b/src/tutorials/java/fr/cs/examples/gnss/DOPComputation.java
index be4bd0ead7..3d0ead48a1 100644
--- a/src/tutorials/java/fr/cs/examples/gnss/DOPComputation.java
+++ b/src/tutorials/java/fr/cs/examples/gnss/DOPComputation.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/tutorials/java/fr/cs/examples/propagation/DSSTPropagation.java b/src/tutorials/java/fr/cs/examples/propagation/DSSTPropagation.java
index 6b4d79851c..feec9bbc5b 100644
--- a/src/tutorials/java/fr/cs/examples/propagation/DSSTPropagation.java
+++ b/src/tutorials/java/fr/cs/examples/propagation/DSSTPropagation.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/tutorials/java/fr/cs/examples/propagation/EphemerisMode.java b/src/tutorials/java/fr/cs/examples/propagation/EphemerisMode.java
index 3a646d59a7..e2cd3c5d2b 100644
--- a/src/tutorials/java/fr/cs/examples/propagation/EphemerisMode.java
+++ b/src/tutorials/java/fr/cs/examples/propagation/EphemerisMode.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/tutorials/java/fr/cs/examples/propagation/FieldPropagation.java b/src/tutorials/java/fr/cs/examples/propagation/FieldPropagation.java
index 246262b89f..97f4319a32 100644
--- a/src/tutorials/java/fr/cs/examples/propagation/FieldPropagation.java
+++ b/src/tutorials/java/fr/cs/examples/propagation/FieldPropagation.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/tutorials/java/fr/cs/examples/propagation/MasterMode.java b/src/tutorials/java/fr/cs/examples/propagation/MasterMode.java
index 5b48926909..d05f6cfef5 100644
--- a/src/tutorials/java/fr/cs/examples/propagation/MasterMode.java
+++ b/src/tutorials/java/fr/cs/examples/propagation/MasterMode.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/tutorials/java/fr/cs/examples/propagation/SlaveMode.java b/src/tutorials/java/fr/cs/examples/propagation/SlaveMode.java
index 02742dd5f7..66f08124ad 100644
--- a/src/tutorials/java/fr/cs/examples/propagation/SlaveMode.java
+++ b/src/tutorials/java/fr/cs/examples/propagation/SlaveMode.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/tutorials/java/fr/cs/examples/propagation/TrackCorridor.java b/src/tutorials/java/fr/cs/examples/propagation/TrackCorridor.java
index 7942fc4bba..bb1a348980 100644
--- a/src/tutorials/java/fr/cs/examples/propagation/TrackCorridor.java
+++ b/src/tutorials/java/fr/cs/examples/propagation/TrackCorridor.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/tutorials/java/fr/cs/examples/propagation/VisibilityCheck.java b/src/tutorials/java/fr/cs/examples/propagation/VisibilityCheck.java
index 341cdbb2ec..8da4806552 100644
--- a/src/tutorials/java/fr/cs/examples/propagation/VisibilityCheck.java
+++ b/src/tutorials/java/fr/cs/examples/propagation/VisibilityCheck.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/tutorials/java/fr/cs/examples/propagation/VisibilityCircle.java b/src/tutorials/java/fr/cs/examples/propagation/VisibilityCircle.java
index 65ac41b013..6cbd81ae71 100644
--- a/src/tutorials/java/fr/cs/examples/propagation/VisibilityCircle.java
+++ b/src/tutorials/java/fr/cs/examples/propagation/VisibilityCircle.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/tutorials/java/fr/cs/examples/time/Time1.java b/src/tutorials/java/fr/cs/examples/time/Time1.java
index 8343ad6a19..8991920a02 100644
--- a/src/tutorials/java/fr/cs/examples/time/Time1.java
+++ b/src/tutorials/java/fr/cs/examples/time/Time1.java
@@ -1,4 +1,4 @@
-/* Copyright 2002-2018 CS Systèmes d'Information
+/* Copyright 2002-2019 CS Systèmes d'Information
  * Licensed to CS Systèmes d'Information (CS) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
-- 
GitLab