Planium Third-Party Licenses

Planium is written from scratch in plain HTML, CSS and JavaScript — there is no framework behind it. The one thing it borrows is artwork: most of its icons come from the open-source Lucide icon library. This page reproduces that license, as its terms require, and lists exactly which icons it covers. The iPhone app additionally ships the native shell it runs in, whose licenses follow further down.

Questions about anything here? Email mike@softium.nl.

Lucide (icons)

Most of the icons in Planium are taken from, or adapted from, the Lucide icon library. Some have been modified for this project — changed viewBox, different stroke widths, wrapped as <symbol> sprites, or combined and partially redrawn. Lucide is distributed under the ISC License, reproduced below as required.

ISC License Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2022 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2022. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Icons derived from Lucide

File in PlaniumLucide icon
assets/icons/arrow.svgchevron-right
assets/icons/arrowBack.svgchevron-left
assets/icons/calendar/normal.svgcalendar-days
assets/icons/calendar/plus.svgcalendar-plus
assets/icons/call.svgphone
assets/icons/change.svgarrow-left-right
assets/icons/chat.svgmessage-square
assets/icons/check.svgcheck
assets/icons/delete.svgdelete
assets/icons/devices/notification.svgbell
assets/icons/devices/pc.svgmonitor
assets/icons/devices/phone.svgsmartphone
assets/icons/dots.svgellipsis
assets/icons/edit.svgpencil
assets/icons/friendButton/add.svguser-round-plus
assets/icons/friendButton/friend.svghandshake
assets/icons/friendButton/pending.svguser-round-check
assets/icons/friendButton/remove.svguser-round-minus
assets/icons/friendButton/sent.svguser-round-search (magnifier replaced with a clock)
assets/icons/leave.svglog-out
assets/icons/link.svglink
assets/icons/maybe.svgequal-approximately
assets/icons/miniPlus.svgplus
assets/icons/no-notifi.svgbell-off
assets/icons/out.svgexternal-link
assets/icons/poll.svgsquare-check-big
assets/icons/pollTiny.svgsquare-check-big
assets/icons/re-error.svgrefresh-cw-off
assets/icons/saved.svgnotebook-tabs
assets/icons/settings.svgsettings
assets/icons/settings2.svgpencil
assets/icons/settings/appearance.svgpalette
assets/icons/settings/devices.svgmonitor-smartphone
assets/icons/settings/notifications.svgbell-dot
assets/icons/settings/other.svgcircle-ellipsis
assets/icons/settings/profile.svgcircle-user-round
assets/icons/settings/shield.svgshield-half
assets/icons/share.svgshare
assets/icons/time.svgclock
assets/icons/title.svgtype-outline
assets/icons/trash.svgtrash-2
assets/icons/waypoint.svgmap-pin
assets/icons/x.svgx

Original artwork (not from Lucide)

The following are original Planium/Softium artwork and are not covered by the license above:

The iPhone app (native shell)

The iPhone app is the same website wrapped in a native shell built with Capacitor. The components below are compiled into the app binary, so their licenses are reproduced here as those licenses require. None of this applies to the website or the installed web app, which ship no third-party code beyond the icons above.

Capacitor (app runtime)

The native shell around Planium. @capacitor/ios is the iOS runtime; it is built into the app through the capacitor-swift-pm 8.4.1 Swift package, which is the same code from the same authors.

MIT License Copyright (c) 2017-present Drifty Co. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Capacitor plugins

The official plugins the app uses: app lifecycle and deep links, the in-app browser, keyboard handling, push notifications, the share sheet, and the status bar.

Copyright 2020-present Ionic https://ionic.io MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Capacitor Filesystem and Synapse

File access, and the bridge helper that ships with Capacitor's core.

MIT License Copyright (c) 2025 Ionic Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

File Opener

Opens a downloaded file with the system viewer.

MIT License Copyright (c) 2025 Capacitor Community Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Native Settings

Opens the iOS Settings screen for Planium, used by the “notifications are blocked” helper.

MIT License Copyright (c) 2021 Raphael van der Woude Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Apache Cordova (compatibility layer)

Capacitor's iOS runtime includes a Cordova compatibility layer (CapacitorCordova, built as the Cordova product of capacitor-swift-pm). Those files are derived from Apache Cordova and are licensed by the Apache Software Foundation under the Apache License 2.0, not MIT. Every one of them carries this notice:

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

The full text of the Apache License 2.0 is at apache.org/licenses/LICENSE-2.0.

Legal

Privacy Policy · Terms of Use · Support

Last Updated: August 18 2026