Skip to content

Commit

Permalink
Updated copyright
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Bacarella <[email protected]>
  • Loading branch information
dbacarel committed Mar 15, 2021
1 parent 9b06c92 commit 08add67
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ By default `yarn test` uses [karma](https://github.com/karma-runner/karma) confi

## License

Copyright (C) 2019-2020 HERE Europe B.V.
Copyright (C) 2019-2021 HERE Europe B.V.

See the [LICENSE](./LICENSE) file in the root of this project for license details.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-leaflet",
"version": "0.2.6",
"version": "0.2.7",
"description": "Leaflet plugin for harp.gl maps",
"author": {
"name": "HERE Europe B.V.",
Expand Down
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*
* Copyright (C) 2019-2020 HERE Europe B.V.
* 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 { GeoCoordinates, GeoCoordinatesLike } from "@here/harp-geoutils";
import { MapView, MapViewEventNames, MapViewOptions, MapViewUtils } from "@here/harp-mapview";
import { MapView, MapViewOptions, MapViewUtils } from "@here/harp-mapview";
import { DomUtil, LatLng, Layer, LayerOptions, LeafletEvent, Map, Point } from "leaflet";
import "./draggable-patch";

Expand Down

0 comments on commit 08add67

Please sign in to comment.