From 8f18651447833937cdd862fd42e9f456469e0d2a Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Thu, 7 Sep 2023 09:26:04 -0400 Subject: [PATCH] Add missing license header --- app/routes/docs_.schema.stable.$.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/routes/docs_.schema.stable.$.ts b/app/routes/docs_.schema.stable.$.ts index f0780b074..aff8a75e7 100644 --- a/app/routes/docs_.schema.stable.$.ts +++ b/app/routes/docs_.schema.stable.$.ts @@ -1,3 +1,10 @@ +/*! + * Copyright © 2023 United States Government as represented by the + * Administrator of the National Aeronautics and Space Administration. + * All Rights Reserved. + * + * SPDX-License-Identifier: Apache-2.0 + */ import type { DataFunctionArgs } from '@remix-run/node' import { redirect } from '@remix-run/node'