From 5cf353cd8a9d1a66dc4db8db8423399eddc98fa4 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Sun, 25 Jul 2021 15:12:40 +0100 Subject: [PATCH] Update license headers --- .idea/copyright/Dynmap.xml | 6 +++++ .idea/copyright/Original.xml | 6 +++++ .idea/copyright/profiles_settings.xml | 8 +++++++ .idea/scopes/Dynmap.xml | 3 +++ .idea/scopes/Original.xml | 3 +++ src/App.vue | 20 ++++++++--------- src/components/ChatBox.vue | 22 +++++++++---------- src/components/Map.vue | 20 ++++++++--------- src/components/Sidebar.vue | 20 ++++++++--------- src/components/SvgIcon.vue | 20 ++++++++--------- src/components/chat/ChatMessage.vue | 20 ++++++++--------- src/components/map/MapContextMenu.vue | 16 ++++++++++++++ src/components/map/control/ChatControl.vue | 20 ++++++++--------- src/components/map/control/ClockControl.vue | 20 ++++++++--------- .../map/control/CoordinatesControl.vue | 20 ++++++++--------- src/components/map/control/LinkControl.vue | 20 ++++++++--------- src/components/map/control/LogoControl.vue | 20 ++++++++--------- src/components/map/layer/MapLayer.vue | 20 ++++++++--------- src/components/map/layer/MarkerSetLayer.vue | 20 ++++++++--------- src/components/map/layer/PlayersLayer.vue | 20 ++++++++--------- src/components/map/marker/PlayerMarker.vue | 20 ++++++++--------- src/components/map/vector/Areas.vue | 20 ++++++++--------- src/components/map/vector/Circles.vue | 20 ++++++++--------- src/components/map/vector/Lines.vue | 20 ++++++++--------- src/components/map/vector/Markers.vue | 20 ++++++++--------- src/components/sidebar/CollapsibleSection.vue | 16 ++++++++++++++ src/components/sidebar/FollowTarget.vue | 20 ++++++++--------- src/components/sidebar/PlayerList.vue | 20 ++++++++--------- src/components/sidebar/PlayerListItem.vue | 20 ++++++++--------- src/components/sidebar/ServerList.vue | 20 ++++++++--------- src/components/sidebar/ServerListItem.vue | 20 ++++++++--------- src/components/sidebar/WorldList.vue | 20 ++++++++--------- src/components/sidebar/WorldListItem.vue | 20 ++++++++--------- src/components/util/RadioList.vue | 20 ++++++++--------- src/dynmap.d.ts | 20 ++++++++--------- src/errors/ChatError.ts | 20 ++++++++--------- src/errors/ConfigurationError.ts | 20 ++++++++--------- src/index.d.ts | 16 ++++++++++++++ src/leaflet/LiveAtlasLeafletMap.ts | 20 ++++++++--------- src/leaflet/control/ChatControl.ts | 20 ++++++++--------- src/leaflet/control/ClockControl.ts | 20 ++++++++--------- src/leaflet/control/CoordinatesControl.ts | 20 ++++++++--------- src/leaflet/control/LinkControl.ts | 20 ++++++++--------- src/leaflet/control/LiveAtlasLayerControl.ts | 20 ++++++++--------- src/leaflet/control/LogoControl.ts | 20 ++++++++--------- src/leaflet/icon/GenericIcon.ts | 20 ++++++++--------- src/leaflet/icon/PlayerIcon.ts | 20 ++++++++--------- src/leaflet/layer/LayerManager.ts | 20 ++++++++--------- src/leaflet/layer/LiveAtlasLayerGroup.ts | 20 ++++++++--------- src/leaflet/marker/GenericMarker.ts | 20 ++++++++--------- src/leaflet/marker/PlayerMarker.ts | 20 ++++++++--------- src/leaflet/tileLayer/DynmapTileLayer.ts | 20 ++++++++--------- src/leaflet/vector/LiveAtlasPolygon.ts | 20 ++++++++--------- src/leaflet/vector/LiveAtlasPolyline.ts | 20 ++++++++--------- src/main.ts | 20 ++++++++--------- src/model/LiveAtlasProjection.ts | 20 ++++++++--------- src/providers/DynmapMapProvider.ts | 20 ++++++++--------- src/providers/MapProvider.ts | 16 ++++++++++++++ src/scss/_leaflet.scss | 16 ++++++++++++++ src/scss/_mixins.scss | 16 ++++++++++++++ src/scss/_notifications.scss | 16 ++++++++++++++ src/scss/_placeholders.scss | 20 ++++++++--------- src/scss/leaflet/_controls.scss | 20 ++++++++--------- src/scss/leaflet/_markers.scss | 16 ++++++++++++++ src/scss/leaflet/_popups.scss | 20 ++++++++--------- src/scss/style.scss | 20 ++++++++--------- src/store/action-types.ts | 20 ++++++++--------- src/store/actions.ts | 20 ++++++++--------- src/store/getters.ts | 20 ++++++++--------- src/store/index.ts | 20 ++++++++--------- src/store/mutation-types.ts | 20 ++++++++--------- src/store/mutations.ts | 20 ++++++++--------- src/store/state.ts | 20 ++++++++--------- src/util.ts | 20 ++++++++--------- src/util/areas.ts | 20 ++++++++--------- src/util/circles.ts | 20 ++++++++--------- src/util/config.ts | 16 ++++++++++++++ src/util/events.ts | 18 ++++++++++++++- src/util/lines.ts | 20 ++++++++--------- src/util/markers.ts | 20 ++++++++--------- src/util/splash.ts | 18 ++++++++++++++- 81 files changed, 855 insertions(+), 653 deletions(-) create mode 100644 .idea/copyright/Dynmap.xml create mode 100644 .idea/copyright/Original.xml create mode 100644 .idea/copyright/profiles_settings.xml create mode 100644 .idea/scopes/Dynmap.xml create mode 100644 .idea/scopes/Original.xml diff --git a/.idea/copyright/Dynmap.xml b/.idea/copyright/Dynmap.xml new file mode 100644 index 0000000..6c668e8 --- /dev/null +++ b/.idea/copyright/Dynmap.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/copyright/Original.xml b/.idea/copyright/Original.xml new file mode 100644 index 0000000..c7bcb6a --- /dev/null +++ b/.idea/copyright/Original.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000..58a1b80 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/scopes/Dynmap.xml b/.idea/scopes/Dynmap.xml new file mode 100644 index 0000000..3cb6054 --- /dev/null +++ b/.idea/scopes/Dynmap.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/scopes/Original.xml b/.idea/scopes/Original.xml new file mode 100644 index 0000000..809d5ac --- /dev/null +++ b/.idea/scopes/Original.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index f480058..9995c54 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,17 +1,17 @@