Mark the files this fork changed (AGPL section 5(a))

Publishing the source is what asks for it: a modified version has to carry
prominent notices saying it was modified, with a date. These files already
added a Coffey Labs copyright line beside upstream's, which implies as much
without saying it; now they say it.

38 files, found by diffing against the merge base with upstream rather than
by guessing. Upstream's own notices are untouched. The build is unchanged.
This commit is contained in:
2026-09-19 23:48:44 -07:00
parent 93a76098cc
commit 3a33f3d514
38 changed files with 76 additions and 0 deletions
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { useCallback, useEffect, useMemo, useState } from 'react'; import { useCallback, useEffect, useMemo, useState } from 'react';
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
interface EnterpriseUpsellProps { interface EnterpriseUpsellProps {
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { Loader2 } from 'lucide-react'; import { Loader2 } from 'lucide-react';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { useEffect, useSyncExternalStore } from 'react'; import { useEffect, useSyncExternalStore } from 'react';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { humanize } from '@/lib/humanize'; import { humanize } from '@/lib/humanize';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { humanize } from '@/lib/humanize'; import { humanize } from '@/lib/humanize';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { useEffect, useMemo, useState } from 'react'; import { useEffect, useMemo, useState } from 'react';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { lazy, Suspense, useEffect, type ComponentType, type ReactNode } from 'react'; import { lazy, Suspense, useEffect, type ComponentType, type ReactNode } from 'react';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { useCallback, useEffect, useMemo, useRef, useState } from 'react'; import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { Link, useNavigate } from 'react-router-dom'; import { Link, useNavigate } from 'react-router-dom';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { EmptyState } from '@/components/common/EmptyState'; import { EmptyState } from '@/components/common/EmptyState';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import * as React from 'react'; import * as React from 'react';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import * as React from 'react'; import * as React from 'react';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import * as React from 'react'; import * as React from 'react';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import * as React from 'react'; import * as React from 'react';
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { useMemo, useRef, useState, useEffect } from 'react'; import { useMemo, useRef, useState, useEffect } from 'react';
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { useTranslation } from 'react-i18next'; import { useTranslation } from 'react-i18next';
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { IconTile } from '@/components/common/IconTile'; import { IconTile } from '@/components/common/IconTile';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { useEffect } from 'react'; import { useEffect } from 'react';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
@import 'tailwindcss'; @import 'tailwindcss';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { import {
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import type { Layout, LayoutItem, LayoutSubItem, Schema } from '@/types/schema'; import type { Layout, LayoutItem, LayoutSubItem, Schema } from '@/types/schema';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { describe, it, expect, afterEach, vi } from 'vitest'; import { describe, it, expect, afterEach, vi } from 'vitest';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
// INBUXA requires OAuth clients to be registered, and registers these two on // INBUXA requires OAuth clients to be registered, and registers these two on
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { describe, it, expect } from 'vitest'; import { describe, it, expect } from 'vitest';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
export const SIEVEPAD_URL = 'https://sievepad.com/'; export const SIEVEPAD_URL = 'https://sievepad.com/';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { StrictMode } from 'react'; import { StrictMode } from 'react';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { lazy, Suspense, useEffect, useMemo, useState } from 'react'; import { lazy, Suspense, useEffect, useMemo, useState } from 'react';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { useCallback, useEffect, useRef, useState } from 'react'; import { useCallback, useEffect, useRef, useState } from 'react';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { useAuthStore } from '../stores/authStore'; import { useAuthStore } from '../stores/authStore';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { describe, it, expect } from 'vitest'; import { describe, it, expect } from 'vitest';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { getApiBaseUrl } from '@/services/api'; import { getApiBaseUrl } from '@/services/api';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { useAuthStore } from '@/stores/authStore'; import { useAuthStore } from '@/stores/authStore';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { describe, it, expect, beforeEach } from 'vitest'; import { describe, it, expect, beforeEach } from 'vitest';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { create } from 'zustand'; import { create } from 'zustand';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { create } from 'zustand'; import { create } from 'zustand';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
import { queueAccountTheme } from '@/lib/accountSettings'; import { queueAccountTheme } from '@/lib/accountSettings';
+2
View File
@@ -3,6 +3,8 @@
* SPDX-FileCopyrightText: 2026 Coffey Labs * SPDX-FileCopyrightText: 2026 Coffey Labs
* *
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*
* Modified by Coffey Labs in 2026 for INBUXA.
*/ */
/// <reference types="vite/client" /> /// <reference types="vite/client" />