diff --git a/.prettierignore b/.prettierignore index 518b00c48a..0b09f6f388 100644 --- a/.prettierignore +++ b/.prettierignore @@ -9,3 +9,4 @@ coverage/ lerna.json .github/workflows .vscode/ +.history diff --git a/@here/generator-harp.gl/generators/app/templates/typescript/View.ts b/@here/generator-harp.gl/generators/app/templates/typescript/View.ts index 92ef4f7b29..5fa155e978 100644 --- a/@here/generator-harp.gl/generators/app/templates/typescript/View.ts +++ b/@here/generator-harp.gl/generators/app/templates/typescript/View.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/generator-harp.gl/generators/app/templates/typescript/decoder.ts b/@here/generator-harp.gl/generators/app/templates/typescript/decoder.ts index 9ced990ab5..efac95ac7c 100644 --- a/@here/generator-harp.gl/generators/app/templates/typescript/decoder.ts +++ b/@here/generator-harp.gl/generators/app/templates/typescript/decoder.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/generator-harp.gl/generators/app/templates/typescript/index.ts b/@here/generator-harp.gl/generators/app/templates/typescript/index.ts index cf329c9165..b3c573394c 100644 --- a/@here/generator-harp.gl/generators/app/templates/typescript/index.ts +++ b/@here/generator-harp.gl/generators/app/templates/typescript/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-atlas-tools/src/AtlasGenerator.ts b/@here/harp-atlas-tools/src/AtlasGenerator.ts index ecba972f3e..5f3203fb78 100644 --- a/@here/harp-atlas-tools/src/AtlasGenerator.ts +++ b/@here/harp-atlas-tools/src/AtlasGenerator.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-atlas-tools/src/BlendOperations.ts b/@here/harp-atlas-tools/src/BlendOperations.ts index cd062dfa4f..e8e3a2ff9f 100644 --- a/@here/harp-atlas-tools/src/BlendOperations.ts +++ b/@here/harp-atlas-tools/src/BlendOperations.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-atlas-tools/src/ColorOperations.ts b/@here/harp-atlas-tools/src/ColorOperations.ts index b10f4eaedb..5a5ab77b0d 100644 --- a/@here/harp-atlas-tools/src/ColorOperations.ts +++ b/@here/harp-atlas-tools/src/ColorOperations.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-atlas-tools/src/ColorUtils.ts b/@here/harp-atlas-tools/src/ColorUtils.ts index 1b094c14b7..71a245db7c 100644 --- a/@here/harp-atlas-tools/src/ColorUtils.ts +++ b/@here/harp-atlas-tools/src/ColorUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-atlas-tools/src/FileSystem.ts b/@here/harp-atlas-tools/src/FileSystem.ts index a0b02cf857..ed46f6f68a 100644 --- a/@here/harp-atlas-tools/src/FileSystem.ts +++ b/@here/harp-atlas-tools/src/FileSystem.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-atlas-tools/src/ImageBitmapCoders.ts b/@here/harp-atlas-tools/src/ImageBitmapCoders.ts index 4c39835f1b..2cf5ec0057 100644 --- a/@here/harp-atlas-tools/src/ImageBitmapCoders.ts +++ b/@here/harp-atlas-tools/src/ImageBitmapCoders.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-atlas-tools/src/ImageFactory.ts b/@here/harp-atlas-tools/src/ImageFactory.ts index 9586ec5127..e93de9db99 100644 --- a/@here/harp-atlas-tools/src/ImageFactory.ts +++ b/@here/harp-atlas-tools/src/ImageFactory.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-atlas-tools/src/ImageProcessing.ts b/@here/harp-atlas-tools/src/ImageProcessing.ts index dc0f0122dd..6d2a4f355a 100644 --- a/@here/harp-atlas-tools/src/ImageProcessing.ts +++ b/@here/harp-atlas-tools/src/ImageProcessing.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-atlas-tools/src/ImageUtils.ts b/@here/harp-atlas-tools/src/ImageUtils.ts index c64adce3d6..e1ba67e636 100644 --- a/@here/harp-atlas-tools/src/ImageUtils.ts +++ b/@here/harp-atlas-tools/src/ImageUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-atlas-tools/src/ImageVectorCoders.ts b/@here/harp-atlas-tools/src/ImageVectorCoders.ts index d530a24fea..0404c791f7 100644 --- a/@here/harp-atlas-tools/src/ImageVectorCoders.ts +++ b/@here/harp-atlas-tools/src/ImageVectorCoders.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-atlas-tools/src/Logger.ts b/@here/harp-atlas-tools/src/Logger.ts index e0a194474c..1bb4c2501d 100644 --- a/@here/harp-atlas-tools/src/Logger.ts +++ b/@here/harp-atlas-tools/src/Logger.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-atlas-tools/src/MaskOperations.ts b/@here/harp-atlas-tools/src/MaskOperations.ts index 053be6bcb5..0117b34e44 100644 --- a/@here/harp-atlas-tools/src/MaskOperations.ts +++ b/@here/harp-atlas-tools/src/MaskOperations.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-atlas-tools/src/cli-atlas-generator.ts b/@here/harp-atlas-tools/src/cli-atlas-generator.ts index 1a036fc9d9..ce6038bcef 100644 --- a/@here/harp-atlas-tools/src/cli-atlas-generator.ts +++ b/@here/harp-atlas-tools/src/cli-atlas-generator.ts @@ -1,6 +1,6 @@ #!/usr/bin/env node /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-atlas-tools/src/cli-sprites-generator.ts b/@here/harp-atlas-tools/src/cli-sprites-generator.ts index 069c9854bb..6ca79ae258 100644 --- a/@here/harp-atlas-tools/src/cli-sprites-generator.ts +++ b/@here/harp-atlas-tools/src/cli-sprites-generator.ts @@ -1,6 +1,6 @@ #!/usr/bin/env node /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-atlas-tools/src/index.ts b/@here/harp-atlas-tools/src/index.ts index 8410961877..f9fd514cb6 100644 --- a/@here/harp-atlas-tools/src/index.ts +++ b/@here/harp-atlas-tools/src/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/index-decoder.ts b/@here/harp-datasource-protocol/index-decoder.ts index a5f52f0cbe..a2a2f59551 100644 --- a/@here/harp-datasource-protocol/index-decoder.ts +++ b/@here/harp-datasource-protocol/index-decoder.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/index.ts b/@here/harp-datasource-protocol/index.ts index 3d2d07e8ab..e95bb595e9 100644 --- a/@here/harp-datasource-protocol/index.ts +++ b/@here/harp-datasource-protocol/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/ColorUtils.ts b/@here/harp-datasource-protocol/lib/ColorUtils.ts index 55039a5da5..6721d57afa 100644 --- a/@here/harp-datasource-protocol/lib/ColorUtils.ts +++ b/@here/harp-datasource-protocol/lib/ColorUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/DecodedTile.ts b/@here/harp-datasource-protocol/lib/DecodedTile.ts index 0ff70e8f42..f74dc1cc36 100644 --- a/@here/harp-datasource-protocol/lib/DecodedTile.ts +++ b/@here/harp-datasource-protocol/lib/DecodedTile.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/Env.ts b/@here/harp-datasource-protocol/lib/Env.ts index 5df86de73f..1995e92512 100644 --- a/@here/harp-datasource-protocol/lib/Env.ts +++ b/@here/harp-datasource-protocol/lib/Env.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/Expr.ts b/@here/harp-datasource-protocol/lib/Expr.ts index 32d72e1b70..c8e9101a63 100644 --- a/@here/harp-datasource-protocol/lib/Expr.ts +++ b/@here/harp-datasource-protocol/lib/Expr.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/ExprEvaluator.ts b/@here/harp-datasource-protocol/lib/ExprEvaluator.ts index 340e186e50..a642bf71ed 100644 --- a/@here/harp-datasource-protocol/lib/ExprEvaluator.ts +++ b/@here/harp-datasource-protocol/lib/ExprEvaluator.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/ExprInstantiator.ts b/@here/harp-datasource-protocol/lib/ExprInstantiator.ts index b9b0d17bc7..7caa452d48 100644 --- a/@here/harp-datasource-protocol/lib/ExprInstantiator.ts +++ b/@here/harp-datasource-protocol/lib/ExprInstantiator.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/ExprParser.ts b/@here/harp-datasource-protocol/lib/ExprParser.ts index c448766a8f..aa985514a9 100644 --- a/@here/harp-datasource-protocol/lib/ExprParser.ts +++ b/@here/harp-datasource-protocol/lib/ExprParser.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/ExprPool.ts b/@here/harp-datasource-protocol/lib/ExprPool.ts index 16037d2ce9..b87eef7878 100644 --- a/@here/harp-datasource-protocol/lib/ExprPool.ts +++ b/@here/harp-datasource-protocol/lib/ExprPool.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/GeoJsonDataType.ts b/@here/harp-datasource-protocol/lib/GeoJsonDataType.ts index 95e30dbb40..bec05f16c6 100644 --- a/@here/harp-datasource-protocol/lib/GeoJsonDataType.ts +++ b/@here/harp-datasource-protocol/lib/GeoJsonDataType.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/IMeshBuffers.ts b/@here/harp-datasource-protocol/lib/IMeshBuffers.ts index 9a54d56f0b..2bb1ed4dee 100644 --- a/@here/harp-datasource-protocol/lib/IMeshBuffers.ts +++ b/@here/harp-datasource-protocol/lib/IMeshBuffers.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/ITileDecoder.ts b/@here/harp-datasource-protocol/lib/ITileDecoder.ts index 05b3e4cfcc..82d636b661 100644 --- a/@here/harp-datasource-protocol/lib/ITileDecoder.ts +++ b/@here/harp-datasource-protocol/lib/ITileDecoder.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/ITiler.ts b/@here/harp-datasource-protocol/lib/ITiler.ts index f4511a4289..5f002cd795 100644 --- a/@here/harp-datasource-protocol/lib/ITiler.ts +++ b/@here/harp-datasource-protocol/lib/ITiler.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/InterpolatedPropertyDefs.ts b/@here/harp-datasource-protocol/lib/InterpolatedPropertyDefs.ts index d8c23a4c8e..7fcb29c4e3 100644 --- a/@here/harp-datasource-protocol/lib/InterpolatedPropertyDefs.ts +++ b/@here/harp-datasource-protocol/lib/InterpolatedPropertyDefs.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/Outliner.ts b/@here/harp-datasource-protocol/lib/Outliner.ts index 6a9c6d5067..8ee59bd2fb 100644 --- a/@here/harp-datasource-protocol/lib/Outliner.ts +++ b/@here/harp-datasource-protocol/lib/Outliner.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/Pixels.ts b/@here/harp-datasource-protocol/lib/Pixels.ts index 05e7f86454..e4718a33d5 100644 --- a/@here/harp-datasource-protocol/lib/Pixels.ts +++ b/@here/harp-datasource-protocol/lib/Pixels.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/PostEffects.ts b/@here/harp-datasource-protocol/lib/PostEffects.ts index c1d7cc36a9..fd8936daca 100644 --- a/@here/harp-datasource-protocol/lib/PostEffects.ts +++ b/@here/harp-datasource-protocol/lib/PostEffects.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/PropertyValue.ts b/@here/harp-datasource-protocol/lib/PropertyValue.ts index 09deefd8e7..027c528618 100644 --- a/@here/harp-datasource-protocol/lib/PropertyValue.ts +++ b/@here/harp-datasource-protocol/lib/PropertyValue.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/RGBA.ts b/@here/harp-datasource-protocol/lib/RGBA.ts index cfce1c575e..ede6453a93 100644 --- a/@here/harp-datasource-protocol/lib/RGBA.ts +++ b/@here/harp-datasource-protocol/lib/RGBA.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/StringEncodedNumeral.ts b/@here/harp-datasource-protocol/lib/StringEncodedNumeral.ts index 73e76b4882..38ebab1aac 100644 --- a/@here/harp-datasource-protocol/lib/StringEncodedNumeral.ts +++ b/@here/harp-datasource-protocol/lib/StringEncodedNumeral.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/StyleSetEvaluator.ts b/@here/harp-datasource-protocol/lib/StyleSetEvaluator.ts index 6ea6882731..97aba4fc42 100644 --- a/@here/harp-datasource-protocol/lib/StyleSetEvaluator.ts +++ b/@here/harp-datasource-protocol/lib/StyleSetEvaluator.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/TechniqueAttr.ts b/@here/harp-datasource-protocol/lib/TechniqueAttr.ts index 8fb2fecbf1..40cf65941c 100644 --- a/@here/harp-datasource-protocol/lib/TechniqueAttr.ts +++ b/@here/harp-datasource-protocol/lib/TechniqueAttr.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/TechniqueDescriptors.ts b/@here/harp-datasource-protocol/lib/TechniqueDescriptors.ts index fa5010dc94..b024f64965 100644 --- a/@here/harp-datasource-protocol/lib/TechniqueDescriptors.ts +++ b/@here/harp-datasource-protocol/lib/TechniqueDescriptors.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/TechniqueParams.ts b/@here/harp-datasource-protocol/lib/TechniqueParams.ts index 7ca11380b0..430449bd8e 100644 --- a/@here/harp-datasource-protocol/lib/TechniqueParams.ts +++ b/@here/harp-datasource-protocol/lib/TechniqueParams.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/Techniques.ts b/@here/harp-datasource-protocol/lib/Techniques.ts index 314d7598cd..7b35d69799 100644 --- a/@here/harp-datasource-protocol/lib/Techniques.ts +++ b/@here/harp-datasource-protocol/lib/Techniques.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/Theme.ts b/@here/harp-datasource-protocol/lib/Theme.ts index 8be11c5bfc..53c0ba8cd6 100644 --- a/@here/harp-datasource-protocol/lib/Theme.ts +++ b/@here/harp-datasource-protocol/lib/Theme.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/ThemeVisitor.ts b/@here/harp-datasource-protocol/lib/ThemeVisitor.ts index a7910ba6e4..39ba55fe1d 100644 --- a/@here/harp-datasource-protocol/lib/ThemeVisitor.ts +++ b/@here/harp-datasource-protocol/lib/ThemeVisitor.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/ThreeBufferUtils.ts b/@here/harp-datasource-protocol/lib/ThreeBufferUtils.ts index a78128719e..0f0f94ded2 100644 --- a/@here/harp-datasource-protocol/lib/ThreeBufferUtils.ts +++ b/@here/harp-datasource-protocol/lib/ThreeBufferUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/TileInfo.ts b/@here/harp-datasource-protocol/lib/TileInfo.ts index 97092d077a..191efb9104 100644 --- a/@here/harp-datasource-protocol/lib/TileInfo.ts +++ b/@here/harp-datasource-protocol/lib/TileInfo.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/ViewRanges.ts b/@here/harp-datasource-protocol/lib/ViewRanges.ts index 412c69d132..b0ce6915db 100644 --- a/@here/harp-datasource-protocol/lib/ViewRanges.ts +++ b/@here/harp-datasource-protocol/lib/ViewRanges.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/WorkerDecoderProtocol.ts b/@here/harp-datasource-protocol/lib/WorkerDecoderProtocol.ts index cbedef01f8..2b9384cdae 100644 --- a/@here/harp-datasource-protocol/lib/WorkerDecoderProtocol.ts +++ b/@here/harp-datasource-protocol/lib/WorkerDecoderProtocol.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/WorkerServiceProtocol.ts b/@here/harp-datasource-protocol/lib/WorkerServiceProtocol.ts index a9d1d42130..e7414b8032 100644 --- a/@here/harp-datasource-protocol/lib/WorkerServiceProtocol.ts +++ b/@here/harp-datasource-protocol/lib/WorkerServiceProtocol.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/WorkerTilerProtocol.ts b/@here/harp-datasource-protocol/lib/WorkerTilerProtocol.ts index 323c80c019..a0abc5dfcb 100644 --- a/@here/harp-datasource-protocol/lib/WorkerTilerProtocol.ts +++ b/@here/harp-datasource-protocol/lib/WorkerTilerProtocol.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/operators/ArrayOperators.ts b/@here/harp-datasource-protocol/lib/operators/ArrayOperators.ts index 814259448d..453cb00571 100644 --- a/@here/harp-datasource-protocol/lib/operators/ArrayOperators.ts +++ b/@here/harp-datasource-protocol/lib/operators/ArrayOperators.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/operators/CastOperators.ts b/@here/harp-datasource-protocol/lib/operators/CastOperators.ts index 886ad19116..0645a13171 100644 --- a/@here/harp-datasource-protocol/lib/operators/CastOperators.ts +++ b/@here/harp-datasource-protocol/lib/operators/CastOperators.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/operators/ColorOperators.ts b/@here/harp-datasource-protocol/lib/operators/ColorOperators.ts index 12a0da4a3e..054fdfa1e5 100644 --- a/@here/harp-datasource-protocol/lib/operators/ColorOperators.ts +++ b/@here/harp-datasource-protocol/lib/operators/ColorOperators.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/operators/ComparisonOperators.ts b/@here/harp-datasource-protocol/lib/operators/ComparisonOperators.ts index b0d9740937..7abde95a54 100644 --- a/@here/harp-datasource-protocol/lib/operators/ComparisonOperators.ts +++ b/@here/harp-datasource-protocol/lib/operators/ComparisonOperators.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/operators/FeatureOperators.ts b/@here/harp-datasource-protocol/lib/operators/FeatureOperators.ts index a9e0be238e..4927634a2b 100644 --- a/@here/harp-datasource-protocol/lib/operators/FeatureOperators.ts +++ b/@here/harp-datasource-protocol/lib/operators/FeatureOperators.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/operators/FlowOperators.ts b/@here/harp-datasource-protocol/lib/operators/FlowOperators.ts index d241f007db..16d30a6199 100644 --- a/@here/harp-datasource-protocol/lib/operators/FlowOperators.ts +++ b/@here/harp-datasource-protocol/lib/operators/FlowOperators.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/operators/MapOperators.ts b/@here/harp-datasource-protocol/lib/operators/MapOperators.ts index d0d32c2938..8a7a019adc 100644 --- a/@here/harp-datasource-protocol/lib/operators/MapOperators.ts +++ b/@here/harp-datasource-protocol/lib/operators/MapOperators.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/operators/MathOperators.ts b/@here/harp-datasource-protocol/lib/operators/MathOperators.ts index 369285a3c0..5fb071040d 100644 --- a/@here/harp-datasource-protocol/lib/operators/MathOperators.ts +++ b/@here/harp-datasource-protocol/lib/operators/MathOperators.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/operators/MiscOperators.ts b/@here/harp-datasource-protocol/lib/operators/MiscOperators.ts index b161689635..4ce977d6f5 100644 --- a/@here/harp-datasource-protocol/lib/operators/MiscOperators.ts +++ b/@here/harp-datasource-protocol/lib/operators/MiscOperators.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/operators/ObjectOperators.ts b/@here/harp-datasource-protocol/lib/operators/ObjectOperators.ts index 7481ed344d..3ca6703045 100644 --- a/@here/harp-datasource-protocol/lib/operators/ObjectOperators.ts +++ b/@here/harp-datasource-protocol/lib/operators/ObjectOperators.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/operators/StringOperators.ts b/@here/harp-datasource-protocol/lib/operators/StringOperators.ts index f4c09bd88d..7cea3be7a1 100644 --- a/@here/harp-datasource-protocol/lib/operators/StringOperators.ts +++ b/@here/harp-datasource-protocol/lib/operators/StringOperators.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/operators/TypeOperators.ts b/@here/harp-datasource-protocol/lib/operators/TypeOperators.ts index 633c4595c0..c54a0b625a 100644 --- a/@here/harp-datasource-protocol/lib/operators/TypeOperators.ts +++ b/@here/harp-datasource-protocol/lib/operators/TypeOperators.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/lib/operators/VectorOperators.ts b/@here/harp-datasource-protocol/lib/operators/VectorOperators.ts index 141bfacd59..3b53e37d2a 100644 --- a/@here/harp-datasource-protocol/lib/operators/VectorOperators.ts +++ b/@here/harp-datasource-protocol/lib/operators/VectorOperators.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/test/ColorUtilsTest.ts b/@here/harp-datasource-protocol/test/ColorUtilsTest.ts index 7f398b7a8f..1b97f90135 100644 --- a/@here/harp-datasource-protocol/test/ColorUtilsTest.ts +++ b/@here/harp-datasource-protocol/test/ColorUtilsTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/test/ExprEvaluatorTest.ts b/@here/harp-datasource-protocol/test/ExprEvaluatorTest.ts index 4336803d35..9aec7ec078 100644 --- a/@here/harp-datasource-protocol/test/ExprEvaluatorTest.ts +++ b/@here/harp-datasource-protocol/test/ExprEvaluatorTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/test/ExprPoolTest.ts b/@here/harp-datasource-protocol/test/ExprPoolTest.ts index dd9cdc0c9f..eb6b5f4e43 100644 --- a/@here/harp-datasource-protocol/test/ExprPoolTest.ts +++ b/@here/harp-datasource-protocol/test/ExprPoolTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/test/ExprTest.ts b/@here/harp-datasource-protocol/test/ExprTest.ts index 83bd99f611..9dbf31314c 100644 --- a/@here/harp-datasource-protocol/test/ExprTest.ts +++ b/@here/harp-datasource-protocol/test/ExprTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/test/InterpolationTest.ts b/@here/harp-datasource-protocol/test/InterpolationTest.ts index 7d6a882fd2..9f7d36ae40 100644 --- a/@here/harp-datasource-protocol/test/InterpolationTest.ts +++ b/@here/harp-datasource-protocol/test/InterpolationTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/test/OutlinesTest.ts b/@here/harp-datasource-protocol/test/OutlinesTest.ts index 2d0f99adeb..42bb8741cd 100644 --- a/@here/harp-datasource-protocol/test/OutlinesTest.ts +++ b/@here/harp-datasource-protocol/test/OutlinesTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/test/StringDecodersTest.ts b/@here/harp-datasource-protocol/test/StringDecodersTest.ts index f776492f68..5a7cae8b64 100644 --- a/@here/harp-datasource-protocol/test/StringDecodersTest.ts +++ b/@here/harp-datasource-protocol/test/StringDecodersTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/test/StyleSetEvaluatorTest.ts b/@here/harp-datasource-protocol/test/StyleSetEvaluatorTest.ts index 5c1c8d86ad..63e051311b 100644 --- a/@here/harp-datasource-protocol/test/StyleSetEvaluatorTest.ts +++ b/@here/harp-datasource-protocol/test/StyleSetEvaluatorTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/test/ThemeTypingsTest.ts b/@here/harp-datasource-protocol/test/ThemeTypingsTest.ts index 28c9438c61..41706cf18f 100644 --- a/@here/harp-datasource-protocol/test/ThemeTypingsTest.ts +++ b/@here/harp-datasource-protocol/test/ThemeTypingsTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-datasource-protocol/test/ThreeBufferUtilsTest.ts b/@here/harp-datasource-protocol/test/ThreeBufferUtilsTest.ts index fbb510b764..b78196ee9c 100644 --- a/@here/harp-datasource-protocol/test/ThreeBufferUtilsTest.ts +++ b/@here/harp-datasource-protocol/test/ThreeBufferUtilsTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-debug-datasource/index.ts b/@here/harp-debug-datasource/index.ts index 463b487776..21e45ded6a 100644 --- a/@here/harp-debug-datasource/index.ts +++ b/@here/harp-debug-datasource/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-debug-datasource/lib/DebugTileDataSource.ts b/@here/harp-debug-datasource/lib/DebugTileDataSource.ts index af560ca0b9..4f7144b9e3 100644 --- a/@here/harp-debug-datasource/lib/DebugTileDataSource.ts +++ b/@here/harp-debug-datasource/lib/DebugTileDataSource.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-debug-datasource/test/Test.ts b/@here/harp-debug-datasource/test/Test.ts index 3b0a4aaa80..9ac0d752ac 100644 --- a/@here/harp-debug-datasource/test/Test.ts +++ b/@here/harp-debug-datasource/test/Test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/codebrowser.ts b/@here/harp-examples/codebrowser.ts index 09c5c5b47d..4aeb9cfb7a 100644 --- a/@here/harp-examples/codebrowser.ts +++ b/@here/harp-examples/codebrowser.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/config.ts b/@here/harp-examples/config.ts index 775a117460..b55b67ce5f 100644 --- a/@here/harp-examples/config.ts +++ b/@here/harp-examples/config.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/decoder/custom_decoder.ts b/@here/harp-examples/decoder/custom_decoder.ts index f24c625670..49c869026d 100644 --- a/@here/harp-examples/decoder/custom_decoder.ts +++ b/@here/harp-examples/decoder/custom_decoder.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/decoder/custom_decoder_defs.ts b/@here/harp-examples/decoder/custom_decoder_defs.ts index 492c751d8b..142a6548b4 100644 --- a/@here/harp-examples/decoder/custom_decoder_defs.ts +++ b/@here/harp-examples/decoder/custom_decoder_defs.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/decoder/decoder.ts b/@here/harp-examples/decoder/decoder.ts index 77d9bd3806..00fa577204 100644 --- a/@here/harp-examples/decoder/decoder.ts +++ b/@here/harp-examples/decoder/decoder.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/example-browser.ts b/@here/harp-examples/example-browser.ts index 65a08510a9..010f11be09 100644 --- a/@here/harp-examples/example-browser.ts +++ b/@here/harp-examples/example-browser.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/lib/PerformanceConfig.ts b/@here/harp-examples/lib/PerformanceConfig.ts index d54a004971..baf3666737 100644 --- a/@here/harp-examples/lib/PerformanceConfig.ts +++ b/@here/harp-examples/lib/PerformanceConfig.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/lib/PerformanceUtils.ts b/@here/harp-examples/lib/PerformanceUtils.ts index f70ec314d9..9795b41894 100644 --- a/@here/harp-examples/lib/PerformanceUtils.ts +++ b/@here/harp-examples/lib/PerformanceUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/resources/countries.ts b/@here/harp-examples/resources/countries.ts index bd77838662..eed4a68718 100644 --- a/@here/harp-examples/resources/countries.ts +++ b/@here/harp-examples/resources/countries.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/resources/geology.ts b/@here/harp-examples/resources/geology.ts index 0235c27790..cde4b294cd 100644 --- a/@here/harp-examples/resources/geology.ts +++ b/@here/harp-examples/resources/geology.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/bounds-generation.ts b/@here/harp-examples/src/bounds-generation.ts index bade7da9cc..635e00ef7c 100644 --- a/@here/harp-examples/src/bounds-generation.ts +++ b/@here/harp-examples/src/bounds-generation.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/camera-animations_key-track.ts b/@here/harp-examples/src/camera-animations_key-track.ts index 735ff01770..389336fc57 100644 --- a/@here/harp-examples/src/camera-animations_key-track.ts +++ b/@here/harp-examples/src/camera-animations_key-track.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/camera-animations_quaternion-slerp.ts b/@here/harp-examples/src/camera-animations_quaternion-slerp.ts index 8df7f093e1..132cbd6895 100644 --- a/@here/harp-examples/src/camera-animations_quaternion-slerp.ts +++ b/@here/harp-examples/src/camera-animations_quaternion-slerp.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/datasource_custom-texture-tile.ts b/@here/harp-examples/src/datasource_custom-texture-tile.ts index 9457e0f934..5f55031325 100644 --- a/@here/harp-examples/src/datasource_custom-texture-tile.ts +++ b/@here/harp-examples/src/datasource_custom-texture-tile.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/datasource_custom.ts b/@here/harp-examples/src/datasource_custom.ts index a6cae86381..3682edf1d8 100644 --- a/@here/harp-examples/src/datasource_custom.ts +++ b/@here/harp-examples/src/datasource_custom.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/datasource_features_lines-and-points.ts b/@here/harp-examples/src/datasource_features_lines-and-points.ts index a026cede92..8441101dd7 100644 --- a/@here/harp-examples/src/datasource_features_lines-and-points.ts +++ b/@here/harp-examples/src/datasource_features_lines-and-points.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/datasource_features_polygons.ts b/@here/harp-examples/src/datasource_features_polygons.ts index 7f93ea932c..7b74e9f413 100644 --- a/@here/harp-examples/src/datasource_features_polygons.ts +++ b/@here/harp-examples/src/datasource_features_polygons.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/datasource_geojson_choropleth.ts b/@here/harp-examples/src/datasource_geojson_choropleth.ts index c6773c6a47..a0566cb1c0 100644 --- a/@here/harp-examples/src/datasource_geojson_choropleth.ts +++ b/@here/harp-examples/src/datasource_geojson_choropleth.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/datasource_geojson_custom-shader.ts b/@here/harp-examples/src/datasource_geojson_custom-shader.ts index 338421ca64..bab768ce43 100644 --- a/@here/harp-examples/src/datasource_geojson_custom-shader.ts +++ b/@here/harp-examples/src/datasource_geojson_custom-shader.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/datasource_geojson_elevated-markers.ts b/@here/harp-examples/src/datasource_geojson_elevated-markers.ts index b4c1f1b6e6..def1ade536 100644 --- a/@here/harp-examples/src/datasource_geojson_elevated-markers.ts +++ b/@here/harp-examples/src/datasource_geojson_elevated-markers.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/datasource_geojson_points.ts b/@here/harp-examples/src/datasource_geojson_points.ts index 87fbdf3b93..46c4556e1f 100644 --- a/@here/harp-examples/src/datasource_geojson_points.ts +++ b/@here/harp-examples/src/datasource_geojson_points.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/datasource_geojson_styling_game.ts b/@here/harp-examples/src/datasource_geojson_styling_game.ts index 592cb23476..f7874e4260 100644 --- a/@here/harp-examples/src/datasource_geojson_styling_game.ts +++ b/@here/harp-examples/src/datasource_geojson_styling_game.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/datasource_geojson_visibility.ts b/@here/harp-examples/src/datasource_geojson_visibility.ts index 8acf9d8ff8..eff8a0d6ea 100644 --- a/@here/harp-examples/src/datasource_geojson_visibility.ts +++ b/@here/harp-examples/src/datasource_geojson_visibility.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/datasource_here-webtile.ts b/@here/harp-examples/src/datasource_here-webtile.ts index 32edbd6460..0f20ae3383 100644 --- a/@here/harp-examples/src/datasource_here-webtile.ts +++ b/@here/harp-examples/src/datasource_here-webtile.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/datasource_here_vector_tile.ts b/@here/harp-examples/src/datasource_here_vector_tile.ts index 38d104c40b..6624efb941 100644 --- a/@here/harp-examples/src/datasource_here_vector_tile.ts +++ b/@here/harp-examples/src/datasource_here_vector_tile.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/datasource_satellite-tile.ts b/@here/harp-examples/src/datasource_satellite-tile.ts index 4e20b34b6f..02fe7278a2 100644 --- a/@here/harp-examples/src/datasource_satellite-tile.ts +++ b/@here/harp-examples/src/datasource_satellite-tile.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/geojson-viewer.ts b/@here/harp-examples/src/geojson-viewer.ts index cfb6c646dc..49203b88c9 100644 --- a/@here/harp-examples/src/geojson-viewer.ts +++ b/@here/harp-examples/src/geojson-viewer.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/getting-started_free-camera.ts b/@here/harp-examples/src/getting-started_free-camera.ts index e6bb0b65d5..8dc459a4c4 100644 --- a/@here/harp-examples/src/getting-started_free-camera.ts +++ b/@here/harp-examples/src/getting-started_free-camera.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/getting-started_globe-projection.ts b/@here/harp-examples/src/getting-started_globe-projection.ts index 38c4feeb35..82031ec1ca 100644 --- a/@here/harp-examples/src/getting-started_globe-projection.ts +++ b/@here/harp-examples/src/getting-started_globe-projection.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/getting-started_hello-world_npm.ts b/@here/harp-examples/src/getting-started_hello-world_npm.ts index 35120cd422..055da8f168 100644 --- a/@here/harp-examples/src/getting-started_hello-world_npm.ts +++ b/@here/harp-examples/src/getting-started_hello-world_npm.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/getting-started_open-sourced-themes.ts b/@here/harp-examples/src/getting-started_open-sourced-themes.ts index 99d3d37517..fec77b9323 100644 --- a/@here/harp-examples/src/getting-started_open-sourced-themes.ts +++ b/@here/harp-examples/src/getting-started_open-sourced-themes.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/getting-started_orbiting-view.ts b/@here/harp-examples/src/getting-started_orbiting-view.ts index defb971f3b..03debd4aa9 100644 --- a/@here/harp-examples/src/getting-started_orbiting-view.ts +++ b/@here/harp-examples/src/getting-started_orbiting-view.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/markers_dynamic.ts b/@here/harp-examples/src/markers_dynamic.ts index 6d111c430f..7b1cbfc63d 100644 --- a/@here/harp-examples/src/markers_dynamic.ts +++ b/@here/harp-examples/src/markers_dynamic.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/markers_screen-anchor.ts b/@here/harp-examples/src/markers_screen-anchor.ts index bbb20f925c..944e37334e 100644 --- a/@here/harp-examples/src/markers_screen-anchor.ts +++ b/@here/harp-examples/src/markers_screen-anchor.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/object-picking.ts b/@here/harp-examples/src/object-picking.ts index a71b531583..a742977bf0 100644 --- a/@here/harp-examples/src/object-picking.ts +++ b/@here/harp-examples/src/object-picking.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/performance_benchmark.ts b/@here/harp-examples/src/performance_benchmark.ts index 4c524cace8..52a56d5ed9 100644 --- a/@here/harp-examples/src/performance_benchmark.ts +++ b/@here/harp-examples/src/performance_benchmark.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/real-time-shadows.ts b/@here/harp-examples/src/real-time-shadows.ts index 5ea3ce53e0..251bdfe739 100644 --- a/@here/harp-examples/src/real-time-shadows.ts +++ b/@here/harp-examples/src/real-time-shadows.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/rendering_globe-atmosphere.ts b/@here/harp-examples/src/rendering_globe-atmosphere.ts index 2d73186367..5a1e5305ff 100644 --- a/@here/harp-examples/src/rendering_globe-atmosphere.ts +++ b/@here/harp-examples/src/rendering_globe-atmosphere.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/rendering_post-effects_all.ts b/@here/harp-examples/src/rendering_post-effects_all.ts index 9b8e5d49a7..338a5f0095 100644 --- a/@here/harp-examples/src/rendering_post-effects_all.ts +++ b/@here/harp-examples/src/rendering_post-effects_all.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/rendering_post-effects_themes.ts b/@here/harp-examples/src/rendering_post-effects_themes.ts index b9a5b74ad9..e6d0754ac5 100644 --- a/@here/harp-examples/src/rendering_post-effects_themes.ts +++ b/@here/harp-examples/src/rendering_post-effects_themes.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/rendering_synchronous.ts b/@here/harp-examples/src/rendering_synchronous.ts index de4712545d..9f4bae33a1 100644 --- a/@here/harp-examples/src/rendering_synchronous.ts +++ b/@here/harp-examples/src/rendering_synchronous.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/styling_data-driven.ts b/@here/harp-examples/src/styling_data-driven.ts index b8820187e9..b04b3d85a8 100644 --- a/@here/harp-examples/src/styling_data-driven.ts +++ b/@here/harp-examples/src/styling_data-driven.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/styling_extend-a-theme.ts b/@here/harp-examples/src/styling_extend-a-theme.ts index 9c0acdbbdc..bafed97c82 100644 --- a/@here/harp-examples/src/styling_extend-a-theme.ts +++ b/@here/harp-examples/src/styling_extend-a-theme.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/styling_interpolation.ts b/@here/harp-examples/src/styling_interpolation.ts index 98050fe02d..282a8d2dc1 100644 --- a/@here/harp-examples/src/styling_interpolation.ts +++ b/@here/harp-examples/src/styling_interpolation.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/styling_square-technique.ts b/@here/harp-examples/src/styling_square-technique.ts index 4e860068db..9f62e2f316 100644 --- a/@here/harp-examples/src/styling_square-technique.ts +++ b/@here/harp-examples/src/styling_square-technique.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/styling_textured-areas.ts b/@here/harp-examples/src/styling_textured-areas.ts index 87b3e38c3a..6520f56e07 100644 --- a/@here/harp-examples/src/styling_textured-areas.ts +++ b/@here/harp-examples/src/styling_textured-areas.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/synchronized-views.ts b/@here/harp-examples/src/synchronized-views.ts index b618e1e61b..0a7d311138 100644 --- a/@here/harp-examples/src/synchronized-views.ts +++ b/@here/harp-examples/src/synchronized-views.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/textcanvas.ts b/@here/harp-examples/src/textcanvas.ts index bfd6f1b607..a5ce7bc3ae 100644 --- a/@here/harp-examples/src/textcanvas.ts +++ b/@here/harp-examples/src/textcanvas.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/threejs_add-object.ts b/@here/harp-examples/src/threejs_add-object.ts index 1747c0e1dc..f1a315de7b 100644 --- a/@here/harp-examples/src/threejs_add-object.ts +++ b/@here/harp-examples/src/threejs_add-object.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/threejs_animation.ts b/@here/harp-examples/src/threejs_animation.ts index f5eb1c331e..927cb3497e 100644 --- a/@here/harp-examples/src/threejs_animation.ts +++ b/@here/harp-examples/src/threejs_animation.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/threejs_raycast.ts b/@here/harp-examples/src/threejs_raycast.ts index f21f303a25..964c400c7a 100644 --- a/@here/harp-examples/src/threejs_raycast.ts +++ b/@here/harp-examples/src/threejs_raycast.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-examples/src/tile_dependencies.ts b/@here/harp-examples/src/tile_dependencies.ts index 9ab1967bf9..e9b0986770 100644 --- a/@here/harp-examples/src/tile_dependencies.ts +++ b/@here/harp-examples/src/tile_dependencies.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-features-datasource/index.ts b/@here/harp-features-datasource/index.ts index 1fd6119ee4..acf3e7abd3 100644 --- a/@here/harp-features-datasource/index.ts +++ b/@here/harp-features-datasource/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-features-datasource/lib/Features.ts b/@here/harp-features-datasource/lib/Features.ts index 76bf69262e..b123473d88 100644 --- a/@here/harp-features-datasource/lib/Features.ts +++ b/@here/harp-features-datasource/lib/Features.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-features-datasource/lib/FeaturesDataSource.ts b/@here/harp-features-datasource/lib/FeaturesDataSource.ts index c8715db73a..fffc21da2d 100644 --- a/@here/harp-features-datasource/lib/FeaturesDataSource.ts +++ b/@here/harp-features-datasource/lib/FeaturesDataSource.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-fetch/index.ts b/@here/harp-fetch/index.ts index c9b777e576..4a5138ae48 100644 --- a/@here/harp-fetch/index.ts +++ b/@here/harp-fetch/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-fetch/index.web.ts b/@here/harp-fetch/index.web.ts index 15af1addf3..44aac825fc 100644 --- a/@here/harp-fetch/index.web.ts +++ b/@here/harp-fetch/index.web.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-fetch/test/FetchTest.ts b/@here/harp-fetch/test/FetchTest.ts index 556f7068d4..3ec1162a1a 100644 --- a/@here/harp-fetch/test/FetchTest.ts +++ b/@here/harp-fetch/test/FetchTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geojson-datasource/index-worker.ts b/@here/harp-geojson-datasource/index-worker.ts index b34ecd498d..0285876cdd 100644 --- a/@here/harp-geojson-datasource/index-worker.ts +++ b/@here/harp-geojson-datasource/index-worker.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geojson-datasource/index.ts b/@here/harp-geojson-datasource/index.ts index 2da3fb9d5c..cfc56f88a4 100644 --- a/@here/harp-geojson-datasource/index.ts +++ b/@here/harp-geojson-datasource/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geojson-datasource/lib/GeoJsonDataProvider.ts b/@here/harp-geojson-datasource/lib/GeoJsonDataProvider.ts index adb182f5f3..3e4340c6d9 100644 --- a/@here/harp-geojson-datasource/lib/GeoJsonDataProvider.ts +++ b/@here/harp-geojson-datasource/lib/GeoJsonDataProvider.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geojson-datasource/lib/GeoJsonDataSource.ts b/@here/harp-geojson-datasource/lib/GeoJsonDataSource.ts index 9f530a4e7a..3b69f7cd33 100644 --- a/@here/harp-geojson-datasource/lib/GeoJsonDataSource.ts +++ b/@here/harp-geojson-datasource/lib/GeoJsonDataSource.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geojson-datasource/lib/GeoJsonTileDecoderService.ts b/@here/harp-geojson-datasource/lib/GeoJsonTileDecoderService.ts index e474487d09..c9a12a0238 100644 --- a/@here/harp-geojson-datasource/lib/GeoJsonTileDecoderService.ts +++ b/@here/harp-geojson-datasource/lib/GeoJsonTileDecoderService.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geometry/index.ts b/@here/harp-geometry/index.ts index c89837635d..639bd17e0d 100644 --- a/@here/harp-geometry/index.ts +++ b/@here/harp-geometry/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geometry/lib/ClipLineString.ts b/@here/harp-geometry/lib/ClipLineString.ts index c6794b6950..dd5e6f4b13 100644 --- a/@here/harp-geometry/lib/ClipLineString.ts +++ b/@here/harp-geometry/lib/ClipLineString.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geometry/lib/ClipPolygon.ts b/@here/harp-geometry/lib/ClipPolygon.ts index 255a9be207..c5f50b82a5 100644 --- a/@here/harp-geometry/lib/ClipPolygon.ts +++ b/@here/harp-geometry/lib/ClipPolygon.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geometry/lib/EdgeLengthGeometrySubdivisionModifier.ts b/@here/harp-geometry/lib/EdgeLengthGeometrySubdivisionModifier.ts index 6de4f6b132..1d64b39d7f 100644 --- a/@here/harp-geometry/lib/EdgeLengthGeometrySubdivisionModifier.ts +++ b/@here/harp-geometry/lib/EdgeLengthGeometrySubdivisionModifier.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geometry/lib/OrientedBox3.ts b/@here/harp-geometry/lib/OrientedBox3.ts index 5d7f758bf6..b552fa0395 100644 --- a/@here/harp-geometry/lib/OrientedBox3.ts +++ b/@here/harp-geometry/lib/OrientedBox3.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geometry/lib/SphericalGeometrySubdivisionModifier.ts b/@here/harp-geometry/lib/SphericalGeometrySubdivisionModifier.ts index d2cbd617de..40d0a761cf 100644 --- a/@here/harp-geometry/lib/SphericalGeometrySubdivisionModifier.ts +++ b/@here/harp-geometry/lib/SphericalGeometrySubdivisionModifier.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geometry/lib/SubdivisionModifier.ts b/@here/harp-geometry/lib/SubdivisionModifier.ts index fb9917b6bd..0d5f183984 100644 --- a/@here/harp-geometry/lib/SubdivisionModifier.ts +++ b/@here/harp-geometry/lib/SubdivisionModifier.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geometry/lib/WrapLineString.ts b/@here/harp-geometry/lib/WrapLineString.ts index c08ce87edc..940e393284 100644 --- a/@here/harp-geometry/lib/WrapLineString.ts +++ b/@here/harp-geometry/lib/WrapLineString.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geometry/lib/WrapPolygon.ts b/@here/harp-geometry/lib/WrapPolygon.ts index f12bf54f8e..c5d1bf4aad 100644 --- a/@here/harp-geometry/lib/WrapPolygon.ts +++ b/@here/harp-geometry/lib/WrapPolygon.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geometry/test/ClipPolygonTest.ts b/@here/harp-geometry/test/ClipPolygonTest.ts index 4d9dd2a70c..5594ce80d5 100644 --- a/@here/harp-geometry/test/ClipPolygonTest.ts +++ b/@here/harp-geometry/test/ClipPolygonTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geometry/test/EdgeLengthGeometrySubdivisionModifierTest.ts b/@here/harp-geometry/test/EdgeLengthGeometrySubdivisionModifierTest.ts index f3c4c44276..c161b12436 100644 --- a/@here/harp-geometry/test/EdgeLengthGeometrySubdivisionModifierTest.ts +++ b/@here/harp-geometry/test/EdgeLengthGeometrySubdivisionModifierTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geometry/test/SphericalGeometrySubdivisionModifierTest.ts b/@here/harp-geometry/test/SphericalGeometrySubdivisionModifierTest.ts index 3ee094894a..218687ea25 100644 --- a/@here/harp-geometry/test/SphericalGeometrySubdivisionModifierTest.ts +++ b/@here/harp-geometry/test/SphericalGeometrySubdivisionModifierTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/index.ts b/@here/harp-geoutils/index.ts index 286e49e944..4d0375d895 100644 --- a/@here/harp-geoutils/index.ts +++ b/@here/harp-geoutils/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/coordinates/GeoBox.ts b/@here/harp-geoutils/lib/coordinates/GeoBox.ts index 1fa049b868..7c527a24ab 100644 --- a/@here/harp-geoutils/lib/coordinates/GeoBox.ts +++ b/@here/harp-geoutils/lib/coordinates/GeoBox.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/coordinates/GeoCoordLike.ts b/@here/harp-geoutils/lib/coordinates/GeoCoordLike.ts index 267074bd94..430530f34c 100644 --- a/@here/harp-geoutils/lib/coordinates/GeoCoordLike.ts +++ b/@here/harp-geoutils/lib/coordinates/GeoCoordLike.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/coordinates/GeoCoordinates.ts b/@here/harp-geoutils/lib/coordinates/GeoCoordinates.ts index 2039d69346..503e6f34b7 100644 --- a/@here/harp-geoutils/lib/coordinates/GeoCoordinates.ts +++ b/@here/harp-geoutils/lib/coordinates/GeoCoordinates.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/coordinates/GeoCoordinatesLike.ts b/@here/harp-geoutils/lib/coordinates/GeoCoordinatesLike.ts index fdc19a5910..27d8361ac7 100644 --- a/@here/harp-geoutils/lib/coordinates/GeoCoordinatesLike.ts +++ b/@here/harp-geoutils/lib/coordinates/GeoCoordinatesLike.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/coordinates/GeoPointLike.ts b/@here/harp-geoutils/lib/coordinates/GeoPointLike.ts index c2fcb1e28a..8ad23abbf6 100644 --- a/@here/harp-geoutils/lib/coordinates/GeoPointLike.ts +++ b/@here/harp-geoutils/lib/coordinates/GeoPointLike.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/coordinates/GeoPolygon.ts b/@here/harp-geoutils/lib/coordinates/GeoPolygon.ts index da9b861cb8..7f4826b416 100644 --- a/@here/harp-geoutils/lib/coordinates/GeoPolygon.ts +++ b/@here/harp-geoutils/lib/coordinates/GeoPolygon.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/coordinates/GeoPolygonLike.ts b/@here/harp-geoutils/lib/coordinates/GeoPolygonLike.ts index ffad9a5ae8..d1088e712e 100644 --- a/@here/harp-geoutils/lib/coordinates/GeoPolygonLike.ts +++ b/@here/harp-geoutils/lib/coordinates/GeoPolygonLike.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/coordinates/LatLngLike.ts b/@here/harp-geoutils/lib/coordinates/LatLngLike.ts index 808a961b70..7f3fda7fbe 100644 --- a/@here/harp-geoutils/lib/coordinates/LatLngLike.ts +++ b/@here/harp-geoutils/lib/coordinates/LatLngLike.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/math/Box3Like.ts b/@here/harp-geoutils/lib/math/Box3Like.ts index 0002eb1986..9e15d3148e 100644 --- a/@here/harp-geoutils/lib/math/Box3Like.ts +++ b/@here/harp-geoutils/lib/math/Box3Like.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/math/MathUtils.ts b/@here/harp-geoutils/lib/math/MathUtils.ts index eab8e78331..e343d59881 100644 --- a/@here/harp-geoutils/lib/math/MathUtils.ts +++ b/@here/harp-geoutils/lib/math/MathUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/math/OrientedBox3.ts b/@here/harp-geoutils/lib/math/OrientedBox3.ts index 098e946ef3..6654d4e581 100644 --- a/@here/harp-geoutils/lib/math/OrientedBox3.ts +++ b/@here/harp-geoutils/lib/math/OrientedBox3.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/math/OrientedBox3Like.ts b/@here/harp-geoutils/lib/math/OrientedBox3Like.ts index 6ca5707468..7e3fee2e95 100644 --- a/@here/harp-geoutils/lib/math/OrientedBox3Like.ts +++ b/@here/harp-geoutils/lib/math/OrientedBox3Like.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/math/TransformLike.ts b/@here/harp-geoutils/lib/math/TransformLike.ts index 6d7206131b..5f6ab43a64 100644 --- a/@here/harp-geoutils/lib/math/TransformLike.ts +++ b/@here/harp-geoutils/lib/math/TransformLike.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/math/Vector2Like.ts b/@here/harp-geoutils/lib/math/Vector2Like.ts index af070d33ab..3d261b065c 100644 --- a/@here/harp-geoutils/lib/math/Vector2Like.ts +++ b/@here/harp-geoutils/lib/math/Vector2Like.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/math/Vector3Like.ts b/@here/harp-geoutils/lib/math/Vector3Like.ts index c949a7be5d..a2f4499725 100644 --- a/@here/harp-geoutils/lib/math/Vector3Like.ts +++ b/@here/harp-geoutils/lib/math/Vector3Like.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/projection/EarthConstants.ts b/@here/harp-geoutils/lib/projection/EarthConstants.ts index e1b15c1636..28a71c3475 100644 --- a/@here/harp-geoutils/lib/projection/EarthConstants.ts +++ b/@here/harp-geoutils/lib/projection/EarthConstants.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/projection/EquirectangularProjection.ts b/@here/harp-geoutils/lib/projection/EquirectangularProjection.ts index a09797808f..172cdce58a 100644 --- a/@here/harp-geoutils/lib/projection/EquirectangularProjection.ts +++ b/@here/harp-geoutils/lib/projection/EquirectangularProjection.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/projection/IdentityProjection.ts b/@here/harp-geoutils/lib/projection/IdentityProjection.ts index 6fac5560f8..d76cdcb6b3 100644 --- a/@here/harp-geoutils/lib/projection/IdentityProjection.ts +++ b/@here/harp-geoutils/lib/projection/IdentityProjection.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/projection/MercatorProjection.ts b/@here/harp-geoutils/lib/projection/MercatorProjection.ts index 8b68325ee7..4eaf07573d 100644 --- a/@here/harp-geoutils/lib/projection/MercatorProjection.ts +++ b/@here/harp-geoutils/lib/projection/MercatorProjection.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/projection/Projection.ts b/@here/harp-geoutils/lib/projection/Projection.ts index c8ef58f4c1..fbadd33548 100644 --- a/@here/harp-geoutils/lib/projection/Projection.ts +++ b/@here/harp-geoutils/lib/projection/Projection.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/projection/SphereProjection.ts b/@here/harp-geoutils/lib/projection/SphereProjection.ts index ebeec08392..17336c3ca8 100644 --- a/@here/harp-geoutils/lib/projection/SphereProjection.ts +++ b/@here/harp-geoutils/lib/projection/SphereProjection.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/projection/TransverseMercatorProjection.ts b/@here/harp-geoutils/lib/projection/TransverseMercatorProjection.ts index 5c151cde8d..f7f5bf01cb 100644 --- a/@here/harp-geoutils/lib/projection/TransverseMercatorProjection.ts +++ b/@here/harp-geoutils/lib/projection/TransverseMercatorProjection.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/tiling/FlatTileBoundingBoxGenerator.ts b/@here/harp-geoutils/lib/tiling/FlatTileBoundingBoxGenerator.ts index f457d8802b..6d9b8c92f6 100644 --- a/@here/harp-geoutils/lib/tiling/FlatTileBoundingBoxGenerator.ts +++ b/@here/harp-geoutils/lib/tiling/FlatTileBoundingBoxGenerator.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/tiling/HalfQuadTreeSubdivisionScheme.ts b/@here/harp-geoutils/lib/tiling/HalfQuadTreeSubdivisionScheme.ts index 5371ffbe53..21cd6853c1 100644 --- a/@here/harp-geoutils/lib/tiling/HalfQuadTreeSubdivisionScheme.ts +++ b/@here/harp-geoutils/lib/tiling/HalfQuadTreeSubdivisionScheme.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/tiling/HereTilingScheme.ts b/@here/harp-geoutils/lib/tiling/HereTilingScheme.ts index db6c8b79ea..4b2a513544 100644 --- a/@here/harp-geoutils/lib/tiling/HereTilingScheme.ts +++ b/@here/harp-geoutils/lib/tiling/HereTilingScheme.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/tiling/MercatorTilingScheme.ts b/@here/harp-geoutils/lib/tiling/MercatorTilingScheme.ts index 625a4d8bf3..f4bf839986 100644 --- a/@here/harp-geoutils/lib/tiling/MercatorTilingScheme.ts +++ b/@here/harp-geoutils/lib/tiling/MercatorTilingScheme.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/tiling/PolarTilingScheme.ts b/@here/harp-geoutils/lib/tiling/PolarTilingScheme.ts index 9764d36dc6..2bbdafad9a 100644 --- a/@here/harp-geoutils/lib/tiling/PolarTilingScheme.ts +++ b/@here/harp-geoutils/lib/tiling/PolarTilingScheme.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/tiling/QuadTree.ts b/@here/harp-geoutils/lib/tiling/QuadTree.ts index 168f11faaa..37e2a2f606 100644 --- a/@here/harp-geoutils/lib/tiling/QuadTree.ts +++ b/@here/harp-geoutils/lib/tiling/QuadTree.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/tiling/QuadTreeSubdivisionScheme.ts b/@here/harp-geoutils/lib/tiling/QuadTreeSubdivisionScheme.ts index 4522eb1308..eb0b13fe9a 100644 --- a/@here/harp-geoutils/lib/tiling/QuadTreeSubdivisionScheme.ts +++ b/@here/harp-geoutils/lib/tiling/QuadTreeSubdivisionScheme.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/tiling/SubTiles.ts b/@here/harp-geoutils/lib/tiling/SubTiles.ts index 79ed013cee..731f8b5754 100644 --- a/@here/harp-geoutils/lib/tiling/SubTiles.ts +++ b/@here/harp-geoutils/lib/tiling/SubTiles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/tiling/SubdivisionScheme.ts b/@here/harp-geoutils/lib/tiling/SubdivisionScheme.ts index 51fe3aaa1d..6211f3d262 100644 --- a/@here/harp-geoutils/lib/tiling/SubdivisionScheme.ts +++ b/@here/harp-geoutils/lib/tiling/SubdivisionScheme.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/tiling/TileKey.ts b/@here/harp-geoutils/lib/tiling/TileKey.ts index a4961d69d4..ca34cd23f5 100644 --- a/@here/harp-geoutils/lib/tiling/TileKey.ts +++ b/@here/harp-geoutils/lib/tiling/TileKey.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/tiling/TileKeyUtils.ts b/@here/harp-geoutils/lib/tiling/TileKeyUtils.ts index 9469a3713c..4088157b58 100644 --- a/@here/harp-geoutils/lib/tiling/TileKeyUtils.ts +++ b/@here/harp-geoutils/lib/tiling/TileKeyUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/tiling/TileTreeTraverse.ts b/@here/harp-geoutils/lib/tiling/TileTreeTraverse.ts index 53eaf1e602..5579d51c49 100644 --- a/@here/harp-geoutils/lib/tiling/TileTreeTraverse.ts +++ b/@here/harp-geoutils/lib/tiling/TileTreeTraverse.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/tiling/TilingScheme.ts b/@here/harp-geoutils/lib/tiling/TilingScheme.ts index 534013c5c1..377b6a0ec0 100644 --- a/@here/harp-geoutils/lib/tiling/TilingScheme.ts +++ b/@here/harp-geoutils/lib/tiling/TilingScheme.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/lib/tiling/WebMercatorTilingScheme.ts b/@here/harp-geoutils/lib/tiling/WebMercatorTilingScheme.ts index 5e93f18160..2e44ff3963 100644 --- a/@here/harp-geoutils/lib/tiling/WebMercatorTilingScheme.ts +++ b/@here/harp-geoutils/lib/tiling/WebMercatorTilingScheme.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/test/GeoBoxTest.ts b/@here/harp-geoutils/test/GeoBoxTest.ts index f00cc7036f..d13cfcd0c5 100644 --- a/@here/harp-geoutils/test/GeoBoxTest.ts +++ b/@here/harp-geoutils/test/GeoBoxTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/test/GeoCoordinatesTest.ts b/@here/harp-geoutils/test/GeoCoordinatesTest.ts index c0309f8e77..3e4de432df 100644 --- a/@here/harp-geoutils/test/GeoCoordinatesTest.ts +++ b/@here/harp-geoutils/test/GeoCoordinatesTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/test/GeoPolygonTest.ts b/@here/harp-geoutils/test/GeoPolygonTest.ts index b0dd1f7166..fa60b8411c 100644 --- a/@here/harp-geoutils/test/GeoPolygonTest.ts +++ b/@here/harp-geoutils/test/GeoPolygonTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/test/MathUtilsTest.ts b/@here/harp-geoutils/test/MathUtilsTest.ts index 65c73f0d1d..ceabe84022 100644 --- a/@here/harp-geoutils/test/MathUtilsTest.ts +++ b/@here/harp-geoutils/test/MathUtilsTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/test/OrientedBox3Test.ts b/@here/harp-geoutils/test/OrientedBox3Test.ts index f9485ce937..9a94d97401 100644 --- a/@here/harp-geoutils/test/OrientedBox3Test.ts +++ b/@here/harp-geoutils/test/OrientedBox3Test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/test/ProjectionTest.ts b/@here/harp-geoutils/test/ProjectionTest.ts index 6d13f30bd6..9171609e48 100644 --- a/@here/harp-geoutils/test/ProjectionTest.ts +++ b/@here/harp-geoutils/test/ProjectionTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/test/SphereProjectionTest.ts b/@here/harp-geoutils/test/SphereProjectionTest.ts index ce0a31ee12..6aaf84fcfa 100644 --- a/@here/harp-geoutils/test/SphereProjectionTest.ts +++ b/@here/harp-geoutils/test/SphereProjectionTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/test/SubTilesTest.ts b/@here/harp-geoutils/test/SubTilesTest.ts index b551ac3eff..92e612f883 100644 --- a/@here/harp-geoutils/test/SubTilesTest.ts +++ b/@here/harp-geoutils/test/SubTilesTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/test/TileKeyTest.ts b/@here/harp-geoutils/test/TileKeyTest.ts index b940d7af92..86536af957 100644 --- a/@here/harp-geoutils/test/TileKeyTest.ts +++ b/@here/harp-geoutils/test/TileKeyTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/test/TileTreeTraverseTest.ts b/@here/harp-geoutils/test/TileTreeTraverseTest.ts index 97905843b9..5bba82c021 100644 --- a/@here/harp-geoutils/test/TileTreeTraverseTest.ts +++ b/@here/harp-geoutils/test/TileTreeTraverseTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-geoutils/test/TransverseMercatorProjectionTest.ts b/@here/harp-geoutils/test/TransverseMercatorProjectionTest.ts index d6aa4c64d1..ce0723085e 100644 --- a/@here/harp-geoutils/test/TransverseMercatorProjectionTest.ts +++ b/@here/harp-geoutils/test/TransverseMercatorProjectionTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-lines/index.ts b/@here/harp-lines/index.ts index 0ddcf0bda5..bf2ee1f456 100644 --- a/@here/harp-lines/index.ts +++ b/@here/harp-lines/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-lines/lib/HighPrecisionLines.ts b/@here/harp-lines/lib/HighPrecisionLines.ts index 792daf17f6..a917056e88 100644 --- a/@here/harp-lines/lib/HighPrecisionLines.ts +++ b/@here/harp-lines/lib/HighPrecisionLines.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-lines/lib/HighPrecisionPoints.ts b/@here/harp-lines/lib/HighPrecisionPoints.ts index 7695e0aa35..aa99f79b38 100644 --- a/@here/harp-lines/lib/HighPrecisionPoints.ts +++ b/@here/harp-lines/lib/HighPrecisionPoints.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-lines/lib/HighPrecisionUtils.ts b/@here/harp-lines/lib/HighPrecisionUtils.ts index 5e87f47c5b..b2888d92bd 100644 --- a/@here/harp-lines/lib/HighPrecisionUtils.ts +++ b/@here/harp-lines/lib/HighPrecisionUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-lines/lib/Lines.ts b/@here/harp-lines/lib/Lines.ts index 5f899d84dc..ddfcb02331 100644 --- a/@here/harp-lines/lib/Lines.ts +++ b/@here/harp-lines/lib/Lines.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-lines/lib/TriangulateLines.ts b/@here/harp-lines/lib/TriangulateLines.ts index f889ee890c..78d9369e69 100644 --- a/@here/harp-lines/lib/TriangulateLines.ts +++ b/@here/harp-lines/lib/TriangulateLines.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-lines/test/Test.ts b/@here/harp-lines/test/Test.ts index 8b3222abe5..874f1695e2 100644 --- a/@here/harp-lines/test/Test.ts +++ b/@here/harp-lines/test/Test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-lines/test/rendering/RenderLines.ts b/@here/harp-lines/test/rendering/RenderLines.ts index e774fad8c4..516fc042ad 100644 --- a/@here/harp-lines/test/rendering/RenderLines.ts +++ b/@here/harp-lines/test/rendering/RenderLines.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-lrucache/index.ts b/@here/harp-lrucache/index.ts index bafa91fe6c..1fdc8db343 100644 --- a/@here/harp-lrucache/index.ts +++ b/@here/harp-lrucache/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-lrucache/lib/LRUCache.ts b/@here/harp-lrucache/lib/LRUCache.ts index a4354fbcbf..0dca2a2978 100644 --- a/@here/harp-lrucache/lib/LRUCache.ts +++ b/@here/harp-lrucache/lib/LRUCache.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-lrucache/test/LRUCacheTest.ts b/@here/harp-lrucache/test/LRUCacheTest.ts index 3f74ec46bc..b9d8846fd2 100644 --- a/@here/harp-lrucache/test/LRUCacheTest.ts +++ b/@here/harp-lrucache/test/LRUCacheTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-map-controls/index.ts b/@here/harp-map-controls/index.ts index 16063ce71a..47cffbeabb 100644 --- a/@here/harp-map-controls/index.ts +++ b/@here/harp-map-controls/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-map-controls/lib/CameraAnimationBuilder.ts b/@here/harp-map-controls/lib/CameraAnimationBuilder.ts index f2a38f1b56..ebaa9ca4e6 100644 --- a/@here/harp-map-controls/lib/CameraAnimationBuilder.ts +++ b/@here/harp-map-controls/lib/CameraAnimationBuilder.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-map-controls/lib/CameraKeyTrackAnimation.ts b/@here/harp-map-controls/lib/CameraKeyTrackAnimation.ts index 4c83d715f5..e1c9dc55ca 100644 --- a/@here/harp-map-controls/lib/CameraKeyTrackAnimation.ts +++ b/@here/harp-map-controls/lib/CameraKeyTrackAnimation.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-map-controls/lib/LongPressHandler.ts b/@here/harp-map-controls/lib/LongPressHandler.ts index 4b2dbe4cfa..9d8e5c92bd 100644 --- a/@here/harp-map-controls/lib/LongPressHandler.ts +++ b/@here/harp-map-controls/lib/LongPressHandler.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-map-controls/lib/MapAnimations.ts b/@here/harp-map-controls/lib/MapAnimations.ts index b059a748cb..07fb5079f7 100644 --- a/@here/harp-map-controls/lib/MapAnimations.ts +++ b/@here/harp-map-controls/lib/MapAnimations.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-map-controls/lib/MapControls.ts b/@here/harp-map-controls/lib/MapControls.ts index 35c57b2f69..0fd9433ad5 100644 --- a/@here/harp-map-controls/lib/MapControls.ts +++ b/@here/harp-map-controls/lib/MapControls.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-map-controls/lib/MapControlsUI.ts b/@here/harp-map-controls/lib/MapControlsUI.ts index c612c8b371..50b1b2f93d 100644 --- a/@here/harp-map-controls/lib/MapControlsUI.ts +++ b/@here/harp-map-controls/lib/MapControlsUI.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-map-controls/lib/Utils.ts b/@here/harp-map-controls/lib/Utils.ts index c3dce33f7b..3090768ae3 100644 --- a/@here/harp-map-controls/lib/Utils.ts +++ b/@here/harp-map-controls/lib/Utils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-map-controls/test/CameraAnimationBuilderTest.ts b/@here/harp-map-controls/test/CameraAnimationBuilderTest.ts index e3eee8571e..3271571f41 100644 --- a/@here/harp-map-controls/test/CameraAnimationBuilderTest.ts +++ b/@here/harp-map-controls/test/CameraAnimationBuilderTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2019 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-map-controls/test/MapControlsTest.ts b/@here/harp-map-controls/test/MapControlsTest.ts index 28b1b1c7a6..a76435bd22 100644 --- a/@here/harp-map-controls/test/MapControlsTest.ts +++ b/@here/harp-map-controls/test/MapControlsTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-map-controls/test/UtilsTest.ts b/@here/harp-map-controls/test/UtilsTest.ts index 9b79905347..0e8c3d783a 100644 --- a/@here/harp-map-controls/test/UtilsTest.ts +++ b/@here/harp-map-controls/test/UtilsTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-map-theme/index.ts b/@here/harp-map-theme/index.ts index d2613c9141..2f543f2881 100644 --- a/@here/harp-map-theme/index.ts +++ b/@here/harp-map-theme/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-map-theme/scripts/prepack.ts b/@here/harp-map-theme/scripts/prepack.ts index a7760a2265..6387954dab 100644 --- a/@here/harp-map-theme/scripts/prepack.ts +++ b/@here/harp-map-theme/scripts/prepack.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-map-theme/scripts/prepareIcons.ts b/@here/harp-map-theme/scripts/prepareIcons.ts index 126536e5bb..856e3c288b 100644 --- a/@here/harp-map-theme/scripts/prepareIcons.ts +++ b/@here/harp-map-theme/scripts/prepareIcons.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-map-theme/test/DefaultThemeTest.ts b/@here/harp-map-theme/test/DefaultThemeTest.ts index d1084fe12b..e9ea63fb81 100644 --- a/@here/harp-map-theme/test/DefaultThemeTest.ts +++ b/@here/harp-map-theme/test/DefaultThemeTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview-decoder/index-worker.ts b/@here/harp-mapview-decoder/index-worker.ts index 4c7bafab29..aafed60eb4 100644 --- a/@here/harp-mapview-decoder/index-worker.ts +++ b/@here/harp-mapview-decoder/index-worker.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview-decoder/index.ts b/@here/harp-mapview-decoder/index.ts index 5e9a8b6f7e..666e330fcb 100644 --- a/@here/harp-mapview-decoder/index.ts +++ b/@here/harp-mapview-decoder/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview-decoder/lib/DataProvider.ts b/@here/harp-mapview-decoder/lib/DataProvider.ts index 7de27b5249..5957456978 100644 --- a/@here/harp-mapview-decoder/lib/DataProvider.ts +++ b/@here/harp-mapview-decoder/lib/DataProvider.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview-decoder/lib/GeoJsonTiler.ts b/@here/harp-mapview-decoder/lib/GeoJsonTiler.ts index abcffc1e49..700ee14979 100644 --- a/@here/harp-mapview-decoder/lib/GeoJsonTiler.ts +++ b/@here/harp-mapview-decoder/lib/GeoJsonTiler.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview-decoder/lib/TestDataProviders.ts b/@here/harp-mapview-decoder/lib/TestDataProviders.ts index 275ef28692..ec13b745e3 100644 --- a/@here/harp-mapview-decoder/lib/TestDataProviders.ts +++ b/@here/harp-mapview-decoder/lib/TestDataProviders.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview-decoder/lib/ThemedTileDecoder.ts b/@here/harp-mapview-decoder/lib/ThemedTileDecoder.ts index 1b15355001..54047c945e 100644 --- a/@here/harp-mapview-decoder/lib/ThemedTileDecoder.ts +++ b/@here/harp-mapview-decoder/lib/ThemedTileDecoder.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview-decoder/lib/TileDataSource.ts b/@here/harp-mapview-decoder/lib/TileDataSource.ts index 8652e9f1c8..c580c2de2d 100644 --- a/@here/harp-mapview-decoder/lib/TileDataSource.ts +++ b/@here/harp-mapview-decoder/lib/TileDataSource.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview-decoder/lib/TileDecoderService.ts b/@here/harp-mapview-decoder/lib/TileDecoderService.ts index b3b7aa59e4..28b74aa43a 100644 --- a/@here/harp-mapview-decoder/lib/TileDecoderService.ts +++ b/@here/harp-mapview-decoder/lib/TileDecoderService.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview-decoder/lib/TileLoader.ts b/@here/harp-mapview-decoder/lib/TileLoader.ts index 04623a5e08..0cefbb8635 100644 --- a/@here/harp-mapview-decoder/lib/TileLoader.ts +++ b/@here/harp-mapview-decoder/lib/TileLoader.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview-decoder/lib/TilerService.ts b/@here/harp-mapview-decoder/lib/TilerService.ts index ce7d7ed90f..76e3addf7e 100644 --- a/@here/harp-mapview-decoder/lib/TilerService.ts +++ b/@here/harp-mapview-decoder/lib/TilerService.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview-decoder/lib/WorkerService.ts b/@here/harp-mapview-decoder/lib/WorkerService.ts index 2aa3ac4940..c622260828 100644 --- a/@here/harp-mapview-decoder/lib/WorkerService.ts +++ b/@here/harp-mapview-decoder/lib/WorkerService.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview-decoder/lib/WorkerServiceManager.ts b/@here/harp-mapview-decoder/lib/WorkerServiceManager.ts index 85c471d198..971cd8e667 100644 --- a/@here/harp-mapview-decoder/lib/WorkerServiceManager.ts +++ b/@here/harp-mapview-decoder/lib/WorkerServiceManager.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview-decoder/test/DataProviderTest.ts b/@here/harp-mapview-decoder/test/DataProviderTest.ts index 20a18c5a2d..4103850c95 100644 --- a/@here/harp-mapview-decoder/test/DataProviderTest.ts +++ b/@here/harp-mapview-decoder/test/DataProviderTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview-decoder/test/MapViewDecoderTest.ts b/@here/harp-mapview-decoder/test/MapViewDecoderTest.ts index 32dc3074d2..9bf7d0525c 100644 --- a/@here/harp-mapview-decoder/test/MapViewDecoderTest.ts +++ b/@here/harp-mapview-decoder/test/MapViewDecoderTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview-decoder/test/TileDataSourceTest.ts b/@here/harp-mapview-decoder/test/TileDataSourceTest.ts index dd77ea9307..5470b2b8e0 100644 --- a/@here/harp-mapview-decoder/test/TileDataSourceTest.ts +++ b/@here/harp-mapview-decoder/test/TileDataSourceTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview-decoder/test/TileGeometryLoaderTest.ts b/@here/harp-mapview-decoder/test/TileGeometryLoaderTest.ts index d66650b6d2..2b3019aacd 100644 --- a/@here/harp-mapview-decoder/test/TileGeometryLoaderTest.ts +++ b/@here/harp-mapview-decoder/test/TileGeometryLoaderTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview-decoder/test/TileLoaderTest.ts b/@here/harp-mapview-decoder/test/TileLoaderTest.ts index e5a0ec3b00..dcd8ea65e4 100644 --- a/@here/harp-mapview-decoder/test/TileLoaderTest.ts +++ b/@here/harp-mapview-decoder/test/TileLoaderTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/index.ts b/@here/harp-mapview/index.ts index f0ddef16e4..f08257afb8 100644 --- a/@here/harp-mapview/index.ts +++ b/@here/harp-mapview/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/AnimatedExtrusionHandler.ts b/@here/harp-mapview/lib/AnimatedExtrusionHandler.ts index a9288f1101..150f8a82af 100644 --- a/@here/harp-mapview/lib/AnimatedExtrusionHandler.ts +++ b/@here/harp-mapview/lib/AnimatedExtrusionHandler.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/BackgroundDataSource.ts b/@here/harp-mapview/lib/BackgroundDataSource.ts index b4475e9ac8..4b9a900753 100644 --- a/@here/harp-mapview/lib/BackgroundDataSource.ts +++ b/@here/harp-mapview/lib/BackgroundDataSource.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/BaseTileLoader.ts b/@here/harp-mapview/lib/BaseTileLoader.ts index 227b51420a..bb0b62e97b 100644 --- a/@here/harp-mapview/lib/BaseTileLoader.ts +++ b/@here/harp-mapview/lib/BaseTileLoader.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/BoundsGenerator.ts b/@here/harp-mapview/lib/BoundsGenerator.ts index 6d28a49948..28c34626ec 100644 --- a/@here/harp-mapview/lib/BoundsGenerator.ts +++ b/@here/harp-mapview/lib/BoundsGenerator.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/CameraMovementDetector.ts b/@here/harp-mapview/lib/CameraMovementDetector.ts index 615cc89551..ceb3aae7e7 100644 --- a/@here/harp-mapview/lib/CameraMovementDetector.ts +++ b/@here/harp-mapview/lib/CameraMovementDetector.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/ClipPlanesEvaluator.ts b/@here/harp-mapview/lib/ClipPlanesEvaluator.ts index 840237df24..0388de0e01 100644 --- a/@here/harp-mapview/lib/ClipPlanesEvaluator.ts +++ b/@here/harp-mapview/lib/ClipPlanesEvaluator.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/ColorCache.ts b/@here/harp-mapview/lib/ColorCache.ts index eb6bc0e4a0..6a201d35ca 100644 --- a/@here/harp-mapview/lib/ColorCache.ts +++ b/@here/harp-mapview/lib/ColorCache.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/ConcurrentDecoderFacade.ts b/@here/harp-mapview/lib/ConcurrentDecoderFacade.ts index 624b73c36b..126c77b068 100644 --- a/@here/harp-mapview/lib/ConcurrentDecoderFacade.ts +++ b/@here/harp-mapview/lib/ConcurrentDecoderFacade.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/ConcurrentTilerFacade.ts b/@here/harp-mapview/lib/ConcurrentTilerFacade.ts index 6a4700253f..9eafa3999b 100644 --- a/@here/harp-mapview/lib/ConcurrentTilerFacade.ts +++ b/@here/harp-mapview/lib/ConcurrentTilerFacade.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/ConcurrentWorkerSet.ts b/@here/harp-mapview/lib/ConcurrentWorkerSet.ts index 573da55886..646aff1935 100644 --- a/@here/harp-mapview/lib/ConcurrentWorkerSet.ts +++ b/@here/harp-mapview/lib/ConcurrentWorkerSet.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/DataSource.ts b/@here/harp-mapview/lib/DataSource.ts index b8f7cb2e89..229fac4ab8 100644 --- a/@here/harp-mapview/lib/DataSource.ts +++ b/@here/harp-mapview/lib/DataSource.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/DebugContext.ts b/@here/harp-mapview/lib/DebugContext.ts index 595f339110..f42ea975f8 100644 --- a/@here/harp-mapview/lib/DebugContext.ts +++ b/@here/harp-mapview/lib/DebugContext.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/DecodedTileHelpers.ts b/@here/harp-mapview/lib/DecodedTileHelpers.ts index 41678cead0..34b1340787 100644 --- a/@here/harp-mapview/lib/DecodedTileHelpers.ts +++ b/@here/harp-mapview/lib/DecodedTileHelpers.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2018-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/DepthPrePass.ts b/@here/harp-mapview/lib/DepthPrePass.ts index 59c8c0fca8..bb43ddafc8 100644 --- a/@here/harp-mapview/lib/DepthPrePass.ts +++ b/@here/harp-mapview/lib/DepthPrePass.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/DisplacementMap.ts b/@here/harp-mapview/lib/DisplacementMap.ts index 8a71a9f1f8..4d6c617c7d 100644 --- a/@here/harp-mapview/lib/DisplacementMap.ts +++ b/@here/harp-mapview/lib/DisplacementMap.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/ElevationProvider.ts b/@here/harp-mapview/lib/ElevationProvider.ts index 59feb44d92..29940bb148 100644 --- a/@here/harp-mapview/lib/ElevationProvider.ts +++ b/@here/harp-mapview/lib/ElevationProvider.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/ElevationRangeSource.ts b/@here/harp-mapview/lib/ElevationRangeSource.ts index c8e4011f95..85ad3fd836 100644 --- a/@here/harp-mapview/lib/ElevationRangeSource.ts +++ b/@here/harp-mapview/lib/ElevationRangeSource.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/EventDispatcher.ts b/@here/harp-mapview/lib/EventDispatcher.ts index 35777d65c8..4f498cd99d 100644 --- a/@here/harp-mapview/lib/EventDispatcher.ts +++ b/@here/harp-mapview/lib/EventDispatcher.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/FrustumIntersection.ts b/@here/harp-mapview/lib/FrustumIntersection.ts index 8a47b9d94c..cad036e58a 100644 --- a/@here/harp-mapview/lib/FrustumIntersection.ts +++ b/@here/harp-mapview/lib/FrustumIntersection.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/ITileLoader.ts b/@here/harp-mapview/lib/ITileLoader.ts index 14ceb03377..c47231e136 100644 --- a/@here/harp-mapview/lib/ITileLoader.ts +++ b/@here/harp-mapview/lib/ITileLoader.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/IntersectParams.ts b/@here/harp-mapview/lib/IntersectParams.ts index 80b16a3f2e..4c71b86292 100644 --- a/@here/harp-mapview/lib/IntersectParams.ts +++ b/@here/harp-mapview/lib/IntersectParams.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/MapAnchors.ts b/@here/harp-mapview/lib/MapAnchors.ts index ae09be33a8..155c4cf8fb 100644 --- a/@here/harp-mapview/lib/MapAnchors.ts +++ b/@here/harp-mapview/lib/MapAnchors.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/MapMaterialAdapter.ts b/@here/harp-mapview/lib/MapMaterialAdapter.ts index 4922c2460b..cb9f671163 100644 --- a/@here/harp-mapview/lib/MapMaterialAdapter.ts +++ b/@here/harp-mapview/lib/MapMaterialAdapter.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/MapObjectAdapter.ts b/@here/harp-mapview/lib/MapObjectAdapter.ts index 0ea4ac278f..b32bf2ce88 100644 --- a/@here/harp-mapview/lib/MapObjectAdapter.ts +++ b/@here/harp-mapview/lib/MapObjectAdapter.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/MapTileCuller.ts b/@here/harp-mapview/lib/MapTileCuller.ts index 428ee6baeb..d1682b11b2 100644 --- a/@here/harp-mapview/lib/MapTileCuller.ts +++ b/@here/harp-mapview/lib/MapTileCuller.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/MapView.ts b/@here/harp-mapview/lib/MapView.ts index 5d04c5bd4b..b118d54697 100644 --- a/@here/harp-mapview/lib/MapView.ts +++ b/@here/harp-mapview/lib/MapView.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/MapViewAtmosphere.ts b/@here/harp-mapview/lib/MapViewAtmosphere.ts index b38148d6eb..893bf7a1ee 100644 --- a/@here/harp-mapview/lib/MapViewAtmosphere.ts +++ b/@here/harp-mapview/lib/MapViewAtmosphere.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/MapViewEnvironment.ts b/@here/harp-mapview/lib/MapViewEnvironment.ts index 790334d664..5e20eee986 100644 --- a/@here/harp-mapview/lib/MapViewEnvironment.ts +++ b/@here/harp-mapview/lib/MapViewEnvironment.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/MapViewFog.ts b/@here/harp-mapview/lib/MapViewFog.ts index 5404f0e1d0..42e7ba8aa9 100644 --- a/@here/harp-mapview/lib/MapViewFog.ts +++ b/@here/harp-mapview/lib/MapViewFog.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/MapViewPoints.ts b/@here/harp-mapview/lib/MapViewPoints.ts index 27f7e46984..011f7fd2a9 100644 --- a/@here/harp-mapview/lib/MapViewPoints.ts +++ b/@here/harp-mapview/lib/MapViewPoints.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2018-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/MapViewTaskScheduler.ts b/@here/harp-mapview/lib/MapViewTaskScheduler.ts index 3ddd76b196..e7245f574b 100644 --- a/@here/harp-mapview/lib/MapViewTaskScheduler.ts +++ b/@here/harp-mapview/lib/MapViewTaskScheduler.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/MapViewThemeManager.ts b/@here/harp-mapview/lib/MapViewThemeManager.ts index 9c3f9014cb..b2407f1a4a 100644 --- a/@here/harp-mapview/lib/MapViewThemeManager.ts +++ b/@here/harp-mapview/lib/MapViewThemeManager.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/PathBlockingElement.ts b/@here/harp-mapview/lib/PathBlockingElement.ts index e1e8c76c2d..a23b8f6159 100644 --- a/@here/harp-mapview/lib/PathBlockingElement.ts +++ b/@here/harp-mapview/lib/PathBlockingElement.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/PickHandler.ts b/@here/harp-mapview/lib/PickHandler.ts index 318bf6153b..c3f135b000 100644 --- a/@here/harp-mapview/lib/PickHandler.ts +++ b/@here/harp-mapview/lib/PickHandler.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/PickListener.ts b/@here/harp-mapview/lib/PickListener.ts index 45160c24e6..750652040f 100644 --- a/@here/harp-mapview/lib/PickListener.ts +++ b/@here/harp-mapview/lib/PickListener.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/PickingRaycaster.ts b/@here/harp-mapview/lib/PickingRaycaster.ts index 1a3063876c..88c8360bb7 100644 --- a/@here/harp-mapview/lib/PickingRaycaster.ts +++ b/@here/harp-mapview/lib/PickingRaycaster.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2018-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/PolarTileDataSource.ts b/@here/harp-mapview/lib/PolarTileDataSource.ts index 282ec44f48..ee2a779e56 100644 --- a/@here/harp-mapview/lib/PolarTileDataSource.ts +++ b/@here/harp-mapview/lib/PolarTileDataSource.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/ScreenCollisions.ts b/@here/harp-mapview/lib/ScreenCollisions.ts index 14aa238ae2..4bb0c3def9 100644 --- a/@here/harp-mapview/lib/ScreenCollisions.ts +++ b/@here/harp-mapview/lib/ScreenCollisions.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/ScreenProjector.ts b/@here/harp-mapview/lib/ScreenProjector.ts index c3f7bdcc82..5b35235853 100644 --- a/@here/harp-mapview/lib/ScreenProjector.ts +++ b/@here/harp-mapview/lib/ScreenProjector.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/SkyBackground.ts b/@here/harp-mapview/lib/SkyBackground.ts index 972208effa..d32192c70b 100644 --- a/@here/harp-mapview/lib/SkyBackground.ts +++ b/@here/harp-mapview/lib/SkyBackground.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/SkyCubemapTexture.ts b/@here/harp-mapview/lib/SkyCubemapTexture.ts index 6b987ed98a..cdc780bb97 100644 --- a/@here/harp-mapview/lib/SkyCubemapTexture.ts +++ b/@here/harp-mapview/lib/SkyCubemapTexture.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/SkyGradientTexture.ts b/@here/harp-mapview/lib/SkyGradientTexture.ts index e448b10e25..2dc0f43d52 100644 --- a/@here/harp-mapview/lib/SkyGradientTexture.ts +++ b/@here/harp-mapview/lib/SkyGradientTexture.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/SphereHorizon.ts b/@here/harp-mapview/lib/SphereHorizon.ts index 22713f00ae..77d1d89a77 100644 --- a/@here/harp-mapview/lib/SphereHorizon.ts +++ b/@here/harp-mapview/lib/SphereHorizon.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/Statistics.ts b/@here/harp-mapview/lib/Statistics.ts index 78050ffb36..2d98a71da7 100644 --- a/@here/harp-mapview/lib/Statistics.ts +++ b/@here/harp-mapview/lib/Statistics.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/ThemeHelpers.ts b/@here/harp-mapview/lib/ThemeHelpers.ts index 93f4c6c49d..3d6ab33e4a 100644 --- a/@here/harp-mapview/lib/ThemeHelpers.ts +++ b/@here/harp-mapview/lib/ThemeHelpers.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/ThemeLoader.ts b/@here/harp-mapview/lib/ThemeLoader.ts index e6e5666b26..b0948844e3 100644 --- a/@here/harp-mapview/lib/ThemeLoader.ts +++ b/@here/harp-mapview/lib/ThemeLoader.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/Tile.ts b/@here/harp-mapview/lib/Tile.ts index 25c52419b8..f6a364c262 100644 --- a/@here/harp-mapview/lib/Tile.ts +++ b/@here/harp-mapview/lib/Tile.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/TileObjectsRenderer.ts b/@here/harp-mapview/lib/TileObjectsRenderer.ts index 2ffc930d4f..7e37ef17d1 100644 --- a/@here/harp-mapview/lib/TileObjectsRenderer.ts +++ b/@here/harp-mapview/lib/TileObjectsRenderer.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/Utils.ts b/@here/harp-mapview/lib/Utils.ts index 83043586a2..cb41defd38 100644 --- a/@here/harp-mapview/lib/Utils.ts +++ b/@here/harp-mapview/lib/Utils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/VisibleTileSet.ts b/@here/harp-mapview/lib/VisibleTileSet.ts index fa1f3595b5..5f01aa6c39 100644 --- a/@here/harp-mapview/lib/VisibleTileSet.ts +++ b/@here/harp-mapview/lib/VisibleTileSet.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/WorkerBasedDecoder.ts b/@here/harp-mapview/lib/WorkerBasedDecoder.ts index d6fdc40a43..7fc05e0902 100644 --- a/@here/harp-mapview/lib/WorkerBasedDecoder.ts +++ b/@here/harp-mapview/lib/WorkerBasedDecoder.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/WorkerBasedTiler.ts b/@here/harp-mapview/lib/WorkerBasedTiler.ts index 9c1fd53df3..572272d3f8 100644 --- a/@here/harp-mapview/lib/WorkerBasedTiler.ts +++ b/@here/harp-mapview/lib/WorkerBasedTiler.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/composing/IPassManager.ts b/@here/harp-mapview/lib/composing/IPassManager.ts index e5c2cabb5c..d081bc8e10 100644 --- a/@here/harp-mapview/lib/composing/IPassManager.ts +++ b/@here/harp-mapview/lib/composing/IPassManager.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/composing/LowResRenderPass.ts b/@here/harp-mapview/lib/composing/LowResRenderPass.ts index 5a7d342c07..99e4a44062 100644 --- a/@here/harp-mapview/lib/composing/LowResRenderPass.ts +++ b/@here/harp-mapview/lib/composing/LowResRenderPass.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/composing/MSAARenderPass.ts b/@here/harp-mapview/lib/composing/MSAARenderPass.ts index a463a09a25..8456ea9536 100644 --- a/@here/harp-mapview/lib/composing/MSAARenderPass.ts +++ b/@here/harp-mapview/lib/composing/MSAARenderPass.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/composing/MapRenderingManager.ts b/@here/harp-mapview/lib/composing/MapRenderingManager.ts index 59129c96c0..610a91d425 100644 --- a/@here/harp-mapview/lib/composing/MapRenderingManager.ts +++ b/@here/harp-mapview/lib/composing/MapRenderingManager.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/composing/Outline.ts b/@here/harp-mapview/lib/composing/Outline.ts index 9f0f3ec823..a5b4aaee1b 100644 --- a/@here/harp-mapview/lib/composing/Outline.ts +++ b/@here/harp-mapview/lib/composing/Outline.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/composing/Pass.ts b/@here/harp-mapview/lib/composing/Pass.ts index 344ad07d1f..f33901d3cf 100644 --- a/@here/harp-mapview/lib/composing/Pass.ts +++ b/@here/harp-mapview/lib/composing/Pass.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/composing/UnrealBloomPass.ts b/@here/harp-mapview/lib/composing/UnrealBloomPass.ts index e12cbcbcbc..5d02e7c2a5 100644 --- a/@here/harp-mapview/lib/composing/UnrealBloomPass.ts +++ b/@here/harp-mapview/lib/composing/UnrealBloomPass.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/composing/index.ts b/@here/harp-mapview/lib/composing/index.ts index a5f0d970f7..fc1eae5a56 100644 --- a/@here/harp-mapview/lib/composing/index.ts +++ b/@here/harp-mapview/lib/composing/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/copyrights/CopyrightCoverageProvider.ts b/@here/harp-mapview/lib/copyrights/CopyrightCoverageProvider.ts index 260601aa3a..a7e4ef8d78 100644 --- a/@here/harp-mapview/lib/copyrights/CopyrightCoverageProvider.ts +++ b/@here/harp-mapview/lib/copyrights/CopyrightCoverageProvider.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/copyrights/CopyrightElementHandler.ts b/@here/harp-mapview/lib/copyrights/CopyrightElementHandler.ts index 6f5173289d..774eb4ebca 100644 --- a/@here/harp-mapview/lib/copyrights/CopyrightElementHandler.ts +++ b/@here/harp-mapview/lib/copyrights/CopyrightElementHandler.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/copyrights/CopyrightInfo.ts b/@here/harp-mapview/lib/copyrights/CopyrightInfo.ts index 8a9529b0c0..9649672442 100644 --- a/@here/harp-mapview/lib/copyrights/CopyrightInfo.ts +++ b/@here/harp-mapview/lib/copyrights/CopyrightInfo.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/copyrights/CopyrightProvider.ts b/@here/harp-mapview/lib/copyrights/CopyrightProvider.ts index c5cc02f729..ddb73929ea 100644 --- a/@here/harp-mapview/lib/copyrights/CopyrightProvider.ts +++ b/@here/harp-mapview/lib/copyrights/CopyrightProvider.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/copyrights/UrlCopyrightProvider.ts b/@here/harp-mapview/lib/copyrights/UrlCopyrightProvider.ts index 5c1be199f4..774e9a2567 100644 --- a/@here/harp-mapview/lib/copyrights/UrlCopyrightProvider.ts +++ b/@here/harp-mapview/lib/copyrights/UrlCopyrightProvider.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/geometry/AddGroundPlane.ts b/@here/harp-mapview/lib/geometry/AddGroundPlane.ts index feae2e5226..f84a12bfea 100644 --- a/@here/harp-mapview/lib/geometry/AddGroundPlane.ts +++ b/@here/harp-mapview/lib/geometry/AddGroundPlane.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/geometry/LodMesh.ts b/@here/harp-mapview/lib/geometry/LodMesh.ts index f8281bc8a0..cb7da02e46 100644 --- a/@here/harp-mapview/lib/geometry/LodMesh.ts +++ b/@here/harp-mapview/lib/geometry/LodMesh.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/geometry/ProjectTilePlaneCorners.ts b/@here/harp-mapview/lib/geometry/ProjectTilePlaneCorners.ts index 7f8497e728..7ab0c03ebb 100644 --- a/@here/harp-mapview/lib/geometry/ProjectTilePlaneCorners.ts +++ b/@here/harp-mapview/lib/geometry/ProjectTilePlaneCorners.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/geometry/RegisterTileObject.ts b/@here/harp-mapview/lib/geometry/RegisterTileObject.ts index 6d73e5b1cf..c79c879614 100644 --- a/@here/harp-mapview/lib/geometry/RegisterTileObject.ts +++ b/@here/harp-mapview/lib/geometry/RegisterTileObject.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/geometry/TileDataAccessor.ts b/@here/harp-mapview/lib/geometry/TileDataAccessor.ts index 3087c0a6c1..02ddd6984b 100644 --- a/@here/harp-mapview/lib/geometry/TileDataAccessor.ts +++ b/@here/harp-mapview/lib/geometry/TileDataAccessor.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/geometry/TileGeometry.ts b/@here/harp-mapview/lib/geometry/TileGeometry.ts index fd03e0384c..859144b2b7 100644 --- a/@here/harp-mapview/lib/geometry/TileGeometry.ts +++ b/@here/harp-mapview/lib/geometry/TileGeometry.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/geometry/TileGeometryCreator.ts b/@here/harp-mapview/lib/geometry/TileGeometryCreator.ts index f26058aa3d..3145ecdeeb 100644 --- a/@here/harp-mapview/lib/geometry/TileGeometryCreator.ts +++ b/@here/harp-mapview/lib/geometry/TileGeometryCreator.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/geometry/TileGeometryLoader.ts b/@here/harp-mapview/lib/geometry/TileGeometryLoader.ts index ae44ea64be..abd0a76b6a 100644 --- a/@here/harp-mapview/lib/geometry/TileGeometryLoader.ts +++ b/@here/harp-mapview/lib/geometry/TileGeometryLoader.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/geometry/TileGeometryManager.ts b/@here/harp-mapview/lib/geometry/TileGeometryManager.ts index 3312189fba..7696008967 100644 --- a/@here/harp-mapview/lib/geometry/TileGeometryManager.ts +++ b/@here/harp-mapview/lib/geometry/TileGeometryManager.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/geometry/overlayOnElevation.ts b/@here/harp-mapview/lib/geometry/overlayOnElevation.ts index c439fc186f..be03965a42 100644 --- a/@here/harp-mapview/lib/geometry/overlayOnElevation.ts +++ b/@here/harp-mapview/lib/geometry/overlayOnElevation.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/image/Image.ts b/@here/harp-mapview/lib/image/Image.ts index 1954df6036..0d2454246d 100644 --- a/@here/harp-mapview/lib/image/Image.ts +++ b/@here/harp-mapview/lib/image/Image.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/image/ImageCache.ts b/@here/harp-mapview/lib/image/ImageCache.ts index 82775c2c40..b99b870a8d 100644 --- a/@here/harp-mapview/lib/image/ImageCache.ts +++ b/@here/harp-mapview/lib/image/ImageCache.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/image/MapViewImageCache.ts b/@here/harp-mapview/lib/image/MapViewImageCache.ts index 752ef70c18..4e4d5a827f 100644 --- a/@here/harp-mapview/lib/image/MapViewImageCache.ts +++ b/@here/harp-mapview/lib/image/MapViewImageCache.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/poi/BoxBuffer.ts b/@here/harp-mapview/lib/poi/BoxBuffer.ts index ce30b86267..395eb2d0f1 100644 --- a/@here/harp-mapview/lib/poi/BoxBuffer.ts +++ b/@here/harp-mapview/lib/poi/BoxBuffer.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/poi/PixelPicker.ts b/@here/harp-mapview/lib/poi/PixelPicker.ts index 442c76c72f..0bf17102cd 100644 --- a/@here/harp-mapview/lib/poi/PixelPicker.ts +++ b/@here/harp-mapview/lib/poi/PixelPicker.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/poi/PoiBuilder.ts b/@here/harp-mapview/lib/poi/PoiBuilder.ts index 5d11f17364..4578762388 100644 --- a/@here/harp-mapview/lib/poi/PoiBuilder.ts +++ b/@here/harp-mapview/lib/poi/PoiBuilder.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/poi/PoiManager.ts b/@here/harp-mapview/lib/poi/PoiManager.ts index ff5cd793d4..e8a3139dc2 100644 --- a/@here/harp-mapview/lib/poi/PoiManager.ts +++ b/@here/harp-mapview/lib/poi/PoiManager.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/poi/PoiRenderer.ts b/@here/harp-mapview/lib/poi/PoiRenderer.ts index 5f30ea07d1..62673920a5 100644 --- a/@here/harp-mapview/lib/poi/PoiRenderer.ts +++ b/@here/harp-mapview/lib/poi/PoiRenderer.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/poi/PoiTableManager.ts b/@here/harp-mapview/lib/poi/PoiTableManager.ts index 2636a981e8..bb31b38354 100644 --- a/@here/harp-mapview/lib/poi/PoiTableManager.ts +++ b/@here/harp-mapview/lib/poi/PoiTableManager.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/text/FontCatalogLoader.ts b/@here/harp-mapview/lib/text/FontCatalogLoader.ts index 6d2d317a63..fe76c7af55 100644 --- a/@here/harp-mapview/lib/text/FontCatalogLoader.ts +++ b/@here/harp-mapview/lib/text/FontCatalogLoader.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/text/LayoutState.ts b/@here/harp-mapview/lib/text/LayoutState.ts index 1aee9061df..4f4bd656ee 100644 --- a/@here/harp-mapview/lib/text/LayoutState.ts +++ b/@here/harp-mapview/lib/text/LayoutState.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/text/MapViewState.ts b/@here/harp-mapview/lib/text/MapViewState.ts index c0a76b59f9..6e78a5abcc 100644 --- a/@here/harp-mapview/lib/text/MapViewState.ts +++ b/@here/harp-mapview/lib/text/MapViewState.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/text/Placement.ts b/@here/harp-mapview/lib/text/Placement.ts index 69856f58c5..094cf15a30 100644 --- a/@here/harp-mapview/lib/text/Placement.ts +++ b/@here/harp-mapview/lib/text/Placement.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/text/PlacementStats.ts b/@here/harp-mapview/lib/text/PlacementStats.ts index 54c6b9934f..a2e29f11d9 100644 --- a/@here/harp-mapview/lib/text/PlacementStats.ts +++ b/@here/harp-mapview/lib/text/PlacementStats.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/text/RenderState.ts b/@here/harp-mapview/lib/text/RenderState.ts index 298254de7a..68456eed09 100644 --- a/@here/harp-mapview/lib/text/RenderState.ts +++ b/@here/harp-mapview/lib/text/RenderState.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/text/SimplePath.ts b/@here/harp-mapview/lib/text/SimplePath.ts index c9f3070584..fe597e4081 100644 --- a/@here/harp-mapview/lib/text/SimplePath.ts +++ b/@here/harp-mapview/lib/text/SimplePath.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/text/TextCanvasFactory.ts b/@here/harp-mapview/lib/text/TextCanvasFactory.ts index 5a6e06fe97..7c6a3be8d5 100644 --- a/@here/harp-mapview/lib/text/TextCanvasFactory.ts +++ b/@here/harp-mapview/lib/text/TextCanvasFactory.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/text/TextElement.ts b/@here/harp-mapview/lib/text/TextElement.ts index 80b3e67154..7667426944 100644 --- a/@here/harp-mapview/lib/text/TextElement.ts +++ b/@here/harp-mapview/lib/text/TextElement.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/text/TextElementBuilder.ts b/@here/harp-mapview/lib/text/TextElementBuilder.ts index 912c26a3cc..11262ce866 100644 --- a/@here/harp-mapview/lib/text/TextElementBuilder.ts +++ b/@here/harp-mapview/lib/text/TextElementBuilder.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/text/TextElementGroup.ts b/@here/harp-mapview/lib/text/TextElementGroup.ts index b454cbcbb5..4c49788dee 100644 --- a/@here/harp-mapview/lib/text/TextElementGroup.ts +++ b/@here/harp-mapview/lib/text/TextElementGroup.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/text/TextElementGroupPriorityList.ts b/@here/harp-mapview/lib/text/TextElementGroupPriorityList.ts index 5cd9222da6..afd189ce92 100644 --- a/@here/harp-mapview/lib/text/TextElementGroupPriorityList.ts +++ b/@here/harp-mapview/lib/text/TextElementGroupPriorityList.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/text/TextElementGroupState.ts b/@here/harp-mapview/lib/text/TextElementGroupState.ts index 524dbef0aa..4dec0ae897 100644 --- a/@here/harp-mapview/lib/text/TextElementGroupState.ts +++ b/@here/harp-mapview/lib/text/TextElementGroupState.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/text/TextElementState.ts b/@here/harp-mapview/lib/text/TextElementState.ts index 059e9b064c..accfa51106 100644 --- a/@here/harp-mapview/lib/text/TextElementState.ts +++ b/@here/harp-mapview/lib/text/TextElementState.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/text/TextElementStateCache.ts b/@here/harp-mapview/lib/text/TextElementStateCache.ts index 19a79fc2dc..52a57ba599 100644 --- a/@here/harp-mapview/lib/text/TextElementStateCache.ts +++ b/@here/harp-mapview/lib/text/TextElementStateCache.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/text/TextElementType.ts b/@here/harp-mapview/lib/text/TextElementType.ts index da3ab6e8df..84024d9585 100644 --- a/@here/harp-mapview/lib/text/TextElementType.ts +++ b/@here/harp-mapview/lib/text/TextElementType.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/text/TextElementsRenderer.ts b/@here/harp-mapview/lib/text/TextElementsRenderer.ts index 659c843a9f..edba65b4b7 100644 --- a/@here/harp-mapview/lib/text/TextElementsRenderer.ts +++ b/@here/harp-mapview/lib/text/TextElementsRenderer.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/text/TextElementsRendererOptions.ts b/@here/harp-mapview/lib/text/TextElementsRendererOptions.ts index 9e12a19ccb..87b3bcaadc 100644 --- a/@here/harp-mapview/lib/text/TextElementsRendererOptions.ts +++ b/@here/harp-mapview/lib/text/TextElementsRendererOptions.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/text/TextStyleCache.ts b/@here/harp-mapview/lib/text/TextStyleCache.ts index c0605c0dad..a3e0f75cb6 100644 --- a/@here/harp-mapview/lib/text/TextStyleCache.ts +++ b/@here/harp-mapview/lib/text/TextStyleCache.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2018-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/text/UpdateStats.ts b/@here/harp-mapview/lib/text/UpdateStats.ts index 5aafb41b4c..c63abbff5c 100644 --- a/@here/harp-mapview/lib/text/UpdateStats.ts +++ b/@here/harp-mapview/lib/text/UpdateStats.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/text/ViewState.ts b/@here/harp-mapview/lib/text/ViewState.ts index ae12280332..45c4efba52 100644 --- a/@here/harp-mapview/lib/text/ViewState.ts +++ b/@here/harp-mapview/lib/text/ViewState.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/workers/WorkerBootstrapDefs.ts b/@here/harp-mapview/lib/workers/WorkerBootstrapDefs.ts index 2fa93728f7..740b15f083 100644 --- a/@here/harp-mapview/lib/workers/WorkerBootstrapDefs.ts +++ b/@here/harp-mapview/lib/workers/WorkerBootstrapDefs.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/lib/workers/WorkerLoader.ts b/@here/harp-mapview/lib/workers/WorkerLoader.ts index 40d802631d..9d06a5e1de 100644 --- a/@here/harp-mapview/lib/workers/WorkerLoader.ts +++ b/@here/harp-mapview/lib/workers/WorkerLoader.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/AddGroundPlaneTest.ts b/@here/harp-mapview/test/AddGroundPlaneTest.ts index 6522086068..04ef5d3c18 100644 --- a/@here/harp-mapview/test/AddGroundPlaneTest.ts +++ b/@here/harp-mapview/test/AddGroundPlaneTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/AnimatedExtrusionHandlerTest.ts b/@here/harp-mapview/test/AnimatedExtrusionHandlerTest.ts index 3b3d8bc125..c315beb88b 100644 --- a/@here/harp-mapview/test/AnimatedExtrusionHandlerTest.ts +++ b/@here/harp-mapview/test/AnimatedExtrusionHandlerTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/BackgroundDataSourceTest.ts b/@here/harp-mapview/test/BackgroundDataSourceTest.ts index 0933b83c50..f3da3f878d 100644 --- a/@here/harp-mapview/test/BackgroundDataSourceTest.ts +++ b/@here/harp-mapview/test/BackgroundDataSourceTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/BoundsGeneratorTest.ts b/@here/harp-mapview/test/BoundsGeneratorTest.ts index f76d5ddb1a..c044a1d985 100644 --- a/@here/harp-mapview/test/BoundsGeneratorTest.ts +++ b/@here/harp-mapview/test/BoundsGeneratorTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/ClipPlanesEvaluatorTest.ts b/@here/harp-mapview/test/ClipPlanesEvaluatorTest.ts index a08df3010f..a7e64d4a95 100644 --- a/@here/harp-mapview/test/ClipPlanesEvaluatorTest.ts +++ b/@here/harp-mapview/test/ClipPlanesEvaluatorTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/ColorCacheTest.ts b/@here/harp-mapview/test/ColorCacheTest.ts index a38b0c716d..380d535124 100644 --- a/@here/harp-mapview/test/ColorCacheTest.ts +++ b/@here/harp-mapview/test/ColorCacheTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/ConcurrentWorkerSetTest.ts b/@here/harp-mapview/test/ConcurrentWorkerSetTest.ts index eba15279d8..f04d57a74d 100644 --- a/@here/harp-mapview/test/ConcurrentWorkerSetTest.ts +++ b/@here/harp-mapview/test/ConcurrentWorkerSetTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/CopyrightProvidersTest.ts b/@here/harp-mapview/test/CopyrightProvidersTest.ts index a2fbe38240..1bdb3b25da 100644 --- a/@here/harp-mapview/test/CopyrightProvidersTest.ts +++ b/@here/harp-mapview/test/CopyrightProvidersTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/DataSourceTest.ts b/@here/harp-mapview/test/DataSourceTest.ts index 2b366a3348..c8ae8086b3 100644 --- a/@here/harp-mapview/test/DataSourceTest.ts +++ b/@here/harp-mapview/test/DataSourceTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/DebugContextTest.ts b/@here/harp-mapview/test/DebugContextTest.ts index cf4cc61a86..1add4d82f0 100644 --- a/@here/harp-mapview/test/DebugContextTest.ts +++ b/@here/harp-mapview/test/DebugContextTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/DecodedTileHelpersTest.ts b/@here/harp-mapview/test/DecodedTileHelpersTest.ts index 4a21ba7d6f..86828855eb 100644 --- a/@here/harp-mapview/test/DecodedTileHelpersTest.ts +++ b/@here/harp-mapview/test/DecodedTileHelpersTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/DisplacedBufferAttributeTest.ts b/@here/harp-mapview/test/DisplacedBufferAttributeTest.ts index 48fec24420..7e665bc35f 100644 --- a/@here/harp-mapview/test/DisplacedBufferAttributeTest.ts +++ b/@here/harp-mapview/test/DisplacedBufferAttributeTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/DisplacedBufferGeometryTest.ts b/@here/harp-mapview/test/DisplacedBufferGeometryTest.ts index fe689f2e83..baad5485f8 100644 --- a/@here/harp-mapview/test/DisplacedBufferGeometryTest.ts +++ b/@here/harp-mapview/test/DisplacedBufferGeometryTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/EventDispatcherTest.ts b/@here/harp-mapview/test/EventDispatcherTest.ts index f3ccc6f456..e859a5172f 100644 --- a/@here/harp-mapview/test/EventDispatcherTest.ts +++ b/@here/harp-mapview/test/EventDispatcherTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/FakeOmvDataSource.ts b/@here/harp-mapview/test/FakeOmvDataSource.ts index d9d3c53275..b090a03433 100644 --- a/@here/harp-mapview/test/FakeOmvDataSource.ts +++ b/@here/harp-mapview/test/FakeOmvDataSource.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/FakeWebWorker.ts b/@here/harp-mapview/test/FakeWebWorker.ts index 81f76be866..4c5e699b1b 100644 --- a/@here/harp-mapview/test/FakeWebWorker.ts +++ b/@here/harp-mapview/test/FakeWebWorker.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/ImageCacheTest.ts b/@here/harp-mapview/test/ImageCacheTest.ts index 48b9e5c479..2d61bc3354 100644 --- a/@here/harp-mapview/test/ImageCacheTest.ts +++ b/@here/harp-mapview/test/ImageCacheTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/LodMeshTest.ts b/@here/harp-mapview/test/LodMeshTest.ts index e9e93a05a3..c053b73fdc 100644 --- a/@here/harp-mapview/test/LodMeshTest.ts +++ b/@here/harp-mapview/test/LodMeshTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/MapViewFogTest.ts b/@here/harp-mapview/test/MapViewFogTest.ts index 4dfea3e81e..f28c487c2a 100644 --- a/@here/harp-mapview/test/MapViewFogTest.ts +++ b/@here/harp-mapview/test/MapViewFogTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/MapViewTest.ts b/@here/harp-mapview/test/MapViewTest.ts index 0b66a6a6ce..0f59a1cfc8 100644 --- a/@here/harp-mapview/test/MapViewTest.ts +++ b/@here/harp-mapview/test/MapViewTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/MipMapGeneratorTest.ts b/@here/harp-mapview/test/MipMapGeneratorTest.ts index 5704194cfc..ff34d70ca9 100644 --- a/@here/harp-mapview/test/MipMapGeneratorTest.ts +++ b/@here/harp-mapview/test/MipMapGeneratorTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/OutlineTest.ts b/@here/harp-mapview/test/OutlineTest.ts index a121dc687d..19146cde01 100644 --- a/@here/harp-mapview/test/OutlineTest.ts +++ b/@here/harp-mapview/test/OutlineTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/PickListenerTest.ts b/@here/harp-mapview/test/PickListenerTest.ts index ad5120ee20..a7d53a50a2 100644 --- a/@here/harp-mapview/test/PickListenerTest.ts +++ b/@here/harp-mapview/test/PickListenerTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/PickingRaycasterTest.ts b/@here/harp-mapview/test/PickingRaycasterTest.ts index 5a8dcbc194..2dde5b8b43 100644 --- a/@here/harp-mapview/test/PickingRaycasterTest.ts +++ b/@here/harp-mapview/test/PickingRaycasterTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/PlacementTest.ts b/@here/harp-mapview/test/PlacementTest.ts index 71cec39115..2de4c255cd 100644 --- a/@here/harp-mapview/test/PlacementTest.ts +++ b/@here/harp-mapview/test/PlacementTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/PoiBatchRegistryTest.ts b/@here/harp-mapview/test/PoiBatchRegistryTest.ts index bdb86826a7..9639185263 100644 --- a/@here/harp-mapview/test/PoiBatchRegistryTest.ts +++ b/@here/harp-mapview/test/PoiBatchRegistryTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/PoiBuilderTest.ts b/@here/harp-mapview/test/PoiBuilderTest.ts index 6a2fed04d0..9bc6fa5b68 100644 --- a/@here/harp-mapview/test/PoiBuilderTest.ts +++ b/@here/harp-mapview/test/PoiBuilderTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/PoiInfoBuilder.ts b/@here/harp-mapview/test/PoiInfoBuilder.ts index b7d3a645a9..d45474a9ef 100644 --- a/@here/harp-mapview/test/PoiInfoBuilder.ts +++ b/@here/harp-mapview/test/PoiInfoBuilder.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/PoiRendererTest.ts b/@here/harp-mapview/test/PoiRendererTest.ts index d04f282ed0..d9efe0bd33 100644 --- a/@here/harp-mapview/test/PoiRendererTest.ts +++ b/@here/harp-mapview/test/PoiRendererTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/PolarTileDataSourceTest.ts b/@here/harp-mapview/test/PolarTileDataSourceTest.ts index 0aaac3d7bd..24700269e1 100644 --- a/@here/harp-mapview/test/PolarTileDataSourceTest.ts +++ b/@here/harp-mapview/test/PolarTileDataSourceTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/ProjectTilePlaneCornersTest.ts b/@here/harp-mapview/test/ProjectTilePlaneCornersTest.ts index ea7f4dee08..c115a058ae 100644 --- a/@here/harp-mapview/test/ProjectTilePlaneCornersTest.ts +++ b/@here/harp-mapview/test/ProjectTilePlaneCornersTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/RenderStateTest.ts b/@here/harp-mapview/test/RenderStateTest.ts index 5622913d9f..c985140695 100644 --- a/@here/harp-mapview/test/RenderStateTest.ts +++ b/@here/harp-mapview/test/RenderStateTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/ScreenCollisionsTest.ts b/@here/harp-mapview/test/ScreenCollisionsTest.ts index 2a301eaa62..aac4d7d970 100644 --- a/@here/harp-mapview/test/ScreenCollisionsTest.ts +++ b/@here/harp-mapview/test/ScreenCollisionsTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/ScreenProjectorTest.ts b/@here/harp-mapview/test/ScreenProjectorTest.ts index f28d9a123a..9fc0d23153 100644 --- a/@here/harp-mapview/test/ScreenProjectorTest.ts +++ b/@here/harp-mapview/test/ScreenProjectorTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/SolidLineMeshTest.ts b/@here/harp-mapview/test/SolidLineMeshTest.ts index 2c26093da8..508bc9c699 100644 --- a/@here/harp-mapview/test/SolidLineMeshTest.ts +++ b/@here/harp-mapview/test/SolidLineMeshTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/SphereHorizonTest.ts b/@here/harp-mapview/test/SphereHorizonTest.ts index fee633248a..42c026ff05 100644 --- a/@here/harp-mapview/test/SphereHorizonTest.ts +++ b/@here/harp-mapview/test/SphereHorizonTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/StatisticsTest.ts b/@here/harp-mapview/test/StatisticsTest.ts index 66f4f25a7f..eab6cb45fd 100644 --- a/@here/harp-mapview/test/StatisticsTest.ts +++ b/@here/harp-mapview/test/StatisticsTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/TextElementBuilder.ts b/@here/harp-mapview/test/TextElementBuilder.ts index f76d42b2fc..9746ce08e1 100644 --- a/@here/harp-mapview/test/TextElementBuilder.ts +++ b/@here/harp-mapview/test/TextElementBuilder.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/TextElementBuilderTest.ts b/@here/harp-mapview/test/TextElementBuilderTest.ts index a99e6fdbef..1d3bd5d5c0 100644 --- a/@here/harp-mapview/test/TextElementBuilderTest.ts +++ b/@here/harp-mapview/test/TextElementBuilderTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/TextElementStateCacheTest.ts b/@here/harp-mapview/test/TextElementStateCacheTest.ts index 0368165965..e5d78dddc5 100644 --- a/@here/harp-mapview/test/TextElementStateCacheTest.ts +++ b/@here/harp-mapview/test/TextElementStateCacheTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/TextElementStateTest.ts b/@here/harp-mapview/test/TextElementStateTest.ts index 27e290d678..ce43abe6c0 100644 --- a/@here/harp-mapview/test/TextElementStateTest.ts +++ b/@here/harp-mapview/test/TextElementStateTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/TextElementsRendererTest.ts b/@here/harp-mapview/test/TextElementsRendererTest.ts index 06ac5fb838..1bb8a82ff5 100644 --- a/@here/harp-mapview/test/TextElementsRendererTest.ts +++ b/@here/harp-mapview/test/TextElementsRendererTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/TextElementsRendererTestFixture.ts b/@here/harp-mapview/test/TextElementsRendererTestFixture.ts index 98ae0ed3e3..b8aa2f01a4 100644 --- a/@here/harp-mapview/test/TextElementsRendererTestFixture.ts +++ b/@here/harp-mapview/test/TextElementsRendererTestFixture.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/TextElementsRendererTestUtils.ts b/@here/harp-mapview/test/TextElementsRendererTestUtils.ts index 7b2b288d7c..53766e9865 100644 --- a/@here/harp-mapview/test/TextElementsRendererTestUtils.ts +++ b/@here/harp-mapview/test/TextElementsRendererTestUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/TextureLoaderTest.ts b/@here/harp-mapview/test/TextureLoaderTest.ts index c21c3bea4e..b8be44364e 100644 --- a/@here/harp-mapview/test/TextureLoaderTest.ts +++ b/@here/harp-mapview/test/TextureLoaderTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/ThemeLoaderTest.ts b/@here/harp-mapview/test/ThemeLoaderTest.ts index d05af2876d..1324e43ef5 100644 --- a/@here/harp-mapview/test/ThemeLoaderTest.ts +++ b/@here/harp-mapview/test/ThemeLoaderTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/TileCreationTest.ts b/@here/harp-mapview/test/TileCreationTest.ts index 001d327f5f..67bae2f287 100644 --- a/@here/harp-mapview/test/TileCreationTest.ts +++ b/@here/harp-mapview/test/TileCreationTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/TileGeometryCreatorTest.ts b/@here/harp-mapview/test/TileGeometryCreatorTest.ts index 0a5f0a4c8e..a812e9066b 100644 --- a/@here/harp-mapview/test/TileGeometryCreatorTest.ts +++ b/@here/harp-mapview/test/TileGeometryCreatorTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/TileTest.ts b/@here/harp-mapview/test/TileTest.ts index 4aacdbb2ca..8c6c141ffe 100644 --- a/@here/harp-mapview/test/TileTest.ts +++ b/@here/harp-mapview/test/TileTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/UtilsTest.ts b/@here/harp-mapview/test/UtilsTest.ts index 9f988b8e91..db3e30a00d 100644 --- a/@here/harp-mapview/test/UtilsTest.ts +++ b/@here/harp-mapview/test/UtilsTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/VertexCacheTest.ts b/@here/harp-mapview/test/VertexCacheTest.ts index b37c4edb6d..98cce73e9b 100644 --- a/@here/harp-mapview/test/VertexCacheTest.ts +++ b/@here/harp-mapview/test/VertexCacheTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/VisibleTileSetTest.ts b/@here/harp-mapview/test/VisibleTileSetTest.ts index 5a55ff39d9..579c72e94e 100644 --- a/@here/harp-mapview/test/VisibleTileSetTest.ts +++ b/@here/harp-mapview/test/VisibleTileSetTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/WorkerBasedDecoderTest.ts b/@here/harp-mapview/test/WorkerBasedDecoderTest.ts index 5e6fdca7b7..d95671f939 100644 --- a/@here/harp-mapview/test/WorkerBasedDecoderTest.ts +++ b/@here/harp-mapview/test/WorkerBasedDecoderTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/WorkerLoaderTest.ts b/@here/harp-mapview/test/WorkerLoaderTest.ts index 7d3b0b3c8b..23f988ecfd 100644 --- a/@here/harp-mapview/test/WorkerLoaderTest.ts +++ b/@here/harp-mapview/test/WorkerLoaderTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/stubElevationProvider.ts b/@here/harp-mapview/test/stubElevationProvider.ts index ca4ecc997d..22c1047894 100644 --- a/@here/harp-mapview/test/stubElevationProvider.ts +++ b/@here/harp-mapview/test/stubElevationProvider.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/stubFontCatalog.ts b/@here/harp-mapview/test/stubFontCatalog.ts index 1f45085609..9c6ff79fdd 100644 --- a/@here/harp-mapview/test/stubFontCatalog.ts +++ b/@here/harp-mapview/test/stubFontCatalog.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/stubPoiManager.ts b/@here/harp-mapview/test/stubPoiManager.ts index 502298c2c6..670184126c 100644 --- a/@here/harp-mapview/test/stubPoiManager.ts +++ b/@here/harp-mapview/test/stubPoiManager.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/stubPoiRenderer.ts b/@here/harp-mapview/test/stubPoiRenderer.ts index 6323ef6bf3..e0649701b9 100644 --- a/@here/harp-mapview/test/stubPoiRenderer.ts +++ b/@here/harp-mapview/test/stubPoiRenderer.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-mapview/test/stubTextCanvas.ts b/@here/harp-mapview/test/stubTextCanvas.ts index 7f205dc5ca..690567f18d 100644 --- a/@here/harp-mapview/test/stubTextCanvas.ts +++ b/@here/harp-mapview/test/stubTextCanvas.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-materials/index.ts b/@here/harp-materials/index.ts index 20c09502ff..9c64c1d01b 100644 --- a/@here/harp-materials/index.ts +++ b/@here/harp-materials/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-materials/lib/CirclePointsMaterial.ts b/@here/harp-materials/lib/CirclePointsMaterial.ts index 75aa33af2d..1a332ef683 100644 --- a/@here/harp-materials/lib/CirclePointsMaterial.ts +++ b/@here/harp-materials/lib/CirclePointsMaterial.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-materials/lib/CopyMaterial.ts b/@here/harp-materials/lib/CopyMaterial.ts index 62e4277aaf..c56868ca97 100644 --- a/@here/harp-materials/lib/CopyMaterial.ts +++ b/@here/harp-materials/lib/CopyMaterial.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-materials/lib/DisplacementFeature.ts b/@here/harp-materials/lib/DisplacementFeature.ts index 0070a42b11..adeccfe256 100644 --- a/@here/harp-materials/lib/DisplacementFeature.ts +++ b/@here/harp-materials/lib/DisplacementFeature.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-materials/lib/EdgeMaterial.ts b/@here/harp-materials/lib/EdgeMaterial.ts index 204e6f4b52..35016d8eac 100644 --- a/@here/harp-materials/lib/EdgeMaterial.ts +++ b/@here/harp-materials/lib/EdgeMaterial.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-materials/lib/GroundAtmosphereMaterial.ts b/@here/harp-materials/lib/GroundAtmosphereMaterial.ts index 18f0d45693..a20415f4b9 100644 --- a/@here/harp-materials/lib/GroundAtmosphereMaterial.ts +++ b/@here/harp-materials/lib/GroundAtmosphereMaterial.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-materials/lib/HighPrecisionLineMaterial.ts b/@here/harp-materials/lib/HighPrecisionLineMaterial.ts index 26e02ea561..e1864c9e35 100644 --- a/@here/harp-materials/lib/HighPrecisionLineMaterial.ts +++ b/@here/harp-materials/lib/HighPrecisionLineMaterial.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-materials/lib/HighPrecisionPointMaterial.ts b/@here/harp-materials/lib/HighPrecisionPointMaterial.ts index 6f785c0e1a..8238ba067d 100644 --- a/@here/harp-materials/lib/HighPrecisionPointMaterial.ts +++ b/@here/harp-materials/lib/HighPrecisionPointMaterial.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-materials/lib/IconMaterial.ts b/@here/harp-materials/lib/IconMaterial.ts index c2f99abfc4..59ce7f37ba 100644 --- a/@here/harp-materials/lib/IconMaterial.ts +++ b/@here/harp-materials/lib/IconMaterial.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-materials/lib/LuminosityHighPassShader.ts b/@here/harp-materials/lib/LuminosityHighPassShader.ts index f6a2f6aec7..29971de53b 100644 --- a/@here/harp-materials/lib/LuminosityHighPassShader.ts +++ b/@here/harp-materials/lib/LuminosityHighPassShader.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-materials/lib/MSAAMaterial.ts b/@here/harp-materials/lib/MSAAMaterial.ts index 1228333475..e1f3cd0be0 100644 --- a/@here/harp-materials/lib/MSAAMaterial.ts +++ b/@here/harp-materials/lib/MSAAMaterial.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-materials/lib/MapMeshMaterials.ts b/@here/harp-materials/lib/MapMeshMaterials.ts index b43076a336..3a80c77239 100644 --- a/@here/harp-materials/lib/MapMeshMaterials.ts +++ b/@here/harp-materials/lib/MapMeshMaterials.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-materials/lib/MapMeshMaterialsDefs.ts b/@here/harp-materials/lib/MapMeshMaterialsDefs.ts index 6dbaf1d5b4..ca1bc79161 100644 --- a/@here/harp-materials/lib/MapMeshMaterialsDefs.ts +++ b/@here/harp-materials/lib/MapMeshMaterialsDefs.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-materials/lib/RawShaderMaterial.ts b/@here/harp-materials/lib/RawShaderMaterial.ts index f960b734e3..8a4f56035b 100644 --- a/@here/harp-materials/lib/RawShaderMaterial.ts +++ b/@here/harp-materials/lib/RawShaderMaterial.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-materials/lib/SepiaShader.ts b/@here/harp-materials/lib/SepiaShader.ts index 28b1ee00aa..8e4202d105 100644 --- a/@here/harp-materials/lib/SepiaShader.ts +++ b/@here/harp-materials/lib/SepiaShader.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-materials/lib/ShaderChunks/AtmosphereChunks.ts b/@here/harp-materials/lib/ShaderChunks/AtmosphereChunks.ts index b275456c1d..df49be5b98 100644 --- a/@here/harp-materials/lib/ShaderChunks/AtmosphereChunks.ts +++ b/@here/harp-materials/lib/ShaderChunks/AtmosphereChunks.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-materials/lib/ShaderChunks/ExtrusionChunks.ts b/@here/harp-materials/lib/ShaderChunks/ExtrusionChunks.ts index 40647d9a89..b3e091a040 100644 --- a/@here/harp-materials/lib/ShaderChunks/ExtrusionChunks.ts +++ b/@here/harp-materials/lib/ShaderChunks/ExtrusionChunks.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-materials/lib/ShaderChunks/FadingChunks.ts b/@here/harp-materials/lib/ShaderChunks/FadingChunks.ts index 3fd24dcd62..c2ee7dd7b1 100644 --- a/@here/harp-materials/lib/ShaderChunks/FadingChunks.ts +++ b/@here/harp-materials/lib/ShaderChunks/FadingChunks.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-materials/lib/ShaderChunks/LinesChunks.ts b/@here/harp-materials/lib/ShaderChunks/LinesChunks.ts index 3812241ea5..9138ea890f 100644 --- a/@here/harp-materials/lib/ShaderChunks/LinesChunks.ts +++ b/@here/harp-materials/lib/ShaderChunks/LinesChunks.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-materials/lib/ShaderChunks/ShadowChunks.ts b/@here/harp-materials/lib/ShaderChunks/ShadowChunks.ts index 4818dc6544..3ff5a8dc1f 100644 --- a/@here/harp-materials/lib/ShaderChunks/ShadowChunks.ts +++ b/@here/harp-materials/lib/ShaderChunks/ShadowChunks.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-materials/lib/SkyAtmosphereMaterial.ts b/@here/harp-materials/lib/SkyAtmosphereMaterial.ts index e7465334d4..277533659b 100644 --- a/@here/harp-materials/lib/SkyAtmosphereMaterial.ts +++ b/@here/harp-materials/lib/SkyAtmosphereMaterial.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-materials/lib/SolidLineMaterial.ts b/@here/harp-materials/lib/SolidLineMaterial.ts index e26d29da40..2a68df3d0b 100644 --- a/@here/harp-materials/lib/SolidLineMaterial.ts +++ b/@here/harp-materials/lib/SolidLineMaterial.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-materials/lib/Utils.ts b/@here/harp-materials/lib/Utils.ts index 25c937cf45..16d70075cd 100644 --- a/@here/harp-materials/lib/Utils.ts +++ b/@here/harp-materials/lib/Utils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-materials/lib/VignetteShader.ts b/@here/harp-materials/lib/VignetteShader.ts index f4b5945d75..3f422bbfee 100644 --- a/@here/harp-materials/lib/VignetteShader.ts +++ b/@here/harp-materials/lib/VignetteShader.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-materials/test/CirclePointsMaterialTest.ts b/@here/harp-materials/test/CirclePointsMaterialTest.ts index b4c59c7484..b780a7c720 100644 --- a/@here/harp-materials/test/CirclePointsMaterialTest.ts +++ b/@here/harp-materials/test/CirclePointsMaterialTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-olp-utils/index.ts b/@here/harp-olp-utils/index.ts index 714f8b3d1a..afdacd8879 100644 --- a/@here/harp-olp-utils/index.ts +++ b/@here/harp-olp-utils/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-olp-utils/lib/OlpCopyrightProvider.ts b/@here/harp-olp-utils/lib/OlpCopyrightProvider.ts index 9a1c7b8e0d..b8a90a909b 100644 --- a/@here/harp-olp-utils/lib/OlpCopyrightProvider.ts +++ b/@here/harp-olp-utils/lib/OlpCopyrightProvider.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-olp-utils/lib/OlpDataProvider.ts b/@here/harp-olp-utils/lib/OlpDataProvider.ts index 959575e3c4..ea9d380978 100644 --- a/@here/harp-olp-utils/lib/OlpDataProvider.ts +++ b/@here/harp-olp-utils/lib/OlpDataProvider.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-olp-utils/test/OlpDataProviderTest.ts b/@here/harp-olp-utils/test/OlpDataProviderTest.ts index 04cb01049c..25d9fecb29 100644 --- a/@here/harp-olp-utils/test/OlpDataProviderTest.ts +++ b/@here/harp-olp-utils/test/OlpDataProviderTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-omv-datasource/index-worker.ts b/@here/harp-omv-datasource/index-worker.ts index 2b2d88a732..b0110e4c17 100644 --- a/@here/harp-omv-datasource/index-worker.ts +++ b/@here/harp-omv-datasource/index-worker.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-omv-datasource/index.ts b/@here/harp-omv-datasource/index.ts index a98f737da6..e6618630e4 100644 --- a/@here/harp-omv-datasource/index.ts +++ b/@here/harp-omv-datasource/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-omv-datasource/lib/OmvDataSource.ts b/@here/harp-omv-datasource/lib/OmvDataSource.ts index 7c65b5d02b..5f36755c40 100644 --- a/@here/harp-omv-datasource/lib/OmvDataSource.ts +++ b/@here/harp-omv-datasource/lib/OmvDataSource.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-test-utils/index.ts b/@here/harp-test-utils/index.ts index ffc28f5beb..085e2a5d0a 100644 --- a/@here/harp-test-utils/index.ts +++ b/@here/harp-test-utils/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-test-utils/index.web.ts b/@here/harp-test-utils/index.web.ts index 0354b58625..a9c3134124 100644 --- a/@here/harp-test-utils/index.web.ts +++ b/@here/harp-test-utils/index.web.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-test-utils/lib/ProfileHelper.ts b/@here/harp-test-utils/lib/ProfileHelper.ts index 4032761513..53d16a24a5 100644 --- a/@here/harp-test-utils/lib/ProfileHelper.ts +++ b/@here/harp-test-utils/lib/ProfileHelper.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-test-utils/lib/TestDataUtils.ts b/@here/harp-test-utils/lib/TestDataUtils.ts index 5a6aef26ed..85ec48c3a9 100644 --- a/@here/harp-test-utils/lib/TestDataUtils.ts +++ b/@here/harp-test-utils/lib/TestDataUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-test-utils/lib/TestDataUtils.web.ts b/@here/harp-test-utils/lib/TestDataUtils.web.ts index 7fa961f133..f5e38a97a6 100644 --- a/@here/harp-test-utils/lib/TestDataUtils.web.ts +++ b/@here/harp-test-utils/lib/TestDataUtils.web.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-test-utils/lib/TestUtils.ts b/@here/harp-test-utils/lib/TestUtils.ts index 8b397f1250..ce8d18d3ac 100644 --- a/@here/harp-test-utils/lib/TestUtils.ts +++ b/@here/harp-test-utils/lib/TestUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-test-utils/lib/WebGLStub.ts b/@here/harp-test-utils/lib/WebGLStub.ts index d61da535cc..3e05fdff4b 100644 --- a/@here/harp-test-utils/lib/WebGLStub.ts +++ b/@here/harp-test-utils/lib/WebGLStub.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-test-utils/lib/rendering/DomImageUtils.ts b/@here/harp-test-utils/lib/rendering/DomImageUtils.ts index 6860caeaa2..463b4f50b6 100644 --- a/@here/harp-test-utils/lib/rendering/DomImageUtils.ts +++ b/@here/harp-test-utils/lib/rendering/DomImageUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-test-utils/lib/rendering/DomReporter.ts b/@here/harp-test-utils/lib/rendering/DomReporter.ts index 5d04dcc2d5..fddd1e168d 100644 --- a/@here/harp-test-utils/lib/rendering/DomReporter.ts +++ b/@here/harp-test-utils/lib/rendering/DomReporter.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-test-utils/lib/rendering/HtmlReport.ts b/@here/harp-test-utils/lib/rendering/HtmlReport.ts index a2d4337d8b..b4c396bec2 100644 --- a/@here/harp-test-utils/lib/rendering/HtmlReport.ts +++ b/@here/harp-test-utils/lib/rendering/HtmlReport.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-test-utils/lib/rendering/Interface.ts b/@here/harp-test-utils/lib/rendering/Interface.ts index 3b2b16ed9e..1f5723f098 100644 --- a/@here/harp-test-utils/lib/rendering/Interface.ts +++ b/@here/harp-test-utils/lib/rendering/Interface.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-test-utils/lib/rendering/Magnifier.ts b/@here/harp-test-utils/lib/rendering/Magnifier.ts index 319cc7ce2a..7dcf5dff9b 100644 --- a/@here/harp-test-utils/lib/rendering/Magnifier.ts +++ b/@here/harp-test-utils/lib/rendering/Magnifier.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-test-utils/lib/rendering/ReferenceImageLocator.ts b/@here/harp-test-utils/lib/rendering/ReferenceImageLocator.ts index 1b8620cbcc..c6d7f53faf 100644 --- a/@here/harp-test-utils/lib/rendering/ReferenceImageLocator.ts +++ b/@here/harp-test-utils/lib/rendering/ReferenceImageLocator.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-test-utils/lib/rendering/RenderingTestHelper.ts b/@here/harp-test-utils/lib/rendering/RenderingTestHelper.ts index 4df36d63c8..2200b64412 100644 --- a/@here/harp-test-utils/lib/rendering/RenderingTestHelper.ts +++ b/@here/harp-test-utils/lib/rendering/RenderingTestHelper.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-test-utils/lib/rendering/RenderingTestResultCli.ts b/@here/harp-test-utils/lib/rendering/RenderingTestResultCli.ts index d02a214325..9308961ddd 100644 --- a/@here/harp-test-utils/lib/rendering/RenderingTestResultCli.ts +++ b/@here/harp-test-utils/lib/rendering/RenderingTestResultCli.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-test-utils/lib/rendering/RenderingTestResultCommon.ts b/@here/harp-test-utils/lib/rendering/RenderingTestResultCommon.ts index 591d420606..b58ffd9021 100644 --- a/@here/harp-test-utils/lib/rendering/RenderingTestResultCommon.ts +++ b/@here/harp-test-utils/lib/rendering/RenderingTestResultCommon.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-test-utils/lib/rendering/RenderingTestResultReporter.ts b/@here/harp-test-utils/lib/rendering/RenderingTestResultReporter.ts index 4388a3a8c3..ae304ebcf4 100644 --- a/@here/harp-test-utils/lib/rendering/RenderingTestResultReporter.ts +++ b/@here/harp-test-utils/lib/rendering/RenderingTestResultReporter.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-test-utils/lib/rendering/RenderingTestResultServer.ts b/@here/harp-test-utils/lib/rendering/RenderingTestResultServer.ts index b6faf4dfd5..8c2b75ea2f 100644 --- a/@here/harp-test-utils/lib/rendering/RenderingTestResultServer.ts +++ b/@here/harp-test-utils/lib/rendering/RenderingTestResultServer.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-test-utils/test/TestDataUtilsTest.ts b/@here/harp-test-utils/test/TestDataUtilsTest.ts index f67748f614..5408136c1d 100644 --- a/@here/harp-test-utils/test/TestDataUtilsTest.ts +++ b/@here/harp-test-utils/test/TestDataUtilsTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-test-utils/test/TestUtilsTest.ts b/@here/harp-test-utils/test/TestUtilsTest.ts index dc6d230773..628eb0ce73 100644 --- a/@here/harp-test-utils/test/TestUtilsTest.ts +++ b/@here/harp-test-utils/test/TestUtilsTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-text-canvas/index.ts b/@here/harp-text-canvas/index.ts index 6dfdc68a64..7ac772d4d3 100644 --- a/@here/harp-text-canvas/index.ts +++ b/@here/harp-text-canvas/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-text-canvas/lib/TextCanvas.ts b/@here/harp-text-canvas/lib/TextCanvas.ts index 977622a53b..e90b62acc8 100644 --- a/@here/harp-text-canvas/lib/TextCanvas.ts +++ b/@here/harp-text-canvas/lib/TextCanvas.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-text-canvas/lib/rendering/FontCatalog.ts b/@here/harp-text-canvas/lib/rendering/FontCatalog.ts index 91c9c8abf2..e0bb44c7b6 100644 --- a/@here/harp-text-canvas/lib/rendering/FontCatalog.ts +++ b/@here/harp-text-canvas/lib/rendering/FontCatalog.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-text-canvas/lib/rendering/GlyphData.ts b/@here/harp-text-canvas/lib/rendering/GlyphData.ts index fe44bb901d..3e7e3de380 100644 --- a/@here/harp-text-canvas/lib/rendering/GlyphData.ts +++ b/@here/harp-text-canvas/lib/rendering/GlyphData.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-text-canvas/lib/rendering/GlyphTextureCache.ts b/@here/harp-text-canvas/lib/rendering/GlyphTextureCache.ts index f078b00d22..df5d8377d2 100644 --- a/@here/harp-text-canvas/lib/rendering/GlyphTextureCache.ts +++ b/@here/harp-text-canvas/lib/rendering/GlyphTextureCache.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-text-canvas/lib/rendering/TextBufferObject.ts b/@here/harp-text-canvas/lib/rendering/TextBufferObject.ts index 02a75d3383..5bebff5460 100644 --- a/@here/harp-text-canvas/lib/rendering/TextBufferObject.ts +++ b/@here/harp-text-canvas/lib/rendering/TextBufferObject.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2018-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-text-canvas/lib/rendering/TextGeometry.ts b/@here/harp-text-canvas/lib/rendering/TextGeometry.ts index 015c851fbc..0b53a6286c 100644 --- a/@here/harp-text-canvas/lib/rendering/TextGeometry.ts +++ b/@here/harp-text-canvas/lib/rendering/TextGeometry.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-text-canvas/lib/rendering/TextMaterials.ts b/@here/harp-text-canvas/lib/rendering/TextMaterials.ts index 43c1661bc3..2eecf3d03f 100644 --- a/@here/harp-text-canvas/lib/rendering/TextMaterials.ts +++ b/@here/harp-text-canvas/lib/rendering/TextMaterials.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-text-canvas/lib/rendering/TextStyle.ts b/@here/harp-text-canvas/lib/rendering/TextStyle.ts index be7d33cced..a4697d101d 100644 --- a/@here/harp-text-canvas/lib/rendering/TextStyle.ts +++ b/@here/harp-text-canvas/lib/rendering/TextStyle.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-text-canvas/lib/typesetting/LineTypesetter.ts b/@here/harp-text-canvas/lib/typesetting/LineTypesetter.ts index f5ff0cb0ff..96338d9524 100644 --- a/@here/harp-text-canvas/lib/typesetting/LineTypesetter.ts +++ b/@here/harp-text-canvas/lib/typesetting/LineTypesetter.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-text-canvas/lib/typesetting/PathTypesetter.ts b/@here/harp-text-canvas/lib/typesetting/PathTypesetter.ts index 3beca38367..55e41b5534 100644 --- a/@here/harp-text-canvas/lib/typesetting/PathTypesetter.ts +++ b/@here/harp-text-canvas/lib/typesetting/PathTypesetter.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-text-canvas/lib/typesetting/Typesetter.ts b/@here/harp-text-canvas/lib/typesetting/Typesetter.ts index f4a108eba6..58de0db454 100644 --- a/@here/harp-text-canvas/lib/typesetting/Typesetter.ts +++ b/@here/harp-text-canvas/lib/typesetting/Typesetter.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-text-canvas/lib/utils/ContextualArabicConverter.ts b/@here/harp-text-canvas/lib/utils/ContextualArabicConverter.ts index f29f4c83eb..8f0b10df61 100644 --- a/@here/harp-text-canvas/lib/utils/ContextualArabicConverter.ts +++ b/@here/harp-text-canvas/lib/utils/ContextualArabicConverter.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-text-canvas/lib/utils/MaterialUtils.ts b/@here/harp-text-canvas/lib/utils/MaterialUtils.ts index 935d46a356..5bccf74589 100644 --- a/@here/harp-text-canvas/lib/utils/MaterialUtils.ts +++ b/@here/harp-text-canvas/lib/utils/MaterialUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-text-canvas/lib/utils/TypesettingUtils.ts b/@here/harp-text-canvas/lib/utils/TypesettingUtils.ts index 0d28126798..849f663a72 100644 --- a/@here/harp-text-canvas/lib/utils/TypesettingUtils.ts +++ b/@here/harp-text-canvas/lib/utils/TypesettingUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-text-canvas/lib/utils/UnicodeUtils.ts b/@here/harp-text-canvas/lib/utils/UnicodeUtils.ts index 03f411c0a1..660296b765 100644 --- a/@here/harp-text-canvas/lib/utils/UnicodeUtils.ts +++ b/@here/harp-text-canvas/lib/utils/UnicodeUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-text-canvas/test/FontCatalogTest.ts b/@here/harp-text-canvas/test/FontCatalogTest.ts index cc54854c6d..5ff778ce58 100644 --- a/@here/harp-text-canvas/test/FontCatalogTest.ts +++ b/@here/harp-text-canvas/test/FontCatalogTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-text-canvas/test/TextCanvasTest.ts b/@here/harp-text-canvas/test/TextCanvasTest.ts index 6b32dacbf8..dfcada662b 100644 --- a/@here/harp-text-canvas/test/TextCanvasTest.ts +++ b/@here/harp-text-canvas/test/TextCanvasTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-text-canvas/test/TextStyleTest.ts b/@here/harp-text-canvas/test/TextStyleTest.ts index cce87e67ce..1de9470af1 100644 --- a/@here/harp-text-canvas/test/TextStyleTest.ts +++ b/@here/harp-text-canvas/test/TextStyleTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-text-canvas/test/rendering/TextCanvasRenderingTest.ts b/@here/harp-text-canvas/test/rendering/TextCanvasRenderingTest.ts index bc4fa196ba..88f0ad99b3 100644 --- a/@here/harp-text-canvas/test/rendering/TextCanvasRenderingTest.ts +++ b/@here/harp-text-canvas/test/rendering/TextCanvasRenderingTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-theme-tools/src/cli-build-theme.ts b/@here/harp-theme-tools/src/cli-build-theme.ts index d53e39686c..33c66f2950 100644 --- a/@here/harp-theme-tools/src/cli-build-theme.ts +++ b/@here/harp-theme-tools/src/cli-build-theme.ts @@ -1,6 +1,6 @@ #!/usr/bin/env node /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-transfer-manager/index.ts b/@here/harp-transfer-manager/index.ts index bbdde86a09..809bc269d1 100644 --- a/@here/harp-transfer-manager/index.ts +++ b/@here/harp-transfer-manager/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-transfer-manager/src/DeferredPromise.ts b/@here/harp-transfer-manager/src/DeferredPromise.ts index 05fd527a39..a23c549123 100644 --- a/@here/harp-transfer-manager/src/DeferredPromise.ts +++ b/@here/harp-transfer-manager/src/DeferredPromise.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-transfer-manager/src/TransferManager.ts b/@here/harp-transfer-manager/src/TransferManager.ts index f1f889fc45..a6a52df802 100644 --- a/@here/harp-transfer-manager/src/TransferManager.ts +++ b/@here/harp-transfer-manager/src/TransferManager.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-transfer-manager/test/DeferredPromiseTest.ts b/@here/harp-transfer-manager/test/DeferredPromiseTest.ts index 4899ebce61..802e8df1c9 100644 --- a/@here/harp-transfer-manager/test/DeferredPromiseTest.ts +++ b/@here/harp-transfer-manager/test/DeferredPromiseTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-transfer-manager/test/TransferManagerTest.ts b/@here/harp-transfer-manager/test/TransferManagerTest.ts index 0c44535f6e..bc1da1c0e2 100644 --- a/@here/harp-transfer-manager/test/TransferManagerTest.ts +++ b/@here/harp-transfer-manager/test/TransferManagerTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/index-common.ts b/@here/harp-utils/index-common.ts index 5bcfd9fbc8..5d38628e69 100644 --- a/@here/harp-utils/index-common.ts +++ b/@here/harp-utils/index-common.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/index.ts b/@here/harp-utils/index.ts index 499906fa0a..39dcf3a8ac 100644 --- a/@here/harp-utils/index.ts +++ b/@here/harp-utils/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/index.web.ts b/@here/harp-utils/index.web.ts index 1057dfdcee..8967b1b0ae 100644 --- a/@here/harp-utils/index.web.ts +++ b/@here/harp-utils/index.web.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/AuthenticationUtils.ts b/@here/harp-utils/lib/AuthenticationUtils.ts index fd148bbb6b..84a2d8d533 100644 --- a/@here/harp-utils/lib/AuthenticationUtils.ts +++ b/@here/harp-utils/lib/AuthenticationUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/CachedResource.ts b/@here/harp-utils/lib/CachedResource.ts index 73d603fada..c1f06b89ef 100644 --- a/@here/harp-utils/lib/CachedResource.ts +++ b/@here/harp-utils/lib/CachedResource.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/ContextLogger.ts b/@here/harp-utils/lib/ContextLogger.ts index 14c62f4725..d4110fc439 100644 --- a/@here/harp-utils/lib/ContextLogger.ts +++ b/@here/harp-utils/lib/ContextLogger.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/Functions.ts b/@here/harp-utils/lib/Functions.ts index 8387005379..a1f16f53b4 100644 --- a/@here/harp-utils/lib/Functions.ts +++ b/@here/harp-utils/lib/Functions.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/GroupedPriorityList.ts b/@here/harp-utils/lib/GroupedPriorityList.ts index 1dbacdad05..b5c126f056 100644 --- a/@here/harp-utils/lib/GroupedPriorityList.ts +++ b/@here/harp-utils/lib/GroupedPriorityList.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/Logger/ConsoleChannel.ts b/@here/harp-utils/lib/Logger/ConsoleChannel.ts index 360f443862..b1669be99f 100644 --- a/@here/harp-utils/lib/Logger/ConsoleChannel.ts +++ b/@here/harp-utils/lib/Logger/ConsoleChannel.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/Logger/IChannel.ts b/@here/harp-utils/lib/Logger/IChannel.ts index 5077664d27..a88c44be85 100644 --- a/@here/harp-utils/lib/Logger/IChannel.ts +++ b/@here/harp-utils/lib/Logger/IChannel.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/Logger/ILogger.ts b/@here/harp-utils/lib/Logger/ILogger.ts index 6f9cdadf31..6e0c4fda55 100644 --- a/@here/harp-utils/lib/Logger/ILogger.ts +++ b/@here/harp-utils/lib/Logger/ILogger.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/Logger/ILoggerManager.ts b/@here/harp-utils/lib/Logger/ILoggerManager.ts index 8b932dab3a..f7206d5523 100644 --- a/@here/harp-utils/lib/Logger/ILoggerManager.ts +++ b/@here/harp-utils/lib/Logger/ILoggerManager.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/Logger/Logger.ts b/@here/harp-utils/lib/Logger/Logger.ts index c28e334cc4..22ea6a2f7c 100644 --- a/@here/harp-utils/lib/Logger/Logger.ts +++ b/@here/harp-utils/lib/Logger/Logger.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/Logger/LoggerManager.ts b/@here/harp-utils/lib/Logger/LoggerManager.ts index 890913e68d..65d1bbb12c 100644 --- a/@here/harp-utils/lib/Logger/LoggerManager.ts +++ b/@here/harp-utils/lib/Logger/LoggerManager.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/Logger/LoggerManagerImpl.ts b/@here/harp-utils/lib/Logger/LoggerManagerImpl.ts index 428beb78f7..b3a6c335e2 100644 --- a/@here/harp-utils/lib/Logger/LoggerManagerImpl.ts +++ b/@here/harp-utils/lib/Logger/LoggerManagerImpl.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/Logger/MultiChannel.ts b/@here/harp-utils/lib/Logger/MultiChannel.ts index 3359f323ba..42a8b5b97f 100644 --- a/@here/harp-utils/lib/Logger/MultiChannel.ts +++ b/@here/harp-utils/lib/Logger/MultiChannel.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/Logger/WorkerChannel.ts b/@here/harp-utils/lib/Logger/WorkerChannel.ts index c77d7fe601..a6ed07756a 100644 --- a/@here/harp-utils/lib/Logger/WorkerChannel.ts +++ b/@here/harp-utils/lib/Logger/WorkerChannel.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/Logger/index.ts b/@here/harp-utils/lib/Logger/index.ts index 3158c595a6..b94315d9d2 100644 --- a/@here/harp-utils/lib/Logger/index.ts +++ b/@here/harp-utils/lib/Logger/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/Math2D.ts b/@here/harp-utils/lib/Math2D.ts index 66d98c9760..94ef97891c 100644 --- a/@here/harp-utils/lib/Math2D.ts +++ b/@here/harp-utils/lib/Math2D.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/MathUtils.ts b/@here/harp-utils/lib/MathUtils.ts index 5039f1fd0c..e77bf53161 100644 --- a/@here/harp-utils/lib/MathUtils.ts +++ b/@here/harp-utils/lib/MathUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/Mixins.ts b/@here/harp-utils/lib/Mixins.ts index e0a413ef03..488c5b4a42 100644 --- a/@here/harp-utils/lib/Mixins.ts +++ b/@here/harp-utils/lib/Mixins.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/ObjectUtils.ts b/@here/harp-utils/lib/ObjectUtils.ts index e56f40ce8a..12b3de5ad6 100644 --- a/@here/harp-utils/lib/ObjectUtils.ts +++ b/@here/harp-utils/lib/ObjectUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/OptionsUtils.ts b/@here/harp-utils/lib/OptionsUtils.ts index 9a0f682f2a..fea4644de6 100644 --- a/@here/harp-utils/lib/OptionsUtils.ts +++ b/@here/harp-utils/lib/OptionsUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/PerformanceTimer.ts b/@here/harp-utils/lib/PerformanceTimer.ts index 974b74c43f..ec2bb0a65d 100644 --- a/@here/harp-utils/lib/PerformanceTimer.ts +++ b/@here/harp-utils/lib/PerformanceTimer.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/TaskQueue.ts b/@here/harp-utils/lib/TaskQueue.ts index 2d088fe9b1..b9e3605438 100644 --- a/@here/harp-utils/lib/TaskQueue.ts +++ b/@here/harp-utils/lib/TaskQueue.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/UriResolver.ts b/@here/harp-utils/lib/UriResolver.ts index 18a4c94d69..780266348c 100644 --- a/@here/harp-utils/lib/UriResolver.ts +++ b/@here/harp-utils/lib/UriResolver.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/UrlPlatformUtils.ts b/@here/harp-utils/lib/UrlPlatformUtils.ts index bbe67fba14..325fd32e8d 100644 --- a/@here/harp-utils/lib/UrlPlatformUtils.ts +++ b/@here/harp-utils/lib/UrlPlatformUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/UrlPlatformUtils.web.ts b/@here/harp-utils/lib/UrlPlatformUtils.web.ts index a67e221cbe..58eda84afc 100644 --- a/@here/harp-utils/lib/UrlPlatformUtils.web.ts +++ b/@here/harp-utils/lib/UrlPlatformUtils.web.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/UrlUtils.ts b/@here/harp-utils/lib/UrlUtils.ts index 992b127a38..6d09628b3e 100644 --- a/@here/harp-utils/lib/UrlUtils.ts +++ b/@here/harp-utils/lib/UrlUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/lib/assert.ts b/@here/harp-utils/lib/assert.ts index 2ccd00dc29..630bfea0d3 100644 --- a/@here/harp-utils/lib/assert.ts +++ b/@here/harp-utils/lib/assert.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/test/GroupedPriorityListTest.ts b/@here/harp-utils/test/GroupedPriorityListTest.ts index 423b446558..d2c133a3c7 100644 --- a/@here/harp-utils/test/GroupedPriorityListTest.ts +++ b/@here/harp-utils/test/GroupedPriorityListTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/test/LoggerManagerTest.ts b/@here/harp-utils/test/LoggerManagerTest.ts index dc53102b22..6dd8c7f8c1 100644 --- a/@here/harp-utils/test/LoggerManagerTest.ts +++ b/@here/harp-utils/test/LoggerManagerTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/test/LoggerTest.ts b/@here/harp-utils/test/LoggerTest.ts index 7001bbe609..3c6b2041c4 100644 --- a/@here/harp-utils/test/LoggerTest.ts +++ b/@here/harp-utils/test/LoggerTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/test/MathUtilsTest.ts b/@here/harp-utils/test/MathUtilsTest.ts index 762f42544d..5fc75bf813 100644 --- a/@here/harp-utils/test/MathUtilsTest.ts +++ b/@here/harp-utils/test/MathUtilsTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/test/ObjectUtilsTest.ts b/@here/harp-utils/test/ObjectUtilsTest.ts index d24e559108..3470cdbf8d 100644 --- a/@here/harp-utils/test/ObjectUtilsTest.ts +++ b/@here/harp-utils/test/ObjectUtilsTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/test/OptionsUtilsTest.ts b/@here/harp-utils/test/OptionsUtilsTest.ts index 9e37fd5651..0fecbf305a 100644 --- a/@here/harp-utils/test/OptionsUtilsTest.ts +++ b/@here/harp-utils/test/OptionsUtilsTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/test/PerformanceTimerTest.ts b/@here/harp-utils/test/PerformanceTimerTest.ts index 00a1ad7da2..b8d5dfd117 100644 --- a/@here/harp-utils/test/PerformanceTimerTest.ts +++ b/@here/harp-utils/test/PerformanceTimerTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/test/TaskQueueTest.ts b/@here/harp-utils/test/TaskQueueTest.ts index 42fd5d05a8..5d8dca339a 100644 --- a/@here/harp-utils/test/TaskQueueTest.ts +++ b/@here/harp-utils/test/TaskQueueTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/test/UriResolverTest.ts b/@here/harp-utils/test/UriResolverTest.ts index d9ae7e3d06..91afa24a31 100644 --- a/@here/harp-utils/test/UriResolverTest.ts +++ b/@here/harp-utils/test/UriResolverTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/test/UrlUtilsTest.ts b/@here/harp-utils/test/UrlUtilsTest.ts index b6096604c3..4e95c6d42a 100644 --- a/@here/harp-utils/test/UrlUtilsTest.ts +++ b/@here/harp-utils/test/UrlUtilsTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-utils/test/WorkerChannelTest.ts b/@here/harp-utils/test/WorkerChannelTest.ts index b4cb052a30..f68757db00 100644 --- a/@here/harp-utils/test/WorkerChannelTest.ts +++ b/@here/harp-utils/test/WorkerChannelTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/index-worker.ts b/@here/harp-vectortile-datasource/index-worker.ts index 224f4d0432..e79982eb3f 100644 --- a/@here/harp-vectortile-datasource/index-worker.ts +++ b/@here/harp-vectortile-datasource/index-worker.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/index.ts b/@here/harp-vectortile-datasource/index.ts index 57bc744a5e..479934b7f3 100644 --- a/@here/harp-vectortile-datasource/index.ts +++ b/@here/harp-vectortile-datasource/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/lib/DataAdapter.ts b/@here/harp-vectortile-datasource/lib/DataAdapter.ts index 992c37207a..f523a452af 100644 --- a/@here/harp-vectortile-datasource/lib/DataAdapter.ts +++ b/@here/harp-vectortile-datasource/lib/DataAdapter.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/lib/DecodeInfo.ts b/@here/harp-vectortile-datasource/lib/DecodeInfo.ts index 7002abaf92..4f41acaeac 100644 --- a/@here/harp-vectortile-datasource/lib/DecodeInfo.ts +++ b/@here/harp-vectortile-datasource/lib/DecodeInfo.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/lib/GeoJsonDataProvider.ts b/@here/harp-vectortile-datasource/lib/GeoJsonDataProvider.ts index 5d2f4c8b74..2b0309e9e8 100644 --- a/@here/harp-vectortile-datasource/lib/GeoJsonDataProvider.ts +++ b/@here/harp-vectortile-datasource/lib/GeoJsonDataProvider.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/lib/GeoJsonTilerService.ts b/@here/harp-vectortile-datasource/lib/GeoJsonTilerService.ts index 55bfa0ae56..09f8826a48 100644 --- a/@here/harp-vectortile-datasource/lib/GeoJsonTilerService.ts +++ b/@here/harp-vectortile-datasource/lib/GeoJsonTilerService.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/lib/IGeometryProcessor.ts b/@here/harp-vectortile-datasource/lib/IGeometryProcessor.ts index de3584fbec..b64d3f5d9d 100644 --- a/@here/harp-vectortile-datasource/lib/IGeometryProcessor.ts +++ b/@here/harp-vectortile-datasource/lib/IGeometryProcessor.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/lib/OmvDataFilter.ts b/@here/harp-vectortile-datasource/lib/OmvDataFilter.ts index 918d4ab1ec..8c45a71f64 100644 --- a/@here/harp-vectortile-datasource/lib/OmvDataFilter.ts +++ b/@here/harp-vectortile-datasource/lib/OmvDataFilter.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/lib/OmvDebugLabelsTile.ts b/@here/harp-vectortile-datasource/lib/OmvDebugLabelsTile.ts index 7f93cfbf7f..4a2976473f 100644 --- a/@here/harp-vectortile-datasource/lib/OmvDebugLabelsTile.ts +++ b/@here/harp-vectortile-datasource/lib/OmvDebugLabelsTile.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/lib/OmvDecoderDefs.ts b/@here/harp-vectortile-datasource/lib/OmvDecoderDefs.ts index 0c7af231ce..fad59dc98a 100644 --- a/@here/harp-vectortile-datasource/lib/OmvDecoderDefs.ts +++ b/@here/harp-vectortile-datasource/lib/OmvDecoderDefs.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/lib/OmvPoliticalViewFeatureModifier.ts b/@here/harp-vectortile-datasource/lib/OmvPoliticalViewFeatureModifier.ts index 17d6df665b..5f67109299 100644 --- a/@here/harp-vectortile-datasource/lib/OmvPoliticalViewFeatureModifier.ts +++ b/@here/harp-vectortile-datasource/lib/OmvPoliticalViewFeatureModifier.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2019 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/lib/OmvRestClient.ts b/@here/harp-vectortile-datasource/lib/OmvRestClient.ts index 83c30b40ce..e12ea1f565 100644 --- a/@here/harp-vectortile-datasource/lib/OmvRestClient.ts +++ b/@here/harp-vectortile-datasource/lib/OmvRestClient.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/lib/OmvUtils.ts b/@here/harp-vectortile-datasource/lib/OmvUtils.ts index 2af5ee7acb..c53439422d 100644 --- a/@here/harp-vectortile-datasource/lib/OmvUtils.ts +++ b/@here/harp-vectortile-datasource/lib/OmvUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/lib/Ring.ts b/@here/harp-vectortile-datasource/lib/Ring.ts index 1c8fb3eaf9..0b543c4306 100644 --- a/@here/harp-vectortile-datasource/lib/Ring.ts +++ b/@here/harp-vectortile-datasource/lib/Ring.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/lib/StyleSetDataFilter.ts b/@here/harp-vectortile-datasource/lib/StyleSetDataFilter.ts index 645233d6fc..e250882237 100644 --- a/@here/harp-vectortile-datasource/lib/StyleSetDataFilter.ts +++ b/@here/harp-vectortile-datasource/lib/StyleSetDataFilter.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/lib/VectorTileDataEmitter.ts b/@here/harp-vectortile-datasource/lib/VectorTileDataEmitter.ts index f702696e5b..2d2de4266f 100644 --- a/@here/harp-vectortile-datasource/lib/VectorTileDataEmitter.ts +++ b/@here/harp-vectortile-datasource/lib/VectorTileDataEmitter.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/lib/VectorTileDataSource.ts b/@here/harp-vectortile-datasource/lib/VectorTileDataSource.ts index 7fdac01263..f6eb0af20f 100644 --- a/@here/harp-vectortile-datasource/lib/VectorTileDataSource.ts +++ b/@here/harp-vectortile-datasource/lib/VectorTileDataSource.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/lib/VectorTileDecoder.ts b/@here/harp-vectortile-datasource/lib/VectorTileDecoder.ts index 91d8b08353..881f347488 100644 --- a/@here/harp-vectortile-datasource/lib/VectorTileDecoder.ts +++ b/@here/harp-vectortile-datasource/lib/VectorTileDecoder.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/lib/adapters/geojson-vt/GeoJsonVtDataAdapter.ts b/@here/harp-vectortile-datasource/lib/adapters/geojson-vt/GeoJsonVtDataAdapter.ts index 0ad5cc72a8..e7e7030742 100644 --- a/@here/harp-vectortile-datasource/lib/adapters/geojson-vt/GeoJsonVtDataAdapter.ts +++ b/@here/harp-vectortile-datasource/lib/adapters/geojson-vt/GeoJsonVtDataAdapter.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/lib/adapters/geojson/GeoJsonDataAdapter.ts b/@here/harp-vectortile-datasource/lib/adapters/geojson/GeoJsonDataAdapter.ts index 39e255ec75..8bf1a3743d 100644 --- a/@here/harp-vectortile-datasource/lib/adapters/geojson/GeoJsonDataAdapter.ts +++ b/@here/harp-vectortile-datasource/lib/adapters/geojson/GeoJsonDataAdapter.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/lib/adapters/omv/OmvData.ts b/@here/harp-vectortile-datasource/lib/adapters/omv/OmvData.ts index 5db30ddaca..8a1963fd12 100644 --- a/@here/harp-vectortile-datasource/lib/adapters/omv/OmvData.ts +++ b/@here/harp-vectortile-datasource/lib/adapters/omv/OmvData.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/lib/adapters/omv/OmvDataAdapter.ts b/@here/harp-vectortile-datasource/lib/adapters/omv/OmvDataAdapter.ts index 3419bc9325..6f455b97f3 100644 --- a/@here/harp-vectortile-datasource/lib/adapters/omv/OmvDataAdapter.ts +++ b/@here/harp-vectortile-datasource/lib/adapters/omv/OmvDataAdapter.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/test/MapViewPickingTest.ts b/@here/harp-vectortile-datasource/test/MapViewPickingTest.ts index 2e5c0a54db..d95f93a6d5 100644 --- a/@here/harp-vectortile-datasource/test/MapViewPickingTest.ts +++ b/@here/harp-vectortile-datasource/test/MapViewPickingTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/test/OmvDataSourceTest.ts b/@here/harp-vectortile-datasource/test/OmvDataSourceTest.ts index baf4153256..6a0b0b1dd9 100644 --- a/@here/harp-vectortile-datasource/test/OmvDataSourceTest.ts +++ b/@here/harp-vectortile-datasource/test/OmvDataSourceTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/test/OmvDecodedTileEmitterTest.ts b/@here/harp-vectortile-datasource/test/OmvDecodedTileEmitterTest.ts index bdff3f9644..0d5db122b5 100644 --- a/@here/harp-vectortile-datasource/test/OmvDecodedTileEmitterTest.ts +++ b/@here/harp-vectortile-datasource/test/OmvDecodedTileEmitterTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/test/OmvRestClientTest.ts b/@here/harp-vectortile-datasource/test/OmvRestClientTest.ts index 116c03f64a..2401abbae0 100644 --- a/@here/harp-vectortile-datasource/test/OmvRestClientTest.ts +++ b/@here/harp-vectortile-datasource/test/OmvRestClientTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/test/OmvTest.ts b/@here/harp-vectortile-datasource/test/OmvTest.ts index 9a13dae19d..da6a33e61a 100644 --- a/@here/harp-vectortile-datasource/test/OmvTest.ts +++ b/@here/harp-vectortile-datasource/test/OmvTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/test/RingTest.ts b/@here/harp-vectortile-datasource/test/RingTest.ts index 1e435dd51f..f7be29edb6 100644 --- a/@here/harp-vectortile-datasource/test/RingTest.ts +++ b/@here/harp-vectortile-datasource/test/RingTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/test/VectorTileDecoderTest.ts b/@here/harp-vectortile-datasource/test/VectorTileDecoderTest.ts index dd37b66b3a..4d79e7d066 100644 --- a/@here/harp-vectortile-datasource/test/VectorTileDecoderTest.ts +++ b/@here/harp-vectortile-datasource/test/VectorTileDecoderTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-vectortile-datasource/test/resources/geoJsonData.ts b/@here/harp-vectortile-datasource/test/resources/geoJsonData.ts index 642e466965..96455ea9d3 100644 --- a/@here/harp-vectortile-datasource/test/resources/geoJsonData.ts +++ b/@here/harp-vectortile-datasource/test/resources/geoJsonData.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-webpack-utils/scripts/HarpWebpackConfig.ts b/@here/harp-webpack-utils/scripts/HarpWebpackConfig.ts index 51338b9ba0..0d30981fc6 100644 --- a/@here/harp-webpack-utils/scripts/HarpWebpackConfig.ts +++ b/@here/harp-webpack-utils/scripts/HarpWebpackConfig.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-webtile-datasource/index.ts b/@here/harp-webtile-datasource/index.ts index ab22e26a1a..cbc47cdb8d 100644 --- a/@here/harp-webtile-datasource/index.ts +++ b/@here/harp-webtile-datasource/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-webtile-datasource/lib/HereWebTileDataSource.ts b/@here/harp-webtile-datasource/lib/HereWebTileDataSource.ts index a7360068b4..2ab17d39df 100644 --- a/@here/harp-webtile-datasource/lib/HereWebTileDataSource.ts +++ b/@here/harp-webtile-datasource/lib/HereWebTileDataSource.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-webtile-datasource/lib/WebTileDataSource.ts b/@here/harp-webtile-datasource/lib/WebTileDataSource.ts index d678189727..1685d0cbf8 100644 --- a/@here/harp-webtile-datasource/lib/WebTileDataSource.ts +++ b/@here/harp-webtile-datasource/lib/WebTileDataSource.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-webtile-datasource/lib/WebTileLoader.ts b/@here/harp-webtile-datasource/lib/WebTileLoader.ts index 290a9199d1..70ef6b9c07 100644 --- a/@here/harp-webtile-datasource/lib/WebTileLoader.ts +++ b/@here/harp-webtile-datasource/lib/WebTileLoader.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-webtile-datasource/test/HereWebTileDataSourceTest.ts b/@here/harp-webtile-datasource/test/HereWebTileDataSourceTest.ts index 798a741b2a..2a5c7b6d56 100644 --- a/@here/harp-webtile-datasource/test/HereWebTileDataSourceTest.ts +++ b/@here/harp-webtile-datasource/test/HereWebTileDataSourceTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-webtile-datasource/test/WebTileLoaderTest.ts b/@here/harp-webtile-datasource/test/WebTileLoaderTest.ts index 9158d3fa8e..c15a7b0a8b 100644 --- a/@here/harp-webtile-datasource/test/WebTileLoaderTest.ts +++ b/@here/harp-webtile-datasource/test/WebTileLoaderTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp-webtile-datasource/test/WebTileTest.ts b/@here/harp-webtile-datasource/test/WebTileTest.ts index 369f336e0f..a9d524bcd5 100644 --- a/@here/harp-webtile-datasource/test/WebTileTest.ts +++ b/@here/harp-webtile-datasource/test/WebTileTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp.gl/lib/BundleMain.ts b/@here/harp.gl/lib/BundleMain.ts index a16b47bdeb..5ec8666e61 100644 --- a/@here/harp.gl/lib/BundleMain.ts +++ b/@here/harp.gl/lib/BundleMain.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp.gl/lib/DecoderBootstrap.ts b/@here/harp.gl/lib/DecoderBootstrap.ts index c2fe952093..d3d8027b8c 100644 --- a/@here/harp.gl/lib/DecoderBootstrap.ts +++ b/@here/harp.gl/lib/DecoderBootstrap.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp.gl/lib/DecoderBundleMain.ts b/@here/harp.gl/lib/DecoderBundleMain.ts index e68295b965..d5a108dfb8 100644 --- a/@here/harp.gl/lib/DecoderBundleMain.ts +++ b/@here/harp.gl/lib/DecoderBundleMain.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/@here/harp.gl/lib/index.ts b/@here/harp.gl/lib/index.ts index 214e3a27ef..723f9df592 100644 --- a/@here/harp.gl/lib/index.ts +++ b/@here/harp.gl/lib/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/@docs/fallback/module.ts b/docs/@docs/fallback/module.ts index 3e81f766fa..d92778c098 100644 --- a/docs/@docs/fallback/module.ts +++ b/docs/@docs/fallback/module.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/@docs/label-rendering/module.ts b/docs/@docs/label-rendering/module.ts index 3e81f766fa..d92778c098 100644 --- a/docs/@docs/label-rendering/module.ts +++ b/docs/@docs/label-rendering/module.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/scripts/apidocs.ts b/scripts/apidocs.ts index aa9a54b3d9..c3e7b7482e 100644 --- a/scripts/apidocs.ts +++ b/scripts/apidocs.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/scripts/credentials.ts b/scripts/credentials.ts index 1de9de8da6..9ce481e67c 100644 --- a/scripts/credentials.ts +++ b/scripts/credentials.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/scripts/prepare_doc_deploy.ts b/scripts/prepare_doc_deploy.ts index eeff7fc2fb..64f6263643 100755 --- a/scripts/prepare_doc_deploy.ts +++ b/scripts/prepare_doc_deploy.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/scripts/reset-dependency-version.ts b/scripts/reset-dependency-version.ts index f061c8cdbd..375d7a2e6a 100644 --- a/scripts/reset-dependency-version.ts +++ b/scripts/reset-dependency-version.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/scripts/setup-docs.ts b/scripts/setup-docs.ts index f03e99cc14..cfb431ae31 100644 --- a/scripts/setup-docs.ts +++ b/scripts/setup-docs.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/scripts/with-http-server.ts b/scripts/with-http-server.ts index f1b116f646..0a90028368 100755 --- a/scripts/with-http-server.ts +++ b/scripts/with-http-server.ts @@ -1,6 +1,6 @@ #!/usr/bin/env ts-node /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/test/ImportTest.ts b/test/ImportTest.ts index 9f2371637f..f3886c7bf4 100644 --- a/test/ImportTest.ts +++ b/test/ImportTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2018-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/test/LicenseHeaderTest.ts b/test/LicenseHeaderTest.ts index ee47f83a8a..6e1f48a4cd 100644 --- a/test/LicenseHeaderTest.ts +++ b/test/LicenseHeaderTest.ts @@ -1,63 +1,119 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ import { assert } from "chai"; +import { exec } from "child_process"; import * as fs from "fs"; import * as glob from "glob"; import * as path from "path"; -const licenseRegEx = /\/\*\n \* Copyright \(C\) (\d\d\d\d)-?(\d\d\d\d)? HERE Europe.B\.V\.\n \* Licensed under Apache 2\.0\, see full license in LICENSE\n \* SPDX\-License\-Identifier\: Apache\-2\.0\n \*\//; +// To fix wrong year(s) of the copyright notice on a local machine automatically: +const AUTO_FIX = false; -describe("LicenseHeaderCheck", function () { - let sourceFiles: string[]; +const licenseRegEx = /\/\*\n \* Copyright \(C\) (\d{4})(-(\d{4}))? HERE Europe B\.V\.\n \* Licensed under Apache 2\.0\, see full license in LICENSE\n \* SPDX\-License\-Identifier\: Apache\-2\.0\n \*\//; +const CMD_TEMPLATE = "git log --follow --format=%ad --date=format:%Y '' | -1"; +const currentYear = String(new Date().getFullYear()); + +/** + * To determine the first and last commit year of the file and check against the year(s) in the file's copyright: + * @param sourceFile Path of the source file + * @param match License match result + * @param callback Callback to call once check is completed. Error message should be passed back + */ +function checkYear(sourceFile: string, match: string[], callback: (err?: string) => void): void { + exec( + [ + CMD_TEMPLATE.replace("", sourceFile).replace("", "tail"), + CMD_TEMPLATE.replace("", sourceFile).replace("", "head") + ].join(";"), + (error: Error | null, stdOut: string | Buffer, stdErr: string | Buffer) => { + const copyrightStart = match[1]; + const hasRange = match[3] !== undefined; + const copyrightEnd = hasRange ? match[3] : copyrightStart; + const found = `${copyrightStart}${hasRange ? "-" + copyrightEnd : ""}`; + if (error) { + callback(error.message); + } else if (stdErr) { + callback(stdErr.toString()); + } else if (stdOut.toString() === "") { + // The file is not in Git repository yet: + if (found !== currentYear) { + callback(`${sourceFile} expected: ${currentYear}, found: ${found}`); + } else { + callback(); + } + } else if (!/^\d{4}\n\d{4}\n$/.test(stdOut.toString())) { + callback(`Can't determine first/last year of Git commit for file ${sourceFile}`); + } else { + const [firstCommit, lastCommit] = stdOut.toString().split("\n"); + if ( + copyrightStart !== firstCommit || + copyrightEnd !== lastCommit || + (hasRange && copyrightStart === copyrightEnd) + ) { + // Since a new commit is needed to fix it, the new commit must contain the current year: + callback( + `${sourceFile} expected: ${firstCommit}${ + firstCommit !== currentYear ? "-" + currentYear : "" + }, found: ${found}` + ); + } else { + callback(); + } + } + } + ); +} - before(function () { - sourceFiles = glob +describe("LicenseHeaderCheck", function () { + it("Contains correct license header", function (done) { + const sourceFiles = glob .sync(path.join(__dirname, "..", "**/*.ts")) .filter(file => !file.includes("/node_modules/")) .filter(file => !file.includes("/dist/")) - .filter(file => !file.endsWith(".d.ts")); - }); - - it("Contains license header", function () { - const failedFiles = new Array(); - for (const sourceFile of sourceFiles) { - let contents = fs.readFileSync(sourceFile, { encoding: "utf8" }); + .filter(file => !file.endsWith(".d.ts")) + .sort(); + const total = sourceFiles.length; + const errors: string[] = []; + let current = 0; - // support for shebang scripts - if (contents.startsWith("#!/")) { - const firstNewLineIndex = contents.indexOf("\n"); - if (firstNewLineIndex !== -1) { - contents = contents.substr(firstNewLineIndex + 1); - } + function checkIfDone() { + if (++current >= total) { + assert.deepEqual(errors, []); + done(); } + } - const match = licenseRegEx.exec(contents); - let validLicenseRange = false; - if (match !== null && match.length === 3) { - const currentYear = new Date().getFullYear(); - const start = parseInt(match[1], 10); - if (match[2] !== undefined) { - // Year is a range - const end = parseInt(match[2], 10); - validLicenseRange = - !isNaN(start) && - !isNaN(end) && - start >= 2017 && - start < end && - end <= currentYear; - } else { - // Year is just one value - validLicenseRange = !isNaN(start) && start >= 2017 && start <= currentYear; - } + sourceFiles.forEach((sourceFile, index) => { + const content = fs.readFileSync(sourceFile, { encoding: "utf8" }); + const match = licenseRegEx.exec(content); + if (match === null) { + errors.push(`${sourceFile} has no valid copyright notice`); + checkIfDone(); + } else { + checkYear(sourceFile, match, error => { + if (error) { + // Let's fix it in case of wrong year(s) found and AUTO_FIX is activated: + const errorMatch = /expected: (.+), found: (.+)/.exec(error); + if (AUTO_FIX && errorMatch !== null) { + fs.writeFileSync( + sourceFile, + content.replace( + licenseRegEx, + match[0].replace(errorMatch[2], errorMatch[1]) + ), + { encoding: "utf8" } + ); + } else { + errors.push(error); + } + } + checkIfDone(); + }); } - if (!validLicenseRange) { - failedFiles.push(sourceFile); - } - } - assert.deepEqual(failedFiles, [], "Some files did not contain correct license header"); + }); }); }); diff --git a/test/YarnLockTest.ts b/test/YarnLockTest.ts index b385b2fe1f..36bed19d53 100644 --- a/test/YarnLockTest.ts +++ b/test/YarnLockTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2018-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/test/performance/LinesPerformanceTest.ts b/test/performance/LinesPerformanceTest.ts index f70bd70059..3bc1b94029 100644 --- a/test/performance/LinesPerformanceTest.ts +++ b/test/performance/LinesPerformanceTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/test/performance/OmvDecoderPerformanceTest.ts b/test/performance/OmvDecoderPerformanceTest.ts index da9d1743a7..330b1ce84b 100644 --- a/test/performance/OmvDecoderPerformanceTest.ts +++ b/test/performance/OmvDecoderPerformanceTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/test/rendering/GeoJsonDataRendering.ts b/test/rendering/GeoJsonDataRendering.ts index 111dde039f..ef424f5128 100644 --- a/test/rendering/GeoJsonDataRendering.ts +++ b/test/rendering/GeoJsonDataRendering.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/test/rendering/GeoJsonFeaturesRendering.ts b/test/rendering/GeoJsonFeaturesRendering.ts index a9d9bfc4a2..3b6e85dcf9 100644 --- a/test/rendering/GeoJsonFeaturesRendering.ts +++ b/test/rendering/GeoJsonFeaturesRendering.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/test/rendering/ScreenSpaceRenderingTests.ts b/test/rendering/ScreenSpaceRenderingTests.ts index a183730bf3..c848a89a80 100644 --- a/test/rendering/ScreenSpaceRenderingTests.ts +++ b/test/rendering/ScreenSpaceRenderingTests.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/test/rendering/StylingTest.ts b/test/rendering/StylingTest.ts index 96bdb33db6..5f512d9bf4 100644 --- a/test/rendering/StylingTest.ts +++ b/test/rendering/StylingTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/test/rendering/WebTileDataRendering.ts b/test/rendering/WebTileDataRendering.ts index 719312d78e..64b298692b 100644 --- a/test/rendering/WebTileDataRendering.ts +++ b/test/rendering/WebTileDataRendering.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/test/rendering/utils/GeoJsonTest.ts b/test/rendering/utils/GeoJsonTest.ts index 900b63087b..6fd7235a93 100644 --- a/test/rendering/utils/GeoJsonTest.ts +++ b/test/rendering/utils/GeoJsonTest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/test/rendering/utils/ThemeBuilder.ts b/test/rendering/utils/ThemeBuilder.ts index 3b310e50f0..900c90b47b 100644 --- a/test/rendering/utils/ThemeBuilder.ts +++ b/test/rendering/utils/ThemeBuilder.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/www/src/decoder.ts b/www/src/decoder.ts index efa0668500..4da8192c2d 100644 --- a/www/src/decoder.ts +++ b/www/src/decoder.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2019-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */ diff --git a/www/src/index.ts b/www/src/index.ts index be89550555..b95494f74d 100644 --- a/www/src/index.ts +++ b/www/src/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2020 HERE Europe B.V. + * Copyright (C) 2020-2021 HERE Europe B.V. * Licensed under Apache 2.0, see full license in LICENSE * SPDX-License-Identifier: Apache-2.0 */