From 0b58e54148178020596f62c514bbda442b5eb44c Mon Sep 17 00:00:00 2001 From: JonnyTran Date: Sun, 10 May 2026 00:43:25 +0000 Subject: [PATCH] chore: quick wins from OSS audit (#203, #204, #211, #212) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - #203: Move uv build cache mount in extralit-server Dockerfile to a user-owned path and set UV_CACHE_DIR explicitly. - #204: Onboarding docs cleanup — fix `bash` fence in README, fill in TBD sections of SDK README with a runnable Settings/Dataset example, point root AGENTS.md at the existing per-component CLAUDE.md files, add `examples/README.md`, and add a "Choose a dev environment" section to CONTRIBUTING.md. - #211: Argilla → Extralit rebrand sweep on the frontend. Renames the BackendEnvironment.argilla key to .extralit (matches the server schema, which was already returning extralit:), updates the argillaDatasets i18n key, swaps docs.argilla.io → docs.extralit.ai in ja.js, and replaces 84 Recognai S.L. copyright headers with the Extralit Labs convention used in extralit-server. Working /how-to-configure-argilla-on-huggingface/ doc URLs and the argilla-dev localStorage key are intentionally retained — the former because the renamed paths 404 on docs.extralit.ai today, the latter to avoid breaking installed dev extensions. - #212: Already satisfied — .cursor/, .vscode/, .ruff_cache/ are not tracked and are listed in .gitignore. No change required. Co-Authored-By: Claude Opus 4.7 --- AGENTS.md | 8 ++--- CONTRIBUTING.md | 11 ++++++- README.md | 2 +- examples/README.md | 12 +++++++ extralit-frontend/.eslintrc.js | 2 +- extralit-frontend/assets/icons/arrow-down.js | 2 +- extralit-frontend/assets/icons/arrow-up.js | 2 +- extralit-frontend/assets/icons/assign.js | 2 +- extralit-frontend/assets/icons/bulk-mode.js | 2 +- .../assets/icons/change-height.js | 2 +- extralit-frontend/assets/icons/check.js | 2 +- .../assets/icons/chevron-down.js | 2 +- .../assets/icons/chevron-left.js | 2 +- .../assets/icons/chevron-right.js | 2 +- extralit-frontend/assets/icons/chevron-up.js | 2 +- extralit-frontend/assets/icons/clear.js | 2 +- extralit-frontend/assets/icons/close.js | 2 +- extralit-frontend/assets/icons/code.js | 2 +- extralit-frontend/assets/icons/copy.js | 2 +- extralit-frontend/assets/icons/danger.js | 2 +- extralit-frontend/assets/icons/dark-theme.js | 2 +- extralit-frontend/assets/icons/discard.js | 2 +- extralit-frontend/assets/icons/draggable.js | 2 +- .../assets/icons/expand-arrows.js | 2 +- extralit-frontend/assets/icons/exploration.js | 2 +- extralit-frontend/assets/icons/export.js | 2 +- .../assets/icons/external-link.js | 2 +- extralit-frontend/assets/icons/external.js | 2 +- extralit-frontend/assets/icons/filter.js | 2 +- extralit-frontend/assets/icons/focus-mode.js | 2 +- .../assets/icons/hand-labeling.js | 2 +- .../assets/icons/high-contrast-theme.js | 2 +- extralit-frontend/assets/icons/import.js | 2 +- extralit-frontend/assets/icons/info.js | 2 +- extralit-frontend/assets/icons/kebab.js | 2 +- extralit-frontend/assets/icons/light-theme.js | 2 +- extralit-frontend/assets/icons/link.js | 2 +- extralit-frontend/assets/icons/log-out.js | 2 +- extralit-frontend/assets/icons/matching.js | 2 +- extralit-frontend/assets/icons/math-plus.js | 2 +- extralit-frontend/assets/icons/meatballs.js | 2 +- .../assets/icons/minimize-arrows.js | 2 +- extralit-frontend/assets/icons/no-matching.js | 2 +- extralit-frontend/assets/icons/pen.js | 2 +- extralit-frontend/assets/icons/plus.js | 2 +- extralit-frontend/assets/icons/progress.js | 2 +- .../assets/icons/question-answering.js | 2 +- extralit-frontend/assets/icons/records.js | 2 +- extralit-frontend/assets/icons/refresh.js | 2 +- extralit-frontend/assets/icons/reset.js | 2 +- extralit-frontend/assets/icons/row-last.js | 2 +- extralit-frontend/assets/icons/rows.js | 2 +- extralit-frontend/assets/icons/search.js | 2 +- extralit-frontend/assets/icons/settings.js | 2 +- extralit-frontend/assets/icons/shortcuts.js | 2 +- extralit-frontend/assets/icons/similarity.js | 2 +- extralit-frontend/assets/icons/smile-sad.js | 2 +- extralit-frontend/assets/icons/sort.js | 2 +- extralit-frontend/assets/icons/stats.js | 2 +- extralit-frontend/assets/icons/suggestion.js | 2 +- extralit-frontend/assets/icons/support.js | 2 +- .../assets/icons/system-theme.js | 2 +- .../assets/icons/text-classification.js | 2 +- .../assets/icons/text-to-image.js | 2 +- extralit-frontend/assets/icons/time.js | 2 +- extralit-frontend/assets/icons/trash-empty.js | 2 +- extralit-frontend/assets/icons/unavailable.js | 2 +- extralit-frontend/assets/icons/update.js | 2 +- extralit-frontend/assets/icons/validate.js | 2 +- .../assets/icons/weak-labeling.js | 2 +- .../components/base/base-input/common.js | 2 +- .../base-input/utils/getClosestVueParent.js | 2 +- .../components/base/base-toast/api.ts | 2 +- .../components/base/base-toast/bus.js | 2 +- .../components/base/base-toast/helpers.js | 2 +- .../components/base/base-toast/positions.js | 2 +- .../components/base/base-toast/timer.js | 2 +- .../home/dataset-list/DatasetList.vue | 2 +- extralit-frontend/middleware/me.ts | 2 +- extralit-frontend/middleware/route-guard.ts | 2 +- extralit-frontend/nuxt.config.ts | 2 +- extralit-frontend/plugins/di/di.ts | 2 +- .../directives/click-outside.directive.ts | 2 +- .../plugins/directives/svg-icon.element.ts | 2 +- .../plugins/extensions/color-schema.ts | 2 +- .../plugins/extensions/copy-to-clipboard.ts | 2 +- .../plugins/extensions/notification.ts | 2 +- .../plugins/language/language-detector.ts | 2 +- extralit-frontend/plugins/logo/logo.ts | 2 +- extralit-frontend/translation/de.js | 2 +- extralit-frontend/translation/en.js | 2 +- extralit-frontend/translation/es.js | 2 +- extralit-frontend/translation/ja.js | 8 ++--- .../entities/environment/Environment.ts | 6 ++-- .../repositories/EnvironmentRepository.ts | 6 ++-- .../services/useRunningEnvironment.test.ts | 6 ++-- .../v1/infrastructure/types/environment.ts | 2 +- extralit-server/docker/server/Dockerfile | 3 +- extralit/README.md | 31 +++++++++++++++++-- 99 files changed, 159 insertions(+), 112 deletions(-) create mode 100644 examples/README.md diff --git a/AGENTS.md b/AGENTS.md index 9a976e03d..c36f032f8 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -2,10 +2,10 @@ ## Component-Specific Setup -Each component has its own AGENTS.md with setup details: -- **extralit-server/AGENTS.md** - Backend server setup -- **extralit-frontend/AGENTS.md** - Frontend UI setup -- **extralit/AGENTS.md** - Python SDK setup +Each component has its own `CLAUDE.md` with setup details: +- **extralit-server/CLAUDE.md** - Backend server setup +- **extralit-frontend/CLAUDE.md** - Frontend UI setup +- **extralit/CLAUDE.md** - Python SDK setup ## Prerequisites diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 96d955a50..686ff640e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,6 +37,15 @@ The contributor guide covers: ## Development setup -Refer to our [development setup documentation](https://docs.extralit.ai/latest/getting_started/development_setup/) for instructions on setting up your local environment. +Refer to our [development setup documentation](https://docs.extralit.ai/latest/getting_started/development_setup/) for instructions on setting up your local environment, and the per-component `CLAUDE.md` files (`extralit-server/CLAUDE.md`, `extralit-frontend/CLAUDE.md`, `extralit/CLAUDE.md`) for component-specific commands. + +### Choose a dev environment + +Pick the environment that matches what you're working on: + +- **Tilt** (`Tiltfile`) — Recommended for active full-stack development. Brings up server + frontend + dependencies with live reload. Use this when iterating on backend and frontend together. +- **`docker-compose.yaml`** — Quickest way to run a complete stack against fixed images. Use when you need a reproducible environment to demo or test against, but don't need code-level reload. +- **`examples/deployments/k8s/`** — Reference manifests for production-style Kubernetes deployments. Use as a starting point for staging/prod, not for local iteration. +- **Bare `uv sync` + `npm run dev`** — Fastest inner loop when only one component is in scope. See the per-component `CLAUDE.md` files. Thank you for contributing to Extralit! 🚀 \ No newline at end of file diff --git a/README.md b/README.md index 380c48d5a..5f5199688 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ pip install extralit If you already have a server deployed and login credentials, obtain your API key in the User Settings. You can manage your extraction workspace through the CLI with: -```base +```bash extralit login --api-url http:// # You will be prompted an API key to login to your account ``` diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 000000000..1ac0d33e9 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,12 @@ +# Examples + +End-to-end snippets for using Extralit. Each subdirectory targets a specific feature or deployment scenario. + +| Example | Component | What it shows | +|---|---|---| +| [custom_field](custom_field) | SDK / frontend | Custom field types — interactive chat (`interactive_chat.html`), and table fields (`table_field.ipynb`). | +| [deployments](deployments) | Server | Reference [Docker](deployments/docker) and [Kubernetes](deployments/k8s) deployment configs. See [deployments/README.md](deployments/README.md). | +| [document_extraction](document_extraction) | SDK | Notebook walkthrough for setting up a workspace and running extraction (`setup_workspace.ipynb`). | +| [webhooks](webhooks) | Server | Minimal webhooks integration ([basic-webhooks](webhooks/basic-webhooks)). | + +Notebooks assume a running Extralit server and SDK install — see the root [README.md](../README.md) and [AGENTS.md](../AGENTS.md) for setup. diff --git a/extralit-frontend/.eslintrc.js b/extralit-frontend/.eslintrc.js index 5e7a5a632..439bb8f15 100644 --- a/extralit-frontend/.eslintrc.js +++ b/extralit-frontend/.eslintrc.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/arrow-down.js b/extralit-frontend/assets/icons/arrow-down.js index 6837bb7a0..6611c9b0e 100644 --- a/extralit-frontend/assets/icons/arrow-down.js +++ b/extralit-frontend/assets/icons/arrow-down.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/arrow-up.js b/extralit-frontend/assets/icons/arrow-up.js index e63ecc4dd..978a8af47 100644 --- a/extralit-frontend/assets/icons/arrow-up.js +++ b/extralit-frontend/assets/icons/arrow-up.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/assign.js b/extralit-frontend/assets/icons/assign.js index 7b2e3b198..6eecf7e6c 100644 --- a/extralit-frontend/assets/icons/assign.js +++ b/extralit-frontend/assets/icons/assign.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/bulk-mode.js b/extralit-frontend/assets/icons/bulk-mode.js index 99f25b35d..17cd19a20 100644 --- a/extralit-frontend/assets/icons/bulk-mode.js +++ b/extralit-frontend/assets/icons/bulk-mode.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/change-height.js b/extralit-frontend/assets/icons/change-height.js index 1de8f892e..6eed74863 100644 --- a/extralit-frontend/assets/icons/change-height.js +++ b/extralit-frontend/assets/icons/change-height.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/check.js b/extralit-frontend/assets/icons/check.js index e3e5131cb..702a4f3bb 100644 --- a/extralit-frontend/assets/icons/check.js +++ b/extralit-frontend/assets/icons/check.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/chevron-down.js b/extralit-frontend/assets/icons/chevron-down.js index 6cb1a6683..2db8ec9ca 100644 --- a/extralit-frontend/assets/icons/chevron-down.js +++ b/extralit-frontend/assets/icons/chevron-down.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/chevron-left.js b/extralit-frontend/assets/icons/chevron-left.js index f1ee13b2c..08979599d 100644 --- a/extralit-frontend/assets/icons/chevron-left.js +++ b/extralit-frontend/assets/icons/chevron-left.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/chevron-right.js b/extralit-frontend/assets/icons/chevron-right.js index 58e9391c2..fc68db55d 100644 --- a/extralit-frontend/assets/icons/chevron-right.js +++ b/extralit-frontend/assets/icons/chevron-right.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/chevron-up.js b/extralit-frontend/assets/icons/chevron-up.js index 91149e0f8..4703c98f4 100644 --- a/extralit-frontend/assets/icons/chevron-up.js +++ b/extralit-frontend/assets/icons/chevron-up.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/clear.js b/extralit-frontend/assets/icons/clear.js index 7a85909e8..d91e4a26f 100644 --- a/extralit-frontend/assets/icons/clear.js +++ b/extralit-frontend/assets/icons/clear.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/close.js b/extralit-frontend/assets/icons/close.js index b9e6e2e9a..042017da3 100644 --- a/extralit-frontend/assets/icons/close.js +++ b/extralit-frontend/assets/icons/close.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/code.js b/extralit-frontend/assets/icons/code.js index 5f7092260..6bc1bc20c 100644 --- a/extralit-frontend/assets/icons/code.js +++ b/extralit-frontend/assets/icons/code.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/copy.js b/extralit-frontend/assets/icons/copy.js index 9f659dd46..c6565001f 100644 --- a/extralit-frontend/assets/icons/copy.js +++ b/extralit-frontend/assets/icons/copy.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/danger.js b/extralit-frontend/assets/icons/danger.js index 47e8ebca1..8ae962e98 100644 --- a/extralit-frontend/assets/icons/danger.js +++ b/extralit-frontend/assets/icons/danger.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/dark-theme.js b/extralit-frontend/assets/icons/dark-theme.js index e0e1f6ecf..541bee9a4 100644 --- a/extralit-frontend/assets/icons/dark-theme.js +++ b/extralit-frontend/assets/icons/dark-theme.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/discard.js b/extralit-frontend/assets/icons/discard.js index fbcbce669..cd379f597 100644 --- a/extralit-frontend/assets/icons/discard.js +++ b/extralit-frontend/assets/icons/discard.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/draggable.js b/extralit-frontend/assets/icons/draggable.js index 9b1dfc35d..16982603d 100644 --- a/extralit-frontend/assets/icons/draggable.js +++ b/extralit-frontend/assets/icons/draggable.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/expand-arrows.js b/extralit-frontend/assets/icons/expand-arrows.js index 71a4197e0..5ea4b1aa8 100644 --- a/extralit-frontend/assets/icons/expand-arrows.js +++ b/extralit-frontend/assets/icons/expand-arrows.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/exploration.js b/extralit-frontend/assets/icons/exploration.js index 434b31c5a..0b5323292 100644 --- a/extralit-frontend/assets/icons/exploration.js +++ b/extralit-frontend/assets/icons/exploration.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/export.js b/extralit-frontend/assets/icons/export.js index 236f247c5..f9aec02e3 100644 --- a/extralit-frontend/assets/icons/export.js +++ b/extralit-frontend/assets/icons/export.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/external-link.js b/extralit-frontend/assets/icons/external-link.js index a4dda4c6a..ad7a79877 100644 --- a/extralit-frontend/assets/icons/external-link.js +++ b/extralit-frontend/assets/icons/external-link.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/external.js b/extralit-frontend/assets/icons/external.js index 9a2b3e536..8cf461560 100644 --- a/extralit-frontend/assets/icons/external.js +++ b/extralit-frontend/assets/icons/external.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/filter.js b/extralit-frontend/assets/icons/filter.js index 445877224..cc5e5bdf3 100644 --- a/extralit-frontend/assets/icons/filter.js +++ b/extralit-frontend/assets/icons/filter.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/focus-mode.js b/extralit-frontend/assets/icons/focus-mode.js index 0940327f1..747be7f1b 100644 --- a/extralit-frontend/assets/icons/focus-mode.js +++ b/extralit-frontend/assets/icons/focus-mode.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/hand-labeling.js b/extralit-frontend/assets/icons/hand-labeling.js index 33df22025..fa64a41a9 100644 --- a/extralit-frontend/assets/icons/hand-labeling.js +++ b/extralit-frontend/assets/icons/hand-labeling.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/high-contrast-theme.js b/extralit-frontend/assets/icons/high-contrast-theme.js index 84e686ed6..135e52624 100644 --- a/extralit-frontend/assets/icons/high-contrast-theme.js +++ b/extralit-frontend/assets/icons/high-contrast-theme.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/import.js b/extralit-frontend/assets/icons/import.js index 038bab219..63c0aee30 100644 --- a/extralit-frontend/assets/icons/import.js +++ b/extralit-frontend/assets/icons/import.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/info.js b/extralit-frontend/assets/icons/info.js index ff211cebb..0c4b552d3 100644 --- a/extralit-frontend/assets/icons/info.js +++ b/extralit-frontend/assets/icons/info.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/kebab.js b/extralit-frontend/assets/icons/kebab.js index 664b9cf89..07b7cc94c 100644 --- a/extralit-frontend/assets/icons/kebab.js +++ b/extralit-frontend/assets/icons/kebab.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/light-theme.js b/extralit-frontend/assets/icons/light-theme.js index 2b862280e..0e0e6d341 100644 --- a/extralit-frontend/assets/icons/light-theme.js +++ b/extralit-frontend/assets/icons/light-theme.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/link.js b/extralit-frontend/assets/icons/link.js index 767a34fd9..60242b1de 100644 --- a/extralit-frontend/assets/icons/link.js +++ b/extralit-frontend/assets/icons/link.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/log-out.js b/extralit-frontend/assets/icons/log-out.js index e6121b05f..82225bd32 100644 --- a/extralit-frontend/assets/icons/log-out.js +++ b/extralit-frontend/assets/icons/log-out.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/matching.js b/extralit-frontend/assets/icons/matching.js index 339f77b18..9f437beee 100644 --- a/extralit-frontend/assets/icons/matching.js +++ b/extralit-frontend/assets/icons/matching.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/math-plus.js b/extralit-frontend/assets/icons/math-plus.js index 1db978a2b..5f7b9bf1e 100644 --- a/extralit-frontend/assets/icons/math-plus.js +++ b/extralit-frontend/assets/icons/math-plus.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/meatballs.js b/extralit-frontend/assets/icons/meatballs.js index d8099d4e1..146b2760a 100644 --- a/extralit-frontend/assets/icons/meatballs.js +++ b/extralit-frontend/assets/icons/meatballs.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/minimize-arrows.js b/extralit-frontend/assets/icons/minimize-arrows.js index 307d8e8c1..f58648169 100644 --- a/extralit-frontend/assets/icons/minimize-arrows.js +++ b/extralit-frontend/assets/icons/minimize-arrows.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/no-matching.js b/extralit-frontend/assets/icons/no-matching.js index f6b2a6f2b..a8feee407 100644 --- a/extralit-frontend/assets/icons/no-matching.js +++ b/extralit-frontend/assets/icons/no-matching.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/pen.js b/extralit-frontend/assets/icons/pen.js index 6b832e330..fe4a54088 100644 --- a/extralit-frontend/assets/icons/pen.js +++ b/extralit-frontend/assets/icons/pen.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/plus.js b/extralit-frontend/assets/icons/plus.js index 14753da52..efeba56ee 100644 --- a/extralit-frontend/assets/icons/plus.js +++ b/extralit-frontend/assets/icons/plus.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/progress.js b/extralit-frontend/assets/icons/progress.js index 6a853ecf8..250c71d04 100644 --- a/extralit-frontend/assets/icons/progress.js +++ b/extralit-frontend/assets/icons/progress.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/question-answering.js b/extralit-frontend/assets/icons/question-answering.js index 069286b8f..861dd7ffb 100644 --- a/extralit-frontend/assets/icons/question-answering.js +++ b/extralit-frontend/assets/icons/question-answering.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/records.js b/extralit-frontend/assets/icons/records.js index 5b2b6b8de..c965733f9 100644 --- a/extralit-frontend/assets/icons/records.js +++ b/extralit-frontend/assets/icons/records.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/refresh.js b/extralit-frontend/assets/icons/refresh.js index 34fcbd8b3..c636510ed 100644 --- a/extralit-frontend/assets/icons/refresh.js +++ b/extralit-frontend/assets/icons/refresh.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/reset.js b/extralit-frontend/assets/icons/reset.js index a08bbe1fc..a59834d77 100644 --- a/extralit-frontend/assets/icons/reset.js +++ b/extralit-frontend/assets/icons/reset.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/row-last.js b/extralit-frontend/assets/icons/row-last.js index 9c6c8d49f..30b3428e0 100644 --- a/extralit-frontend/assets/icons/row-last.js +++ b/extralit-frontend/assets/icons/row-last.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/rows.js b/extralit-frontend/assets/icons/rows.js index 9d5af8398..308bcbd54 100644 --- a/extralit-frontend/assets/icons/rows.js +++ b/extralit-frontend/assets/icons/rows.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/search.js b/extralit-frontend/assets/icons/search.js index d48adee59..91396b39c 100644 --- a/extralit-frontend/assets/icons/search.js +++ b/extralit-frontend/assets/icons/search.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/settings.js b/extralit-frontend/assets/icons/settings.js index e58e9a707..edfecc225 100644 --- a/extralit-frontend/assets/icons/settings.js +++ b/extralit-frontend/assets/icons/settings.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/shortcuts.js b/extralit-frontend/assets/icons/shortcuts.js index fe084e6af..e36a635fe 100644 --- a/extralit-frontend/assets/icons/shortcuts.js +++ b/extralit-frontend/assets/icons/shortcuts.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/similarity.js b/extralit-frontend/assets/icons/similarity.js index 8a0f59091..b0ff9eeb0 100644 --- a/extralit-frontend/assets/icons/similarity.js +++ b/extralit-frontend/assets/icons/similarity.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/smile-sad.js b/extralit-frontend/assets/icons/smile-sad.js index 6c34974cb..8d7300ddf 100644 --- a/extralit-frontend/assets/icons/smile-sad.js +++ b/extralit-frontend/assets/icons/smile-sad.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/sort.js b/extralit-frontend/assets/icons/sort.js index 8f259994a..e09cb3622 100644 --- a/extralit-frontend/assets/icons/sort.js +++ b/extralit-frontend/assets/icons/sort.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/stats.js b/extralit-frontend/assets/icons/stats.js index 9c09b21ff..866002297 100644 --- a/extralit-frontend/assets/icons/stats.js +++ b/extralit-frontend/assets/icons/stats.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/suggestion.js b/extralit-frontend/assets/icons/suggestion.js index 8ef1c2593..3e7fe6719 100644 --- a/extralit-frontend/assets/icons/suggestion.js +++ b/extralit-frontend/assets/icons/suggestion.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/support.js b/extralit-frontend/assets/icons/support.js index e5547883b..12222a8e7 100644 --- a/extralit-frontend/assets/icons/support.js +++ b/extralit-frontend/assets/icons/support.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/system-theme.js b/extralit-frontend/assets/icons/system-theme.js index bd356034a..34e825f6b 100644 --- a/extralit-frontend/assets/icons/system-theme.js +++ b/extralit-frontend/assets/icons/system-theme.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/text-classification.js b/extralit-frontend/assets/icons/text-classification.js index 2b5341273..3e2155bdb 100644 --- a/extralit-frontend/assets/icons/text-classification.js +++ b/extralit-frontend/assets/icons/text-classification.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/text-to-image.js b/extralit-frontend/assets/icons/text-to-image.js index e5a9e6732..6d71fc573 100644 --- a/extralit-frontend/assets/icons/text-to-image.js +++ b/extralit-frontend/assets/icons/text-to-image.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/time.js b/extralit-frontend/assets/icons/time.js index 924037798..a2fe9bfd6 100644 --- a/extralit-frontend/assets/icons/time.js +++ b/extralit-frontend/assets/icons/time.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/trash-empty.js b/extralit-frontend/assets/icons/trash-empty.js index d05884901..2a6f2feff 100644 --- a/extralit-frontend/assets/icons/trash-empty.js +++ b/extralit-frontend/assets/icons/trash-empty.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/unavailable.js b/extralit-frontend/assets/icons/unavailable.js index b375dd121..c118d044e 100644 --- a/extralit-frontend/assets/icons/unavailable.js +++ b/extralit-frontend/assets/icons/unavailable.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/update.js b/extralit-frontend/assets/icons/update.js index aefcfdd88..67add4325 100644 --- a/extralit-frontend/assets/icons/update.js +++ b/extralit-frontend/assets/icons/update.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/validate.js b/extralit-frontend/assets/icons/validate.js index 771557c84..c0e0a1a45 100644 --- a/extralit-frontend/assets/icons/validate.js +++ b/extralit-frontend/assets/icons/validate.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/assets/icons/weak-labeling.js b/extralit-frontend/assets/icons/weak-labeling.js index e7ada843f..1d4c0a4e7 100644 --- a/extralit-frontend/assets/icons/weak-labeling.js +++ b/extralit-frontend/assets/icons/weak-labeling.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/components/base/base-input/common.js b/extralit-frontend/components/base/base-input/common.js index d130db7e6..8ef251fc5 100644 --- a/extralit-frontend/components/base/base-input/common.js +++ b/extralit-frontend/components/base/base-input/common.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/components/base/base-input/utils/getClosestVueParent.js b/extralit-frontend/components/base/base-input/utils/getClosestVueParent.js index 452f98d5e..84698cf4a 100644 --- a/extralit-frontend/components/base/base-input/utils/getClosestVueParent.js +++ b/extralit-frontend/components/base/base-input/utils/getClosestVueParent.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/components/base/base-toast/api.ts b/extralit-frontend/components/base/base-toast/api.ts index 256d81292..ce3c71c63 100644 --- a/extralit-frontend/components/base/base-toast/api.ts +++ b/extralit-frontend/components/base/base-toast/api.ts @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/components/base/base-toast/bus.js b/extralit-frontend/components/base/base-toast/bus.js index 84f327ea8..0abb2d7bc 100644 --- a/extralit-frontend/components/base/base-toast/bus.js +++ b/extralit-frontend/components/base/base-toast/bus.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/components/base/base-toast/helpers.js b/extralit-frontend/components/base/base-toast/helpers.js index 2068d7825..eff1fa39b 100644 --- a/extralit-frontend/components/base/base-toast/helpers.js +++ b/extralit-frontend/components/base/base-toast/helpers.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/components/base/base-toast/positions.js b/extralit-frontend/components/base/base-toast/positions.js index fe122568c..e44a31f87 100644 --- a/extralit-frontend/components/base/base-toast/positions.js +++ b/extralit-frontend/components/base/base-toast/positions.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/components/base/base-toast/timer.js b/extralit-frontend/components/base/base-toast/timer.js index c921fe7b7..03f023d76 100644 --- a/extralit-frontend/components/base/base-toast/timer.js +++ b/extralit-frontend/components/base/base-toast/timer.js @@ -1,6 +1,6 @@ /* * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. + * Copyright 2024-present, Extralit Labs, Inc.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extralit-frontend/components/features/home/dataset-list/DatasetList.vue b/extralit-frontend/components/features/home/dataset-list/DatasetList.vue index 8fb923488..bf091d082 100644 --- a/extralit-frontend/components/features/home/dataset-list/DatasetList.vue +++ b/extralit-frontend/components/features/home/dataset-list/DatasetList.vue @@ -1,7 +1,7 @@