Skip to content

Commit

Permalink
Add missing license files
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminleonard committed Dec 17, 2024
1 parent 714601d commit 2a30065
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/components/AsciidocBlocks/Footnotes.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, you can obtain one at https://mozilla.org/MPL/2.0/.
*
* Copyright Oxide Computer Company
*/
import { type DocumentBlock } from '@oxide/react-asciidoc'
import { Link } from '@remix-run/react'

Expand Down
7 changes: 7 additions & 0 deletions app/utils/asciidoctor.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, you can obtain one at https://mozilla.org/MPL/2.0/.
*
* Copyright Oxide Computer Company
*/
import { type Block, type Html5Converter } from '@asciidoctor/core'
import { InlineConverter, loadAsciidoctor } from '@oxide/design-system/components/dist'
import { renderToString } from 'react-dom/server'
Expand Down

0 comments on commit 2a30065

Please sign in to comment.