summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcalendar_cli/legacy.py10
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.
"""