Skip to content

Commit

Permalink
Add missing copyright and license banners
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Aug 17, 2023
1 parent 106c403 commit ca1eee9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/routes/docs_.schema.$version.$/components.tsx
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 { Link } from '@remix-run/react'
import { Icon, Table } from '@trussworks/react-uswds'
import { useState } from 'react'
Expand Down
7 changes: 7 additions & 0 deletions app/routes/docs_.schema.$version.$/route.tsx
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 { Link, NavLink, useLoaderData } from '@remix-run/react'
import { Icon, SideNav, Table } from '@trussworks/react-uswds'
Expand Down
7 changes: 7 additions & 0 deletions app/routes/docs_.schema.$version._index.tsx
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 { Link } from '@remix-run/react'

export default function () {
Expand Down

0 comments on commit ca1eee9

Please sign in to comment.