From f3aaba99410b92b8e8e2fbb925e7ad9545a37f49 Mon Sep 17 00:00:00 2001 From: Adam Freidin Date: Thu, 2 Jan 2025 13:06:47 -0800 Subject: [PATCH] happy new year! --- LICENSE | 355 +++++++++--------- packages/core/.eslintrc.cjs | 2 +- packages/core/LICENSE | 3 +- packages/core/ambient.d.ts | 2 +- packages/core/eslint.config.mjs | 4 +- packages/core/exports.d.ts | 2 +- packages/core/rollup.config.mjs | 2 +- packages/core/src/api/cached.ts | 2 +- packages/core/src/api/pardon-wrapper.ts | 2 +- packages/core/src/config/collection-types.ts | 2 +- packages/core/src/config/collection.ts | 2 +- packages/core/src/config/util/globfiles.ts | 2 +- packages/core/src/core/app-context.ts | 2 +- .../core/src/core/endpoint-environment.ts | 2 +- packages/core/src/core/error.ts | 2 +- .../core/src/core/execution/execution-hook.ts | 2 +- .../src/core/execution/pardon-execution.ts | 2 +- packages/core/src/core/expression.ts | 2 +- packages/core/src/core/formats/curl-fmt.ts | 2 +- packages/core/src/core/formats/http-fmt.ts | 2 +- packages/core/src/core/formats/https-fmt.ts | 2 +- packages/core/src/core/formats/kv-fmt.ts | 2 +- packages/core/src/core/formats/types.ts | 2 +- packages/core/src/core/json.ts | 2 +- packages/core/src/core/match.ts | 2 +- packages/core/src/core/pardon.ts | 2 +- packages/core/src/core/progress.ts | 2 +- .../core/src/core/request/body-template.ts | 2 +- .../core/src/core/request/fetch-pattern.ts | 2 +- .../core/src/core/request/https-template.ts | 2 +- .../core/src/core/request/search-pattern.ts | 2 +- packages/core/src/core/request/url-pattern.ts | 2 +- .../core/src/core/schema/core/config-space.ts | 2 +- .../core/src/core/schema/core/context-util.ts | 2 +- packages/core/src/core/schema/core/context.ts | 2 +- .../core/src/core/schema/core/debugging.ts | 2 +- .../core/src/core/schema/core/evaluate.ts | 2 +- .../core/src/core/schema/core/identifier.ts | 2 +- packages/core/src/core/schema/core/pattern.ts | 2 +- .../core/src/core/schema/core/schema-ops.ts | 2 +- .../core/src/core/schema/core/schema-utils.ts | 2 +- packages/core/src/core/schema/core/schema.ts | 2 +- packages/core/src/core/schema/core/scope.ts | 2 +- .../core/schema/core/script-environment.ts | 2 +- packages/core/src/core/schema/core/types.ts | 2 +- .../core/src/core/schema/definition/arrays.ts | 2 +- .../core/src/core/schema/definition/datum.ts | 2 +- .../definition/encodings/base64-encoding.ts | 2 +- .../definition/encodings/buffer-encoding.ts | 2 +- .../schema/definition/encodings/encoding.ts | 2 +- .../definition/encodings/headers-encoding.ts | 2 +- .../definition/encodings/json-encoding.ts | 2 +- .../definition/encodings/text-encoding.ts | 2 +- .../definition/encodings/url-encoded.ts | 2 +- .../src/core/schema/definition/hinting.ts | 2 +- .../core/src/core/schema/definition/index.ts | 2 +- .../src/core/schema/definition/objects.ts | 2 +- .../core/src/core/schema/definition/scalar.ts | 2 +- .../core/src/core/schema/definition/scoped.ts | 2 +- .../schema/definition/structures/hidden.ts | 2 +- .../definition/structures/keyed-list.ts | 2 +- .../schema/definition/structures/redact.ts | 2 +- .../schema/definition/structures/reference.ts | 2 +- .../core/schema/definition/structures/stub.ts | 2 +- packages/core/src/core/schema/scheming.ts | 2 +- packages/core/src/core/schema/template.ts | 2 +- packages/core/src/core/tracking.ts | 2 +- packages/core/src/core/unit-environment.ts | 2 +- packages/core/src/db/entities/cache-entity.ts | 2 +- packages/core/src/db/entities/http-entity.ts | 2 +- packages/core/src/db/entities/value-entity.ts | 2 +- packages/core/src/db/sqlite.ts | 2 +- packages/core/src/entry/main/cli/index.ts | 2 +- packages/core/src/entry/main/cli/options.ts | 2 +- packages/core/src/entry/main/cli/recall.ts | 2 +- packages/core/src/entry/proxy/cli.ts | 2 +- packages/core/src/entry/testing/assertions.ts | 2 +- .../core/src/entry/testing/cli/failfast.ts | 2 +- packages/core/src/entry/testing/cli/index.ts | 2 +- packages/core/src/entry/testing/cli/runner.ts | 2 +- packages/core/src/entry/testing/http.ts | 2 +- .../core/src/entry/testing/https-sequence.ts | 2 +- packages/core/src/entry/testing/sequence.ts | 2 +- packages/core/src/entry/testing/smoking.ts | 2 +- packages/core/src/entry/testing/test-api.ts | 2 +- .../core/src/entry/testing/testcases/core.ts | 2 +- .../src/entry/testing/testcases/counter.ts | 2 +- .../core/src/entry/testing/testcases/def.ts | 2 +- .../core/src/entry/testing/testcases/defi.ts | 2 +- .../core/src/entry/testing/testcases/each.ts | 2 +- .../src/entry/testing/testcases/format.ts | 2 +- .../core/src/entry/testing/testcases/index.ts | 2 +- .../core/src/entry/testing/testcases/page.ts | 2 +- .../src/entry/testing/testcases/repeat.ts | 2 +- .../core/src/entry/testing/testcases/robin.ts | 2 +- .../core/src/entry/testing/testcases/set.ts | 2 +- .../core/src/entry/testing/testcases/smoke.ts | 2 +- .../core/src/entry/testing/testcases/stop.ts | 2 +- .../src/entry/testing/testcases/unique.ts | 2 +- .../core/src/entry/testing/testcases/unset.ts | 2 +- packages/core/src/entry/testing/trial.ts | 2 +- packages/core/src/features/remember.ts | 2 +- packages/core/src/features/trace.ts | 2 +- packages/core/src/modules/api.ts | 2 +- packages/core/src/modules/database.ts | 2 +- packages/core/src/modules/formats.ts | 2 +- packages/core/src/modules/loader.ts | 2 +- packages/core/src/modules/playground.ts | 2 +- packages/core/src/modules/running.ts | 2 +- packages/core/src/modules/runtime.ts | 2 +- packages/core/src/modules/testing.ts | 2 +- packages/core/src/modules/utils.ts | 2 +- packages/core/src/runtime/compiler.ts | 2 +- packages/core/src/runtime/environment.ts | 2 +- packages/core/src/runtime/init/establish.ts | 2 +- .../core/src/runtime/init/fetch-polyfill.ts | 2 +- .../src/runtime/loader/legacy/rpc-register.ts | 2 +- .../core/src/runtime/loader/modern/ipc.ts | 2 +- .../core/src/runtime/loader/modern/loader.ts | 2 +- .../src/runtime/loader/modern/register.ts | 2 +- .../core/src/runtime/runtime-resolution.ts | 2 +- packages/core/src/runtime/runtime.ts | 2 +- packages/core/src/tsreset.d.ts | 2 +- packages/core/src/util/clean-object.ts | 2 +- packages/core/src/util/deferred.ts | 2 +- packages/core/src/util/kv-options.ts | 2 +- packages/core/src/util/mapping.ts | 2 +- packages/core/src/util/promise.ts | 2 +- packages/core/src/util/re.ts | 2 +- packages/core/src/util/resolvehome.ts | 2 +- packages/core/src/util/uniq-reducer.ts | 2 +- packages/core/src/util/value-id.ts | 2 +- packages/core/tests/app-tests.ts | 2 +- packages/core/tests/asserts.ts | 2 +- packages/core/tests/async/tracking-test.ts | 2 +- .../core/tests/schema/https-schema-test.ts | 2 +- packages/core/tests/schema/old-schema-test.ts | 2 +- .../core/tests/schema/schema-config-test.ts | 2 +- .../core/tests/schema/schema-encoding-test.ts | 2 +- .../tests/schema/schema-structure-test.ts | 2 +- packages/core/tests/schema/schema-test.ts | 2 +- packages/docs/astro.config.mjs | 2 +- packages/docs/eslint.config.mjs | 4 +- packages/docs/postcss.config.cjs | 2 +- packages/docs/src/components/CodeGrid.astro | 2 +- .../src/components/CollectionLinkCard.astro | 2 +- .../docs/src/components/ExerciseItem.astro | 2 +- .../src/components/ExerciseItemPrompt.astro | 2 +- packages/docs/src/components/Exercises.astro | 2 +- .../docs/src/components/FlexyCodeGrid.astro | 2 +- packages/docs/src/components/IconicCode.astro | 2 +- .../docs/src/components/KvPlayground.astro | 2 +- .../src/components/PardonPlayground.astro | 2 +- .../docs/src/components/ProductsView.astro | 2 +- packages/docs/src/components/SolidIcon.astro | 2 +- .../src/components/TestcasePlayground.astro | 2 +- packages/docs/src/components/index.ts | 2 +- packages/docs/src/components/inline-icon.pcss | 2 +- .../docs/src/components/null-server-hook.ts | 2 +- packages/docs/src/components/pardon-shared.ts | 2 +- .../docs/src/components/playground-icons.pcss | 2 +- .../pardon/pardon-playground-shared.ts | 2 +- .../playgrounds/pardon/playground-mood.pcss | 2 +- .../components/playgrounds/testcase/lcg.ts | 2 +- .../testcase/testcase-playground-shared.ts | 2 +- .../playgrounds/testcase/testcase-table.pcss | 2 +- .../src/components/products-server-hook.ts | 2 +- .../docs/src/components/server-hook-shared.ts | 2 +- .../src/components/starlight/Footer.astro | 2 +- .../src/components/starlight/PageFrame.astro | 2 +- packages/docs/src/content/config.ts | 2 +- packages/docs/src/content/docs/faq.mdx | 2 +- packages/docs/src/content/docs/index.mdx | 2 +- .../src/content/docs/intro/collections.mdx | 2 +- .../docs/src/content/docs/intro/dataflow.mdx | 2 +- .../docs/src/content/docs/intro/index.mdx | 3 +- .../docs/src/content/docs/intro/layers.mdx | 2 +- .../docs/src/content/docs/intro/patterns.mdx | 2 +- .../src/content/docs/intro/quickstart.mdx | 2 +- .../docs/src/content/docs/intro/schemas.mdx | 2 +- .../docs/src/content/docs/intro/scripting.mdx | 2 +- .../docs/src/content/docs/intro/templates.mdx | 2 +- .../docs/src/content/docs/intro/testcases.mdx | 2 +- .../content/docs/reference/https-format.mdx | 3 +- .../docs/src/content/docs/tech/causality.mdx | 2 +- packages/docs/src/content/docs/tech/kv.mdx | 2 +- .../src/content/docs/tech/schema-tech.mdx | 2 +- packages/docs/src/layouts/tailwind.pcss | 2 +- packages/docs/src/layouts/tweaks.pcss | 2 +- .../example/products/list.https | 2 +- .../docs/src/pardon/layers-collections.ts | 2 +- packages/docs/src/pardon/ping-example.ts | 2 +- .../docs/src/pardon/products-collections.ts | 2 +- .../docs/src/pardon/templates-collections.ts | 2 +- packages/docs/src/polyfill/async_hooks.ts | 2 +- packages/docs/src/polyfill/empty.ts | 2 +- packages/docs/src/polyfill/fs.ts | 2 +- packages/docs/src/polyfill/fs_promises.ts | 2 +- packages/docs/src/polyfill/net.ts | 2 +- packages/docs/src/polyfill/os.ts | 2 +- packages/docs/src/polyfill/path.ts | 2 +- .../docs/src/polyfill/shims/buffer-shim.ts | 2 +- .../docs/src/polyfill/shims/global-shim.ts | 2 +- packages/docs/src/polyfill/string_decoder.ts | 2 +- packages/docs/src/polyfill/url.ts | 2 +- packages/docs/src/polyfill/util-types.ts | 2 +- packages/docs/src/polyfill/util.ts | 2 +- packages/docs/tailwind.config.mjs | 2 +- packages/favor/.eslintrc.cjs | 2 +- packages/favor/electron/electron-env.d.ts | 2 +- packages/favor/electron/main.ts | 2 +- packages/favor/electron/menu.ts | 2 +- .../favor/electron/pardon-worker-runner.ts | 2 +- packages/favor/electron/pardon-worker.ts | 2 +- packages/favor/electron/preferences.ts | 2 +- packages/favor/electron/preload.ts | 2 +- packages/favor/eslint.config.mjs | 4 +- packages/favor/forge.config.ts | 2 +- packages/favor/postcss.config.cjs | 2 +- packages/favor/src/app.tsx | 2 +- packages/favor/src/app/main.tsx | 2 +- packages/favor/src/components.pcss | 2 +- .../src/components/ConfigurationDrawer.tsx | 2 +- packages/favor/src/components/DataInput.tsx | 2 +- .../favor/src/components/HttpMethodIcon.tsx | 2 +- .../favor/src/components/InProgressBanner.tsx | 2 +- packages/favor/src/components/InfoDrawer.pcss | 2 +- packages/favor/src/components/InfoDrawer.tsx | 2 +- .../favor/src/components/KeyValueCopier.tsx | 2 +- .../favor/src/components/LoadingSplash.tsx | 2 +- packages/favor/src/components/MultiView.pcss | 2 +- packages/favor/src/components/MultiView.tsx | 2 +- .../favor/src/components/RecallSystem.tsx | 2 +- .../favor/src/components/RequestHistory.tsx | 2 +- .../src/components/RequestSummaryTree.tsx | 2 +- .../favor/src/components/TbInterrobang.tsx | 2 +- .../favor/src/components/TestcaseSystem.tsx | 2 +- packages/favor/src/components/Toggle.tsx | 2 +- packages/favor/src/components/ValuesInput.tsx | 2 +- packages/favor/src/components/animate.ts | 2 +- packages/favor/src/components/animations.pcss | 2 +- .../src/components/codemirror/CodeMirror.tsx | 2 +- .../src/components/collection/AssetEditor.tsx | 2 +- .../collection/CollectionItemIcon.tsx | 2 +- .../collection/CollectionTreeView.tsx | 2 +- .../src/components/collection/Collections.tsx | 2 +- .../components/collection/CornerControls.tsx | 2 +- .../components/collection/FileListEditor.tsx | 2 +- .../components/collection/SampleItemIcon.tsx | 2 +- .../components/collection/SampleTreeView.tsx | 2 +- .../src/components/collection/Samples.tsx | 2 +- .../collection/collection-tree-types.ts | 2 +- .../collection/inbound/MakeRequestButton.tsx | 2 +- .../collection/inbound/ResponsePanel.tsx | 2 +- .../collection/inbound/ResponseView.tsx | 2 +- .../collection/outbound/PreviewPanel.tsx | 2 +- .../collection/sample-tree-types.ts | 2 +- packages/favor/src/components/display-util.ts | 2 +- .../favor/src/components/request-history.ts | 2 +- packages/favor/src/components/secure-data.ts | 2 +- packages/favor/src/corvu-support.pcss | 2 +- packages/favor/src/index.pcss | 2 +- packages/favor/src/index.tsx | 2 +- packages/favor/src/poly/util-types.ts | 2 +- packages/favor/src/signals/pardon-config.ts | 2 +- .../favor/src/signals/pardon-execution.ts | 2 +- packages/favor/src/styling.pcss | 2 +- packages/favor/src/util/index.ts | 2 +- packages/favor/src/util/numeric-sort.ts | 2 +- packages/favor/src/util/persistence.ts | 2 +- packages/favor/src/util/settle.ts | 2 +- packages/favor/src/vite-env.d.ts | 2 +- packages/favor/vite.base.config.ts | 2 +- packages/favor/vite.main.config.ts | 2 +- packages/favor/vite.preload.config.ts | 2 +- packages/favor/vite.renderer.config.ts | 2 +- 276 files changed, 449 insertions(+), 465 deletions(-) diff --git a/LICENSE b/LICENSE index 2675658c..73668e23 100644 --- a/LICENSE +++ b/LICENSE @@ -2,180 +2,169 @@ Version 2.0, January 2004 http://www.apache.org/licenses/ - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, and + distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by the + copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all other + entities that control, are controlled by, or are under common control with + that entity. For the purposes of this definition, "control" means (i) the + power, direct or indirect, to cause the direction or management of such + entity, whether by contract or otherwise, or (ii) ownership of fifty percent + (50%) or more of the outstanding shares, or (iii) beneficial ownership of + such entity. + + "You" (or "Your") shall mean an individual or Legal Entity exercising + permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation source, and + configuration files. + + "Object" form shall mean any form resulting from mechanical transformation + or translation of a Source form, including but not limited to compiled + object code, generated documentation, and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or Object form, + made available under the License, as indicated by a copyright notice that is + included in or attached to the work (an example is provided in the Appendix + below). + + "Derivative Works" shall mean any work, whether in Source or Object form, + that is based on (or derived from) the Work and for which the editorial + revisions, annotations, elaborations, or other modifications represent, as a + whole, an original work of authorship. For the purposes of this License, + Derivative Works shall not include works that remain separable from, or + merely link (or bind by name) to the interfaces of, the Work and Derivative + Works thereof. + + "Contribution" shall mean any work of authorship, including the original + version of the Work and any modifications or additions to that Work or + Derivative Works thereof, that is intentionally submitted to Licensor for + inclusion in the Work by the copyright owner or by an individual or Legal + Entity authorized to submit on behalf of the copyright owner. For the + purposes of this definition, "submitted" means any form of electronic, + verbal, or written communication sent to the Licensor or its + representatives, including but not limited to communication on electronic + mailing lists, source code control systems, and issue tracking systems that + are managed by, or on behalf of, the Licensor for the purpose of discussing + and improving the Work, but excluding communication that is conspicuously + marked or otherwise designated in writing by the copyright owner as "Not a + Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity on + behalf of whom a Contribution has been received by Licensor and subsequently + incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this + License, each Contributor hereby grants to You a perpetual, worldwide, + non-exclusive, no-charge, royalty-free, irrevocable copyright license to + reproduce, prepare Derivative Works of, publicly display, publicly perform, + sublicense, and distribute the Work and such Derivative Works in Source or + Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this + License, each Contributor hereby grants to You a perpetual, worldwide, + non-exclusive, no-charge, royalty-free, irrevocable (except as stated in + this section) patent license to make, have made, use, offer to sell, sell, + import, and otherwise transfer the Work, where such license applies only to + those patent claims licensable by such Contributor that are necessarily + infringed by their Contribution(s) alone or by combination of their + Contribution(s) with the Work to which such Contribution(s) was submitted. + If You institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work or a + Contribution incorporated within the Work constitutes direct or contributory + patent infringement, then any patent licenses granted to You under this + License for that Work shall terminate as of the date such litigation is + filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or + Derivative Works thereof in any medium, with or without modifications, and + in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a + copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating + that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You + distribute, all copyright, patent, trademark, and attribution notices from + the Source form of the Work, excluding those notices that do not pertain to + any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, + then any Derivative Works that You distribute must include a readable copy + of the attribution notices contained within such NOTICE file, excluding + those notices that do not pertain to any part of the Derivative Works, in at + least one of the following places: within a NOTICE text file distributed as + part of the Derivative Works; within the Source form or documentation, if + provided along with the Derivative Works; or, within a display generated by + the Derivative Works, if and wherever such third-party notices normally + appear. The contents of the NOTICE file are for informational purposes only + and do not modify the License. You may add Your own attribution notices + within Derivative Works that You distribute, alongside or as an addendum to + the NOTICE text from the Work, provided that such additional attribution + notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may + provide additional or different license terms and conditions for use, + reproduction, or distribution of Your modifications, or for any such + Derivative Works as a whole, provided Your use, reproduction, and + distribution of the Work otherwise complies with the conditions stated in + this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any + Contribution intentionally submitted for inclusion in the Work by You to the + Licensor shall be under the terms and conditions of this License, without + any additional terms or conditions. Notwithstanding the above, nothing + herein shall supersede or modify the terms of any separate license agreement + you may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, + trademarks, service marks, or product names of the Licensor, except as + required for reasonable and customary use in describing the origin of the + Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in + writing, Licensor provides the Work (and each Contributor provides its + Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied, including, without limitation, any + warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or + FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining + the appropriateness of using or redistributing the Work and assume any risks + associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in + tort (including negligence), contract, or otherwise, unless required by + applicable law (such as deliberate and grossly negligent acts) or agreed to + in writing, shall any Contributor be liable to You for damages, including + any direct, indirect, special, incidental, or consequential damages of any + character arising as a result of this License or out of the use or inability + to use the Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all other + commercial damages or losses), even if such Contributor has been advised of + the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing the Work or + Derivative Works thereof, You may choose to offer, and charge a fee for, + acceptance of support, warranty, indemnity, or other liability obligations + and/or rights consistent with this License. However, in accepting such + obligations, You may act only on Your own behalf and on Your sole + responsibility, not on behalf of any other Contributor, and only if You + agree to indemnify, defend, and hold each Contributor harmless for any + liability incurred by, or claims asserted against, such Contributor by + reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" @@ -186,17 +175,15 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2024 Adobe +Copyright 2025 Adobe - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at +Licensed under the Apache License, Version 2.0 (the "License"); you may not use +this file except in compliance with the License. You may obtain a copy of the +License at http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - +Unless required by applicable law or agreed to in writing, software distributed +under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR +CONDITIONS OF ANY KIND, either express or implied. See the License for the +specific language governing permissions and limitations under the License. diff --git a/packages/core/.eslintrc.cjs b/packages/core/.eslintrc.cjs index 4edcb376..bdd4b7b4 100644 --- a/packages/core/.eslintrc.cjs +++ b/packages/core/.eslintrc.cjs @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/LICENSE b/packages/core/LICENSE index 2675658c..7601a247 100644 --- a/packages/core/LICENSE +++ b/packages/core/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2024 Adobe + Copyright 2025 Adobe Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -199,4 +199,3 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - diff --git a/packages/core/ambient.d.ts b/packages/core/ambient.d.ts index ca596ed8..68fe5875 100644 --- a/packages/core/ambient.d.ts +++ b/packages/core/ambient.d.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/eslint.config.mjs b/packages/core/eslint.config.mjs index ee52555d..1aa7088e 100644 --- a/packages/core/eslint.config.mjs +++ b/packages/core/eslint.config.mjs @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 @@ -102,7 +102,7 @@ export default [ "utf-8", ).trim(), variables: { - year: `2024`, + year: `${new Date().getFullYear()}`, }, }, ], diff --git a/packages/core/exports.d.ts b/packages/core/exports.d.ts index 3976ea8a..9cc3bde2 100644 --- a/packages/core/exports.d.ts +++ b/packages/core/exports.d.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/rollup.config.mjs b/packages/core/rollup.config.mjs index 06156d8c..0c7cdbce 100644 --- a/packages/core/rollup.config.mjs +++ b/packages/core/rollup.config.mjs @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/api/cached.ts b/packages/core/src/api/cached.ts index 94ccb195..ef73c548 100644 --- a/packages/core/src/api/cached.ts +++ b/packages/core/src/api/cached.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/api/pardon-wrapper.ts b/packages/core/src/api/pardon-wrapper.ts index e28bf956..c37b1fb0 100644 --- a/packages/core/src/api/pardon-wrapper.ts +++ b/packages/core/src/api/pardon-wrapper.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/config/collection-types.ts b/packages/core/src/config/collection-types.ts index 4df042de..9cac67e8 100644 --- a/packages/core/src/config/collection-types.ts +++ b/packages/core/src/config/collection-types.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/config/collection.ts b/packages/core/src/config/collection.ts index 96783135..a7ce15dd 100644 --- a/packages/core/src/config/collection.ts +++ b/packages/core/src/config/collection.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/config/util/globfiles.ts b/packages/core/src/config/util/globfiles.ts index ec12658f..dc56d79a 100644 --- a/packages/core/src/config/util/globfiles.ts +++ b/packages/core/src/config/util/globfiles.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/app-context.ts b/packages/core/src/core/app-context.ts index b3ec5a67..9733d6bc 100644 --- a/packages/core/src/core/app-context.ts +++ b/packages/core/src/core/app-context.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/endpoint-environment.ts b/packages/core/src/core/endpoint-environment.ts index ef23adf9..72b71d41 100644 --- a/packages/core/src/core/endpoint-environment.ts +++ b/packages/core/src/core/endpoint-environment.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/error.ts b/packages/core/src/core/error.ts index ae0f68a5..d9774950 100644 --- a/packages/core/src/core/error.ts +++ b/packages/core/src/core/error.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/execution/execution-hook.ts b/packages/core/src/core/execution/execution-hook.ts index 0841d808..3ffeb8e6 100644 --- a/packages/core/src/core/execution/execution-hook.ts +++ b/packages/core/src/core/execution/execution-hook.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/execution/pardon-execution.ts b/packages/core/src/core/execution/pardon-execution.ts index c60da790..dd7a3289 100644 --- a/packages/core/src/core/execution/pardon-execution.ts +++ b/packages/core/src/core/execution/pardon-execution.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/expression.ts b/packages/core/src/core/expression.ts index fa8b58ae..18f5fccf 100644 --- a/packages/core/src/core/expression.ts +++ b/packages/core/src/core/expression.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/formats/curl-fmt.ts b/packages/core/src/core/formats/curl-fmt.ts index 9b88d8eb..2b6b433b 100644 --- a/packages/core/src/core/formats/curl-fmt.ts +++ b/packages/core/src/core/formats/curl-fmt.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/formats/http-fmt.ts b/packages/core/src/core/formats/http-fmt.ts index 1896939d..46fdad51 100644 --- a/packages/core/src/core/formats/http-fmt.ts +++ b/packages/core/src/core/formats/http-fmt.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/formats/https-fmt.ts b/packages/core/src/core/formats/https-fmt.ts index 9278bb16..e79bd8cf 100644 --- a/packages/core/src/core/formats/https-fmt.ts +++ b/packages/core/src/core/formats/https-fmt.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/formats/kv-fmt.ts b/packages/core/src/core/formats/kv-fmt.ts index 03535521..559e9da2 100644 --- a/packages/core/src/core/formats/kv-fmt.ts +++ b/packages/core/src/core/formats/kv-fmt.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/formats/types.ts b/packages/core/src/core/formats/types.ts index e4bd8d34..e7ccae2a 100644 --- a/packages/core/src/core/formats/types.ts +++ b/packages/core/src/core/formats/types.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/json.ts b/packages/core/src/core/json.ts index ca025e7a..1a8e3f98 100644 --- a/packages/core/src/core/json.ts +++ b/packages/core/src/core/json.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/match.ts b/packages/core/src/core/match.ts index ec683fe1..ddbd3af3 100644 --- a/packages/core/src/core/match.ts +++ b/packages/core/src/core/match.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/pardon.ts b/packages/core/src/core/pardon.ts index a58037ec..2e0e1c20 100644 --- a/packages/core/src/core/pardon.ts +++ b/packages/core/src/core/pardon.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/progress.ts b/packages/core/src/core/progress.ts index fb94754e..8eb59007 100644 --- a/packages/core/src/core/progress.ts +++ b/packages/core/src/core/progress.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/request/body-template.ts b/packages/core/src/core/request/body-template.ts index ba7918b1..39815673 100644 --- a/packages/core/src/core/request/body-template.ts +++ b/packages/core/src/core/request/body-template.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/request/fetch-pattern.ts b/packages/core/src/core/request/fetch-pattern.ts index 0e5c79cc..fc1240dc 100644 --- a/packages/core/src/core/request/fetch-pattern.ts +++ b/packages/core/src/core/request/fetch-pattern.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/request/https-template.ts b/packages/core/src/core/request/https-template.ts index 74a86ede..5957d2c0 100644 --- a/packages/core/src/core/request/https-template.ts +++ b/packages/core/src/core/request/https-template.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/request/search-pattern.ts b/packages/core/src/core/request/search-pattern.ts index 78a99fd8..a7a86743 100644 --- a/packages/core/src/core/request/search-pattern.ts +++ b/packages/core/src/core/request/search-pattern.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/request/url-pattern.ts b/packages/core/src/core/request/url-pattern.ts index e8ff9f22..455b30d3 100644 --- a/packages/core/src/core/request/url-pattern.ts +++ b/packages/core/src/core/request/url-pattern.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/core/config-space.ts b/packages/core/src/core/schema/core/config-space.ts index 8c181cc8..7a2f3c5d 100644 --- a/packages/core/src/core/schema/core/config-space.ts +++ b/packages/core/src/core/schema/core/config-space.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/core/context-util.ts b/packages/core/src/core/schema/core/context-util.ts index bc5568c6..e4fd9083 100644 --- a/packages/core/src/core/schema/core/context-util.ts +++ b/packages/core/src/core/schema/core/context-util.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/core/context.ts b/packages/core/src/core/schema/core/context.ts index 7add1b53..337728d1 100644 --- a/packages/core/src/core/schema/core/context.ts +++ b/packages/core/src/core/schema/core/context.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/core/debugging.ts b/packages/core/src/core/schema/core/debugging.ts index 315eaa64..e24599c1 100644 --- a/packages/core/src/core/schema/core/debugging.ts +++ b/packages/core/src/core/schema/core/debugging.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/core/evaluate.ts b/packages/core/src/core/schema/core/evaluate.ts index 4c80e724..632bfe7b 100644 --- a/packages/core/src/core/schema/core/evaluate.ts +++ b/packages/core/src/core/schema/core/evaluate.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/core/identifier.ts b/packages/core/src/core/schema/core/identifier.ts index dc17643d..ed0bd52f 100644 --- a/packages/core/src/core/schema/core/identifier.ts +++ b/packages/core/src/core/schema/core/identifier.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/core/pattern.ts b/packages/core/src/core/schema/core/pattern.ts index d11a9fb0..527ee327 100644 --- a/packages/core/src/core/schema/core/pattern.ts +++ b/packages/core/src/core/schema/core/pattern.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/core/schema-ops.ts b/packages/core/src/core/schema/core/schema-ops.ts index 77ae90b3..9e05d089 100644 --- a/packages/core/src/core/schema/core/schema-ops.ts +++ b/packages/core/src/core/schema/core/schema-ops.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/core/schema-utils.ts b/packages/core/src/core/schema/core/schema-utils.ts index 3882ee51..7a7621e8 100644 --- a/packages/core/src/core/schema/core/schema-utils.ts +++ b/packages/core/src/core/schema/core/schema-utils.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/core/schema.ts b/packages/core/src/core/schema/core/schema.ts index f96a20d8..1db18845 100644 --- a/packages/core/src/core/schema/core/schema.ts +++ b/packages/core/src/core/schema/core/schema.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/core/scope.ts b/packages/core/src/core/schema/core/scope.ts index 80421ce5..b2fdfdc5 100644 --- a/packages/core/src/core/schema/core/scope.ts +++ b/packages/core/src/core/schema/core/scope.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/core/script-environment.ts b/packages/core/src/core/schema/core/script-environment.ts index fe20ecca..9213fff6 100644 --- a/packages/core/src/core/schema/core/script-environment.ts +++ b/packages/core/src/core/schema/core/script-environment.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/core/types.ts b/packages/core/src/core/schema/core/types.ts index 49dd65ea..a560684b 100644 --- a/packages/core/src/core/schema/core/types.ts +++ b/packages/core/src/core/schema/core/types.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/definition/arrays.ts b/packages/core/src/core/schema/definition/arrays.ts index 4b0ab621..9183271a 100644 --- a/packages/core/src/core/schema/definition/arrays.ts +++ b/packages/core/src/core/schema/definition/arrays.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/definition/datum.ts b/packages/core/src/core/schema/definition/datum.ts index 2f85b4c8..c571703d 100644 --- a/packages/core/src/core/schema/definition/datum.ts +++ b/packages/core/src/core/schema/definition/datum.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/definition/encodings/base64-encoding.ts b/packages/core/src/core/schema/definition/encodings/base64-encoding.ts index 5a8d3da5..2f1e4ca5 100644 --- a/packages/core/src/core/schema/definition/encodings/base64-encoding.ts +++ b/packages/core/src/core/schema/definition/encodings/base64-encoding.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/definition/encodings/buffer-encoding.ts b/packages/core/src/core/schema/definition/encodings/buffer-encoding.ts index 96f9d010..282f19ba 100644 --- a/packages/core/src/core/schema/definition/encodings/buffer-encoding.ts +++ b/packages/core/src/core/schema/definition/encodings/buffer-encoding.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/definition/encodings/encoding.ts b/packages/core/src/core/schema/definition/encodings/encoding.ts index 22e1f399..d865034f 100644 --- a/packages/core/src/core/schema/definition/encodings/encoding.ts +++ b/packages/core/src/core/schema/definition/encodings/encoding.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/definition/encodings/headers-encoding.ts b/packages/core/src/core/schema/definition/encodings/headers-encoding.ts index bf3bdf09..42081649 100644 --- a/packages/core/src/core/schema/definition/encodings/headers-encoding.ts +++ b/packages/core/src/core/schema/definition/encodings/headers-encoding.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/definition/encodings/json-encoding.ts b/packages/core/src/core/schema/definition/encodings/json-encoding.ts index efa02dce..30984eb9 100644 --- a/packages/core/src/core/schema/definition/encodings/json-encoding.ts +++ b/packages/core/src/core/schema/definition/encodings/json-encoding.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/definition/encodings/text-encoding.ts b/packages/core/src/core/schema/definition/encodings/text-encoding.ts index 158ba958..69e0083b 100644 --- a/packages/core/src/core/schema/definition/encodings/text-encoding.ts +++ b/packages/core/src/core/schema/definition/encodings/text-encoding.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/definition/encodings/url-encoded.ts b/packages/core/src/core/schema/definition/encodings/url-encoded.ts index 8dfc8df4..25be44af 100644 --- a/packages/core/src/core/schema/definition/encodings/url-encoded.ts +++ b/packages/core/src/core/schema/definition/encodings/url-encoded.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/definition/hinting.ts b/packages/core/src/core/schema/definition/hinting.ts index 903344b0..8ea12c3a 100644 --- a/packages/core/src/core/schema/definition/hinting.ts +++ b/packages/core/src/core/schema/definition/hinting.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/definition/index.ts b/packages/core/src/core/schema/definition/index.ts index 5ea89f2d..7e8a95b8 100644 --- a/packages/core/src/core/schema/definition/index.ts +++ b/packages/core/src/core/schema/definition/index.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/definition/objects.ts b/packages/core/src/core/schema/definition/objects.ts index 933f57a8..05f67633 100644 --- a/packages/core/src/core/schema/definition/objects.ts +++ b/packages/core/src/core/schema/definition/objects.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/definition/scalar.ts b/packages/core/src/core/schema/definition/scalar.ts index d476141c..1c8c577d 100644 --- a/packages/core/src/core/schema/definition/scalar.ts +++ b/packages/core/src/core/schema/definition/scalar.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/definition/scoped.ts b/packages/core/src/core/schema/definition/scoped.ts index 09910efd..c978152c 100644 --- a/packages/core/src/core/schema/definition/scoped.ts +++ b/packages/core/src/core/schema/definition/scoped.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/definition/structures/hidden.ts b/packages/core/src/core/schema/definition/structures/hidden.ts index 93c47c74..bebaf582 100644 --- a/packages/core/src/core/schema/definition/structures/hidden.ts +++ b/packages/core/src/core/schema/definition/structures/hidden.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/definition/structures/keyed-list.ts b/packages/core/src/core/schema/definition/structures/keyed-list.ts index 3653de02..4c29b741 100644 --- a/packages/core/src/core/schema/definition/structures/keyed-list.ts +++ b/packages/core/src/core/schema/definition/structures/keyed-list.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/definition/structures/redact.ts b/packages/core/src/core/schema/definition/structures/redact.ts index 229839d2..af22e0f6 100644 --- a/packages/core/src/core/schema/definition/structures/redact.ts +++ b/packages/core/src/core/schema/definition/structures/redact.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/definition/structures/reference.ts b/packages/core/src/core/schema/definition/structures/reference.ts index cfefe42d..c7f2ed4d 100644 --- a/packages/core/src/core/schema/definition/structures/reference.ts +++ b/packages/core/src/core/schema/definition/structures/reference.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/definition/structures/stub.ts b/packages/core/src/core/schema/definition/structures/stub.ts index c91ad6c0..e8d7a36f 100644 --- a/packages/core/src/core/schema/definition/structures/stub.ts +++ b/packages/core/src/core/schema/definition/structures/stub.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/scheming.ts b/packages/core/src/core/schema/scheming.ts index 956cb3e4..c69fbdb5 100644 --- a/packages/core/src/core/schema/scheming.ts +++ b/packages/core/src/core/schema/scheming.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/schema/template.ts b/packages/core/src/core/schema/template.ts index 2ed1a02f..1df7f159 100644 --- a/packages/core/src/core/schema/template.ts +++ b/packages/core/src/core/schema/template.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/tracking.ts b/packages/core/src/core/tracking.ts index 9469afb4..ec09e14b 100644 --- a/packages/core/src/core/tracking.ts +++ b/packages/core/src/core/tracking.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/core/unit-environment.ts b/packages/core/src/core/unit-environment.ts index 2199f4e0..55db2d3f 100644 --- a/packages/core/src/core/unit-environment.ts +++ b/packages/core/src/core/unit-environment.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/db/entities/cache-entity.ts b/packages/core/src/db/entities/cache-entity.ts index 63447eea..d6f244e3 100644 --- a/packages/core/src/db/entities/cache-entity.ts +++ b/packages/core/src/db/entities/cache-entity.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/db/entities/http-entity.ts b/packages/core/src/db/entities/http-entity.ts index fd27393d..a7867596 100644 --- a/packages/core/src/db/entities/http-entity.ts +++ b/packages/core/src/db/entities/http-entity.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/db/entities/value-entity.ts b/packages/core/src/db/entities/value-entity.ts index 849cfeb1..5b6e8b01 100644 --- a/packages/core/src/db/entities/value-entity.ts +++ b/packages/core/src/db/entities/value-entity.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/db/sqlite.ts b/packages/core/src/db/sqlite.ts index dd37a76d..a77b8101 100644 --- a/packages/core/src/db/sqlite.ts +++ b/packages/core/src/db/sqlite.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/main/cli/index.ts b/packages/core/src/entry/main/cli/index.ts index a99b7701..90bdb389 100755 --- a/packages/core/src/entry/main/cli/index.ts +++ b/packages/core/src/entry/main/cli/index.ts @@ -1,6 +1,6 @@ #!/usr/bin/env -S node --enable-source-maps --stack-trace-limit=69 /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/main/cli/options.ts b/packages/core/src/entry/main/cli/options.ts index b9552fb3..a94853f8 100644 --- a/packages/core/src/entry/main/cli/options.ts +++ b/packages/core/src/entry/main/cli/options.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/main/cli/recall.ts b/packages/core/src/entry/main/cli/recall.ts index 15b3709d..e07b33f6 100644 --- a/packages/core/src/entry/main/cli/recall.ts +++ b/packages/core/src/entry/main/cli/recall.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/proxy/cli.ts b/packages/core/src/entry/proxy/cli.ts index 270d924c..3f14cc90 100755 --- a/packages/core/src/entry/proxy/cli.ts +++ b/packages/core/src/entry/proxy/cli.ts @@ -1,7 +1,7 @@ #!/usr/bin/env -S node --enable-source-maps --stack-trace-limit=69 /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/testing/assertions.ts b/packages/core/src/entry/testing/assertions.ts index cdb0546b..af0bf838 100644 --- a/packages/core/src/entry/testing/assertions.ts +++ b/packages/core/src/entry/testing/assertions.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/testing/cli/failfast.ts b/packages/core/src/entry/testing/cli/failfast.ts index 6034c8a1..69e054ed 100644 --- a/packages/core/src/entry/testing/cli/failfast.ts +++ b/packages/core/src/entry/testing/cli/failfast.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/testing/cli/index.ts b/packages/core/src/entry/testing/cli/index.ts index acf9a177..c8aed520 100644 --- a/packages/core/src/entry/testing/cli/index.ts +++ b/packages/core/src/entry/testing/cli/index.ts @@ -1,6 +1,6 @@ #!/usr/bin/env -S node --enable-source-maps --stack-trace-limit=69 /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/testing/cli/runner.ts b/packages/core/src/entry/testing/cli/runner.ts index ceec5ff5..edad44c2 100644 --- a/packages/core/src/entry/testing/cli/runner.ts +++ b/packages/core/src/entry/testing/cli/runner.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/testing/http.ts b/packages/core/src/entry/testing/http.ts index a98fd1fc..656b2a92 100644 --- a/packages/core/src/entry/testing/http.ts +++ b/packages/core/src/entry/testing/http.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/testing/https-sequence.ts b/packages/core/src/entry/testing/https-sequence.ts index a236bf8e..fef19c3b 100644 --- a/packages/core/src/entry/testing/https-sequence.ts +++ b/packages/core/src/entry/testing/https-sequence.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/testing/sequence.ts b/packages/core/src/entry/testing/sequence.ts index 41317b9a..dcb7e028 100644 --- a/packages/core/src/entry/testing/sequence.ts +++ b/packages/core/src/entry/testing/sequence.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/testing/smoking.ts b/packages/core/src/entry/testing/smoking.ts index 3a573b79..548649a1 100644 --- a/packages/core/src/entry/testing/smoking.ts +++ b/packages/core/src/entry/testing/smoking.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/testing/test-api.ts b/packages/core/src/entry/testing/test-api.ts index 795f41f6..604488b0 100644 --- a/packages/core/src/entry/testing/test-api.ts +++ b/packages/core/src/entry/testing/test-api.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/testing/testcases/core.ts b/packages/core/src/entry/testing/testcases/core.ts index 43db9df4..e884d885 100644 --- a/packages/core/src/entry/testing/testcases/core.ts +++ b/packages/core/src/entry/testing/testcases/core.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/testing/testcases/counter.ts b/packages/core/src/entry/testing/testcases/counter.ts index a583dd0b..30042f72 100644 --- a/packages/core/src/entry/testing/testcases/counter.ts +++ b/packages/core/src/entry/testing/testcases/counter.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/testing/testcases/def.ts b/packages/core/src/entry/testing/testcases/def.ts index 347961b0..21f969c1 100644 --- a/packages/core/src/entry/testing/testcases/def.ts +++ b/packages/core/src/entry/testing/testcases/def.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/testing/testcases/defi.ts b/packages/core/src/entry/testing/testcases/defi.ts index 0e829f31..100bbbbf 100644 --- a/packages/core/src/entry/testing/testcases/defi.ts +++ b/packages/core/src/entry/testing/testcases/defi.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/testing/testcases/each.ts b/packages/core/src/entry/testing/testcases/each.ts index 079a75db..34d3358e 100644 --- a/packages/core/src/entry/testing/testcases/each.ts +++ b/packages/core/src/entry/testing/testcases/each.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/testing/testcases/format.ts b/packages/core/src/entry/testing/testcases/format.ts index c2622109..f380c7c3 100644 --- a/packages/core/src/entry/testing/testcases/format.ts +++ b/packages/core/src/entry/testing/testcases/format.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/testing/testcases/index.ts b/packages/core/src/entry/testing/testcases/index.ts index 602c4649..1590904b 100644 --- a/packages/core/src/entry/testing/testcases/index.ts +++ b/packages/core/src/entry/testing/testcases/index.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/testing/testcases/page.ts b/packages/core/src/entry/testing/testcases/page.ts index 423c833c..672026a6 100644 --- a/packages/core/src/entry/testing/testcases/page.ts +++ b/packages/core/src/entry/testing/testcases/page.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/testing/testcases/repeat.ts b/packages/core/src/entry/testing/testcases/repeat.ts index 59114906..289a667c 100644 --- a/packages/core/src/entry/testing/testcases/repeat.ts +++ b/packages/core/src/entry/testing/testcases/repeat.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/testing/testcases/robin.ts b/packages/core/src/entry/testing/testcases/robin.ts index 109c8ef7..62968138 100644 --- a/packages/core/src/entry/testing/testcases/robin.ts +++ b/packages/core/src/entry/testing/testcases/robin.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/testing/testcases/set.ts b/packages/core/src/entry/testing/testcases/set.ts index 417e095b..d7ecff7d 100644 --- a/packages/core/src/entry/testing/testcases/set.ts +++ b/packages/core/src/entry/testing/testcases/set.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/testing/testcases/smoke.ts b/packages/core/src/entry/testing/testcases/smoke.ts index 3b01ffcc..5b187633 100644 --- a/packages/core/src/entry/testing/testcases/smoke.ts +++ b/packages/core/src/entry/testing/testcases/smoke.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/testing/testcases/stop.ts b/packages/core/src/entry/testing/testcases/stop.ts index 151fc81b..840eccf2 100644 --- a/packages/core/src/entry/testing/testcases/stop.ts +++ b/packages/core/src/entry/testing/testcases/stop.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/testing/testcases/unique.ts b/packages/core/src/entry/testing/testcases/unique.ts index ddf40f71..8253b865 100644 --- a/packages/core/src/entry/testing/testcases/unique.ts +++ b/packages/core/src/entry/testing/testcases/unique.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/testing/testcases/unset.ts b/packages/core/src/entry/testing/testcases/unset.ts index 0a450d88..d3f30d79 100644 --- a/packages/core/src/entry/testing/testcases/unset.ts +++ b/packages/core/src/entry/testing/testcases/unset.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/entry/testing/trial.ts b/packages/core/src/entry/testing/trial.ts index de11d6ac..50f8b461 100644 --- a/packages/core/src/entry/testing/trial.ts +++ b/packages/core/src/entry/testing/trial.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/features/remember.ts b/packages/core/src/features/remember.ts index 61a6f68a..4d8b159a 100644 --- a/packages/core/src/features/remember.ts +++ b/packages/core/src/features/remember.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/features/trace.ts b/packages/core/src/features/trace.ts index f5fba233..907f09b0 100644 --- a/packages/core/src/features/trace.ts +++ b/packages/core/src/features/trace.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/modules/api.ts b/packages/core/src/modules/api.ts index 33b32709..0968b4cb 100644 --- a/packages/core/src/modules/api.ts +++ b/packages/core/src/modules/api.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/modules/database.ts b/packages/core/src/modules/database.ts index dd62d203..36d6444c 100644 --- a/packages/core/src/modules/database.ts +++ b/packages/core/src/modules/database.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/modules/formats.ts b/packages/core/src/modules/formats.ts index eb9a5616..4917dc44 100644 --- a/packages/core/src/modules/formats.ts +++ b/packages/core/src/modules/formats.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/modules/loader.ts b/packages/core/src/modules/loader.ts index 4d7484be..286870c1 100644 --- a/packages/core/src/modules/loader.ts +++ b/packages/core/src/modules/loader.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/modules/playground.ts b/packages/core/src/modules/playground.ts index 3080d1c3..c39f00a9 100644 --- a/packages/core/src/modules/playground.ts +++ b/packages/core/src/modules/playground.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/modules/running.ts b/packages/core/src/modules/running.ts index e42f8bd4..5395795a 100644 --- a/packages/core/src/modules/running.ts +++ b/packages/core/src/modules/running.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/modules/runtime.ts b/packages/core/src/modules/runtime.ts index 534b983b..7adfe524 100644 --- a/packages/core/src/modules/runtime.ts +++ b/packages/core/src/modules/runtime.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/modules/testing.ts b/packages/core/src/modules/testing.ts index 76909662..121714b9 100644 --- a/packages/core/src/modules/testing.ts +++ b/packages/core/src/modules/testing.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/modules/utils.ts b/packages/core/src/modules/utils.ts index 3edbc3bc..080f4191 100644 --- a/packages/core/src/modules/utils.ts +++ b/packages/core/src/modules/utils.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/runtime/compiler.ts b/packages/core/src/runtime/compiler.ts index dfced917..15fc53c8 100644 --- a/packages/core/src/runtime/compiler.ts +++ b/packages/core/src/runtime/compiler.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/runtime/environment.ts b/packages/core/src/runtime/environment.ts index fb62c178..b2ffc90f 100644 --- a/packages/core/src/runtime/environment.ts +++ b/packages/core/src/runtime/environment.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/runtime/init/establish.ts b/packages/core/src/runtime/init/establish.ts index bcb7dbfe..cff888c7 100644 --- a/packages/core/src/runtime/init/establish.ts +++ b/packages/core/src/runtime/init/establish.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/runtime/init/fetch-polyfill.ts b/packages/core/src/runtime/init/fetch-polyfill.ts index ecf67e03..d48d088a 100644 --- a/packages/core/src/runtime/init/fetch-polyfill.ts +++ b/packages/core/src/runtime/init/fetch-polyfill.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/runtime/loader/legacy/rpc-register.ts b/packages/core/src/runtime/loader/legacy/rpc-register.ts index 6bed4244..fdf87a09 100644 --- a/packages/core/src/runtime/loader/legacy/rpc-register.ts +++ b/packages/core/src/runtime/loader/legacy/rpc-register.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/runtime/loader/modern/ipc.ts b/packages/core/src/runtime/loader/modern/ipc.ts index 2656eaa0..152fd5f2 100644 --- a/packages/core/src/runtime/loader/modern/ipc.ts +++ b/packages/core/src/runtime/loader/modern/ipc.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/runtime/loader/modern/loader.ts b/packages/core/src/runtime/loader/modern/loader.ts index db1e710f..f272a2c8 100644 --- a/packages/core/src/runtime/loader/modern/loader.ts +++ b/packages/core/src/runtime/loader/modern/loader.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/runtime/loader/modern/register.ts b/packages/core/src/runtime/loader/modern/register.ts index b5ae01ee..168dacfd 100644 --- a/packages/core/src/runtime/loader/modern/register.ts +++ b/packages/core/src/runtime/loader/modern/register.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/runtime/runtime-resolution.ts b/packages/core/src/runtime/runtime-resolution.ts index 50715ce7..5ec52699 100644 --- a/packages/core/src/runtime/runtime-resolution.ts +++ b/packages/core/src/runtime/runtime-resolution.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/runtime/runtime.ts b/packages/core/src/runtime/runtime.ts index 3eb88c3a..6bb4a7ec 100644 --- a/packages/core/src/runtime/runtime.ts +++ b/packages/core/src/runtime/runtime.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/tsreset.d.ts b/packages/core/src/tsreset.d.ts index 4f420138..257b9762 100644 --- a/packages/core/src/tsreset.d.ts +++ b/packages/core/src/tsreset.d.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/util/clean-object.ts b/packages/core/src/util/clean-object.ts index dc4ecd1f..36dec626 100644 --- a/packages/core/src/util/clean-object.ts +++ b/packages/core/src/util/clean-object.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/util/deferred.ts b/packages/core/src/util/deferred.ts index 7b362b4e..7d84d9e4 100644 --- a/packages/core/src/util/deferred.ts +++ b/packages/core/src/util/deferred.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/util/kv-options.ts b/packages/core/src/util/kv-options.ts index 58f03629..0e3a5265 100644 --- a/packages/core/src/util/kv-options.ts +++ b/packages/core/src/util/kv-options.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/util/mapping.ts b/packages/core/src/util/mapping.ts index 17215389..ae94cf87 100644 --- a/packages/core/src/util/mapping.ts +++ b/packages/core/src/util/mapping.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/util/promise.ts b/packages/core/src/util/promise.ts index 3cbee518..fb83d4ed 100644 --- a/packages/core/src/util/promise.ts +++ b/packages/core/src/util/promise.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/util/re.ts b/packages/core/src/util/re.ts index 6f80d6fc..7e35aa8c 100644 --- a/packages/core/src/util/re.ts +++ b/packages/core/src/util/re.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/util/resolvehome.ts b/packages/core/src/util/resolvehome.ts index 09330bf6..1d92e2ba 100644 --- a/packages/core/src/util/resolvehome.ts +++ b/packages/core/src/util/resolvehome.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/util/uniq-reducer.ts b/packages/core/src/util/uniq-reducer.ts index 3dbdcb0a..c488b1a7 100644 --- a/packages/core/src/util/uniq-reducer.ts +++ b/packages/core/src/util/uniq-reducer.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/src/util/value-id.ts b/packages/core/src/util/value-id.ts index c1875c0d..a34fc7c6 100644 --- a/packages/core/src/util/value-id.ts +++ b/packages/core/src/util/value-id.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/tests/app-tests.ts b/packages/core/tests/app-tests.ts index 53ce4388..c235ced5 100644 --- a/packages/core/tests/app-tests.ts +++ b/packages/core/tests/app-tests.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/tests/asserts.ts b/packages/core/tests/asserts.ts index 7c165be4..f16aa0df 100644 --- a/packages/core/tests/asserts.ts +++ b/packages/core/tests/asserts.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/tests/async/tracking-test.ts b/packages/core/tests/async/tracking-test.ts index 4da7262d..6a7f25f5 100644 --- a/packages/core/tests/async/tracking-test.ts +++ b/packages/core/tests/async/tracking-test.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/tests/schema/https-schema-test.ts b/packages/core/tests/schema/https-schema-test.ts index 9162dfcf..68b1d9fe 100644 --- a/packages/core/tests/schema/https-schema-test.ts +++ b/packages/core/tests/schema/https-schema-test.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/tests/schema/old-schema-test.ts b/packages/core/tests/schema/old-schema-test.ts index c79fda21..6a7ba82a 100644 --- a/packages/core/tests/schema/old-schema-test.ts +++ b/packages/core/tests/schema/old-schema-test.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/tests/schema/schema-config-test.ts b/packages/core/tests/schema/schema-config-test.ts index f5b5e76a..35cf9fec 100644 --- a/packages/core/tests/schema/schema-config-test.ts +++ b/packages/core/tests/schema/schema-config-test.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/tests/schema/schema-encoding-test.ts b/packages/core/tests/schema/schema-encoding-test.ts index e69a6632..1f0d9c3a 100644 --- a/packages/core/tests/schema/schema-encoding-test.ts +++ b/packages/core/tests/schema/schema-encoding-test.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/tests/schema/schema-structure-test.ts b/packages/core/tests/schema/schema-structure-test.ts index aa0d49db..e5617322 100644 --- a/packages/core/tests/schema/schema-structure-test.ts +++ b/packages/core/tests/schema/schema-structure-test.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/core/tests/schema/schema-test.ts b/packages/core/tests/schema/schema-test.ts index 43b8f470..7e002b87 100644 --- a/packages/core/tests/schema/schema-test.ts +++ b/packages/core/tests/schema/schema-test.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/astro.config.mjs b/packages/docs/astro.config.mjs index 001d9b84..310d924f 100644 --- a/packages/docs/astro.config.mjs +++ b/packages/docs/astro.config.mjs @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/eslint.config.mjs b/packages/docs/eslint.config.mjs index 9aa6cac7..4cfe517b 100644 --- a/packages/docs/eslint.config.mjs +++ b/packages/docs/eslint.config.mjs @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 @@ -106,7 +106,7 @@ export default [ "utf-8", ).trim(), variables: { - year: `2024`, + year: `${new Date().getFullYear()}`, }, }, ], diff --git a/packages/docs/postcss.config.cjs b/packages/docs/postcss.config.cjs index aa8f9471..68a4afba 100644 --- a/packages/docs/postcss.config.cjs +++ b/packages/docs/postcss.config.cjs @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/CodeGrid.astro b/packages/docs/src/components/CodeGrid.astro index 3c6c1348..7d3ae03c 100644 --- a/packages/docs/src/components/CodeGrid.astro +++ b/packages/docs/src/components/CodeGrid.astro @@ -1,6 +1,6 @@ --- /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/CollectionLinkCard.astro b/packages/docs/src/components/CollectionLinkCard.astro index 157fec6e..805c3c07 100644 --- a/packages/docs/src/components/CollectionLinkCard.astro +++ b/packages/docs/src/components/CollectionLinkCard.astro @@ -1,6 +1,6 @@ --- /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/ExerciseItem.astro b/packages/docs/src/components/ExerciseItem.astro index c08eb3fa..37e84d3b 100644 --- a/packages/docs/src/components/ExerciseItem.astro +++ b/packages/docs/src/components/ExerciseItem.astro @@ -1,6 +1,6 @@ --- /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/ExerciseItemPrompt.astro b/packages/docs/src/components/ExerciseItemPrompt.astro index 4bfc8355..3d27ffd2 100644 --- a/packages/docs/src/components/ExerciseItemPrompt.astro +++ b/packages/docs/src/components/ExerciseItemPrompt.astro @@ -1,6 +1,6 @@ --- /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/Exercises.astro b/packages/docs/src/components/Exercises.astro index 59b41873..78750013 100644 --- a/packages/docs/src/components/Exercises.astro +++ b/packages/docs/src/components/Exercises.astro @@ -1,6 +1,6 @@ --- /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/FlexyCodeGrid.astro b/packages/docs/src/components/FlexyCodeGrid.astro index ea6a4fcc..3df4adf6 100644 --- a/packages/docs/src/components/FlexyCodeGrid.astro +++ b/packages/docs/src/components/FlexyCodeGrid.astro @@ -1,6 +1,6 @@ --- /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/IconicCode.astro b/packages/docs/src/components/IconicCode.astro index cf318673..fb9fdd41 100644 --- a/packages/docs/src/components/IconicCode.astro +++ b/packages/docs/src/components/IconicCode.astro @@ -1,6 +1,6 @@ --- /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/KvPlayground.astro b/packages/docs/src/components/KvPlayground.astro index 6e845d05..6308e4f5 100644 --- a/packages/docs/src/components/KvPlayground.astro +++ b/packages/docs/src/components/KvPlayground.astro @@ -1,6 +1,6 @@ --- /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/PardonPlayground.astro b/packages/docs/src/components/PardonPlayground.astro index 2a2cd43e..35fe887e 100644 --- a/packages/docs/src/components/PardonPlayground.astro +++ b/packages/docs/src/components/PardonPlayground.astro @@ -1,6 +1,6 @@ --- /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/ProductsView.astro b/packages/docs/src/components/ProductsView.astro index edbfb3eb..7e21c198 100644 --- a/packages/docs/src/components/ProductsView.astro +++ b/packages/docs/src/components/ProductsView.astro @@ -1,6 +1,6 @@ --- /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/SolidIcon.astro b/packages/docs/src/components/SolidIcon.astro index 302d6a5f..a2c02853 100644 --- a/packages/docs/src/components/SolidIcon.astro +++ b/packages/docs/src/components/SolidIcon.astro @@ -1,6 +1,6 @@ --- /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/TestcasePlayground.astro b/packages/docs/src/components/TestcasePlayground.astro index a710b71b..1b32e231 100644 --- a/packages/docs/src/components/TestcasePlayground.astro +++ b/packages/docs/src/components/TestcasePlayground.astro @@ -1,6 +1,6 @@ --- /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/index.ts b/packages/docs/src/components/index.ts index 3a16d389..f7db61ac 100644 --- a/packages/docs/src/components/index.ts +++ b/packages/docs/src/components/index.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/inline-icon.pcss b/packages/docs/src/components/inline-icon.pcss index 1e05b43f..d2ab6762 100644 --- a/packages/docs/src/components/inline-icon.pcss +++ b/packages/docs/src/components/inline-icon.pcss @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/null-server-hook.ts b/packages/docs/src/components/null-server-hook.ts index 41ea2b76..cf860c26 100644 --- a/packages/docs/src/components/null-server-hook.ts +++ b/packages/docs/src/components/null-server-hook.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/pardon-shared.ts b/packages/docs/src/components/pardon-shared.ts index 8aba3c9a..de4c39b4 100644 --- a/packages/docs/src/components/pardon-shared.ts +++ b/packages/docs/src/components/pardon-shared.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/playground-icons.pcss b/packages/docs/src/components/playground-icons.pcss index 397e9a27..e4fc909f 100644 --- a/packages/docs/src/components/playground-icons.pcss +++ b/packages/docs/src/components/playground-icons.pcss @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/playgrounds/pardon/pardon-playground-shared.ts b/packages/docs/src/components/playgrounds/pardon/pardon-playground-shared.ts index 0e185e0c..5115e957 100644 --- a/packages/docs/src/components/playgrounds/pardon/pardon-playground-shared.ts +++ b/packages/docs/src/components/playgrounds/pardon/pardon-playground-shared.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/playgrounds/pardon/playground-mood.pcss b/packages/docs/src/components/playgrounds/pardon/playground-mood.pcss index 2843dfea..51cce46d 100644 --- a/packages/docs/src/components/playgrounds/pardon/playground-mood.pcss +++ b/packages/docs/src/components/playgrounds/pardon/playground-mood.pcss @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/playgrounds/testcase/lcg.ts b/packages/docs/src/components/playgrounds/testcase/lcg.ts index 489036ce..780e195e 100644 --- a/packages/docs/src/components/playgrounds/testcase/lcg.ts +++ b/packages/docs/src/components/playgrounds/testcase/lcg.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/playgrounds/testcase/testcase-playground-shared.ts b/packages/docs/src/components/playgrounds/testcase/testcase-playground-shared.ts index 667a51b3..a1c214c3 100644 --- a/packages/docs/src/components/playgrounds/testcase/testcase-playground-shared.ts +++ b/packages/docs/src/components/playgrounds/testcase/testcase-playground-shared.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/playgrounds/testcase/testcase-table.pcss b/packages/docs/src/components/playgrounds/testcase/testcase-table.pcss index ae7d659a..44cd8e02 100644 --- a/packages/docs/src/components/playgrounds/testcase/testcase-table.pcss +++ b/packages/docs/src/components/playgrounds/testcase/testcase-table.pcss @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/products-server-hook.ts b/packages/docs/src/components/products-server-hook.ts index 02da1c16..9ecd75ec 100644 --- a/packages/docs/src/components/products-server-hook.ts +++ b/packages/docs/src/components/products-server-hook.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/server-hook-shared.ts b/packages/docs/src/components/server-hook-shared.ts index aa20b0d8..6d05a168 100644 --- a/packages/docs/src/components/server-hook-shared.ts +++ b/packages/docs/src/components/server-hook-shared.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/starlight/Footer.astro b/packages/docs/src/components/starlight/Footer.astro index c006a3e0..6aab8578 100644 --- a/packages/docs/src/components/starlight/Footer.astro +++ b/packages/docs/src/components/starlight/Footer.astro @@ -1,6 +1,6 @@ --- /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/components/starlight/PageFrame.astro b/packages/docs/src/components/starlight/PageFrame.astro index cb96329f..8c82bcef 100644 --- a/packages/docs/src/components/starlight/PageFrame.astro +++ b/packages/docs/src/components/starlight/PageFrame.astro @@ -1,6 +1,6 @@ --- /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/content/config.ts b/packages/docs/src/content/config.ts index a1100d0d..e83abd43 100644 --- a/packages/docs/src/content/config.ts +++ b/packages/docs/src/content/config.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/content/docs/faq.mdx b/packages/docs/src/content/docs/faq.mdx index 025feef8..1bc5f765 100644 --- a/packages/docs/src/content/docs/faq.mdx +++ b/packages/docs/src/content/docs/faq.mdx @@ -1,5 +1,5 @@ --- -# Copyright 2024 Adobe. All rights reserved. +# Copyright 2025 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/content/docs/index.mdx b/packages/docs/src/content/docs/index.mdx index fcc487c9..e5db18e4 100644 --- a/packages/docs/src/content/docs/index.mdx +++ b/packages/docs/src/content/docs/index.mdx @@ -1,5 +1,5 @@ --- -# Copyright 2024 Adobe. All rights reserved. +# Copyright 2025 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/content/docs/intro/collections.mdx b/packages/docs/src/content/docs/intro/collections.mdx index b932be84..0ad8edc5 100644 --- a/packages/docs/src/content/docs/intro/collections.mdx +++ b/packages/docs/src/content/docs/intro/collections.mdx @@ -1,5 +1,5 @@ --- -# Copyright 2024 Adobe. All rights reserved. +# Copyright 2025 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/content/docs/intro/dataflow.mdx b/packages/docs/src/content/docs/intro/dataflow.mdx index ab7df8ba..178fda6a 100644 --- a/packages/docs/src/content/docs/intro/dataflow.mdx +++ b/packages/docs/src/content/docs/intro/dataflow.mdx @@ -1,5 +1,5 @@ --- -# Copyright 2024 Adobe. All rights reserved. +# Copyright 2025 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/content/docs/intro/index.mdx b/packages/docs/src/content/docs/intro/index.mdx index 5cbd6092..9d5815ee 100644 --- a/packages/docs/src/content/docs/intro/index.mdx +++ b/packages/docs/src/content/docs/intro/index.mdx @@ -1,5 +1,5 @@ --- -# Copyright 2024 Adobe. All rights reserved. +# Copyright 2025 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 @@ -258,4 +258,3 @@ To learn more of the fundamentals of Pardon's request matching and rendering sys the template guide. - diff --git a/packages/docs/src/content/docs/intro/layers.mdx b/packages/docs/src/content/docs/intro/layers.mdx index f459fea2..936b420d 100644 --- a/packages/docs/src/content/docs/intro/layers.mdx +++ b/packages/docs/src/content/docs/intro/layers.mdx @@ -1,5 +1,5 @@ --- -# Copyright 2024 Adobe. All rights reserved. +# Copyright 2025 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/content/docs/intro/patterns.mdx b/packages/docs/src/content/docs/intro/patterns.mdx index 6ad363c9..c8313cec 100644 --- a/packages/docs/src/content/docs/intro/patterns.mdx +++ b/packages/docs/src/content/docs/intro/patterns.mdx @@ -1,5 +1,5 @@ --- -# Copyright 2024 Adobe. All rights reserved. +# Copyright 2025 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/content/docs/intro/quickstart.mdx b/packages/docs/src/content/docs/intro/quickstart.mdx index 1a710791..905d18ab 100644 --- a/packages/docs/src/content/docs/intro/quickstart.mdx +++ b/packages/docs/src/content/docs/intro/quickstart.mdx @@ -1,5 +1,5 @@ --- -# Copyright 2024 Adobe. All rights reserved. +# Copyright 2025 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/content/docs/intro/schemas.mdx b/packages/docs/src/content/docs/intro/schemas.mdx index 9d4d8186..d47de166 100644 --- a/packages/docs/src/content/docs/intro/schemas.mdx +++ b/packages/docs/src/content/docs/intro/schemas.mdx @@ -1,5 +1,5 @@ --- -# Copyright 2024 Adobe. All rights reserved. +# Copyright 2025 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/content/docs/intro/scripting.mdx b/packages/docs/src/content/docs/intro/scripting.mdx index 63f23f5e..d1e27714 100644 --- a/packages/docs/src/content/docs/intro/scripting.mdx +++ b/packages/docs/src/content/docs/intro/scripting.mdx @@ -1,5 +1,5 @@ --- -# Copyright 2024 Adobe. All rights reserved. +# Copyright 2025 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/content/docs/intro/templates.mdx b/packages/docs/src/content/docs/intro/templates.mdx index b9c2d789..bdf4a57c 100644 --- a/packages/docs/src/content/docs/intro/templates.mdx +++ b/packages/docs/src/content/docs/intro/templates.mdx @@ -1,5 +1,5 @@ --- -# Copyright 2024 Adobe. All rights reserved. +# Copyright 2025 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/content/docs/intro/testcases.mdx b/packages/docs/src/content/docs/intro/testcases.mdx index 724bbcde..5558b3f3 100644 --- a/packages/docs/src/content/docs/intro/testcases.mdx +++ b/packages/docs/src/content/docs/intro/testcases.mdx @@ -1,5 +1,5 @@ --- -# Copyright 2024 Adobe. All rights reserved. +# Copyright 2025 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/content/docs/reference/https-format.mdx b/packages/docs/src/content/docs/reference/https-format.mdx index bd908986..f72a1f00 100644 --- a/packages/docs/src/content/docs/reference/https-format.mdx +++ b/packages/docs/src/content/docs/reference/https-format.mdx @@ -1,5 +1,5 @@ --- -# Copyright 2024 Adobe. All rights reserved. +# Copyright 2025 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 @@ -71,4 +71,3 @@ works like a "goto". Logs are simply pairs of requests and their corresponding responses. We can use these to replay requests and maybe compare responses. - diff --git a/packages/docs/src/content/docs/tech/causality.mdx b/packages/docs/src/content/docs/tech/causality.mdx index c3cf38db..32d21443 100644 --- a/packages/docs/src/content/docs/tech/causality.mdx +++ b/packages/docs/src/content/docs/tech/causality.mdx @@ -1,5 +1,5 @@ --- -# Copyright 2024 Adobe. All rights reserved. +# Copyright 2025 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/content/docs/tech/kv.mdx b/packages/docs/src/content/docs/tech/kv.mdx index af552d04..ec76473b 100644 --- a/packages/docs/src/content/docs/tech/kv.mdx +++ b/packages/docs/src/content/docs/tech/kv.mdx @@ -1,5 +1,5 @@ --- -# Copyright 2024 Adobe. All rights reserved. +# Copyright 2025 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/content/docs/tech/schema-tech.mdx b/packages/docs/src/content/docs/tech/schema-tech.mdx index 2c91686b..55939407 100644 --- a/packages/docs/src/content/docs/tech/schema-tech.mdx +++ b/packages/docs/src/content/docs/tech/schema-tech.mdx @@ -1,5 +1,5 @@ --- -# Copyright 2024 Adobe. All rights reserved. +# Copyright 2025 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/layouts/tailwind.pcss b/packages/docs/src/layouts/tailwind.pcss index cc4c6cc4..a6396571 100644 --- a/packages/docs/src/layouts/tailwind.pcss +++ b/packages/docs/src/layouts/tailwind.pcss @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/layouts/tweaks.pcss b/packages/docs/src/layouts/tweaks.pcss index b111526d..10175985 100644 --- a/packages/docs/src/layouts/tweaks.pcss +++ b/packages/docs/src/layouts/tweaks.pcss @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/pardon/example-body-processing/example/products/list.https b/packages/docs/src/pardon/example-body-processing/example/products/list.https index b475c34d..69dc88f7 100644 --- a/packages/docs/src/pardon/example-body-processing/example/products/list.https +++ b/packages/docs/src/pardon/example-body-processing/example/products/list.https @@ -1,4 +1,4 @@ -# Copyright 2024 Adobe. All rights reserved. +# Copyright 2025 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/pardon/layers-collections.ts b/packages/docs/src/pardon/layers-collections.ts index e0448628..22bf8862 100644 --- a/packages/docs/src/pardon/layers-collections.ts +++ b/packages/docs/src/pardon/layers-collections.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/pardon/ping-example.ts b/packages/docs/src/pardon/ping-example.ts index 73c4c4f9..bbfb1b27 100644 --- a/packages/docs/src/pardon/ping-example.ts +++ b/packages/docs/src/pardon/ping-example.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/pardon/products-collections.ts b/packages/docs/src/pardon/products-collections.ts index 50c9b016..566ee255 100644 --- a/packages/docs/src/pardon/products-collections.ts +++ b/packages/docs/src/pardon/products-collections.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/pardon/templates-collections.ts b/packages/docs/src/pardon/templates-collections.ts index e2709f7f..92f7b3c6 100644 --- a/packages/docs/src/pardon/templates-collections.ts +++ b/packages/docs/src/pardon/templates-collections.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/polyfill/async_hooks.ts b/packages/docs/src/polyfill/async_hooks.ts index f04b00df..1cec0261 100644 --- a/packages/docs/src/polyfill/async_hooks.ts +++ b/packages/docs/src/polyfill/async_hooks.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/polyfill/empty.ts b/packages/docs/src/polyfill/empty.ts index 5bd7a8e6..b9cbad6f 100644 --- a/packages/docs/src/polyfill/empty.ts +++ b/packages/docs/src/polyfill/empty.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/polyfill/fs.ts b/packages/docs/src/polyfill/fs.ts index 8ad1b0b2..38480efe 100644 --- a/packages/docs/src/polyfill/fs.ts +++ b/packages/docs/src/polyfill/fs.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/polyfill/fs_promises.ts b/packages/docs/src/polyfill/fs_promises.ts index 97947135..87c8fd7b 100644 --- a/packages/docs/src/polyfill/fs_promises.ts +++ b/packages/docs/src/polyfill/fs_promises.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/polyfill/net.ts b/packages/docs/src/polyfill/net.ts index cb57c2e5..76b98206 100644 --- a/packages/docs/src/polyfill/net.ts +++ b/packages/docs/src/polyfill/net.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/polyfill/os.ts b/packages/docs/src/polyfill/os.ts index 17e33559..965569ef 100644 --- a/packages/docs/src/polyfill/os.ts +++ b/packages/docs/src/polyfill/os.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/polyfill/path.ts b/packages/docs/src/polyfill/path.ts index 8fe949c0..eed5c36d 100644 --- a/packages/docs/src/polyfill/path.ts +++ b/packages/docs/src/polyfill/path.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/polyfill/shims/buffer-shim.ts b/packages/docs/src/polyfill/shims/buffer-shim.ts index 261f2efb..9ab55aab 100644 --- a/packages/docs/src/polyfill/shims/buffer-shim.ts +++ b/packages/docs/src/polyfill/shims/buffer-shim.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/polyfill/shims/global-shim.ts b/packages/docs/src/polyfill/shims/global-shim.ts index c8770349..b3a57a7e 100644 --- a/packages/docs/src/polyfill/shims/global-shim.ts +++ b/packages/docs/src/polyfill/shims/global-shim.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/polyfill/string_decoder.ts b/packages/docs/src/polyfill/string_decoder.ts index 7517a3e9..aae1e58b 100644 --- a/packages/docs/src/polyfill/string_decoder.ts +++ b/packages/docs/src/polyfill/string_decoder.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/polyfill/url.ts b/packages/docs/src/polyfill/url.ts index 481a72c1..07b10873 100644 --- a/packages/docs/src/polyfill/url.ts +++ b/packages/docs/src/polyfill/url.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/polyfill/util-types.ts b/packages/docs/src/polyfill/util-types.ts index 07727698..05a0a100 100644 --- a/packages/docs/src/polyfill/util-types.ts +++ b/packages/docs/src/polyfill/util-types.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/src/polyfill/util.ts b/packages/docs/src/polyfill/util.ts index 290ed50c..9aee1070 100644 --- a/packages/docs/src/polyfill/util.ts +++ b/packages/docs/src/polyfill/util.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/docs/tailwind.config.mjs b/packages/docs/tailwind.config.mjs index 8ac34d33..c0920416 100644 --- a/packages/docs/tailwind.config.mjs +++ b/packages/docs/tailwind.config.mjs @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/.eslintrc.cjs b/packages/favor/.eslintrc.cjs index 4edcb376..bdd4b7b4 100644 --- a/packages/favor/.eslintrc.cjs +++ b/packages/favor/.eslintrc.cjs @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/electron/electron-env.d.ts b/packages/favor/electron/electron-env.d.ts index 7d1959b0..f0edd47b 100644 --- a/packages/favor/electron/electron-env.d.ts +++ b/packages/favor/electron/electron-env.d.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/electron/main.ts b/packages/favor/electron/main.ts index e79ddc30..2debc722 100644 --- a/packages/favor/electron/main.ts +++ b/packages/favor/electron/main.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/electron/menu.ts b/packages/favor/electron/menu.ts index fd204b7b..caf5e57a 100644 --- a/packages/favor/electron/menu.ts +++ b/packages/favor/electron/menu.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/electron/pardon-worker-runner.ts b/packages/favor/electron/pardon-worker-runner.ts index a2fe8083..a11796cc 100644 --- a/packages/favor/electron/pardon-worker-runner.ts +++ b/packages/favor/electron/pardon-worker-runner.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/electron/pardon-worker.ts b/packages/favor/electron/pardon-worker.ts index 9367ba1d..70ced6f9 100644 --- a/packages/favor/electron/pardon-worker.ts +++ b/packages/favor/electron/pardon-worker.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/electron/preferences.ts b/packages/favor/electron/preferences.ts index 78333d24..b498dced 100644 --- a/packages/favor/electron/preferences.ts +++ b/packages/favor/electron/preferences.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/electron/preload.ts b/packages/favor/electron/preload.ts index ec189c97..428615fd 100644 --- a/packages/favor/electron/preload.ts +++ b/packages/favor/electron/preload.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/eslint.config.mjs b/packages/favor/eslint.config.mjs index 3f122729..0e9984b2 100644 --- a/packages/favor/eslint.config.mjs +++ b/packages/favor/eslint.config.mjs @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 @@ -105,7 +105,7 @@ export default [ "utf-8", ).trim(), variables: { - year: `2024`, + year: `${new Date().getFullYear()}`, }, }, ], diff --git a/packages/favor/forge.config.ts b/packages/favor/forge.config.ts index 0bf47ea3..77547625 100644 --- a/packages/favor/forge.config.ts +++ b/packages/favor/forge.config.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/postcss.config.cjs b/packages/favor/postcss.config.cjs index b8b6fa04..0a774477 100644 --- a/packages/favor/postcss.config.cjs +++ b/packages/favor/postcss.config.cjs @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/app.tsx b/packages/favor/src/app.tsx index e7f476f7..16527a78 100644 --- a/packages/favor/src/app.tsx +++ b/packages/favor/src/app.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/app/main.tsx b/packages/favor/src/app/main.tsx index 371feb36..53555a9f 100644 --- a/packages/favor/src/app/main.tsx +++ b/packages/favor/src/app/main.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components.pcss b/packages/favor/src/components.pcss index d504df63..fccc92ab 100644 --- a/packages/favor/src/components.pcss +++ b/packages/favor/src/components.pcss @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/ConfigurationDrawer.tsx b/packages/favor/src/components/ConfigurationDrawer.tsx index 231bfd25..50157bf9 100644 --- a/packages/favor/src/components/ConfigurationDrawer.tsx +++ b/packages/favor/src/components/ConfigurationDrawer.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/DataInput.tsx b/packages/favor/src/components/DataInput.tsx index 915519f7..532263a8 100644 --- a/packages/favor/src/components/DataInput.tsx +++ b/packages/favor/src/components/DataInput.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/HttpMethodIcon.tsx b/packages/favor/src/components/HttpMethodIcon.tsx index bac5fd23..b158884e 100644 --- a/packages/favor/src/components/HttpMethodIcon.tsx +++ b/packages/favor/src/components/HttpMethodIcon.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/InProgressBanner.tsx b/packages/favor/src/components/InProgressBanner.tsx index 6ddd7c13..f15150b8 100644 --- a/packages/favor/src/components/InProgressBanner.tsx +++ b/packages/favor/src/components/InProgressBanner.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/InfoDrawer.pcss b/packages/favor/src/components/InfoDrawer.pcss index 5b401b3f..47ef3651 100644 --- a/packages/favor/src/components/InfoDrawer.pcss +++ b/packages/favor/src/components/InfoDrawer.pcss @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/InfoDrawer.tsx b/packages/favor/src/components/InfoDrawer.tsx index c9da7b5f..7b7f1f17 100644 --- a/packages/favor/src/components/InfoDrawer.tsx +++ b/packages/favor/src/components/InfoDrawer.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/KeyValueCopier.tsx b/packages/favor/src/components/KeyValueCopier.tsx index d3f7f88e..61172069 100644 --- a/packages/favor/src/components/KeyValueCopier.tsx +++ b/packages/favor/src/components/KeyValueCopier.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/LoadingSplash.tsx b/packages/favor/src/components/LoadingSplash.tsx index 033d70d3..e9ab1f60 100644 --- a/packages/favor/src/components/LoadingSplash.tsx +++ b/packages/favor/src/components/LoadingSplash.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/MultiView.pcss b/packages/favor/src/components/MultiView.pcss index 65aa49c7..4bb36dae 100644 --- a/packages/favor/src/components/MultiView.pcss +++ b/packages/favor/src/components/MultiView.pcss @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/MultiView.tsx b/packages/favor/src/components/MultiView.tsx index 0f5e5744..db7b21f1 100644 --- a/packages/favor/src/components/MultiView.tsx +++ b/packages/favor/src/components/MultiView.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/RecallSystem.tsx b/packages/favor/src/components/RecallSystem.tsx index 16ae3da5..dd05e43f 100644 --- a/packages/favor/src/components/RecallSystem.tsx +++ b/packages/favor/src/components/RecallSystem.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/RequestHistory.tsx b/packages/favor/src/components/RequestHistory.tsx index 9cef37cd..1710e26d 100644 --- a/packages/favor/src/components/RequestHistory.tsx +++ b/packages/favor/src/components/RequestHistory.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/RequestSummaryTree.tsx b/packages/favor/src/components/RequestSummaryTree.tsx index 8647b9cb..f8075fad 100644 --- a/packages/favor/src/components/RequestSummaryTree.tsx +++ b/packages/favor/src/components/RequestSummaryTree.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/TbInterrobang.tsx b/packages/favor/src/components/TbInterrobang.tsx index 216da82e..92c3cf35 100644 --- a/packages/favor/src/components/TbInterrobang.tsx +++ b/packages/favor/src/components/TbInterrobang.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/TestcaseSystem.tsx b/packages/favor/src/components/TestcaseSystem.tsx index add11614..e948e4a9 100644 --- a/packages/favor/src/components/TestcaseSystem.tsx +++ b/packages/favor/src/components/TestcaseSystem.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/Toggle.tsx b/packages/favor/src/components/Toggle.tsx index f91d20a2..d6eea8d4 100644 --- a/packages/favor/src/components/Toggle.tsx +++ b/packages/favor/src/components/Toggle.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/ValuesInput.tsx b/packages/favor/src/components/ValuesInput.tsx index cc30d593..0acb000e 100644 --- a/packages/favor/src/components/ValuesInput.tsx +++ b/packages/favor/src/components/ValuesInput.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/animate.ts b/packages/favor/src/components/animate.ts index 98af1d3c..5320bec9 100644 --- a/packages/favor/src/components/animate.ts +++ b/packages/favor/src/components/animate.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/animations.pcss b/packages/favor/src/components/animations.pcss index 73e746d7..98161ba4 100644 --- a/packages/favor/src/components/animations.pcss +++ b/packages/favor/src/components/animations.pcss @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/codemirror/CodeMirror.tsx b/packages/favor/src/components/codemirror/CodeMirror.tsx index 59605773..438e3254 100644 --- a/packages/favor/src/components/codemirror/CodeMirror.tsx +++ b/packages/favor/src/components/codemirror/CodeMirror.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/collection/AssetEditor.tsx b/packages/favor/src/components/collection/AssetEditor.tsx index b0637e16..b6ce4cf6 100644 --- a/packages/favor/src/components/collection/AssetEditor.tsx +++ b/packages/favor/src/components/collection/AssetEditor.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/collection/CollectionItemIcon.tsx b/packages/favor/src/components/collection/CollectionItemIcon.tsx index 4b83db28..ae24f178 100644 --- a/packages/favor/src/components/collection/CollectionItemIcon.tsx +++ b/packages/favor/src/components/collection/CollectionItemIcon.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/collection/CollectionTreeView.tsx b/packages/favor/src/components/collection/CollectionTreeView.tsx index d6caf622..a5120493 100644 --- a/packages/favor/src/components/collection/CollectionTreeView.tsx +++ b/packages/favor/src/components/collection/CollectionTreeView.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/collection/Collections.tsx b/packages/favor/src/components/collection/Collections.tsx index d7613746..05486b8d 100644 --- a/packages/favor/src/components/collection/Collections.tsx +++ b/packages/favor/src/components/collection/Collections.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/collection/CornerControls.tsx b/packages/favor/src/components/collection/CornerControls.tsx index aaf5275f..942749ba 100644 --- a/packages/favor/src/components/collection/CornerControls.tsx +++ b/packages/favor/src/components/collection/CornerControls.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/collection/FileListEditor.tsx b/packages/favor/src/components/collection/FileListEditor.tsx index df4bea97..4119f3f5 100644 --- a/packages/favor/src/components/collection/FileListEditor.tsx +++ b/packages/favor/src/components/collection/FileListEditor.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/collection/SampleItemIcon.tsx b/packages/favor/src/components/collection/SampleItemIcon.tsx index 692d82a1..62f97707 100644 --- a/packages/favor/src/components/collection/SampleItemIcon.tsx +++ b/packages/favor/src/components/collection/SampleItemIcon.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/collection/SampleTreeView.tsx b/packages/favor/src/components/collection/SampleTreeView.tsx index 7df4ffa7..66956141 100644 --- a/packages/favor/src/components/collection/SampleTreeView.tsx +++ b/packages/favor/src/components/collection/SampleTreeView.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/collection/Samples.tsx b/packages/favor/src/components/collection/Samples.tsx index 58c2fb5d..f1e59639 100644 --- a/packages/favor/src/components/collection/Samples.tsx +++ b/packages/favor/src/components/collection/Samples.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/collection/collection-tree-types.ts b/packages/favor/src/components/collection/collection-tree-types.ts index 8058a2c6..8689a202 100644 --- a/packages/favor/src/components/collection/collection-tree-types.ts +++ b/packages/favor/src/components/collection/collection-tree-types.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/collection/inbound/MakeRequestButton.tsx b/packages/favor/src/components/collection/inbound/MakeRequestButton.tsx index f0a03280..2174857a 100644 --- a/packages/favor/src/components/collection/inbound/MakeRequestButton.tsx +++ b/packages/favor/src/components/collection/inbound/MakeRequestButton.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/collection/inbound/ResponsePanel.tsx b/packages/favor/src/components/collection/inbound/ResponsePanel.tsx index 226dc0ae..aed60677 100644 --- a/packages/favor/src/components/collection/inbound/ResponsePanel.tsx +++ b/packages/favor/src/components/collection/inbound/ResponsePanel.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/collection/inbound/ResponseView.tsx b/packages/favor/src/components/collection/inbound/ResponseView.tsx index a542fd5f..91f825c3 100644 --- a/packages/favor/src/components/collection/inbound/ResponseView.tsx +++ b/packages/favor/src/components/collection/inbound/ResponseView.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/collection/outbound/PreviewPanel.tsx b/packages/favor/src/components/collection/outbound/PreviewPanel.tsx index b2402ad3..c547e9e7 100644 --- a/packages/favor/src/components/collection/outbound/PreviewPanel.tsx +++ b/packages/favor/src/components/collection/outbound/PreviewPanel.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/collection/sample-tree-types.ts b/packages/favor/src/components/collection/sample-tree-types.ts index 18bfe67c..0ade8b15 100644 --- a/packages/favor/src/components/collection/sample-tree-types.ts +++ b/packages/favor/src/components/collection/sample-tree-types.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/display-util.ts b/packages/favor/src/components/display-util.ts index 73c5ca3d..50a58d3b 100644 --- a/packages/favor/src/components/display-util.ts +++ b/packages/favor/src/components/display-util.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/request-history.ts b/packages/favor/src/components/request-history.ts index 322ee04e..b0ac1ac3 100644 --- a/packages/favor/src/components/request-history.ts +++ b/packages/favor/src/components/request-history.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/components/secure-data.ts b/packages/favor/src/components/secure-data.ts index 82640c27..1118c335 100644 --- a/packages/favor/src/components/secure-data.ts +++ b/packages/favor/src/components/secure-data.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/corvu-support.pcss b/packages/favor/src/corvu-support.pcss index b2d09ae6..32822736 100644 --- a/packages/favor/src/corvu-support.pcss +++ b/packages/favor/src/corvu-support.pcss @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/index.pcss b/packages/favor/src/index.pcss index ebb8b1c5..9a431051 100644 --- a/packages/favor/src/index.pcss +++ b/packages/favor/src/index.pcss @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/index.tsx b/packages/favor/src/index.tsx index 2aadbe50..92c479c3 100644 --- a/packages/favor/src/index.tsx +++ b/packages/favor/src/index.tsx @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/poly/util-types.ts b/packages/favor/src/poly/util-types.ts index 07727698..05a0a100 100644 --- a/packages/favor/src/poly/util-types.ts +++ b/packages/favor/src/poly/util-types.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/signals/pardon-config.ts b/packages/favor/src/signals/pardon-config.ts index 362537e3..4e91f805 100644 --- a/packages/favor/src/signals/pardon-config.ts +++ b/packages/favor/src/signals/pardon-config.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/signals/pardon-execution.ts b/packages/favor/src/signals/pardon-execution.ts index 2efb70a1..b1af4571 100644 --- a/packages/favor/src/signals/pardon-execution.ts +++ b/packages/favor/src/signals/pardon-execution.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/styling.pcss b/packages/favor/src/styling.pcss index 518c8b3e..76e8aae2 100644 --- a/packages/favor/src/styling.pcss +++ b/packages/favor/src/styling.pcss @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/util/index.ts b/packages/favor/src/util/index.ts index 761f4c22..a00f9c37 100644 --- a/packages/favor/src/util/index.ts +++ b/packages/favor/src/util/index.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/util/numeric-sort.ts b/packages/favor/src/util/numeric-sort.ts index 790e3cca..f6c2ee99 100644 --- a/packages/favor/src/util/numeric-sort.ts +++ b/packages/favor/src/util/numeric-sort.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/util/persistence.ts b/packages/favor/src/util/persistence.ts index 9beac46e..b75408a2 100644 --- a/packages/favor/src/util/persistence.ts +++ b/packages/favor/src/util/persistence.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/util/settle.ts b/packages/favor/src/util/settle.ts index 0b69a05c..eb406445 100644 --- a/packages/favor/src/util/settle.ts +++ b/packages/favor/src/util/settle.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/src/vite-env.d.ts b/packages/favor/src/vite-env.d.ts index 37066c04..584a3a60 100644 --- a/packages/favor/src/vite-env.d.ts +++ b/packages/favor/src/vite-env.d.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/vite.base.config.ts b/packages/favor/vite.base.config.ts index ee3f9b9c..9140a8c3 100644 --- a/packages/favor/vite.base.config.ts +++ b/packages/favor/vite.base.config.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/vite.main.config.ts b/packages/favor/vite.main.config.ts index 71474d59..a5c3c85c 100644 --- a/packages/favor/vite.main.config.ts +++ b/packages/favor/vite.main.config.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/vite.preload.config.ts b/packages/favor/vite.preload.config.ts index 4d09264b..26662eba 100644 --- a/packages/favor/vite.preload.config.ts +++ b/packages/favor/vite.preload.config.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/packages/favor/vite.renderer.config.ts b/packages/favor/vite.renderer.config.ts index e328f691..82b5c9b0 100644 --- a/packages/favor/vite.renderer.config.ts +++ b/packages/favor/vite.renderer.config.ts @@ -1,5 +1,5 @@ /* -Copyright 2024 Adobe. All rights reserved. +Copyright 2025 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0