Skip to content

Commit

Permalink
Add NIST disclaimer; move disclaimers to top of file
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Sep 17, 2024
1 parent b125c04 commit 0c7d7aa
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions generate.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
#!/usr/bin/env python3

# NOTICE
# This software was produced for the U.S. Government under contract FA8702-22-C-0001,
# and is subject to the Rights in Data-General Clause 52.227-14, Alt. IV (DEC 2007)
# ©2022 The MITRE Corporation. All Rights Reserved.
# Released under PRS 18-4297.

# Portions of this file contributed by NIST are governed by the
# following statement:
#
# This software was developed at the National Institute of Standards
# and Technology by employees of the Federal Government in the course
# of their official duties. Pursuant to title 17 Section 105 of the
# United States Code this software is not subject to copyright
# protection and is in the public domain. NIST assumes no
# responsibility whatsoever for its use by other parties, and makes
# no guarantees, expressed or implied, about its quality,
# reliability, or any other characteristic.
#
# We would appreciate acknowledgement if the software is used.

import argparse
import importlib.resources
import json
Expand All @@ -24,13 +46,6 @@
)
from case_utils.ontology.version_info import CURRENT_CASE_VERSION

# NOTICE
# This software was produced for the U.S. Government under contract FA8702-22-C-0001,
# and is subject to the Rights in Data-General Clause 52.227-14, Alt. IV (DEC 2007)
# ©2022 The MITRE Corporation. All Rights Reserved.
# Released under PRS 18-4297.


__version__ = "0.0.2"

NS_SH = rdflib.SH
Expand Down

0 comments on commit 0c7d7aa

Please sign in to comment.