From 88f81efcf560195327980041196795c77d332898 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Mon, 21 Feb 2022 21:53:49 +0000 Subject: [PATCH] Update copyright headers --- .idea/scopes/Dynmap.xml | 2 +- .idea/scopes/Original.xml | 2 +- src/App.vue | 2 +- src/components/ChatBox.vue | 2 +- src/components/Map.vue | 2 +- src/components/Modal.vue | 2 +- src/components/Sidebar.vue | 2 +- src/components/SvgIcon.vue | 2 +- src/components/chat/ChatMessage.vue | 2 +- src/components/list/PlayerListItem.vue | 2 +- src/components/list/ServerListItem.vue | 2 +- src/components/list/WorldListItem.vue | 2 +- src/components/login/LoginForm.vue | 2 +- src/components/login/LoginModal.vue | 2 +- src/components/login/RegisterForm.vue | 2 +- src/components/map/MapContextMenu.vue | 2 +- src/components/map/control/ChatControl.vue | 2 +- src/components/map/control/ClockControl.vue | 2 +- src/components/map/control/CoordinatesControl.vue | 2 +- src/components/map/control/LinkControl.vue | 2 +- src/components/map/control/LoginControl.vue | 2 +- src/components/map/control/LogoControl.vue | 2 +- src/components/map/layer/MapLayer.vue | 2 +- src/components/map/layer/MarkerSetLayer.vue | 2 +- src/components/map/layer/PlayersLayer.vue | 2 +- src/components/map/marker/PlayerMarker.vue | 2 +- src/components/sidebar/FollowTargetSection.vue | 2 +- src/components/sidebar/SidebarSection.vue | 2 +- src/components/util/RadioList.vue | 2 +- src/dynmap.d.ts | 2 +- src/errors/ChatError.ts | 2 +- src/errors/ConfigurationError.ts | 2 +- src/leaflet/LiveAtlasLeafletMap.ts | 2 +- src/leaflet/control/ChatControl.ts | 2 +- src/leaflet/control/ClockControl.ts | 2 +- src/leaflet/control/CoordinatesControl.ts | 2 +- src/leaflet/control/LinkControl.ts | 2 +- src/leaflet/control/LiveAtlasLayerControl.ts | 2 +- src/leaflet/control/LoginControl.ts | 2 +- src/leaflet/control/LogoControl.ts | 2 +- src/leaflet/icon/GenericIcon.ts | 2 +- src/leaflet/icon/PlayerIcon.ts | 2 +- src/leaflet/layer/LayerManager.ts | 2 +- src/leaflet/layer/LiveAtlasLayerGroup.ts | 2 +- src/leaflet/marker/GenericMarker.ts | 2 +- src/leaflet/marker/PlayerMarker.ts | 2 +- src/leaflet/projection/DynmapProjection.ts | 2 +- src/leaflet/tileLayer/DynmapTileLayer.ts | 2 +- src/leaflet/tileLayer/LiveAtlasTileLayer.ts | 2 +- src/leaflet/tileLayer/Pl3xmapTileLayer.ts | 2 +- src/leaflet/vector/LiveAtlasPolygon.ts | 2 +- src/leaflet/vector/LiveAtlasPolyline.ts | 2 +- src/model/LiveAtlasMapDefinition.ts | 2 +- src/providers/DynmapMapProvider.ts | 5 ++++- src/providers/Pl3xmapMapProvider.ts | 2 +- src/scss/_leaflet.scss | 2 +- src/scss/_mixins.scss | 2 +- src/scss/_notifications.scss | 2 +- src/scss/_placeholders.scss | 2 +- src/scss/leaflet/_controls.scss | 2 +- src/scss/leaflet/_markers.scss | 2 +- src/scss/leaflet/_popups.scss | 2 +- src/scss/leaflet/_tooltips.scss | 2 +- src/scss/style.scss | 2 +- src/store/action-types.ts | 2 +- src/store/actions.ts | 2 +- src/store/getters.ts | 2 +- src/store/index.ts | 2 +- src/store/mutation-types.ts | 2 +- src/store/mutations.ts | 2 +- src/store/state.ts | 2 +- src/util.ts | 3 +-- src/util/areas.ts | 2 +- src/util/circles.ts | 2 +- src/util/config.ts | 2 +- src/util/dynmap.ts | 5 ++++- src/util/events.ts | 2 +- src/util/lines.ts | 2 +- src/util/paths.ts | 2 +- src/util/points.ts | 5 +---- src/util/splash.ts | 2 +- tests/util.test.ts | 2 +- 82 files changed, 88 insertions(+), 86 deletions(-) diff --git a/.idea/scopes/Dynmap.xml b/.idea/scopes/Dynmap.xml index 3cb6054..e3c372c 100644 --- a/.idea/scopes/Dynmap.xml +++ b/.idea/scopes/Dynmap.xml @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/.idea/scopes/Original.xml b/.idea/scopes/Original.xml index 9c2f03c..2af377e 100644 --- a/.idea/scopes/Original.xml +++ b/.idea/scopes/Original.xml @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index c1a4f28..2b3b2a5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@