From ca6e91e25b6edc54043c73cb75351dc80f88fcfd Mon Sep 17 00:00:00 2001 From: Tobias Brox Date: Tue, 18 Jul 2023 13:46:16 +0200 Subject: tweaked some more comments --- calendar_cli/legacy.py | 10 ++++++---- 1 file 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. """ -- cgit v1.2.3