Skip to content

Third-party resources

The QGIS OACS Plugin makes use of some third-party works. All credit goes to original authors, and thanks for making awesome stuff that can be used by other projects!

Icons

This plugin uses some icons from the google material symbols library. These are distributed using the Apache License Version 2.0, as per the notice at:

https://developers.google.com/fonts/docs/material_symbols#licensing

List of Google material icons used:

Parsing of datetimes

The code that parses raw date-times has been lightly adapted from the pyRFC3339 project, which is distributed under an MIT License. This is done in order to keep the plugin from having to rely on third-party Python packages being installed, which can sometimes pose a problem for end users.