From bd907625a8b8523e5b2da826fad8cda52d4f8cdb Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Thu, 15 Jan 2026 17:15:02 -0800 Subject: [PATCH] UpDate --- .claude/commands/aix/sync-openrouter-api.md | 2 +- LICENSE | 2 +- README.md | 2 +- src/common/app.release.ts | 2 +- src/common/util/imageUtils.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.claude/commands/aix/sync-openrouter-api.md b/.claude/commands/aix/sync-openrouter-api.md index 61e2e2a47..c6b074de5 100644 --- a/.claude/commands/aix/sync-openrouter-api.md +++ b/.claude/commands/aix/sync-openrouter-api.md @@ -46,4 +46,4 @@ Focus on discrepancies and gaps: Report differences in wire types, adapter logic, parser handling, or dialect-specific quirks. Prioritize new capabilities that improve user experience (reasoning visibility, better tool use, etc.). -When making changes, add comments with date: `// [OpenRouter, 2025-MM-DD]: explanation` +When making changes, add comments with date: `// [OpenRouter, 2026-MM-DD]: explanation` diff --git a/LICENSE b/LICENSE index b71bd7edd..f0b5786da 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023-2025 Enrico Ros +Copyright (c) 2023-2026 Enrico Ros Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 5c4d806d7..2a56f0230 100644 --- a/README.md +++ b/README.md @@ -388,4 +388,4 @@ When you open an issue, our custom AI triage system (powered by [Claude Code](ht MIT License · [Third-Party Notices](src/modules/3rdparty/THIRD_PARTY_NOTICES.md) -**2023-2025** · Enrico Ros × [Big-AGI](https://big-agi.com) +**2023-2026** · Enrico Ros × [Big-AGI](https://big-agi.com) diff --git a/src/common/app.release.ts b/src/common/app.release.ts index dd6e3f102..b736427f7 100644 --- a/src/common/app.release.ts +++ b/src/common/app.release.ts @@ -1,5 +1,5 @@ /** - * Copyright (c)2024-2025 Enrico Ros + * Copyright (c)2024-2026 Enrico Ros * * This file is include by both the frontend and backend, however depending on the time * of the build, the values may be different. diff --git a/src/common/util/imageUtils.ts b/src/common/util/imageUtils.ts index 3705121ac..e514474ac 100644 --- a/src/common/util/imageUtils.ts +++ b/src/common/util/imageUtils.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2024-2025 Enrico Ros + * Copyright (c) 2024-2026 Enrico Ros * * Functions to deal with images from the frontend. * Also see videoUtils.ts for more image-related functions.