Skip to content

Commit 546f621

Browse files
committed
Add license
1 parent 7e5829a commit 546f621

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PLUGINNAME = datetimetools
22
PLUGINS = "$(HOME)"/AppData/Roaming/QGIS/QGIS3/profiles/default/python/plugins/$(PLUGINNAME)
33
PY_FILES = __init__.py addastronomical.py addtimezone.py captureCoordinate.py conversionDialog.py copyModeSettings.py copyTimezoneTool.py datetimetoolsprocessing.py datetimetools.py jdcal.py provider.py settings.py util.py wintz.py
4-
EXTRAS = metadata.txt icon.png
4+
EXTRAS = metadata.txt icon.png LICENSE
55

66
deploy:
77
mkdir -p $(PLUGINS)

metadata.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name=Date/Time Tools
33
qgisMinimumVersion=3.14
44
description=Tools to display and convert date, time, time zone, UNIX time (Epoch), Julian date, ISO8601, date differences, times and positions of the sun. (Note Python library dependencies.)
5-
version=3.0.11
5+
version=3.0.12
66
author=C Hamilton
77
88
about=
@@ -19,6 +19,7 @@ experimental=False
1919
deprecated=False
2020
hasProcessingProvider=yes
2121
changelog=
22+
3.0.12 - Add license
2223
3.0.11 - Replace pytz with zoneinfo
2324
3.0.10 - Fix to allow qgis_process to function correctly.
2425
3.0.9 - Changed Python dependencies missing message.

0 commit comments

Comments
 (0)