Skip to content

Commit

Permalink
Merge pull request #1340 from lpsinger/license-header
Browse files Browse the repository at this point in the history
Add missing license header
  • Loading branch information
dakota002 authored Sep 7, 2023
2 parents 311610f + 8f18651 commit b50f8aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/routes/docs_.schema.stable.$.ts
Original file line number Diff line number Diff line change
@@ -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'

Expand Down

0 comments on commit b50f8aa

Please sign in to comment.