Skip to content

Commit

Permalink
Licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminleonard committed Feb 3, 2025
1 parent 5dcc881 commit 7c00686
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/components/Layout.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 { Links, Meta, Scripts, ScrollRestoration, useLocation } from '@remix-run/react'
import cn from 'classnames'

Expand Down
7 changes: 7 additions & 0 deletions app/components/note/Avatar.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 { useOthers, useSelf } from '@liveblocks/react/suspense'
import cn from 'classnames'
import { Tooltip } from 'radix-ui'
Expand Down
7 changes: 7 additions & 0 deletions app/routes/notes.updated-webhook.ts
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 { WebhookHandler } from '@liveblocks/node'
import { type ActionFunctionArgs } from '@remix-run/node'

Expand Down
7 changes: 7 additions & 0 deletions liveblocks.config.ts
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 LiveObject } from '@liveblocks/client'

declare global {
Expand Down

0 comments on commit 7c00686

Please sign in to comment.