From 74a34b214df1cf09b054492f57c6a65b593e123f Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Sun, 23 Jun 2024 17:57:11 -0500 Subject: [PATCH] :page_facing_up: add disclaimer to prompt session start Signed-off-by: rjdbcm --- ozi/new/interactive.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ozi/new/interactive.py b/ozi/new/interactive.py index 2f2715ee..25225ad0 100644 --- a/ozi/new/interactive.py +++ b/ozi/new/interactive.py @@ -295,6 +295,25 @@ def check_package_exists() -> Validator: else: return ProjectNameValidator() + message_dialog( + title='ozi-new interactive prompt', + text="""The information provided on this prompt does not, and is not intended to, constitute legal advice. +All information, content, and materials available on this prompt are for general informational purposes only. +Information on this prompt may not constitute the most up-to-date legal or other information. + +THE LICENSE TEMPLATES, LICENSE IDENTIFIERS, LICENSE CLASSIFIERS, AND LICENSE EXPRESSION PARSING SERVICES, +AND ALL OTHER CONTENTS ARE PROVIDED "AS IS", NO REPRESENTATIONS ARE MADE THAT THE CONTENT IS ERROR-FREE +AND/OR APPLICABLE FOR ANY PURPOSE, INCLUDING MERCHANTABILITY. + +Readers of this prompt should contact their attorney to obtain advice with respect to any particular legal matter. +No reader or user of this prompt should act or abstain from acting on the basis of information on this prompt +without first seeking legal advice from counsel in the relevant jurisdiction. +Legal counsel can ensure that the information provided in this prompt is applicable to your particular situation. +Use of, or reading, this prompt or any of resources contained within does not create an attorney-client relationship. +""", + style=style, + ).run() + prefix: dict[str, str] = {} output = ['project'] while True: