From 2d424c53e1b5a449181b5c632295bebee82a1ebb Mon Sep 17 00:00:00 2001 From: Luc Maisonobe <luc@orekit.org> Date: Thu, 8 Jan 2015 15:49:13 +0100 Subject: [PATCH] Updated copyright year. --- design/dem-loading-class-diagram.puml | 2 +- design/direct-location-class-diagram.puml | 2 +- design/direct-location-sequence-diagram.puml | 2 +- design/duvenhage-inner-recursion-activity-diagram.puml | 2 +- design/duvenhage-top-loop-activity-diagram.puml | 2 +- design/initialization-class-diagram.puml | 2 +- design/initialization-sequence-diagram.puml | 2 +- design/inverse-location-sequence-diagram.puml | 2 +- src/main/java/org/orekit/rugged/api/AlgorithmId.java | 2 +- src/main/java/org/orekit/rugged/api/BodyRotatingFrameId.java | 2 +- src/main/java/org/orekit/rugged/api/EllipsoidId.java | 2 +- src/main/java/org/orekit/rugged/api/InertialFrameId.java | 2 +- src/main/java/org/orekit/rugged/api/Rugged.java | 2 +- src/main/java/org/orekit/rugged/api/RuggedBuilder.java | 2 +- src/main/java/org/orekit/rugged/errors/RuggedException.java | 2 +- src/main/java/org/orekit/rugged/errors/RuggedMessages.java | 2 +- .../java/org/orekit/rugged/intersection/BasicScanAlgorithm.java | 2 +- .../java/org/orekit/rugged/intersection/IgnoreDEMAlgorithm.java | 2 +- .../org/orekit/rugged/intersection/IntersectionAlgorithm.java | 2 +- .../rugged/intersection/duvenhage/DuvenhageAlgorithm.java | 2 +- .../orekit/rugged/intersection/duvenhage/MinMaxTreeTile.java | 2 +- .../rugged/intersection/duvenhage/MinMaxTreeTileFactory.java | 2 +- src/main/java/org/orekit/rugged/linesensor/LineDatation.java | 2 +- src/main/java/org/orekit/rugged/linesensor/LineSensor.java | 2 +- .../java/org/orekit/rugged/linesensor/LinearLineDatation.java | 2 +- .../org/orekit/rugged/linesensor/SensorMeanPlaneCrossing.java | 2 +- src/main/java/org/orekit/rugged/linesensor/SensorPixel.java | 2 +- .../java/org/orekit/rugged/linesensor/SensorPixelCrossing.java | 2 +- src/main/java/org/orekit/rugged/los/FixedRotation.java | 2 +- src/main/java/org/orekit/rugged/los/LOSBuilder.java | 2 +- src/main/java/org/orekit/rugged/los/LOSTransform.java | 2 +- src/main/java/org/orekit/rugged/los/PolynomialRotation.java | 2 +- src/main/java/org/orekit/rugged/los/TimeDependentLOS.java | 2 +- .../java/org/orekit/rugged/los/TimeIndependentLOSTransform.java | 2 +- src/main/java/org/orekit/rugged/raster/SimpleTile.java | 2 +- src/main/java/org/orekit/rugged/raster/SimpleTileFactory.java | 2 +- src/main/java/org/orekit/rugged/raster/Tile.java | 2 +- src/main/java/org/orekit/rugged/raster/TileFactory.java | 2 +- src/main/java/org/orekit/rugged/raster/TileUpdater.java | 2 +- src/main/java/org/orekit/rugged/raster/TilesCache.java | 2 +- src/main/java/org/orekit/rugged/raster/UpdatableTile.java | 2 +- src/main/java/org/orekit/rugged/utils/ExtendedEllipsoid.java | 2 +- .../java/org/orekit/rugged/utils/NormalizedGeodeticPoint.java | 2 +- src/main/java/org/orekit/rugged/utils/ParameterType.java | 2 +- src/main/java/org/orekit/rugged/utils/ParametricModel.java | 2 +- .../java/org/orekit/rugged/utils/SpacecraftToObservedBody.java | 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/design/digital-elevation-model.md | 2 +- src/site/markdown/design/overview.md | 2 +- src/site/markdown/design/preliminary-design.md | 2 +- src/site/markdown/design/technical-choices.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/tutorials/direct-location-with-DEM.md | 2 +- src/site/markdown/tutorials/direct-location.md | 2 +- src/site/markdown/tutorials/inverse-location.md | 2 +- src/site/markdown/tutorials/tile-updater.md | 2 +- src/test/java/org/orekit/rugged/api/RuggedBuilderTest.java | 2 +- src/test/java/org/orekit/rugged/api/RuggedTest.java | 2 +- src/test/java/org/orekit/rugged/errors/RuggedMessagesTest.java | 2 +- .../org/orekit/rugged/intersection/AbstractAlgorithmTest.java | 2 +- .../org/orekit/rugged/intersection/BasicScanAlgorithmTest.java | 2 +- .../rugged/intersection/duvenhage/DuvenhageAlgorithmTest.java | 2 +- .../rugged/intersection/duvenhage/MinMaxTreeTileTest.java | 2 +- .../orekit/rugged/linesensor/SensorMeanPlaneCrossingTest.java | 2 +- .../orekit/rugged/raster/CheckedPatternElevationUpdater.java | 2 +- .../java/org/orekit/rugged/raster/CliffsElevationUpdater.java | 2 +- src/test/java/org/orekit/rugged/raster/CountingFactory.java | 2 +- .../java/org/orekit/rugged/raster/RandomLandscapeUpdater.java | 2 +- src/test/java/org/orekit/rugged/raster/SimpleTileTest.java | 2 +- src/test/java/org/orekit/rugged/raster/TilesCacheTest.java | 2 +- .../org/orekit/rugged/raster/VolcanicConeElevationUpdater.java | 2 +- .../java/org/orekit/rugged/utils/ExtendedEllipsoidTest.java | 2 +- 79 files changed, 79 insertions(+), 79 deletions(-) diff --git a/design/dem-loading-class-diagram.puml b/design/dem-loading-class-diagram.puml index 399f6cac..1e4b93d8 100644 --- a/design/dem-loading-class-diagram.puml +++ b/design/dem-loading-class-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2014 CS Systèmes d'Information +' Copyright 2013-2015 CS Systèmes d'Information ' Licensed to CS Systèmes d'Information (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. diff --git a/design/direct-location-class-diagram.puml b/design/direct-location-class-diagram.puml index 7cdaf5ae..3ec9ad29 100644 --- a/design/direct-location-class-diagram.puml +++ b/design/direct-location-class-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2014 CS Systèmes d'Information +' Copyright 2013-2015 CS Systèmes d'Information ' Licensed to CS Systèmes d'Information (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. diff --git a/design/direct-location-sequence-diagram.puml b/design/direct-location-sequence-diagram.puml index 5c71b443..256d379f 100644 --- a/design/direct-location-sequence-diagram.puml +++ b/design/direct-location-sequence-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2014 CS Systèmes d'Information +' Copyright 2013-2015 CS Systèmes d'Information ' Licensed to CS Systèmes d'Information (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. diff --git a/design/duvenhage-inner-recursion-activity-diagram.puml b/design/duvenhage-inner-recursion-activity-diagram.puml index e16ec8da..2781a4a9 100644 --- a/design/duvenhage-inner-recursion-activity-diagram.puml +++ b/design/duvenhage-inner-recursion-activity-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2014 CS Systèmes d'Information +' Copyright 2013-2015 CS Systèmes d'Information ' Licensed to CS Systèmes d'Information (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. diff --git a/design/duvenhage-top-loop-activity-diagram.puml b/design/duvenhage-top-loop-activity-diagram.puml index f311395f..3247946e 100644 --- a/design/duvenhage-top-loop-activity-diagram.puml +++ b/design/duvenhage-top-loop-activity-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2014 CS Systèmes d'Information +' Copyright 2013-2015 CS Systèmes d'Information ' Licensed to CS Systèmes d'Information (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. diff --git a/design/initialization-class-diagram.puml b/design/initialization-class-diagram.puml index 97760af9..4bec76b7 100644 --- a/design/initialization-class-diagram.puml +++ b/design/initialization-class-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2014 CS Systèmes d'Information +' Copyright 2013-2015 CS Systèmes d'Information ' Licensed to CS Systèmes d'Information (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. diff --git a/design/initialization-sequence-diagram.puml b/design/initialization-sequence-diagram.puml index 354818ed..ab111381 100644 --- a/design/initialization-sequence-diagram.puml +++ b/design/initialization-sequence-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2014 CS Systèmes d'Information +' Copyright 2013-2015 CS Systèmes d'Information ' Licensed to CS Systèmes d'Information (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. diff --git a/design/inverse-location-sequence-diagram.puml b/design/inverse-location-sequence-diagram.puml index 82304f69..175d2ccc 100644 --- a/design/inverse-location-sequence-diagram.puml +++ b/design/inverse-location-sequence-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2014 CS Systèmes d'Information +' Copyright 2013-2015 CS Systèmes d'Information ' Licensed to CS Systèmes d'Information (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/api/AlgorithmId.java b/src/main/java/org/orekit/rugged/api/AlgorithmId.java index 3ad245be..b8322f16 100644 --- a/src/main/java/org/orekit/rugged/api/AlgorithmId.java +++ b/src/main/java/org/orekit/rugged/api/AlgorithmId.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/api/BodyRotatingFrameId.java b/src/main/java/org/orekit/rugged/api/BodyRotatingFrameId.java index 94be7326..cc807857 100644 --- a/src/main/java/org/orekit/rugged/api/BodyRotatingFrameId.java +++ b/src/main/java/org/orekit/rugged/api/BodyRotatingFrameId.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/api/EllipsoidId.java b/src/main/java/org/orekit/rugged/api/EllipsoidId.java index aca2d2ee..179033f1 100644 --- a/src/main/java/org/orekit/rugged/api/EllipsoidId.java +++ b/src/main/java/org/orekit/rugged/api/EllipsoidId.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/api/InertialFrameId.java b/src/main/java/org/orekit/rugged/api/InertialFrameId.java index c88aa029..b43ad2cd 100644 --- a/src/main/java/org/orekit/rugged/api/InertialFrameId.java +++ b/src/main/java/org/orekit/rugged/api/InertialFrameId.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/api/Rugged.java b/src/main/java/org/orekit/rugged/api/Rugged.java index 03d16f9e..7bc5468b 100644 --- a/src/main/java/org/orekit/rugged/api/Rugged.java +++ b/src/main/java/org/orekit/rugged/api/Rugged.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/api/RuggedBuilder.java b/src/main/java/org/orekit/rugged/api/RuggedBuilder.java index 18216993..dbcc1a35 100644 --- a/src/main/java/org/orekit/rugged/api/RuggedBuilder.java +++ b/src/main/java/org/orekit/rugged/api/RuggedBuilder.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/errors/RuggedException.java b/src/main/java/org/orekit/rugged/errors/RuggedException.java index a74d10f8..4ba2d607 100644 --- a/src/main/java/org/orekit/rugged/errors/RuggedException.java +++ b/src/main/java/org/orekit/rugged/errors/RuggedException.java @@ -1,4 +1,4 @@ -/* Copyright 2002-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/errors/RuggedMessages.java b/src/main/java/org/orekit/rugged/errors/RuggedMessages.java index 94e97731..dd42ee25 100644 --- a/src/main/java/org/orekit/rugged/errors/RuggedMessages.java +++ b/src/main/java/org/orekit/rugged/errors/RuggedMessages.java @@ -1,4 +1,4 @@ -/* Copyright 2002-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/intersection/BasicScanAlgorithm.java b/src/main/java/org/orekit/rugged/intersection/BasicScanAlgorithm.java index be54eeef..aa14dbe1 100644 --- a/src/main/java/org/orekit/rugged/intersection/BasicScanAlgorithm.java +++ b/src/main/java/org/orekit/rugged/intersection/BasicScanAlgorithm.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/intersection/IgnoreDEMAlgorithm.java b/src/main/java/org/orekit/rugged/intersection/IgnoreDEMAlgorithm.java index 182204fc..da58982c 100644 --- a/src/main/java/org/orekit/rugged/intersection/IgnoreDEMAlgorithm.java +++ b/src/main/java/org/orekit/rugged/intersection/IgnoreDEMAlgorithm.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/intersection/IntersectionAlgorithm.java b/src/main/java/org/orekit/rugged/intersection/IntersectionAlgorithm.java index 5fbbe858..f105d49e 100644 --- a/src/main/java/org/orekit/rugged/intersection/IntersectionAlgorithm.java +++ b/src/main/java/org/orekit/rugged/intersection/IntersectionAlgorithm.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/intersection/duvenhage/DuvenhageAlgorithm.java b/src/main/java/org/orekit/rugged/intersection/duvenhage/DuvenhageAlgorithm.java index b4ec8623..5bd2c77a 100644 --- a/src/main/java/org/orekit/rugged/intersection/duvenhage/DuvenhageAlgorithm.java +++ b/src/main/java/org/orekit/rugged/intersection/duvenhage/DuvenhageAlgorithm.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTile.java b/src/main/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTile.java index fc0267be..1a6924d1 100644 --- a/src/main/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTile.java +++ b/src/main/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTile.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTileFactory.java b/src/main/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTileFactory.java index ede1085c..2b3fe049 100644 --- a/src/main/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTileFactory.java +++ b/src/main/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTileFactory.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/linesensor/LineDatation.java b/src/main/java/org/orekit/rugged/linesensor/LineDatation.java index f02f6aba..41484158 100644 --- a/src/main/java/org/orekit/rugged/linesensor/LineDatation.java +++ b/src/main/java/org/orekit/rugged/linesensor/LineDatation.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/linesensor/LineSensor.java b/src/main/java/org/orekit/rugged/linesensor/LineSensor.java index f681ddd4..abcd16ec 100644 --- a/src/main/java/org/orekit/rugged/linesensor/LineSensor.java +++ b/src/main/java/org/orekit/rugged/linesensor/LineSensor.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/linesensor/LinearLineDatation.java b/src/main/java/org/orekit/rugged/linesensor/LinearLineDatation.java index 6418af48..80423a8a 100644 --- a/src/main/java/org/orekit/rugged/linesensor/LinearLineDatation.java +++ b/src/main/java/org/orekit/rugged/linesensor/LinearLineDatation.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/linesensor/SensorMeanPlaneCrossing.java b/src/main/java/org/orekit/rugged/linesensor/SensorMeanPlaneCrossing.java index 9c05a277..e4f8cfb1 100644 --- a/src/main/java/org/orekit/rugged/linesensor/SensorMeanPlaneCrossing.java +++ b/src/main/java/org/orekit/rugged/linesensor/SensorMeanPlaneCrossing.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/linesensor/SensorPixel.java b/src/main/java/org/orekit/rugged/linesensor/SensorPixel.java index 026737d8..cfa29a66 100644 --- a/src/main/java/org/orekit/rugged/linesensor/SensorPixel.java +++ b/src/main/java/org/orekit/rugged/linesensor/SensorPixel.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/linesensor/SensorPixelCrossing.java b/src/main/java/org/orekit/rugged/linesensor/SensorPixelCrossing.java index db3cdaee..ca95673d 100644 --- a/src/main/java/org/orekit/rugged/linesensor/SensorPixelCrossing.java +++ b/src/main/java/org/orekit/rugged/linesensor/SensorPixelCrossing.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/los/FixedRotation.java b/src/main/java/org/orekit/rugged/los/FixedRotation.java index bfd41e9b..9d38cd34 100644 --- a/src/main/java/org/orekit/rugged/los/FixedRotation.java +++ b/src/main/java/org/orekit/rugged/los/FixedRotation.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/los/LOSBuilder.java b/src/main/java/org/orekit/rugged/los/LOSBuilder.java index b25fadf1..20c458d6 100644 --- a/src/main/java/org/orekit/rugged/los/LOSBuilder.java +++ b/src/main/java/org/orekit/rugged/los/LOSBuilder.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/los/LOSTransform.java b/src/main/java/org/orekit/rugged/los/LOSTransform.java index 840d1a6c..403a8d65 100644 --- a/src/main/java/org/orekit/rugged/los/LOSTransform.java +++ b/src/main/java/org/orekit/rugged/los/LOSTransform.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/los/PolynomialRotation.java b/src/main/java/org/orekit/rugged/los/PolynomialRotation.java index 8502dd92..142e9b12 100644 --- a/src/main/java/org/orekit/rugged/los/PolynomialRotation.java +++ b/src/main/java/org/orekit/rugged/los/PolynomialRotation.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/los/TimeDependentLOS.java b/src/main/java/org/orekit/rugged/los/TimeDependentLOS.java index 8b7891ed..f7406440 100644 --- a/src/main/java/org/orekit/rugged/los/TimeDependentLOS.java +++ b/src/main/java/org/orekit/rugged/los/TimeDependentLOS.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/los/TimeIndependentLOSTransform.java b/src/main/java/org/orekit/rugged/los/TimeIndependentLOSTransform.java index bee09499..0b3923d9 100644 --- a/src/main/java/org/orekit/rugged/los/TimeIndependentLOSTransform.java +++ b/src/main/java/org/orekit/rugged/los/TimeIndependentLOSTransform.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/raster/SimpleTile.java b/src/main/java/org/orekit/rugged/raster/SimpleTile.java index 56b861c8..d438ee2e 100644 --- a/src/main/java/org/orekit/rugged/raster/SimpleTile.java +++ b/src/main/java/org/orekit/rugged/raster/SimpleTile.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/raster/SimpleTileFactory.java b/src/main/java/org/orekit/rugged/raster/SimpleTileFactory.java index 149a8696..ba478ce5 100644 --- a/src/main/java/org/orekit/rugged/raster/SimpleTileFactory.java +++ b/src/main/java/org/orekit/rugged/raster/SimpleTileFactory.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/raster/Tile.java b/src/main/java/org/orekit/rugged/raster/Tile.java index 31f424f6..3adec49f 100644 --- a/src/main/java/org/orekit/rugged/raster/Tile.java +++ b/src/main/java/org/orekit/rugged/raster/Tile.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/raster/TileFactory.java b/src/main/java/org/orekit/rugged/raster/TileFactory.java index 9ae7f50f..e397988c 100644 --- a/src/main/java/org/orekit/rugged/raster/TileFactory.java +++ b/src/main/java/org/orekit/rugged/raster/TileFactory.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/raster/TileUpdater.java b/src/main/java/org/orekit/rugged/raster/TileUpdater.java index 051c4bf2..6ddb60a8 100644 --- a/src/main/java/org/orekit/rugged/raster/TileUpdater.java +++ b/src/main/java/org/orekit/rugged/raster/TileUpdater.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/raster/TilesCache.java b/src/main/java/org/orekit/rugged/raster/TilesCache.java index 6cfeffb4..d8174a1c 100644 --- a/src/main/java/org/orekit/rugged/raster/TilesCache.java +++ b/src/main/java/org/orekit/rugged/raster/TilesCache.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/raster/UpdatableTile.java b/src/main/java/org/orekit/rugged/raster/UpdatableTile.java index c557155b..b54f5cbc 100644 --- a/src/main/java/org/orekit/rugged/raster/UpdatableTile.java +++ b/src/main/java/org/orekit/rugged/raster/UpdatableTile.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/utils/ExtendedEllipsoid.java b/src/main/java/org/orekit/rugged/utils/ExtendedEllipsoid.java index 50136621..f37744c0 100644 --- a/src/main/java/org/orekit/rugged/utils/ExtendedEllipsoid.java +++ b/src/main/java/org/orekit/rugged/utils/ExtendedEllipsoid.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/utils/NormalizedGeodeticPoint.java b/src/main/java/org/orekit/rugged/utils/NormalizedGeodeticPoint.java index 4f181374..a5878f87 100644 --- a/src/main/java/org/orekit/rugged/utils/NormalizedGeodeticPoint.java +++ b/src/main/java/org/orekit/rugged/utils/NormalizedGeodeticPoint.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/utils/ParameterType.java b/src/main/java/org/orekit/rugged/utils/ParameterType.java index d7bfba16..35eab93c 100644 --- a/src/main/java/org/orekit/rugged/utils/ParameterType.java +++ b/src/main/java/org/orekit/rugged/utils/ParameterType.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/utils/ParametricModel.java b/src/main/java/org/orekit/rugged/utils/ParametricModel.java index 0e3be2a7..1e057743 100644 --- a/src/main/java/org/orekit/rugged/utils/ParametricModel.java +++ b/src/main/java/org/orekit/rugged/utils/ParametricModel.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/utils/SpacecraftToObservedBody.java b/src/main/java/org/orekit/rugged/utils/SpacecraftToObservedBody.java index f1950bd7..99d7dcec 100644 --- a/src/main/java/org/orekit/rugged/utils/SpacecraftToObservedBody.java +++ b/src/main/java/org/orekit/rugged/utils/SpacecraftToObservedBody.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under 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/building.md b/src/site/markdown/building.md index 7374d362..224327ed 100644 --- a/src/site/markdown/building.md +++ b/src/site/markdown/building.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2014 CS Systèmes d'Information +<!--- Copyright 2013-2015 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 5653b295..658a5e4e 100644 --- a/src/site/markdown/configuration.md +++ b/src/site/markdown/configuration.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2014 CS Systèmes d'Information +<!--- Copyright 2013-2015 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 8dabd908..b82ba2de 100644 --- a/src/site/markdown/contact.md +++ b/src/site/markdown/contact.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2014 CS Systèmes d'Information +<!--- Copyright 2013-2015 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 7e3caea8..0165345e 100644 --- a/src/site/markdown/contributing.md +++ b/src/site/markdown/contributing.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2014 CS Systèmes d'Information +<!--- Copyright 2013-2015 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/design/digital-elevation-model.md b/src/site/markdown/design/digital-elevation-model.md index fdf78416..0d51a6b2 100644 --- a/src/site/markdown/design/digital-elevation-model.md +++ b/src/site/markdown/design/digital-elevation-model.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2014 CS Systèmes d'Information +<!--- Copyright 2013-2015 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/design/overview.md b/src/site/markdown/design/overview.md index 00e28293..6ec14558 100644 --- a/src/site/markdown/design/overview.md +++ b/src/site/markdown/design/overview.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2014 CS Systèmes d'Information +<!--- Copyright 2013-2015 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/design/preliminary-design.md b/src/site/markdown/design/preliminary-design.md index 519c0918..20a62828 100644 --- a/src/site/markdown/design/preliminary-design.md +++ b/src/site/markdown/design/preliminary-design.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2014 CS Systèmes d'Information +<!--- Copyright 2013-2015 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/design/technical-choices.md b/src/site/markdown/design/technical-choices.md index 1fe60dbf..f880805f 100644 --- a/src/site/markdown/design/technical-choices.md +++ b/src/site/markdown/design/technical-choices.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2014 CS Systèmes d'Information +<!--- Copyright 2013-2015 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 3526b465..7795c10f 100644 --- a/src/site/markdown/downloads.md +++ b/src/site/markdown/downloads.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2014 CS Systèmes d'Information +<!--- Copyright 2013-2015 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 d5b4d8b9..87c7b224 100644 --- a/src/site/markdown/faq.md +++ b/src/site/markdown/faq.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2014 CS Systèmes d'Information +<!--- Copyright 2013-2015 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 6af67ffb..3df0de50 100644 --- a/src/site/markdown/guidelines.md +++ b/src/site/markdown/guidelines.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2014 CS Systèmes d'Information +<!--- Copyright 2013-2015 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 8a070535..48f35f98 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2014 CS Systèmes d'Information +<!--- Copyright 2013-2015 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 84b557ce..07e4975d 100644 --- a/src/site/markdown/sources.md +++ b/src/site/markdown/sources.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2014 CS Systèmes d'Information +<!--- Copyright 2013-2015 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/tutorials/direct-location-with-DEM.md b/src/site/markdown/tutorials/direct-location-with-DEM.md index 2b5739e1..dfc90145 100644 --- a/src/site/markdown/tutorials/direct-location-with-DEM.md +++ b/src/site/markdown/tutorials/direct-location-with-DEM.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2014 CS Systèmes d'Information +<!--- Copyright 2013-2015 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/tutorials/direct-location.md b/src/site/markdown/tutorials/direct-location.md index 6f7c4453..6ebc2f7b 100644 --- a/src/site/markdown/tutorials/direct-location.md +++ b/src/site/markdown/tutorials/direct-location.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2014 CS Systèmes d'Information +<!--- Copyright 2013-2015 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/tutorials/inverse-location.md b/src/site/markdown/tutorials/inverse-location.md index daadeeda..6cce44a6 100644 --- a/src/site/markdown/tutorials/inverse-location.md +++ b/src/site/markdown/tutorials/inverse-location.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2014 CS Systèmes d'Information +<!--- Copyright 2013-2015 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/tutorials/tile-updater.md b/src/site/markdown/tutorials/tile-updater.md index 9d1c398f..ac1b1e99 100644 --- a/src/site/markdown/tutorials/tile-updater.md +++ b/src/site/markdown/tutorials/tile-updater.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2014 CS Systèmes d'Information +<!--- Copyright 2013-2015 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/test/java/org/orekit/rugged/api/RuggedBuilderTest.java b/src/test/java/org/orekit/rugged/api/RuggedBuilderTest.java index fb8fc18e..4e6b8080 100644 --- a/src/test/java/org/orekit/rugged/api/RuggedBuilderTest.java +++ b/src/test/java/org/orekit/rugged/api/RuggedBuilderTest.java @@ -1,4 +1,4 @@ -/* Copyright 2002-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/api/RuggedTest.java b/src/test/java/org/orekit/rugged/api/RuggedTest.java index 1c7e104e..d3dfc598 100644 --- a/src/test/java/org/orekit/rugged/api/RuggedTest.java +++ b/src/test/java/org/orekit/rugged/api/RuggedTest.java @@ -1,4 +1,4 @@ -/* Copyright 2002-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/errors/RuggedMessagesTest.java b/src/test/java/org/orekit/rugged/errors/RuggedMessagesTest.java index 04751a2a..962bf717 100644 --- a/src/test/java/org/orekit/rugged/errors/RuggedMessagesTest.java +++ b/src/test/java/org/orekit/rugged/errors/RuggedMessagesTest.java @@ -1,4 +1,4 @@ -/* Copyright 2002-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/intersection/AbstractAlgorithmTest.java b/src/test/java/org/orekit/rugged/intersection/AbstractAlgorithmTest.java index 66379635..51bbca8b 100644 --- a/src/test/java/org/orekit/rugged/intersection/AbstractAlgorithmTest.java +++ b/src/test/java/org/orekit/rugged/intersection/AbstractAlgorithmTest.java @@ -1,4 +1,4 @@ -/* Copyright 2002-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/intersection/BasicScanAlgorithmTest.java b/src/test/java/org/orekit/rugged/intersection/BasicScanAlgorithmTest.java index c2ecee4d..f57c313d 100644 --- a/src/test/java/org/orekit/rugged/intersection/BasicScanAlgorithmTest.java +++ b/src/test/java/org/orekit/rugged/intersection/BasicScanAlgorithmTest.java @@ -1,4 +1,4 @@ -/* Copyright 2002-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/intersection/duvenhage/DuvenhageAlgorithmTest.java b/src/test/java/org/orekit/rugged/intersection/duvenhage/DuvenhageAlgorithmTest.java index dd8e9da9..7f1e551f 100644 --- a/src/test/java/org/orekit/rugged/intersection/duvenhage/DuvenhageAlgorithmTest.java +++ b/src/test/java/org/orekit/rugged/intersection/duvenhage/DuvenhageAlgorithmTest.java @@ -1,4 +1,4 @@ -/* Copyright 2002-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTileTest.java b/src/test/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTileTest.java index 789cf4c1..68463a33 100644 --- a/src/test/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTileTest.java +++ b/src/test/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTileTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/linesensor/SensorMeanPlaneCrossingTest.java b/src/test/java/org/orekit/rugged/linesensor/SensorMeanPlaneCrossingTest.java index c5bc5322..27674522 100644 --- a/src/test/java/org/orekit/rugged/linesensor/SensorMeanPlaneCrossingTest.java +++ b/src/test/java/org/orekit/rugged/linesensor/SensorMeanPlaneCrossingTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/raster/CheckedPatternElevationUpdater.java b/src/test/java/org/orekit/rugged/raster/CheckedPatternElevationUpdater.java index 11336382..3eff6208 100644 --- a/src/test/java/org/orekit/rugged/raster/CheckedPatternElevationUpdater.java +++ b/src/test/java/org/orekit/rugged/raster/CheckedPatternElevationUpdater.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/raster/CliffsElevationUpdater.java b/src/test/java/org/orekit/rugged/raster/CliffsElevationUpdater.java index 36712d4a..c2f52e92 100644 --- a/src/test/java/org/orekit/rugged/raster/CliffsElevationUpdater.java +++ b/src/test/java/org/orekit/rugged/raster/CliffsElevationUpdater.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/raster/CountingFactory.java b/src/test/java/org/orekit/rugged/raster/CountingFactory.java index 1a1f6fcb..3b4c9fa7 100644 --- a/src/test/java/org/orekit/rugged/raster/CountingFactory.java +++ b/src/test/java/org/orekit/rugged/raster/CountingFactory.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/raster/RandomLandscapeUpdater.java b/src/test/java/org/orekit/rugged/raster/RandomLandscapeUpdater.java index b257ef75..d37267fb 100644 --- a/src/test/java/org/orekit/rugged/raster/RandomLandscapeUpdater.java +++ b/src/test/java/org/orekit/rugged/raster/RandomLandscapeUpdater.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/raster/SimpleTileTest.java b/src/test/java/org/orekit/rugged/raster/SimpleTileTest.java index 20d66e07..0e2ba0a6 100644 --- a/src/test/java/org/orekit/rugged/raster/SimpleTileTest.java +++ b/src/test/java/org/orekit/rugged/raster/SimpleTileTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/raster/TilesCacheTest.java b/src/test/java/org/orekit/rugged/raster/TilesCacheTest.java index 801d2d29..26d1f5f4 100644 --- a/src/test/java/org/orekit/rugged/raster/TilesCacheTest.java +++ b/src/test/java/org/orekit/rugged/raster/TilesCacheTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/raster/VolcanicConeElevationUpdater.java b/src/test/java/org/orekit/rugged/raster/VolcanicConeElevationUpdater.java index 32a0d21f..59fbcd1d 100644 --- a/src/test/java/org/orekit/rugged/raster/VolcanicConeElevationUpdater.java +++ b/src/test/java/org/orekit/rugged/raster/VolcanicConeElevationUpdater.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/utils/ExtendedEllipsoidTest.java b/src/test/java/org/orekit/rugged/utils/ExtendedEllipsoidTest.java index 117c85e6..9f7b4ea7 100644 --- a/src/test/java/org/orekit/rugged/utils/ExtendedEllipsoidTest.java +++ b/src/test/java/org/orekit/rugged/utils/ExtendedEllipsoidTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 CS Systèmes d'Information +/* Copyright 2013-2015 CS Systèmes d'Information * Licensed to CS Systèmes 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