diff options
author | Tobias Brox <tobias@redpill-linpro.com> | 2023-07-18 13:46:16 +0200 |
---|---|---|
committer | Tobias Brox <tobias@redpill-linpro.com> | 2023-07-18 13:46:16 +0200 |
commit | ca6e91e25b6edc54043c73cb75351dc80f88fcfd (patch) | |
tree | 961bf5c999f422276dbe13e57dfa27c6af54fea6 | |
parent | a54b9e55eac794370ec5e144d7de6735fc304832 (diff) | |
download | calendar-cli-ca6e91e25b6edc54043c73cb75351dc80f88fcfd.zip |
tweaked some more comments
-rwxr-xr-x | calendar_cli/legacy.py | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/calendar_cli/legacy.py b/calendar_cli/legacy.py index 45b96d1..0a75707 100755 --- a/calendar_cli/legacy.py +++ b/calendar_cli/legacy.py @@ -3,11 +3,13 @@ """ https://github.com/tobixen/calendar-cli/ - high-level cli against caldav servers. -This is the legacy calendar-cli. A new interface is being built in cal.py - aka plann -Feedback/wishes/discussions on the new cli can be held at -https://github.com/tobixen/calendar-cli/issues/88 +This is the "legacy" interface - or, if you prefer,, the "long term support" interface. -Copyright (C) 2013-2022 Tobias Brox and other contributors. +Due to user feedback the new interface has been split out in a separate project. + +See https://plann.no + +Copyright (C) 2013-2023 Tobias Brox and other contributors. See https://www.gnu.org/licenses/gpl-3.0.en.html for license information. """ |