From 0c7d7aa0d028668607f0d2af1d12af8931d251a4 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 17 Sep 2024 14:22:11 -0400 Subject: [PATCH] Add NIST disclaimer; move disclaimers to top of file Signed-off-by: Alex Nelson --- generate.py | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/generate.py b/generate.py index 85c712f..ddbc906 100644 --- a/generate.py +++ b/generate.py @@ -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 @@ -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