Skip to content

Commit

Permalink
📄 add disclaimer to prompt session start
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Jun 23, 2024
1 parent 00d017f commit 74a34b2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ozi/new/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 74a34b2

Please sign in to comment.