From 7eafafcc5de8ce1091068e95b4b72b812c5668f8 Mon Sep 17 00:00:00 2001 From: Matt Johnson-Pint Date: Thu, 10 Jul 2025 18:29:23 -0700 Subject: [PATCH] chore: simplify copyright headers --- README.md | 4 ++-- cli/install.sh | 6 +----- cli/src/commands/build/index.ts | 6 +----- cli/src/commands/dev/index.ts | 6 +----- cli/src/commands/new/index.ts | 6 +----- cli/src/commands/runtime/install/index.ts | 6 +----- cli/src/commands/runtime/list/index.ts | 6 +----- cli/src/commands/runtime/remove/index.ts | 6 +----- cli/src/commands/sdk/install/index.ts | 6 +----- cli/src/commands/sdk/list/index.ts | 6 +----- cli/src/commands/sdk/remove/index.ts | 6 +----- cli/src/custom/globals.ts | 6 +----- cli/src/custom/header.ts | 6 +----- cli/src/custom/help.ts | 6 +----- cli/src/custom/logo.ts | 6 +----- cli/src/index.ts | 6 +----- cli/src/util/appinfo.ts | 6 +----- cli/src/util/appname.ts | 6 +----- cli/src/util/cp.ts | 6 +----- cli/src/util/errors.ts | 6 +----- cli/src/util/fs.ts | 6 +----- cli/src/util/http.ts | 6 +----- cli/src/util/hypermode.ts | 6 +----- cli/src/util/index.ts | 6 +----- cli/src/util/installer.ts | 6 +----- cli/src/util/metadata.ts | 6 +----- cli/src/util/systemVersions.ts | 6 +----- cli/src/util/tar.ts | 6 +----- cli/src/util/versioninfo.ts | 6 +----- lib/manifest/connection.go | 6 +----- lib/manifest/dgraph.go | 6 +----- lib/manifest/endpoints.go | 6 +----- lib/manifest/http.go | 6 +----- lib/manifest/manifest.go | 6 +----- lib/manifest/model.go | 6 +----- lib/manifest/mysql.go | 6 +----- lib/manifest/neo4j.go | 6 +----- lib/manifest/postgresql.go | 6 +----- lib/manifest/test/manifest_test.go | 6 +----- lib/manifest/utils.go | 6 +----- lib/metadata/builder.go | 6 +----- lib/metadata/extras.go | 6 +----- lib/metadata/metadata.go | 6 +----- lib/metadata/reader.go | 6 +----- lib/wasmextractor/wasmextractor.go | 6 +----- runtime/actors/actorlogger.go | 6 +----- runtime/actors/actorsystem.go | 6 +----- runtime/actors/agents.go | 6 +----- runtime/actors/cluster.go | 6 +----- runtime/actors/misc.go | 6 +----- runtime/actors/subscriber.go | 6 +----- runtime/actors/wasmagent.go | 6 +----- runtime/app/app.go | 6 +----- runtime/app/app_test.go | 6 +----- runtime/app/config.go | 6 +----- runtime/app/config_test.go | 6 +----- runtime/app/version.go | 6 +----- runtime/app/version_test.go | 6 +----- runtime/db/agentstate.go | 6 +----- runtime/db/db.go | 6 +----- runtime/db/inferencehistory.go | 6 +----- runtime/db/modusdb.go | 6 +----- runtime/dgraphclient/dgraph.go | 6 +----- runtime/dgraphclient/dgraphclient.go | 6 +----- runtime/dgraphclient/registry.go | 6 +----- runtime/dgraphclient/types.go | 6 +----- runtime/envfiles/envfilemonitor.go | 6 +----- runtime/envfiles/envfiles.go | 6 +----- runtime/envfiles/events.go | 6 +----- runtime/explorer/explorer.go | 6 +----- runtime/functions/events.go | 6 +----- runtime/functions/fninfo.go | 6 +----- runtime/functions/helpers.go | 6 +----- runtime/functions/registration.go | 6 +----- runtime/graphql/datasource/configuration.go | 6 +----- runtime/graphql/datasource/eventsds.go | 6 +----- runtime/graphql/datasource/factory.go | 6 +----- runtime/graphql/datasource/functionsds.go | 6 +----- runtime/graphql/datasource/planner.go | 6 +----- runtime/graphql/engine/engine.go | 6 +----- runtime/graphql/engine/logging.go | 6 +----- runtime/graphql/graphql.go | 6 +----- runtime/graphql/schemagen/conventions.go | 6 +----- runtime/graphql/schemagen/schemagen.go | 6 +----- runtime/graphql/schemagen/schemagen_as_test.go | 6 +----- runtime/graphql/schemagen/schemagen_go_test.go | 6 +----- runtime/graphqlclient/graphqlclient.go | 6 +----- runtime/hostfunctions/agents.go | 6 +----- runtime/hostfunctions/database.go | 6 +----- runtime/hostfunctions/dgraph.go | 6 +----- runtime/hostfunctions/graphql.go | 6 +----- runtime/hostfunctions/hostfunctions.go | 6 +----- runtime/hostfunctions/http.go | 6 +----- runtime/hostfunctions/models.go | 6 +----- runtime/hostfunctions/neo4j.go | 6 +----- runtime/hostfunctions/secrets.go | 6 +----- runtime/hostfunctions/system.go | 6 +----- runtime/httpclient/connections.go | 6 +----- runtime/httpclient/fetch.go | 6 +----- runtime/httpclient/types.go | 6 +----- runtime/httpserver/dynamicMux.go | 6 +----- runtime/httpserver/health.go | 6 +----- runtime/httpserver/server.go | 6 +----- runtime/integration_tests/postgresql_integration_test.go | 6 +----- runtime/langsupport/executionplan.go | 6 +----- runtime/langsupport/langtypeinfo.go | 6 +----- runtime/langsupport/language.go | 6 +----- runtime/langsupport/planner.go | 6 +----- runtime/langsupport/primitives/converters.go | 6 +----- runtime/langsupport/primitives/decoders.go | 6 +----- runtime/langsupport/primitives/encoders.go | 6 +----- runtime/langsupport/primitives/readers.go | 6 +----- runtime/langsupport/primitives/writers.go | 6 +----- runtime/langsupport/typehandler.go | 6 +----- runtime/langsupport/typeinfo.go | 6 +----- runtime/langsupport/utils.go | 6 +----- runtime/langsupport/wasmadapter.go | 6 +----- runtime/languages/assemblyscript/adapter.go | 6 +----- runtime/languages/assemblyscript/handler_arraybuffers.go | 6 +----- runtime/languages/assemblyscript/handler_arrays.go | 6 +----- runtime/languages/assemblyscript/handler_classes.go | 6 +----- runtime/languages/assemblyscript/handler_dates.go | 6 +----- runtime/languages/assemblyscript/handler_maps.go | 6 +----- runtime/languages/assemblyscript/handler_objects.go | 6 +----- runtime/languages/assemblyscript/handler_primitivearrays.go | 6 +----- runtime/languages/assemblyscript/handler_primitives.go | 6 +----- runtime/languages/assemblyscript/handler_strings.go | 6 +----- runtime/languages/assemblyscript/handler_typedarrays.go | 6 +----- runtime/languages/assemblyscript/hash/hash.go | 6 +----- runtime/languages/assemblyscript/planner.go | 6 +----- .../assemblyscript/testdata/assembly/arraybuffers.ts | 6 +----- .../languages/assemblyscript/testdata/assembly/arrays.ts | 6 +----- .../languages/assemblyscript/testdata/assembly/classes.ts | 6 +----- runtime/languages/assemblyscript/testdata/assembly/dates.ts | 6 +----- runtime/languages/assemblyscript/testdata/assembly/env.ts | 6 +----- .../languages/assemblyscript/testdata/assembly/hostfns.ts | 6 +----- runtime/languages/assemblyscript/testdata/assembly/index.ts | 6 +----- runtime/languages/assemblyscript/testdata/assembly/maps.ts | 6 +----- .../assemblyscript/testdata/assembly/primitives.ts | 6 +----- .../languages/assemblyscript/testdata/assembly/strings.ts | 6 +----- .../assemblyscript/testdata/assembly/typedarrays.ts | 6 +----- runtime/languages/assemblyscript/tests/arraybuffers_test.go | 6 +----- runtime/languages/assemblyscript/tests/arrays_test.go | 6 +----- runtime/languages/assemblyscript/tests/classes_test.go | 6 +----- runtime/languages/assemblyscript/tests/dates_test.go | 6 +----- runtime/languages/assemblyscript/tests/env_test.go | 6 +----- runtime/languages/assemblyscript/tests/hostfns_test.go | 6 +----- runtime/languages/assemblyscript/tests/maps_test.go | 6 +----- runtime/languages/assemblyscript/tests/primitives_test.go | 6 +----- runtime/languages/assemblyscript/tests/setup_test.go | 6 +----- runtime/languages/assemblyscript/tests/special_test.go | 6 +----- runtime/languages/assemblyscript/tests/strings_test.go | 6 +----- runtime/languages/assemblyscript/tests/typedarrays_test.go | 6 +----- runtime/languages/assemblyscript/typeinfo.go | 6 +----- runtime/languages/golang/adapter.go | 6 +----- runtime/languages/golang/handler_arrays.go | 6 +----- runtime/languages/golang/handler_maps.go | 6 +----- runtime/languages/golang/handler_pointers.go | 6 +----- runtime/languages/golang/handler_primitivearrays.go | 6 +----- runtime/languages/golang/handler_primitives.go | 6 +----- runtime/languages/golang/handler_primitiveslices.go | 6 +----- runtime/languages/golang/handler_slices.go | 6 +----- runtime/languages/golang/handler_strings.go | 6 +----- runtime/languages/golang/handler_structs.go | 6 +----- runtime/languages/golang/handler_time.go | 6 +----- runtime/languages/golang/planner.go | 6 +----- runtime/languages/golang/testdata/arrays.go | 6 +----- runtime/languages/golang/testdata/hostfns.go | 6 +----- runtime/languages/golang/testdata/http.go | 6 +----- runtime/languages/golang/testdata/imports_mock.go | 6 +----- runtime/languages/golang/testdata/imports_wasi.go | 6 +----- runtime/languages/golang/testdata/maps.go | 6 +----- runtime/languages/golang/testdata/primitives.go | 6 +----- runtime/languages/golang/testdata/slices.go | 6 +----- runtime/languages/golang/testdata/special.go | 6 +----- runtime/languages/golang/testdata/strings.go | 6 +----- runtime/languages/golang/testdata/structs.go | 6 +----- runtime/languages/golang/testdata/time.go | 6 +----- runtime/languages/golang/testdata/utils.go | 6 +----- runtime/languages/golang/tests/arrays_test.go | 6 +----- runtime/languages/golang/tests/hostfns_test.go | 6 +----- runtime/languages/golang/tests/http_test.go | 6 +----- runtime/languages/golang/tests/maps_test.go | 6 +----- runtime/languages/golang/tests/planner_test.go | 6 +----- runtime/languages/golang/tests/primitives_test.go | 6 +----- runtime/languages/golang/tests/recursivestructs_test.go | 6 +----- runtime/languages/golang/tests/setup_test.go | 6 +----- runtime/languages/golang/tests/slices_test.go | 6 +----- runtime/languages/golang/tests/special_test.go | 6 +----- runtime/languages/golang/tests/strings_test.go | 6 +----- runtime/languages/golang/tests/structs_test.go | 6 +----- runtime/languages/golang/tests/time_test.go | 6 +----- runtime/languages/golang/typeinfo.go | 6 +----- runtime/languages/languages.go | 6 +----- runtime/logger/logger.go | 6 +----- runtime/logger/logwriter.go | 6 +----- runtime/main.go | 6 +----- runtime/manifestdata/events.go | 6 +----- runtime/manifestdata/manifestdata.go | 6 +----- runtime/metrics/metrics.go | 6 +----- runtime/metrics/metrics_test.go | 6 +----- runtime/middleware/authKeys.go | 6 +----- runtime/middleware/jwt.go | 6 +----- runtime/models/bedrock.go | 6 +----- runtime/models/hypermode.go | 6 +----- runtime/models/models.go | 6 +----- runtime/models/models_test.go | 6 +----- runtime/models/types.go | 6 +----- runtime/neo4jclient/neo4jclient.go | 6 +----- runtime/neo4jclient/registry.go | 6 +----- runtime/neo4jclient/types.go | 6 +----- runtime/pluginmanager/events.go | 6 +----- runtime/pluginmanager/loader.go | 6 +----- runtime/pluginmanager/pluginmanager.go | 6 +----- runtime/pluginmanager/pluginregistry.go | 6 +----- runtime/plugins/plugins.go | 6 +----- runtime/secrets/kubernetes.go | 6 +----- runtime/secrets/localsecrets.go | 6 +----- runtime/secrets/secrets.go | 6 +----- runtime/sentryutils/sentry.go | 6 +----- runtime/services/services.go | 6 +----- runtime/sqlclient/mysql.go | 6 +----- runtime/sqlclient/postgresql.go | 6 +----- runtime/sqlclient/registry.go | 6 +----- runtime/sqlclient/sqlclient.go | 6 +----- runtime/sqlclient/types.go | 6 +----- runtime/storage/awsstorage.go | 6 +----- runtime/storage/localstorage.go | 6 +----- runtime/storage/storage.go | 6 +----- runtime/storage/storagemonitor.go | 6 +----- runtime/testutils/testutils.go | 6 +----- runtime/timezones/timezones.go | 6 +----- runtime/timezones/tzdata_other.go | 6 +----- runtime/timezones/tzdata_windows.go | 6 +----- runtime/utils/buffers.go | 6 +----- runtime/utils/buffers_test.go | 6 +----- runtime/utils/cast.go | 6 +----- runtime/utils/cast_test.go | 6 +----- runtime/utils/cleaner.go | 6 +----- runtime/utils/cleaner_test.go | 6 +----- runtime/utils/console.go | 6 +----- runtime/utils/console_test.go | 6 +----- runtime/utils/context.go | 6 +----- runtime/utils/errors.go | 6 +----- runtime/utils/http.go | 6 +----- runtime/utils/http_test.go | 6 +----- runtime/utils/json.go | 6 +----- runtime/utils/maps.go | 6 +----- runtime/utils/mapstructure.go | 6 +----- runtime/utils/pointers.go | 6 +----- runtime/utils/slices.go | 6 +----- runtime/utils/strings.go | 6 +----- runtime/utils/strings_test.go | 6 +----- runtime/utils/time.go | 6 +----- runtime/utils/utils.go | 6 +----- runtime/utils/wasm.go | 6 +----- runtime/wasmhost/env.go | 6 +----- runtime/wasmhost/fncall.go | 6 +----- runtime/wasmhost/hostfns.go | 6 +----- runtime/wasmhost/initialization.go | 6 +----- runtime/wasmhost/wasmhost.go | 6 +----- sdk/assemblyscript/src/assembly/__tests__/agent.spec.ts | 6 +----- sdk/assemblyscript/src/assembly/__tests__/database.spec.ts | 6 +----- .../src/assembly/__tests__/dynamicmap.spec.ts | 6 +----- sdk/assemblyscript/src/assembly/__tests__/graphql.spec.ts | 6 +----- sdk/assemblyscript/src/assembly/__tests__/http.spec.ts | 6 +----- sdk/assemblyscript/src/assembly/__tests__/neo4j.spec.ts | 6 +----- sdk/assemblyscript/src/assembly/__tests__/openai.spec.ts | 6 +----- sdk/assemblyscript/src/assembly/__tests__/vectors.spec.ts | 6 +----- sdk/assemblyscript/src/assembly/agent.ts | 6 +----- sdk/assemblyscript/src/assembly/agents.ts | 6 +----- sdk/assemblyscript/src/assembly/auth.ts | 6 +----- sdk/assemblyscript/src/assembly/database.ts | 6 +----- sdk/assemblyscript/src/assembly/dgraph.ts | 6 +----- sdk/assemblyscript/src/assembly/dynamicmap.ts | 6 +----- sdk/assemblyscript/src/assembly/enums.ts | 6 +----- sdk/assemblyscript/src/assembly/exports.ts | 6 +----- sdk/assemblyscript/src/assembly/graphql.ts | 6 +----- sdk/assemblyscript/src/assembly/http.ts | 6 +----- sdk/assemblyscript/src/assembly/index.ts | 6 +----- sdk/assemblyscript/src/assembly/localtime.ts | 6 +----- sdk/assemblyscript/src/assembly/models.ts | 6 +----- sdk/assemblyscript/src/assembly/mysql.ts | 6 +----- sdk/assemblyscript/src/assembly/neo4j.ts | 6 +----- sdk/assemblyscript/src/assembly/overrides/modus_abort.ts | 6 +----- sdk/assemblyscript/src/assembly/overrides/modus_console.ts | 6 +----- sdk/assemblyscript/src/assembly/overrides/modus_trace.ts | 6 +----- sdk/assemblyscript/src/assembly/postgresql.ts | 6 +----- sdk/assemblyscript/src/assembly/secrets.ts | 6 +----- sdk/assemblyscript/src/assembly/utils.ts | 6 +----- sdk/assemblyscript/src/assembly/vectors.ts | 6 +----- sdk/assemblyscript/src/bin/build-plugin.js | 6 +----- sdk/assemblyscript/src/index.ts | 6 +----- sdk/assemblyscript/src/models/anthropic/messages.ts | 6 +----- .../src/models/experimental/classification.ts | 6 +----- sdk/assemblyscript/src/models/experimental/embeddings.ts | 6 +----- sdk/assemblyscript/src/models/gemini/generate.ts | 6 +----- sdk/assemblyscript/src/models/meta/llama.ts | 6 +----- sdk/assemblyscript/src/models/openai/chat.ts | 6 +----- sdk/assemblyscript/src/models/openai/embeddings.ts | 6 +----- sdk/assemblyscript/src/tests/agent.run.ts | 6 +----- sdk/assemblyscript/src/tests/database.run.ts | 6 +----- sdk/assemblyscript/src/tests/dynamicmap.run.ts | 6 +----- sdk/assemblyscript/src/tests/graphql.run.ts | 6 +----- sdk/assemblyscript/src/tests/http.run.ts | 6 +----- sdk/assemblyscript/src/tests/neo4j.run.ts | 6 +----- sdk/assemblyscript/src/tests/openai.run.ts | 6 +----- sdk/assemblyscript/src/tests/vectors.run.ts | 6 +----- sdk/assemblyscript/src/tools/assemblyscript-eslint-local.js | 6 +----- sdk/assemblyscript/src/tools/assemblyscript-eslint.js | 6 +----- sdk/assemblyscript/src/transform/src/extractor.ts | 6 +----- sdk/assemblyscript/src/transform/src/index.ts | 6 +----- sdk/assemblyscript/src/transform/src/metadata.ts | 6 +----- sdk/assemblyscript/src/transform/src/types.ts | 6 +----- sdk/assemblyscript/src/transform/tests/docs.test.ts | 6 +----- sdk/assemblyscript/src/transform/tests/metadata.test.ts | 6 +----- sdk/assemblyscript/src/transform/tests/types.test.ts | 6 +----- sdk/go/doc.go | 6 +----- sdk/go/pkg/agents/agents.go | 6 +----- sdk/go/pkg/agents/imports_mock.go | 6 +----- sdk/go/pkg/agents/imports_wasi.go | 6 +----- sdk/go/pkg/auth/jwt.go | 6 +----- sdk/go/pkg/console/console.go | 6 +----- sdk/go/pkg/console/console_test.go | 6 +----- sdk/go/pkg/console/imports_mock.go | 6 +----- sdk/go/pkg/console/imports_wasi.go | 6 +----- sdk/go/pkg/console/timers.go | 6 +----- sdk/go/pkg/db/db.go | 6 +----- sdk/go/pkg/db/db_test.go | 6 +----- sdk/go/pkg/db/imports_mock.go | 6 +----- sdk/go/pkg/db/imports_wasi.go | 6 +----- sdk/go/pkg/db/location.go | 6 +----- sdk/go/pkg/db/location_test.go | 6 +----- sdk/go/pkg/db/point.go | 6 +----- sdk/go/pkg/db/point_test.go | 6 +----- sdk/go/pkg/dgraph/dgraph.go | 6 +----- sdk/go/pkg/dgraph/dgraph_test.go | 6 +----- sdk/go/pkg/dgraph/imports_mock.go | 6 +----- sdk/go/pkg/dgraph/imports_wasi.go | 6 +----- sdk/go/pkg/graphql/graphql.go | 6 +----- sdk/go/pkg/graphql/graphql_test.go | 6 +----- sdk/go/pkg/graphql/imports_mock.go | 6 +----- sdk/go/pkg/graphql/imports_wasi.go | 6 +----- sdk/go/pkg/http/content.go | 6 +----- sdk/go/pkg/http/headers.go | 6 +----- sdk/go/pkg/http/http.go | 6 +----- sdk/go/pkg/http/http_test.go | 6 +----- sdk/go/pkg/http/imports_mock.go | 6 +----- sdk/go/pkg/http/imports_wasi.go | 6 +----- sdk/go/pkg/http/request.go | 6 +----- sdk/go/pkg/http/response.go | 6 +----- sdk/go/pkg/localtime/imports_mock.go | 6 +----- sdk/go/pkg/localtime/imports_wasi.go | 6 +----- sdk/go/pkg/localtime/localtime.go | 6 +----- sdk/go/pkg/models/anthropic/messages.go | 6 +----- sdk/go/pkg/models/experimental/classification.go | 6 +----- sdk/go/pkg/models/experimental/embeddings.go | 6 +----- sdk/go/pkg/models/imports_mock.go | 6 +----- sdk/go/pkg/models/imports_wasi.go | 6 +----- sdk/go/pkg/models/models.go | 6 +----- sdk/go/pkg/models/models_test.go | 6 +----- sdk/go/pkg/models/openai/chat.go | 6 +----- sdk/go/pkg/models/openai/chat_test.go | 6 +----- sdk/go/pkg/models/openai/common.go | 6 +----- sdk/go/pkg/models/openai/embeddings.go | 6 +----- sdk/go/pkg/mysql/mysql.go | 6 +----- sdk/go/pkg/neo4j/imports_mock.go | 6 +----- sdk/go/pkg/neo4j/imports_wasi.go | 6 +----- sdk/go/pkg/neo4j/neo4j.go | 6 +----- sdk/go/pkg/neo4j/neo4j_test.go | 6 +----- sdk/go/pkg/postgresql/postgresql.go | 6 +----- sdk/go/pkg/secrets/imports_mock.go | 6 +----- sdk/go/pkg/secrets/imports_wasi.go | 6 +----- sdk/go/pkg/secrets/secrets.go | 6 +----- sdk/go/pkg/testutils/stack.go | 6 +----- sdk/go/pkg/utils/utils.go | 6 +----- sdk/go/pkg/vectors/vectors.go | 6 +----- sdk/go/pkg/vectors/vectors_test.go | 6 +----- sdk/go/tools/modus-go-build/codegen/codegen.go | 6 +----- sdk/go/tools/modus-go-build/codegen/postprocess.go | 6 +----- sdk/go/tools/modus-go-build/codegen/preprocess.go | 6 +----- sdk/go/tools/modus-go-build/compiler/compiler.go | 6 +----- sdk/go/tools/modus-go-build/config/config.go | 6 +----- sdk/go/tools/modus-go-build/extractor/extractor.go | 6 +----- sdk/go/tools/modus-go-build/extractor/functions.go | 6 +----- sdk/go/tools/modus-go-build/extractor/packages.go | 6 +----- sdk/go/tools/modus-go-build/extractor/transform.go | 6 +----- sdk/go/tools/modus-go-build/gitinfo/gitinfo.go | 6 +----- sdk/go/tools/modus-go-build/main.go | 6 +----- sdk/go/tools/modus-go-build/metadata/metadata.go | 6 +----- sdk/go/tools/modus-go-build/metagen/metagen.go | 6 +----- sdk/go/tools/modus-go-build/metagen/output.go | 6 +----- sdk/go/tools/modus-go-build/modinfo/modinfo.go | 6 +----- sdk/go/tools/modus-go-build/utils/typeinfo.go | 6 +----- sdk/go/tools/modus-go-build/utils/utils.go | 6 +----- sdk/go/tools/modus-go-build/wasm/filters.go | 6 +----- sdk/go/tools/modus-go-build/wasm/wasm.go | 6 +----- tools/release-info/constants.ts | 6 +----- tools/release-info/index.ts | 6 +----- tools/release-info/versioninfo.ts | 6 +----- 400 files changed, 401 insertions(+), 1997 deletions(-) diff --git a/README.md b/README.md index f9789eeb8..60f0554e0 100644 --- a/README.md +++ b/README.md @@ -151,8 +151,8 @@ to the authors and teams of our core dependencies: ## License -Modus and its components are Copyright 2024 Hypermode Inc., and licensed under the terms of the -Apache License, Version 2.0. See the [LICENSE](./LICENSE) file for a complete copy of the license. +Modus and its components are Copyright © Hypermode Inc., and licensed under the terms of the Apache +License, Version 2.0. See the [LICENSE](./LICENSE) file for a complete copy of the license. If you have any questions about Modus licensing, or need an alternate license or other arrangement, please contact us at hello@hypermode.com. diff --git a/cli/install.sh b/cli/install.sh index 82b2d71b4..645cabd03 100755 --- a/cli/install.sh +++ b/cli/install.sh @@ -1,10 +1,6 @@ #!/usr/bin/env bash -# Copyright 2024 Hypermode Inc. -# Licensed under the terms of the Apache License, Version 2.0 -# See the LICENSE file that accompanied this code for further details. -# -# SPDX-FileCopyrightText: 2024 Hypermode Inc. +# SPDX-FileCopyrightText: © Hypermode Inc. # SPDX-License-Identifier: Apache-2.0 # Run with: curl install.hypermode.com/modus.sh -sSfL | bash diff --git a/cli/src/commands/build/index.ts b/cli/src/commands/build/index.ts index 3825ebda3..56e328075 100644 --- a/cli/src/commands/build/index.ts +++ b/cli/src/commands/build/index.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/commands/dev/index.ts b/cli/src/commands/dev/index.ts index b74a64f16..1d4085e91 100644 --- a/cli/src/commands/dev/index.ts +++ b/cli/src/commands/dev/index.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/commands/new/index.ts b/cli/src/commands/new/index.ts index 4bf63c680..6a7196e67 100644 --- a/cli/src/commands/new/index.ts +++ b/cli/src/commands/new/index.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/commands/runtime/install/index.ts b/cli/src/commands/runtime/install/index.ts index e57ee6922..915e5647f 100644 --- a/cli/src/commands/runtime/install/index.ts +++ b/cli/src/commands/runtime/install/index.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/commands/runtime/list/index.ts b/cli/src/commands/runtime/list/index.ts index 8c87443b1..f54271b76 100644 --- a/cli/src/commands/runtime/list/index.ts +++ b/cli/src/commands/runtime/list/index.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/commands/runtime/remove/index.ts b/cli/src/commands/runtime/remove/index.ts index 284539439..d2084aa87 100644 --- a/cli/src/commands/runtime/remove/index.ts +++ b/cli/src/commands/runtime/remove/index.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/commands/sdk/install/index.ts b/cli/src/commands/sdk/install/index.ts index d18d209f9..7139f4cf9 100644 --- a/cli/src/commands/sdk/install/index.ts +++ b/cli/src/commands/sdk/install/index.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/commands/sdk/list/index.ts b/cli/src/commands/sdk/list/index.ts index ef7ebc63e..09f282258 100644 --- a/cli/src/commands/sdk/list/index.ts +++ b/cli/src/commands/sdk/list/index.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/commands/sdk/remove/index.ts b/cli/src/commands/sdk/remove/index.ts index 66650a42b..bb117a0cd 100644 --- a/cli/src/commands/sdk/remove/index.ts +++ b/cli/src/commands/sdk/remove/index.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/custom/globals.ts b/cli/src/custom/globals.ts index 8dd569177..f116af43a 100644 --- a/cli/src/custom/globals.ts +++ b/cli/src/custom/globals.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/custom/header.ts b/cli/src/custom/header.ts index 79d1bb298..728d0c51b 100644 --- a/cli/src/custom/header.ts +++ b/cli/src/custom/header.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/custom/help.ts b/cli/src/custom/help.ts index a1e67bfea..3e395f865 100644 --- a/cli/src/custom/help.ts +++ b/cli/src/custom/help.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/custom/logo.ts b/cli/src/custom/logo.ts index 6d3a5eff9..895bf83c9 100644 --- a/cli/src/custom/logo.ts +++ b/cli/src/custom/logo.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/index.ts b/cli/src/index.ts index 429a647b7..7f5ddc71b 100644 --- a/cli/src/index.ts +++ b/cli/src/index.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/appinfo.ts b/cli/src/util/appinfo.ts index 5fa2a6c6c..05fb8d86b 100644 --- a/cli/src/util/appinfo.ts +++ b/cli/src/util/appinfo.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/appname.ts b/cli/src/util/appname.ts index 91392d693..7524c2fac 100644 --- a/cli/src/util/appname.ts +++ b/cli/src/util/appname.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/cp.ts b/cli/src/util/cp.ts index 4e5cbce36..f2ee590f5 100644 --- a/cli/src/util/cp.ts +++ b/cli/src/util/cp.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/errors.ts b/cli/src/util/errors.ts index 82015ce69..9b66fac99 100644 --- a/cli/src/util/errors.ts +++ b/cli/src/util/errors.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/fs.ts b/cli/src/util/fs.ts index 8c3217601..d685b054f 100644 --- a/cli/src/util/fs.ts +++ b/cli/src/util/fs.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/http.ts b/cli/src/util/http.ts index c54e115ad..291c8a362 100644 --- a/cli/src/util/http.ts +++ b/cli/src/util/http.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/hypermode.ts b/cli/src/util/hypermode.ts index 1fbf6bfff..d2a1b8ad9 100644 --- a/cli/src/util/hypermode.ts +++ b/cli/src/util/hypermode.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/index.ts b/cli/src/util/index.ts index 0775faccf..5747e5157 100644 --- a/cli/src/util/index.ts +++ b/cli/src/util/index.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/installer.ts b/cli/src/util/installer.ts index 59f3e16cc..08970950f 100644 --- a/cli/src/util/installer.ts +++ b/cli/src/util/installer.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/metadata.ts b/cli/src/util/metadata.ts index bb24f6af4..e6a81421c 100644 --- a/cli/src/util/metadata.ts +++ b/cli/src/util/metadata.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/systemVersions.ts b/cli/src/util/systemVersions.ts index 5175f9c45..a7ce994b6 100644 --- a/cli/src/util/systemVersions.ts +++ b/cli/src/util/systemVersions.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/tar.ts b/cli/src/util/tar.ts index e1296d677..8bdb12086 100644 --- a/cli/src/util/tar.ts +++ b/cli/src/util/tar.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/versioninfo.ts b/cli/src/util/versioninfo.ts index 043279ea8..2d85b28ab 100644 --- a/cli/src/util/versioninfo.ts +++ b/cli/src/util/versioninfo.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/manifest/connection.go b/lib/manifest/connection.go index 2f1c7751b..473a7b9a6 100644 --- a/lib/manifest/connection.go +++ b/lib/manifest/connection.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/manifest/dgraph.go b/lib/manifest/dgraph.go index a5f73e977..ecb1e113f 100644 --- a/lib/manifest/dgraph.go +++ b/lib/manifest/dgraph.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/manifest/endpoints.go b/lib/manifest/endpoints.go index f7a5c5d05..19620a8e8 100644 --- a/lib/manifest/endpoints.go +++ b/lib/manifest/endpoints.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/manifest/http.go b/lib/manifest/http.go index 69924fdf0..42dcb7dce 100644 --- a/lib/manifest/http.go +++ b/lib/manifest/http.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/manifest/manifest.go b/lib/manifest/manifest.go index b598337cb..97060abaa 100644 --- a/lib/manifest/manifest.go +++ b/lib/manifest/manifest.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/manifest/model.go b/lib/manifest/model.go index 3e21a905b..d74c8e0c1 100644 --- a/lib/manifest/model.go +++ b/lib/manifest/model.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/manifest/mysql.go b/lib/manifest/mysql.go index f6b79e2f8..fad83b079 100644 --- a/lib/manifest/mysql.go +++ b/lib/manifest/mysql.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/manifest/neo4j.go b/lib/manifest/neo4j.go index 37387f5dc..a6a55daf1 100644 --- a/lib/manifest/neo4j.go +++ b/lib/manifest/neo4j.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/manifest/postgresql.go b/lib/manifest/postgresql.go index 8414a2b94..9b9ea1b78 100644 --- a/lib/manifest/postgresql.go +++ b/lib/manifest/postgresql.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/manifest/test/manifest_test.go b/lib/manifest/test/manifest_test.go index 953c4cbc7..009040665 100644 --- a/lib/manifest/test/manifest_test.go +++ b/lib/manifest/test/manifest_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/manifest/utils.go b/lib/manifest/utils.go index 585cc471f..c334a034f 100644 --- a/lib/manifest/utils.go +++ b/lib/manifest/utils.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/metadata/builder.go b/lib/metadata/builder.go index b4024ecd5..53866de2c 100644 --- a/lib/metadata/builder.go +++ b/lib/metadata/builder.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/metadata/extras.go b/lib/metadata/extras.go index 8617f74b9..20e6eb57d 100644 --- a/lib/metadata/extras.go +++ b/lib/metadata/extras.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/metadata/metadata.go b/lib/metadata/metadata.go index 1a4124ea3..1cf649bcb 100644 --- a/lib/metadata/metadata.go +++ b/lib/metadata/metadata.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/metadata/reader.go b/lib/metadata/reader.go index afe5c6438..8f07072c0 100644 --- a/lib/metadata/reader.go +++ b/lib/metadata/reader.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/wasmextractor/wasmextractor.go b/lib/wasmextractor/wasmextractor.go index 457b3ef79..4c4076040 100644 --- a/lib/wasmextractor/wasmextractor.go +++ b/lib/wasmextractor/wasmextractor.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/actors/actorlogger.go b/runtime/actors/actorlogger.go index 61418fa56..9d5261583 100644 --- a/runtime/actors/actorlogger.go +++ b/runtime/actors/actorlogger.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/actors/actorsystem.go b/runtime/actors/actorsystem.go index adcc299cd..2c0f91e2f 100644 --- a/runtime/actors/actorsystem.go +++ b/runtime/actors/actorsystem.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/actors/agents.go b/runtime/actors/agents.go index 6eb91a9ef..0c19f7bd1 100644 --- a/runtime/actors/agents.go +++ b/runtime/actors/agents.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/actors/cluster.go b/runtime/actors/cluster.go index 6fabee04c..1adf71100 100644 --- a/runtime/actors/cluster.go +++ b/runtime/actors/cluster.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/actors/misc.go b/runtime/actors/misc.go index d47747eb3..30fb35eec 100644 --- a/runtime/actors/misc.go +++ b/runtime/actors/misc.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/actors/subscriber.go b/runtime/actors/subscriber.go index f4297ccbe..4caff8054 100644 --- a/runtime/actors/subscriber.go +++ b/runtime/actors/subscriber.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/actors/wasmagent.go b/runtime/actors/wasmagent.go index 1d38803db..dea9ea51c 100644 --- a/runtime/actors/wasmagent.go +++ b/runtime/actors/wasmagent.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/app/app.go b/runtime/app/app.go index 16417115d..23e108465 100644 --- a/runtime/app/app.go +++ b/runtime/app/app.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/app/app_test.go b/runtime/app/app_test.go index b5c247e0a..5f8e20a33 100644 --- a/runtime/app/app_test.go +++ b/runtime/app/app_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/app/config.go b/runtime/app/config.go index 473cd07c6..e9a694abd 100644 --- a/runtime/app/config.go +++ b/runtime/app/config.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/app/config_test.go b/runtime/app/config_test.go index ffa3b794f..1ed66784e 100644 --- a/runtime/app/config_test.go +++ b/runtime/app/config_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/app/version.go b/runtime/app/version.go index 01a0d6244..b628954b8 100644 --- a/runtime/app/version.go +++ b/runtime/app/version.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/app/version_test.go b/runtime/app/version_test.go index 0816f3d0e..bb58ef711 100644 --- a/runtime/app/version_test.go +++ b/runtime/app/version_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/db/agentstate.go b/runtime/db/agentstate.go index 0bd7e4918..2185b4272 100644 --- a/runtime/db/agentstate.go +++ b/runtime/db/agentstate.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/db/db.go b/runtime/db/db.go index 1f3e05d89..a7a87d5a1 100644 --- a/runtime/db/db.go +++ b/runtime/db/db.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/db/inferencehistory.go b/runtime/db/inferencehistory.go index 59452410f..9328b3886 100644 --- a/runtime/db/inferencehistory.go +++ b/runtime/db/inferencehistory.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/db/modusdb.go b/runtime/db/modusdb.go index 1f4a38567..f7790c756 100644 --- a/runtime/db/modusdb.go +++ b/runtime/db/modusdb.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/dgraphclient/dgraph.go b/runtime/dgraphclient/dgraph.go index 4e7be22c6..40d39ce62 100644 --- a/runtime/dgraphclient/dgraph.go +++ b/runtime/dgraphclient/dgraph.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/dgraphclient/dgraphclient.go b/runtime/dgraphclient/dgraphclient.go index 7ac8fe25d..f72f50e95 100644 --- a/runtime/dgraphclient/dgraphclient.go +++ b/runtime/dgraphclient/dgraphclient.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/dgraphclient/registry.go b/runtime/dgraphclient/registry.go index 8db601e9b..4dad8100d 100644 --- a/runtime/dgraphclient/registry.go +++ b/runtime/dgraphclient/registry.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/dgraphclient/types.go b/runtime/dgraphclient/types.go index 0cb8f7872..769ef8c1b 100644 --- a/runtime/dgraphclient/types.go +++ b/runtime/dgraphclient/types.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/envfiles/envfilemonitor.go b/runtime/envfiles/envfilemonitor.go index c54790920..650cc9cc1 100644 --- a/runtime/envfiles/envfilemonitor.go +++ b/runtime/envfiles/envfilemonitor.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/envfiles/envfiles.go b/runtime/envfiles/envfiles.go index 11ad737d8..b1377e0a6 100644 --- a/runtime/envfiles/envfiles.go +++ b/runtime/envfiles/envfiles.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/envfiles/events.go b/runtime/envfiles/events.go index a0e23e103..7b81d9d8c 100644 --- a/runtime/envfiles/events.go +++ b/runtime/envfiles/events.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/explorer/explorer.go b/runtime/explorer/explorer.go index 052a44d07..a3572afcd 100644 --- a/runtime/explorer/explorer.go +++ b/runtime/explorer/explorer.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/functions/events.go b/runtime/functions/events.go index 841385434..dc7d36f25 100644 --- a/runtime/functions/events.go +++ b/runtime/functions/events.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/functions/fninfo.go b/runtime/functions/fninfo.go index b3a4ff34a..7997ad751 100644 --- a/runtime/functions/fninfo.go +++ b/runtime/functions/fninfo.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/functions/helpers.go b/runtime/functions/helpers.go index 0bbb2d2d5..7e870d073 100644 --- a/runtime/functions/helpers.go +++ b/runtime/functions/helpers.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/functions/registration.go b/runtime/functions/registration.go index 1cfa986fa..170fc0dc8 100644 --- a/runtime/functions/registration.go +++ b/runtime/functions/registration.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/graphql/datasource/configuration.go b/runtime/graphql/datasource/configuration.go index 7d803191e..4a4dff6b7 100644 --- a/runtime/graphql/datasource/configuration.go +++ b/runtime/graphql/datasource/configuration.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/graphql/datasource/eventsds.go b/runtime/graphql/datasource/eventsds.go index 93b3c8128..f7f4f1e6e 100644 --- a/runtime/graphql/datasource/eventsds.go +++ b/runtime/graphql/datasource/eventsds.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/graphql/datasource/factory.go b/runtime/graphql/datasource/factory.go index cf198b8a8..b4b26f82e 100644 --- a/runtime/graphql/datasource/factory.go +++ b/runtime/graphql/datasource/factory.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/graphql/datasource/functionsds.go b/runtime/graphql/datasource/functionsds.go index c35ff0b28..e7a05170f 100644 --- a/runtime/graphql/datasource/functionsds.go +++ b/runtime/graphql/datasource/functionsds.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/graphql/datasource/planner.go b/runtime/graphql/datasource/planner.go index 2d97ddc6c..86189d976 100644 --- a/runtime/graphql/datasource/planner.go +++ b/runtime/graphql/datasource/planner.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/graphql/engine/engine.go b/runtime/graphql/engine/engine.go index 24d229701..b8868478e 100644 --- a/runtime/graphql/engine/engine.go +++ b/runtime/graphql/engine/engine.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/graphql/engine/logging.go b/runtime/graphql/engine/logging.go index 3c62779ce..83333671e 100644 --- a/runtime/graphql/engine/logging.go +++ b/runtime/graphql/engine/logging.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/graphql/graphql.go b/runtime/graphql/graphql.go index 701521ad2..273a37e35 100644 --- a/runtime/graphql/graphql.go +++ b/runtime/graphql/graphql.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/graphql/schemagen/conventions.go b/runtime/graphql/schemagen/conventions.go index c2445f1ca..bc02ea6f3 100644 --- a/runtime/graphql/schemagen/conventions.go +++ b/runtime/graphql/schemagen/conventions.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/graphql/schemagen/schemagen.go b/runtime/graphql/schemagen/schemagen.go index 8f361b1d0..f8c578fd0 100644 --- a/runtime/graphql/schemagen/schemagen.go +++ b/runtime/graphql/schemagen/schemagen.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/graphql/schemagen/schemagen_as_test.go b/runtime/graphql/schemagen/schemagen_as_test.go index 5ec3d89b1..54ac005a8 100644 --- a/runtime/graphql/schemagen/schemagen_as_test.go +++ b/runtime/graphql/schemagen/schemagen_as_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/graphql/schemagen/schemagen_go_test.go b/runtime/graphql/schemagen/schemagen_go_test.go index f88d6672b..bf144a1f1 100644 --- a/runtime/graphql/schemagen/schemagen_go_test.go +++ b/runtime/graphql/schemagen/schemagen_go_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/graphqlclient/graphqlclient.go b/runtime/graphqlclient/graphqlclient.go index b7b6a74d8..b47e0d996 100644 --- a/runtime/graphqlclient/graphqlclient.go +++ b/runtime/graphqlclient/graphqlclient.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/hostfunctions/agents.go b/runtime/hostfunctions/agents.go index c3cbccb5f..a63ee2594 100644 --- a/runtime/hostfunctions/agents.go +++ b/runtime/hostfunctions/agents.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/hostfunctions/database.go b/runtime/hostfunctions/database.go index 165a21f40..f5902a3dc 100644 --- a/runtime/hostfunctions/database.go +++ b/runtime/hostfunctions/database.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/hostfunctions/dgraph.go b/runtime/hostfunctions/dgraph.go index a6fcad7d2..a25957e72 100644 --- a/runtime/hostfunctions/dgraph.go +++ b/runtime/hostfunctions/dgraph.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/hostfunctions/graphql.go b/runtime/hostfunctions/graphql.go index ef41140fd..323221620 100644 --- a/runtime/hostfunctions/graphql.go +++ b/runtime/hostfunctions/graphql.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/hostfunctions/hostfunctions.go b/runtime/hostfunctions/hostfunctions.go index 9a63a4fd3..1a5bd5fc9 100644 --- a/runtime/hostfunctions/hostfunctions.go +++ b/runtime/hostfunctions/hostfunctions.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/hostfunctions/http.go b/runtime/hostfunctions/http.go index 13e3e99e7..a11778ed9 100644 --- a/runtime/hostfunctions/http.go +++ b/runtime/hostfunctions/http.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/hostfunctions/models.go b/runtime/hostfunctions/models.go index 5142f6758..c8d8d5e32 100644 --- a/runtime/hostfunctions/models.go +++ b/runtime/hostfunctions/models.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/hostfunctions/neo4j.go b/runtime/hostfunctions/neo4j.go index 8701b2f25..25b45fee8 100644 --- a/runtime/hostfunctions/neo4j.go +++ b/runtime/hostfunctions/neo4j.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/hostfunctions/secrets.go b/runtime/hostfunctions/secrets.go index c056d0094..013a4b33d 100644 --- a/runtime/hostfunctions/secrets.go +++ b/runtime/hostfunctions/secrets.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/hostfunctions/system.go b/runtime/hostfunctions/system.go index ec39ee537..c9876b1cd 100644 --- a/runtime/hostfunctions/system.go +++ b/runtime/hostfunctions/system.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/httpclient/connections.go b/runtime/httpclient/connections.go index 3d9fe7803..a2c9c63af 100644 --- a/runtime/httpclient/connections.go +++ b/runtime/httpclient/connections.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/httpclient/fetch.go b/runtime/httpclient/fetch.go index d55421eff..e2d426e75 100644 --- a/runtime/httpclient/fetch.go +++ b/runtime/httpclient/fetch.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/httpclient/types.go b/runtime/httpclient/types.go index 64fa99d03..4c8b5e990 100644 --- a/runtime/httpclient/types.go +++ b/runtime/httpclient/types.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/httpserver/dynamicMux.go b/runtime/httpserver/dynamicMux.go index c4c887e03..fcdc12c97 100644 --- a/runtime/httpserver/dynamicMux.go +++ b/runtime/httpserver/dynamicMux.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/httpserver/health.go b/runtime/httpserver/health.go index cdd36d896..10c32b697 100644 --- a/runtime/httpserver/health.go +++ b/runtime/httpserver/health.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/httpserver/server.go b/runtime/httpserver/server.go index 069b0c3d0..61ea8951c 100644 --- a/runtime/httpserver/server.go +++ b/runtime/httpserver/server.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/integration_tests/postgresql_integration_test.go b/runtime/integration_tests/postgresql_integration_test.go index dd757ccd9..b7cef46a0 100644 --- a/runtime/integration_tests/postgresql_integration_test.go +++ b/runtime/integration_tests/postgresql_integration_test.go @@ -1,11 +1,7 @@ //go:build integration /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/executionplan.go b/runtime/langsupport/executionplan.go index b654bbda8..54fa7c4cf 100644 --- a/runtime/langsupport/executionplan.go +++ b/runtime/langsupport/executionplan.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/langtypeinfo.go b/runtime/langsupport/langtypeinfo.go index 2c89b5fbc..714436b2e 100644 --- a/runtime/langsupport/langtypeinfo.go +++ b/runtime/langsupport/langtypeinfo.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/language.go b/runtime/langsupport/language.go index 415dc6c0b..866b3c1fe 100644 --- a/runtime/langsupport/language.go +++ b/runtime/langsupport/language.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/planner.go b/runtime/langsupport/planner.go index ae6aba7aa..9c87c0936 100644 --- a/runtime/langsupport/planner.go +++ b/runtime/langsupport/planner.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/primitives/converters.go b/runtime/langsupport/primitives/converters.go index 6fdda384c..174e0ae07 100644 --- a/runtime/langsupport/primitives/converters.go +++ b/runtime/langsupport/primitives/converters.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/primitives/decoders.go b/runtime/langsupport/primitives/decoders.go index e4e0fdbbb..5c4f9e8fc 100644 --- a/runtime/langsupport/primitives/decoders.go +++ b/runtime/langsupport/primitives/decoders.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/primitives/encoders.go b/runtime/langsupport/primitives/encoders.go index 731b62bab..4bfb67a81 100644 --- a/runtime/langsupport/primitives/encoders.go +++ b/runtime/langsupport/primitives/encoders.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/primitives/readers.go b/runtime/langsupport/primitives/readers.go index d8a7527d6..4726b5511 100644 --- a/runtime/langsupport/primitives/readers.go +++ b/runtime/langsupport/primitives/readers.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/primitives/writers.go b/runtime/langsupport/primitives/writers.go index 1d406e6bd..2a4da57f4 100644 --- a/runtime/langsupport/primitives/writers.go +++ b/runtime/langsupport/primitives/writers.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/typehandler.go b/runtime/langsupport/typehandler.go index 23abe1690..191d70e37 100644 --- a/runtime/langsupport/typehandler.go +++ b/runtime/langsupport/typehandler.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/typeinfo.go b/runtime/langsupport/typeinfo.go index 9658216c8..89595f6a1 100644 --- a/runtime/langsupport/typeinfo.go +++ b/runtime/langsupport/typeinfo.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/utils.go b/runtime/langsupport/utils.go index 9d9553c10..528059493 100644 --- a/runtime/langsupport/utils.go +++ b/runtime/langsupport/utils.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/wasmadapter.go b/runtime/langsupport/wasmadapter.go index 1e4acfae1..5c262bef0 100644 --- a/runtime/langsupport/wasmadapter.go +++ b/runtime/langsupport/wasmadapter.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/adapter.go b/runtime/languages/assemblyscript/adapter.go index 90e1c9a09..e1154bdfb 100644 --- a/runtime/languages/assemblyscript/adapter.go +++ b/runtime/languages/assemblyscript/adapter.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/handler_arraybuffers.go b/runtime/languages/assemblyscript/handler_arraybuffers.go index 797bb28c4..e74fb007f 100644 --- a/runtime/languages/assemblyscript/handler_arraybuffers.go +++ b/runtime/languages/assemblyscript/handler_arraybuffers.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/handler_arrays.go b/runtime/languages/assemblyscript/handler_arrays.go index b8ea48dce..f673d7f7e 100644 --- a/runtime/languages/assemblyscript/handler_arrays.go +++ b/runtime/languages/assemblyscript/handler_arrays.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/handler_classes.go b/runtime/languages/assemblyscript/handler_classes.go index 2b4049519..328ef03bd 100644 --- a/runtime/languages/assemblyscript/handler_classes.go +++ b/runtime/languages/assemblyscript/handler_classes.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/handler_dates.go b/runtime/languages/assemblyscript/handler_dates.go index 4243a73f3..035ae8e33 100644 --- a/runtime/languages/assemblyscript/handler_dates.go +++ b/runtime/languages/assemblyscript/handler_dates.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/handler_maps.go b/runtime/languages/assemblyscript/handler_maps.go index b012de664..489f97226 100644 --- a/runtime/languages/assemblyscript/handler_maps.go +++ b/runtime/languages/assemblyscript/handler_maps.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/handler_objects.go b/runtime/languages/assemblyscript/handler_objects.go index e5e7529a5..8b26e3397 100644 --- a/runtime/languages/assemblyscript/handler_objects.go +++ b/runtime/languages/assemblyscript/handler_objects.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/handler_primitivearrays.go b/runtime/languages/assemblyscript/handler_primitivearrays.go index 0dcefd133..ea789233a 100644 --- a/runtime/languages/assemblyscript/handler_primitivearrays.go +++ b/runtime/languages/assemblyscript/handler_primitivearrays.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/handler_primitives.go b/runtime/languages/assemblyscript/handler_primitives.go index 7b173de76..719262409 100644 --- a/runtime/languages/assemblyscript/handler_primitives.go +++ b/runtime/languages/assemblyscript/handler_primitives.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/handler_strings.go b/runtime/languages/assemblyscript/handler_strings.go index e98ab6c30..b93176512 100644 --- a/runtime/languages/assemblyscript/handler_strings.go +++ b/runtime/languages/assemblyscript/handler_strings.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/handler_typedarrays.go b/runtime/languages/assemblyscript/handler_typedarrays.go index 55ae016c1..a85b84408 100644 --- a/runtime/languages/assemblyscript/handler_typedarrays.go +++ b/runtime/languages/assemblyscript/handler_typedarrays.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/hash/hash.go b/runtime/languages/assemblyscript/hash/hash.go index 43e480198..af53ab1e8 100644 --- a/runtime/languages/assemblyscript/hash/hash.go +++ b/runtime/languages/assemblyscript/hash/hash.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/planner.go b/runtime/languages/assemblyscript/planner.go index 8949c287f..ea1404262 100644 --- a/runtime/languages/assemblyscript/planner.go +++ b/runtime/languages/assemblyscript/planner.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/testdata/assembly/arraybuffers.ts b/runtime/languages/assemblyscript/testdata/assembly/arraybuffers.ts index 846e6b79e..05f99a795 100644 --- a/runtime/languages/assemblyscript/testdata/assembly/arraybuffers.ts +++ b/runtime/languages/assemblyscript/testdata/assembly/arraybuffers.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/testdata/assembly/arrays.ts b/runtime/languages/assemblyscript/testdata/assembly/arrays.ts index 9254bd61c..7b422653d 100644 --- a/runtime/languages/assemblyscript/testdata/assembly/arrays.ts +++ b/runtime/languages/assemblyscript/testdata/assembly/arrays.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/testdata/assembly/classes.ts b/runtime/languages/assemblyscript/testdata/assembly/classes.ts index 4125e4d69..6934bd099 100644 --- a/runtime/languages/assemblyscript/testdata/assembly/classes.ts +++ b/runtime/languages/assemblyscript/testdata/assembly/classes.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/testdata/assembly/dates.ts b/runtime/languages/assemblyscript/testdata/assembly/dates.ts index 5e199f1b6..4dfa63bb1 100644 --- a/runtime/languages/assemblyscript/testdata/assembly/dates.ts +++ b/runtime/languages/assemblyscript/testdata/assembly/dates.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/testdata/assembly/env.ts b/runtime/languages/assemblyscript/testdata/assembly/env.ts index 9b96fef4f..c9784665b 100644 --- a/runtime/languages/assemblyscript/testdata/assembly/env.ts +++ b/runtime/languages/assemblyscript/testdata/assembly/env.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/testdata/assembly/hostfns.ts b/runtime/languages/assemblyscript/testdata/assembly/hostfns.ts index fa7eefa6a..cacf57b17 100644 --- a/runtime/languages/assemblyscript/testdata/assembly/hostfns.ts +++ b/runtime/languages/assemblyscript/testdata/assembly/hostfns.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/testdata/assembly/index.ts b/runtime/languages/assemblyscript/testdata/assembly/index.ts index f22035389..2a7a9c060 100644 --- a/runtime/languages/assemblyscript/testdata/assembly/index.ts +++ b/runtime/languages/assemblyscript/testdata/assembly/index.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/testdata/assembly/maps.ts b/runtime/languages/assemblyscript/testdata/assembly/maps.ts index 385a0a6bf..8f0269ed7 100644 --- a/runtime/languages/assemblyscript/testdata/assembly/maps.ts +++ b/runtime/languages/assemblyscript/testdata/assembly/maps.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/testdata/assembly/primitives.ts b/runtime/languages/assemblyscript/testdata/assembly/primitives.ts index ecb317be6..a0263b7bb 100644 --- a/runtime/languages/assemblyscript/testdata/assembly/primitives.ts +++ b/runtime/languages/assemblyscript/testdata/assembly/primitives.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/testdata/assembly/strings.ts b/runtime/languages/assemblyscript/testdata/assembly/strings.ts index 7de9085e0..ea462d82f 100644 --- a/runtime/languages/assemblyscript/testdata/assembly/strings.ts +++ b/runtime/languages/assemblyscript/testdata/assembly/strings.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/testdata/assembly/typedarrays.ts b/runtime/languages/assemblyscript/testdata/assembly/typedarrays.ts index 895966fc1..3a1b3760e 100644 --- a/runtime/languages/assemblyscript/testdata/assembly/typedarrays.ts +++ b/runtime/languages/assemblyscript/testdata/assembly/typedarrays.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/tests/arraybuffers_test.go b/runtime/languages/assemblyscript/tests/arraybuffers_test.go index df77686cc..052f4b1f4 100644 --- a/runtime/languages/assemblyscript/tests/arraybuffers_test.go +++ b/runtime/languages/assemblyscript/tests/arraybuffers_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/tests/arrays_test.go b/runtime/languages/assemblyscript/tests/arrays_test.go index ba78727b5..c20a1a4b7 100644 --- a/runtime/languages/assemblyscript/tests/arrays_test.go +++ b/runtime/languages/assemblyscript/tests/arrays_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/tests/classes_test.go b/runtime/languages/assemblyscript/tests/classes_test.go index f16fc83c2..bc6dcb99f 100644 --- a/runtime/languages/assemblyscript/tests/classes_test.go +++ b/runtime/languages/assemblyscript/tests/classes_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/tests/dates_test.go b/runtime/languages/assemblyscript/tests/dates_test.go index 7dec7acc7..aa9559289 100644 --- a/runtime/languages/assemblyscript/tests/dates_test.go +++ b/runtime/languages/assemblyscript/tests/dates_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/tests/env_test.go b/runtime/languages/assemblyscript/tests/env_test.go index de0b6ba2c..3049571e2 100644 --- a/runtime/languages/assemblyscript/tests/env_test.go +++ b/runtime/languages/assemblyscript/tests/env_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/tests/hostfns_test.go b/runtime/languages/assemblyscript/tests/hostfns_test.go index 70e5a7433..14117be7b 100644 --- a/runtime/languages/assemblyscript/tests/hostfns_test.go +++ b/runtime/languages/assemblyscript/tests/hostfns_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/tests/maps_test.go b/runtime/languages/assemblyscript/tests/maps_test.go index 75d700e4a..ce935b42c 100644 --- a/runtime/languages/assemblyscript/tests/maps_test.go +++ b/runtime/languages/assemblyscript/tests/maps_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/tests/primitives_test.go b/runtime/languages/assemblyscript/tests/primitives_test.go index 009ab38a5..d9b06d017 100644 --- a/runtime/languages/assemblyscript/tests/primitives_test.go +++ b/runtime/languages/assemblyscript/tests/primitives_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/tests/setup_test.go b/runtime/languages/assemblyscript/tests/setup_test.go index 8b06a9fc7..e25554bc5 100644 --- a/runtime/languages/assemblyscript/tests/setup_test.go +++ b/runtime/languages/assemblyscript/tests/setup_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/tests/special_test.go b/runtime/languages/assemblyscript/tests/special_test.go index 10f0ed071..a1e5d9faa 100644 --- a/runtime/languages/assemblyscript/tests/special_test.go +++ b/runtime/languages/assemblyscript/tests/special_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/tests/strings_test.go b/runtime/languages/assemblyscript/tests/strings_test.go index 5ac25dbce..2b2503b6b 100644 --- a/runtime/languages/assemblyscript/tests/strings_test.go +++ b/runtime/languages/assemblyscript/tests/strings_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/tests/typedarrays_test.go b/runtime/languages/assemblyscript/tests/typedarrays_test.go index eda4a9cc9..86d26a19a 100644 --- a/runtime/languages/assemblyscript/tests/typedarrays_test.go +++ b/runtime/languages/assemblyscript/tests/typedarrays_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/typeinfo.go b/runtime/languages/assemblyscript/typeinfo.go index d25012f1b..3a1abf20f 100644 --- a/runtime/languages/assemblyscript/typeinfo.go +++ b/runtime/languages/assemblyscript/typeinfo.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/adapter.go b/runtime/languages/golang/adapter.go index 0bc421afd..9fb1a0b70 100644 --- a/runtime/languages/golang/adapter.go +++ b/runtime/languages/golang/adapter.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/handler_arrays.go b/runtime/languages/golang/handler_arrays.go index 9b7285276..42d3f5a62 100644 --- a/runtime/languages/golang/handler_arrays.go +++ b/runtime/languages/golang/handler_arrays.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/handler_maps.go b/runtime/languages/golang/handler_maps.go index 0d2704ded..1d3a9f890 100644 --- a/runtime/languages/golang/handler_maps.go +++ b/runtime/languages/golang/handler_maps.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/handler_pointers.go b/runtime/languages/golang/handler_pointers.go index 9647dc1f7..cdb705ad6 100644 --- a/runtime/languages/golang/handler_pointers.go +++ b/runtime/languages/golang/handler_pointers.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/handler_primitivearrays.go b/runtime/languages/golang/handler_primitivearrays.go index 5a6aecd86..03ce6843b 100644 --- a/runtime/languages/golang/handler_primitivearrays.go +++ b/runtime/languages/golang/handler_primitivearrays.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/handler_primitives.go b/runtime/languages/golang/handler_primitives.go index 7a5f980e2..5a50c531a 100644 --- a/runtime/languages/golang/handler_primitives.go +++ b/runtime/languages/golang/handler_primitives.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/handler_primitiveslices.go b/runtime/languages/golang/handler_primitiveslices.go index a4380ad03..cd3e63dc8 100644 --- a/runtime/languages/golang/handler_primitiveslices.go +++ b/runtime/languages/golang/handler_primitiveslices.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/handler_slices.go b/runtime/languages/golang/handler_slices.go index 642dfd81e..48abe56e7 100644 --- a/runtime/languages/golang/handler_slices.go +++ b/runtime/languages/golang/handler_slices.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/handler_strings.go b/runtime/languages/golang/handler_strings.go index ba89a44de..7f78b59b4 100644 --- a/runtime/languages/golang/handler_strings.go +++ b/runtime/languages/golang/handler_strings.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/handler_structs.go b/runtime/languages/golang/handler_structs.go index f9ffb15b9..02569a0f0 100644 --- a/runtime/languages/golang/handler_structs.go +++ b/runtime/languages/golang/handler_structs.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/handler_time.go b/runtime/languages/golang/handler_time.go index bf537f250..52a266397 100644 --- a/runtime/languages/golang/handler_time.go +++ b/runtime/languages/golang/handler_time.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/planner.go b/runtime/languages/golang/planner.go index 6d1a65e08..3931ff57e 100644 --- a/runtime/languages/golang/planner.go +++ b/runtime/languages/golang/planner.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/testdata/arrays.go b/runtime/languages/golang/testdata/arrays.go index 3b7c38945..810ce688f 100644 --- a/runtime/languages/golang/testdata/arrays.go +++ b/runtime/languages/golang/testdata/arrays.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/testdata/hostfns.go b/runtime/languages/golang/testdata/hostfns.go index 790af42ce..e266381c6 100644 --- a/runtime/languages/golang/testdata/hostfns.go +++ b/runtime/languages/golang/testdata/hostfns.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/testdata/http.go b/runtime/languages/golang/testdata/http.go index 43c3f62ad..d62ca1b2b 100644 --- a/runtime/languages/golang/testdata/http.go +++ b/runtime/languages/golang/testdata/http.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/testdata/imports_mock.go b/runtime/languages/golang/testdata/imports_mock.go index ab9cc4fa8..8a898e105 100644 --- a/runtime/languages/golang/testdata/imports_mock.go +++ b/runtime/languages/golang/testdata/imports_mock.go @@ -1,11 +1,7 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/testdata/imports_wasi.go b/runtime/languages/golang/testdata/imports_wasi.go index 5d8f51c25..9313862fe 100644 --- a/runtime/languages/golang/testdata/imports_wasi.go +++ b/runtime/languages/golang/testdata/imports_wasi.go @@ -1,11 +1,7 @@ //go:build wasip1 /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/testdata/maps.go b/runtime/languages/golang/testdata/maps.go index b64311120..6bd111d76 100644 --- a/runtime/languages/golang/testdata/maps.go +++ b/runtime/languages/golang/testdata/maps.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/testdata/primitives.go b/runtime/languages/golang/testdata/primitives.go index 1cff02600..29af76380 100644 --- a/runtime/languages/golang/testdata/primitives.go +++ b/runtime/languages/golang/testdata/primitives.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/testdata/slices.go b/runtime/languages/golang/testdata/slices.go index 481500b58..ea30e112d 100644 --- a/runtime/languages/golang/testdata/slices.go +++ b/runtime/languages/golang/testdata/slices.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/testdata/special.go b/runtime/languages/golang/testdata/special.go index 68bfe6a0b..4ddf68b3e 100644 --- a/runtime/languages/golang/testdata/special.go +++ b/runtime/languages/golang/testdata/special.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/testdata/strings.go b/runtime/languages/golang/testdata/strings.go index 369b9b98f..a2fe936ca 100644 --- a/runtime/languages/golang/testdata/strings.go +++ b/runtime/languages/golang/testdata/strings.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/testdata/structs.go b/runtime/languages/golang/testdata/structs.go index 5a264f946..48c3bc26e 100644 --- a/runtime/languages/golang/testdata/structs.go +++ b/runtime/languages/golang/testdata/structs.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/testdata/time.go b/runtime/languages/golang/testdata/time.go index e4322a300..c06f5910e 100644 --- a/runtime/languages/golang/testdata/time.go +++ b/runtime/languages/golang/testdata/time.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/testdata/utils.go b/runtime/languages/golang/testdata/utils.go index b2346b7be..0428463fc 100644 --- a/runtime/languages/golang/testdata/utils.go +++ b/runtime/languages/golang/testdata/utils.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/tests/arrays_test.go b/runtime/languages/golang/tests/arrays_test.go index e610fff1e..4d9378126 100644 --- a/runtime/languages/golang/tests/arrays_test.go +++ b/runtime/languages/golang/tests/arrays_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/tests/hostfns_test.go b/runtime/languages/golang/tests/hostfns_test.go index c59df25bb..00bcf6305 100644 --- a/runtime/languages/golang/tests/hostfns_test.go +++ b/runtime/languages/golang/tests/hostfns_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/tests/http_test.go b/runtime/languages/golang/tests/http_test.go index e62d9d827..08d26f04a 100644 --- a/runtime/languages/golang/tests/http_test.go +++ b/runtime/languages/golang/tests/http_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/tests/maps_test.go b/runtime/languages/golang/tests/maps_test.go index ba1e63118..2941c2b51 100644 --- a/runtime/languages/golang/tests/maps_test.go +++ b/runtime/languages/golang/tests/maps_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/tests/planner_test.go b/runtime/languages/golang/tests/planner_test.go index d807ac17f..f4cd8e31d 100644 --- a/runtime/languages/golang/tests/planner_test.go +++ b/runtime/languages/golang/tests/planner_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/tests/primitives_test.go b/runtime/languages/golang/tests/primitives_test.go index 280f2a9ed..170bb16e7 100644 --- a/runtime/languages/golang/tests/primitives_test.go +++ b/runtime/languages/golang/tests/primitives_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/tests/recursivestructs_test.go b/runtime/languages/golang/tests/recursivestructs_test.go index 26c85adce..affe39e04 100644 --- a/runtime/languages/golang/tests/recursivestructs_test.go +++ b/runtime/languages/golang/tests/recursivestructs_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/tests/setup_test.go b/runtime/languages/golang/tests/setup_test.go index 6f51f9816..cbe8b4979 100644 --- a/runtime/languages/golang/tests/setup_test.go +++ b/runtime/languages/golang/tests/setup_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/tests/slices_test.go b/runtime/languages/golang/tests/slices_test.go index efe8c238b..deafc53e9 100644 --- a/runtime/languages/golang/tests/slices_test.go +++ b/runtime/languages/golang/tests/slices_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/tests/special_test.go b/runtime/languages/golang/tests/special_test.go index 5cd84e27a..73badb17c 100644 --- a/runtime/languages/golang/tests/special_test.go +++ b/runtime/languages/golang/tests/special_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/tests/strings_test.go b/runtime/languages/golang/tests/strings_test.go index a0b72cad7..f0aa5d606 100644 --- a/runtime/languages/golang/tests/strings_test.go +++ b/runtime/languages/golang/tests/strings_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/tests/structs_test.go b/runtime/languages/golang/tests/structs_test.go index 2aee75864..c2e12b50f 100644 --- a/runtime/languages/golang/tests/structs_test.go +++ b/runtime/languages/golang/tests/structs_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/tests/time_test.go b/runtime/languages/golang/tests/time_test.go index 61647b653..1b42e27a1 100644 --- a/runtime/languages/golang/tests/time_test.go +++ b/runtime/languages/golang/tests/time_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/typeinfo.go b/runtime/languages/golang/typeinfo.go index ffa40c484..557767973 100644 --- a/runtime/languages/golang/typeinfo.go +++ b/runtime/languages/golang/typeinfo.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/languages.go b/runtime/languages/languages.go index 19f1d8ab0..3edd36ef1 100644 --- a/runtime/languages/languages.go +++ b/runtime/languages/languages.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/logger/logger.go b/runtime/logger/logger.go index 982260ecc..efc8b68fe 100644 --- a/runtime/logger/logger.go +++ b/runtime/logger/logger.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/logger/logwriter.go b/runtime/logger/logwriter.go index a954c64a3..70f366809 100644 --- a/runtime/logger/logwriter.go +++ b/runtime/logger/logwriter.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/main.go b/runtime/main.go index 87775160a..6039b6cc9 100644 --- a/runtime/main.go +++ b/runtime/main.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/manifestdata/events.go b/runtime/manifestdata/events.go index 6c3ff61e2..3bc4cf1a7 100644 --- a/runtime/manifestdata/events.go +++ b/runtime/manifestdata/events.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/manifestdata/manifestdata.go b/runtime/manifestdata/manifestdata.go index 623216688..8c14c4daf 100644 --- a/runtime/manifestdata/manifestdata.go +++ b/runtime/manifestdata/manifestdata.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/metrics/metrics.go b/runtime/metrics/metrics.go index 57ab49b8a..844b35eb8 100644 --- a/runtime/metrics/metrics.go +++ b/runtime/metrics/metrics.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/metrics/metrics_test.go b/runtime/metrics/metrics_test.go index dbbaa5424..d034fc851 100644 --- a/runtime/metrics/metrics_test.go +++ b/runtime/metrics/metrics_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/middleware/authKeys.go b/runtime/middleware/authKeys.go index 4b59f2efe..cd940db8e 100644 --- a/runtime/middleware/authKeys.go +++ b/runtime/middleware/authKeys.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/middleware/jwt.go b/runtime/middleware/jwt.go index 9a8b7ca24..eecccf6a1 100644 --- a/runtime/middleware/jwt.go +++ b/runtime/middleware/jwt.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/models/bedrock.go b/runtime/models/bedrock.go index 5c2b7c06b..bc3cab8d6 100644 --- a/runtime/models/bedrock.go +++ b/runtime/models/bedrock.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/models/hypermode.go b/runtime/models/hypermode.go index cb01617de..2aba6180f 100644 --- a/runtime/models/hypermode.go +++ b/runtime/models/hypermode.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/models/models.go b/runtime/models/models.go index a8340bbd9..bb5991a10 100644 --- a/runtime/models/models.go +++ b/runtime/models/models.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/models/models_test.go b/runtime/models/models_test.go index 936ea2001..af80412c4 100644 --- a/runtime/models/models_test.go +++ b/runtime/models/models_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/models/types.go b/runtime/models/types.go index 4dcabd8aa..791c71054 100644 --- a/runtime/models/types.go +++ b/runtime/models/types.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/neo4jclient/neo4jclient.go b/runtime/neo4jclient/neo4jclient.go index 809c12adc..4ac1f17a7 100644 --- a/runtime/neo4jclient/neo4jclient.go +++ b/runtime/neo4jclient/neo4jclient.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/neo4jclient/registry.go b/runtime/neo4jclient/registry.go index 3e679f116..b18b272df 100644 --- a/runtime/neo4jclient/registry.go +++ b/runtime/neo4jclient/registry.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/neo4jclient/types.go b/runtime/neo4jclient/types.go index 185e73c55..2a47dde82 100644 --- a/runtime/neo4jclient/types.go +++ b/runtime/neo4jclient/types.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/pluginmanager/events.go b/runtime/pluginmanager/events.go index e84827738..2d020c83a 100644 --- a/runtime/pluginmanager/events.go +++ b/runtime/pluginmanager/events.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/pluginmanager/loader.go b/runtime/pluginmanager/loader.go index f7fad82c5..a5d22d398 100644 --- a/runtime/pluginmanager/loader.go +++ b/runtime/pluginmanager/loader.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/pluginmanager/pluginmanager.go b/runtime/pluginmanager/pluginmanager.go index 775b58cf7..3282e76eb 100644 --- a/runtime/pluginmanager/pluginmanager.go +++ b/runtime/pluginmanager/pluginmanager.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/pluginmanager/pluginregistry.go b/runtime/pluginmanager/pluginregistry.go index 363d2c314..cbd8ba301 100644 --- a/runtime/pluginmanager/pluginregistry.go +++ b/runtime/pluginmanager/pluginregistry.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/plugins/plugins.go b/runtime/plugins/plugins.go index 933e60d40..e185c44f1 100644 --- a/runtime/plugins/plugins.go +++ b/runtime/plugins/plugins.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/secrets/kubernetes.go b/runtime/secrets/kubernetes.go index d9eba9990..ac3b18cfd 100644 --- a/runtime/secrets/kubernetes.go +++ b/runtime/secrets/kubernetes.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/secrets/localsecrets.go b/runtime/secrets/localsecrets.go index 2fee7d0ff..0e7cf968f 100644 --- a/runtime/secrets/localsecrets.go +++ b/runtime/secrets/localsecrets.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/secrets/secrets.go b/runtime/secrets/secrets.go index b6073442b..a240d40ce 100644 --- a/runtime/secrets/secrets.go +++ b/runtime/secrets/secrets.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/sentryutils/sentry.go b/runtime/sentryutils/sentry.go index 69b4c35fe..263d4f453 100644 --- a/runtime/sentryutils/sentry.go +++ b/runtime/sentryutils/sentry.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/services/services.go b/runtime/services/services.go index ecc1aea4f..aebe945a4 100644 --- a/runtime/services/services.go +++ b/runtime/services/services.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/sqlclient/mysql.go b/runtime/sqlclient/mysql.go index ecfa02f8c..1964403e3 100644 --- a/runtime/sqlclient/mysql.go +++ b/runtime/sqlclient/mysql.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/sqlclient/postgresql.go b/runtime/sqlclient/postgresql.go index 037ec9f4b..ae6f52356 100644 --- a/runtime/sqlclient/postgresql.go +++ b/runtime/sqlclient/postgresql.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/sqlclient/registry.go b/runtime/sqlclient/registry.go index 78a8362b7..631fa00bb 100644 --- a/runtime/sqlclient/registry.go +++ b/runtime/sqlclient/registry.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/sqlclient/sqlclient.go b/runtime/sqlclient/sqlclient.go index 217e1e6d2..252a78366 100644 --- a/runtime/sqlclient/sqlclient.go +++ b/runtime/sqlclient/sqlclient.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/sqlclient/types.go b/runtime/sqlclient/types.go index 456e86545..58b106fe5 100644 --- a/runtime/sqlclient/types.go +++ b/runtime/sqlclient/types.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/storage/awsstorage.go b/runtime/storage/awsstorage.go index 52191d584..c444b3a1e 100644 --- a/runtime/storage/awsstorage.go +++ b/runtime/storage/awsstorage.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/storage/localstorage.go b/runtime/storage/localstorage.go index b4039ff24..9bb8ee97e 100644 --- a/runtime/storage/localstorage.go +++ b/runtime/storage/localstorage.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/storage/storage.go b/runtime/storage/storage.go index 080d05b90..4c533bc46 100644 --- a/runtime/storage/storage.go +++ b/runtime/storage/storage.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/storage/storagemonitor.go b/runtime/storage/storagemonitor.go index 64ff2d38e..860b14779 100644 --- a/runtime/storage/storagemonitor.go +++ b/runtime/storage/storagemonitor.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/testutils/testutils.go b/runtime/testutils/testutils.go index 4ee948917..a968f6fd9 100644 --- a/runtime/testutils/testutils.go +++ b/runtime/testutils/testutils.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/timezones/timezones.go b/runtime/timezones/timezones.go index d10bb1f8e..25e8ee91a 100644 --- a/runtime/timezones/timezones.go +++ b/runtime/timezones/timezones.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/timezones/tzdata_other.go b/runtime/timezones/tzdata_other.go index cfc1d6067..624a1d891 100644 --- a/runtime/timezones/tzdata_other.go +++ b/runtime/timezones/tzdata_other.go @@ -1,11 +1,7 @@ //go:build !windows /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/timezones/tzdata_windows.go b/runtime/timezones/tzdata_windows.go index bb7500bcf..3e22495f2 100644 --- a/runtime/timezones/tzdata_windows.go +++ b/runtime/timezones/tzdata_windows.go @@ -1,11 +1,7 @@ //go:build windows /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/buffers.go b/runtime/utils/buffers.go index c97c3d404..d61905dc4 100644 --- a/runtime/utils/buffers.go +++ b/runtime/utils/buffers.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/buffers_test.go b/runtime/utils/buffers_test.go index 31846a5c5..a31b014ff 100644 --- a/runtime/utils/buffers_test.go +++ b/runtime/utils/buffers_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/cast.go b/runtime/utils/cast.go index 6f64da57e..921baacdb 100644 --- a/runtime/utils/cast.go +++ b/runtime/utils/cast.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/cast_test.go b/runtime/utils/cast_test.go index 8effe0de9..242cdd8e1 100644 --- a/runtime/utils/cast_test.go +++ b/runtime/utils/cast_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/cleaner.go b/runtime/utils/cleaner.go index 97bc47ea5..9d8f2be9d 100644 --- a/runtime/utils/cleaner.go +++ b/runtime/utils/cleaner.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/cleaner_test.go b/runtime/utils/cleaner_test.go index 834e9074a..af989977c 100644 --- a/runtime/utils/cleaner_test.go +++ b/runtime/utils/cleaner_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/console.go b/runtime/utils/console.go index 77f467a86..bfc52dc14 100644 --- a/runtime/utils/console.go +++ b/runtime/utils/console.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/console_test.go b/runtime/utils/console_test.go index 5316b9580..8edc69956 100644 --- a/runtime/utils/console_test.go +++ b/runtime/utils/console_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/context.go b/runtime/utils/context.go index 380599695..f1a0e8dba 100644 --- a/runtime/utils/context.go +++ b/runtime/utils/context.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/errors.go b/runtime/utils/errors.go index 9cc89d38d..ef40687bd 100644 --- a/runtime/utils/errors.go +++ b/runtime/utils/errors.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/http.go b/runtime/utils/http.go index 897f10766..f4cf855a5 100644 --- a/runtime/utils/http.go +++ b/runtime/utils/http.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/http_test.go b/runtime/utils/http_test.go index 92c4171c5..8107e2e4b 100644 --- a/runtime/utils/http_test.go +++ b/runtime/utils/http_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/json.go b/runtime/utils/json.go index 40bcb3361..765c3b7f3 100644 --- a/runtime/utils/json.go +++ b/runtime/utils/json.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/maps.go b/runtime/utils/maps.go index 31b6360b7..64aea101f 100644 --- a/runtime/utils/maps.go +++ b/runtime/utils/maps.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/mapstructure.go b/runtime/utils/mapstructure.go index 86e7b493f..f8de754b4 100644 --- a/runtime/utils/mapstructure.go +++ b/runtime/utils/mapstructure.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/pointers.go b/runtime/utils/pointers.go index 1cb8e11b2..f9cf5e6a9 100644 --- a/runtime/utils/pointers.go +++ b/runtime/utils/pointers.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/slices.go b/runtime/utils/slices.go index 7c0706956..3931a65df 100644 --- a/runtime/utils/slices.go +++ b/runtime/utils/slices.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/strings.go b/runtime/utils/strings.go index 8fed09618..3e828bb0d 100644 --- a/runtime/utils/strings.go +++ b/runtime/utils/strings.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/strings_test.go b/runtime/utils/strings_test.go index 414d8676f..dfca7e3cc 100644 --- a/runtime/utils/strings_test.go +++ b/runtime/utils/strings_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/time.go b/runtime/utils/time.go index 82f688c52..70f1d6499 100644 --- a/runtime/utils/time.go +++ b/runtime/utils/time.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/utils.go b/runtime/utils/utils.go index 0cbba90bd..93ade5208 100644 --- a/runtime/utils/utils.go +++ b/runtime/utils/utils.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/wasm.go b/runtime/utils/wasm.go index e9b122c2f..da3e89902 100644 --- a/runtime/utils/wasm.go +++ b/runtime/utils/wasm.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/wasmhost/env.go b/runtime/wasmhost/env.go index 0ff0829d3..74d2d12bc 100644 --- a/runtime/wasmhost/env.go +++ b/runtime/wasmhost/env.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/wasmhost/fncall.go b/runtime/wasmhost/fncall.go index c6b8e33ff..7fd3a7b36 100644 --- a/runtime/wasmhost/fncall.go +++ b/runtime/wasmhost/fncall.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/wasmhost/hostfns.go b/runtime/wasmhost/hostfns.go index 4b25b19fd..36c90dcf0 100644 --- a/runtime/wasmhost/hostfns.go +++ b/runtime/wasmhost/hostfns.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/wasmhost/initialization.go b/runtime/wasmhost/initialization.go index 0eeaa205a..49ca4a0d6 100644 --- a/runtime/wasmhost/initialization.go +++ b/runtime/wasmhost/initialization.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/wasmhost/wasmhost.go b/runtime/wasmhost/wasmhost.go index e68dba6ce..e3184bd6c 100644 --- a/runtime/wasmhost/wasmhost.go +++ b/runtime/wasmhost/wasmhost.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/__tests__/agent.spec.ts b/sdk/assemblyscript/src/assembly/__tests__/agent.spec.ts index 651e6a2d9..9de778637 100644 --- a/sdk/assemblyscript/src/assembly/__tests__/agent.spec.ts +++ b/sdk/assemblyscript/src/assembly/__tests__/agent.spec.ts @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/__tests__/database.spec.ts b/sdk/assemblyscript/src/assembly/__tests__/database.spec.ts index 1977caee9..580f03be4 100644 --- a/sdk/assemblyscript/src/assembly/__tests__/database.spec.ts +++ b/sdk/assemblyscript/src/assembly/__tests__/database.spec.ts @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/__tests__/dynamicmap.spec.ts b/sdk/assemblyscript/src/assembly/__tests__/dynamicmap.spec.ts index 4fbc2c091..6b0123f9b 100644 --- a/sdk/assemblyscript/src/assembly/__tests__/dynamicmap.spec.ts +++ b/sdk/assemblyscript/src/assembly/__tests__/dynamicmap.spec.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/__tests__/graphql.spec.ts b/sdk/assemblyscript/src/assembly/__tests__/graphql.spec.ts index ffdcc5560..45264e386 100644 --- a/sdk/assemblyscript/src/assembly/__tests__/graphql.spec.ts +++ b/sdk/assemblyscript/src/assembly/__tests__/graphql.spec.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/__tests__/http.spec.ts b/sdk/assemblyscript/src/assembly/__tests__/http.spec.ts index e1ee67f33..ba190bfd7 100644 --- a/sdk/assemblyscript/src/assembly/__tests__/http.spec.ts +++ b/sdk/assemblyscript/src/assembly/__tests__/http.spec.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/__tests__/neo4j.spec.ts b/sdk/assemblyscript/src/assembly/__tests__/neo4j.spec.ts index 183c7044c..85a839303 100644 --- a/sdk/assemblyscript/src/assembly/__tests__/neo4j.spec.ts +++ b/sdk/assemblyscript/src/assembly/__tests__/neo4j.spec.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/__tests__/openai.spec.ts b/sdk/assemblyscript/src/assembly/__tests__/openai.spec.ts index a330a75b0..50550a2c9 100644 --- a/sdk/assemblyscript/src/assembly/__tests__/openai.spec.ts +++ b/sdk/assemblyscript/src/assembly/__tests__/openai.spec.ts @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/__tests__/vectors.spec.ts b/sdk/assemblyscript/src/assembly/__tests__/vectors.spec.ts index 8fdbfc382..09bc47300 100644 --- a/sdk/assemblyscript/src/assembly/__tests__/vectors.spec.ts +++ b/sdk/assemblyscript/src/assembly/__tests__/vectors.spec.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/agent.ts b/sdk/assemblyscript/src/assembly/agent.ts index 21e960ca2..d2741ba69 100644 --- a/sdk/assemblyscript/src/assembly/agent.ts +++ b/sdk/assemblyscript/src/assembly/agent.ts @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/agents.ts b/sdk/assemblyscript/src/assembly/agents.ts index f201c1989..70fdc380d 100644 --- a/sdk/assemblyscript/src/assembly/agents.ts +++ b/sdk/assemblyscript/src/assembly/agents.ts @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/auth.ts b/sdk/assemblyscript/src/assembly/auth.ts index e29f49293..1cbe6dce9 100644 --- a/sdk/assemblyscript/src/assembly/auth.ts +++ b/sdk/assemblyscript/src/assembly/auth.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ import { JSON } from "json-as"; diff --git a/sdk/assemblyscript/src/assembly/database.ts b/sdk/assemblyscript/src/assembly/database.ts index 074b92100..251167bc6 100644 --- a/sdk/assemblyscript/src/assembly/database.ts +++ b/sdk/assemblyscript/src/assembly/database.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/dgraph.ts b/sdk/assemblyscript/src/assembly/dgraph.ts index a14809566..60cab70f3 100644 --- a/sdk/assemblyscript/src/assembly/dgraph.ts +++ b/sdk/assemblyscript/src/assembly/dgraph.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/dynamicmap.ts b/sdk/assemblyscript/src/assembly/dynamicmap.ts index ad4e27e67..891fb65c3 100644 --- a/sdk/assemblyscript/src/assembly/dynamicmap.ts +++ b/sdk/assemblyscript/src/assembly/dynamicmap.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/enums.ts b/sdk/assemblyscript/src/assembly/enums.ts index 25062ddda..7b9a24c1a 100644 --- a/sdk/assemblyscript/src/assembly/enums.ts +++ b/sdk/assemblyscript/src/assembly/enums.ts @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/exports.ts b/sdk/assemblyscript/src/assembly/exports.ts index 7058ea551..220b77ca0 100644 --- a/sdk/assemblyscript/src/assembly/exports.ts +++ b/sdk/assemblyscript/src/assembly/exports.ts @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/graphql.ts b/sdk/assemblyscript/src/assembly/graphql.ts index 121d227cc..733c8c2da 100644 --- a/sdk/assemblyscript/src/assembly/graphql.ts +++ b/sdk/assemblyscript/src/assembly/graphql.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/http.ts b/sdk/assemblyscript/src/assembly/http.ts index b6da01ead..29ec05f55 100644 --- a/sdk/assemblyscript/src/assembly/http.ts +++ b/sdk/assemblyscript/src/assembly/http.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/index.ts b/sdk/assemblyscript/src/assembly/index.ts index 948233475..22e60a053 100644 --- a/sdk/assemblyscript/src/assembly/index.ts +++ b/sdk/assemblyscript/src/assembly/index.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/localtime.ts b/sdk/assemblyscript/src/assembly/localtime.ts index 0b6341452..87e2ad73c 100644 --- a/sdk/assemblyscript/src/assembly/localtime.ts +++ b/sdk/assemblyscript/src/assembly/localtime.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/models.ts b/sdk/assemblyscript/src/assembly/models.ts index 104d00895..3f29526b5 100644 --- a/sdk/assemblyscript/src/assembly/models.ts +++ b/sdk/assemblyscript/src/assembly/models.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/mysql.ts b/sdk/assemblyscript/src/assembly/mysql.ts index 642234fe0..9bba45a27 100644 --- a/sdk/assemblyscript/src/assembly/mysql.ts +++ b/sdk/assemblyscript/src/assembly/mysql.ts @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/neo4j.ts b/sdk/assemblyscript/src/assembly/neo4j.ts index 07bd84933..2a63bedfd 100644 --- a/sdk/assemblyscript/src/assembly/neo4j.ts +++ b/sdk/assemblyscript/src/assembly/neo4j.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/overrides/modus_abort.ts b/sdk/assemblyscript/src/assembly/overrides/modus_abort.ts index a69e61019..160a81a27 100644 --- a/sdk/assemblyscript/src/assembly/overrides/modus_abort.ts +++ b/sdk/assemblyscript/src/assembly/overrides/modus_abort.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/overrides/modus_console.ts b/sdk/assemblyscript/src/assembly/overrides/modus_console.ts index e27c4cd7a..32071fe02 100644 --- a/sdk/assemblyscript/src/assembly/overrides/modus_console.ts +++ b/sdk/assemblyscript/src/assembly/overrides/modus_console.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/overrides/modus_trace.ts b/sdk/assemblyscript/src/assembly/overrides/modus_trace.ts index 647471f4c..95c68d453 100644 --- a/sdk/assemblyscript/src/assembly/overrides/modus_trace.ts +++ b/sdk/assemblyscript/src/assembly/overrides/modus_trace.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/postgresql.ts b/sdk/assemblyscript/src/assembly/postgresql.ts index 2c0cbf6e1..2f883f40d 100644 --- a/sdk/assemblyscript/src/assembly/postgresql.ts +++ b/sdk/assemblyscript/src/assembly/postgresql.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/secrets.ts b/sdk/assemblyscript/src/assembly/secrets.ts index b6a248bb2..1cc0a8579 100644 --- a/sdk/assemblyscript/src/assembly/secrets.ts +++ b/sdk/assemblyscript/src/assembly/secrets.ts @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/utils.ts b/sdk/assemblyscript/src/assembly/utils.ts index 9e81a1ff4..dca9209cd 100644 --- a/sdk/assemblyscript/src/assembly/utils.ts +++ b/sdk/assemblyscript/src/assembly/utils.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/vectors.ts b/sdk/assemblyscript/src/assembly/vectors.ts index 17afe3afc..f9baad0e7 100644 --- a/sdk/assemblyscript/src/assembly/vectors.ts +++ b/sdk/assemblyscript/src/assembly/vectors.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/bin/build-plugin.js b/sdk/assemblyscript/src/bin/build-plugin.js index 43c78d420..398da4e79 100755 --- a/sdk/assemblyscript/src/bin/build-plugin.js +++ b/sdk/assemblyscript/src/bin/build-plugin.js @@ -1,11 +1,7 @@ #!/usr/bin/env node /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/index.ts b/sdk/assemblyscript/src/index.ts index 9884b30af..f10750162 100644 --- a/sdk/assemblyscript/src/index.ts +++ b/sdk/assemblyscript/src/index.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/models/anthropic/messages.ts b/sdk/assemblyscript/src/models/anthropic/messages.ts index b41c7408a..4f39dc4a9 100644 --- a/sdk/assemblyscript/src/models/anthropic/messages.ts +++ b/sdk/assemblyscript/src/models/anthropic/messages.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/models/experimental/classification.ts b/sdk/assemblyscript/src/models/experimental/classification.ts index e2c8c6fcb..3407158fc 100644 --- a/sdk/assemblyscript/src/models/experimental/classification.ts +++ b/sdk/assemblyscript/src/models/experimental/classification.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/models/experimental/embeddings.ts b/sdk/assemblyscript/src/models/experimental/embeddings.ts index ea5056f55..dac7197d0 100644 --- a/sdk/assemblyscript/src/models/experimental/embeddings.ts +++ b/sdk/assemblyscript/src/models/experimental/embeddings.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/models/gemini/generate.ts b/sdk/assemblyscript/src/models/gemini/generate.ts index 2a5131aee..d443b0b40 100644 --- a/sdk/assemblyscript/src/models/gemini/generate.ts +++ b/sdk/assemblyscript/src/models/gemini/generate.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/models/meta/llama.ts b/sdk/assemblyscript/src/models/meta/llama.ts index bd9cc7071..1a9dfa97d 100644 --- a/sdk/assemblyscript/src/models/meta/llama.ts +++ b/sdk/assemblyscript/src/models/meta/llama.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/models/openai/chat.ts b/sdk/assemblyscript/src/models/openai/chat.ts index 689d85746..5dcd5a5ff 100644 --- a/sdk/assemblyscript/src/models/openai/chat.ts +++ b/sdk/assemblyscript/src/models/openai/chat.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/models/openai/embeddings.ts b/sdk/assemblyscript/src/models/openai/embeddings.ts index 980002976..29f7be3f2 100644 --- a/sdk/assemblyscript/src/models/openai/embeddings.ts +++ b/sdk/assemblyscript/src/models/openai/embeddings.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/tests/agent.run.ts b/sdk/assemblyscript/src/tests/agent.run.ts index a0fd7aadb..eceee28a7 100644 --- a/sdk/assemblyscript/src/tests/agent.run.ts +++ b/sdk/assemblyscript/src/tests/agent.run.ts @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/tests/database.run.ts b/sdk/assemblyscript/src/tests/database.run.ts index 12d2f4e68..4b73d7479 100644 --- a/sdk/assemblyscript/src/tests/database.run.ts +++ b/sdk/assemblyscript/src/tests/database.run.ts @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/tests/dynamicmap.run.ts b/sdk/assemblyscript/src/tests/dynamicmap.run.ts index 10f6c4fe4..b42ec0fe0 100644 --- a/sdk/assemblyscript/src/tests/dynamicmap.run.ts +++ b/sdk/assemblyscript/src/tests/dynamicmap.run.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/tests/graphql.run.ts b/sdk/assemblyscript/src/tests/graphql.run.ts index ed7901ad0..c70fdda51 100644 --- a/sdk/assemblyscript/src/tests/graphql.run.ts +++ b/sdk/assemblyscript/src/tests/graphql.run.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/tests/http.run.ts b/sdk/assemblyscript/src/tests/http.run.ts index 693e23908..85ab3b685 100644 --- a/sdk/assemblyscript/src/tests/http.run.ts +++ b/sdk/assemblyscript/src/tests/http.run.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/tests/neo4j.run.ts b/sdk/assemblyscript/src/tests/neo4j.run.ts index d21182592..52c93210d 100644 --- a/sdk/assemblyscript/src/tests/neo4j.run.ts +++ b/sdk/assemblyscript/src/tests/neo4j.run.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/tests/openai.run.ts b/sdk/assemblyscript/src/tests/openai.run.ts index 4fd6d921c..c0ef768f7 100644 --- a/sdk/assemblyscript/src/tests/openai.run.ts +++ b/sdk/assemblyscript/src/tests/openai.run.ts @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/tests/vectors.run.ts b/sdk/assemblyscript/src/tests/vectors.run.ts index 901af7b1d..51780e53e 100644 --- a/sdk/assemblyscript/src/tests/vectors.run.ts +++ b/sdk/assemblyscript/src/tests/vectors.run.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/tools/assemblyscript-eslint-local.js b/sdk/assemblyscript/src/tools/assemblyscript-eslint-local.js index c67101ff7..f2a27b88c 100644 --- a/sdk/assemblyscript/src/tools/assemblyscript-eslint-local.js +++ b/sdk/assemblyscript/src/tools/assemblyscript-eslint-local.js @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/tools/assemblyscript-eslint.js b/sdk/assemblyscript/src/tools/assemblyscript-eslint.js index be413182f..304ac36ee 100644 --- a/sdk/assemblyscript/src/tools/assemblyscript-eslint.js +++ b/sdk/assemblyscript/src/tools/assemblyscript-eslint.js @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/transform/src/extractor.ts b/sdk/assemblyscript/src/transform/src/extractor.ts index 564a76afe..0e716254b 100644 --- a/sdk/assemblyscript/src/transform/src/extractor.ts +++ b/sdk/assemblyscript/src/transform/src/extractor.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/transform/src/index.ts b/sdk/assemblyscript/src/transform/src/index.ts index 83cc6af73..1bad5df8a 100644 --- a/sdk/assemblyscript/src/transform/src/index.ts +++ b/sdk/assemblyscript/src/transform/src/index.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/transform/src/metadata.ts b/sdk/assemblyscript/src/transform/src/metadata.ts index 1dc8a0a99..c8f8f08da 100644 --- a/sdk/assemblyscript/src/transform/src/metadata.ts +++ b/sdk/assemblyscript/src/transform/src/metadata.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/transform/src/types.ts b/sdk/assemblyscript/src/transform/src/types.ts index bb01c769b..e990cdbe8 100644 --- a/sdk/assemblyscript/src/transform/src/types.ts +++ b/sdk/assemblyscript/src/transform/src/types.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/transform/tests/docs.test.ts b/sdk/assemblyscript/src/transform/tests/docs.test.ts index e822ee8ae..0fa43fb73 100644 --- a/sdk/assemblyscript/src/transform/tests/docs.test.ts +++ b/sdk/assemblyscript/src/transform/tests/docs.test.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/transform/tests/metadata.test.ts b/sdk/assemblyscript/src/transform/tests/metadata.test.ts index be9602f3b..ae79635dc 100644 --- a/sdk/assemblyscript/src/transform/tests/metadata.test.ts +++ b/sdk/assemblyscript/src/transform/tests/metadata.test.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ import test from "node:test"; diff --git a/sdk/assemblyscript/src/transform/tests/types.test.ts b/sdk/assemblyscript/src/transform/tests/types.test.ts index 01d18fc28..d77a7ad06 100644 --- a/sdk/assemblyscript/src/transform/tests/types.test.ts +++ b/sdk/assemblyscript/src/transform/tests/types.test.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/doc.go b/sdk/go/doc.go index 483307373..5e3d5bfa7 100644 --- a/sdk/go/doc.go +++ b/sdk/go/doc.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/agents/agents.go b/sdk/go/pkg/agents/agents.go index 61c9229fe..cc51d6950 100644 --- a/sdk/go/pkg/agents/agents.go +++ b/sdk/go/pkg/agents/agents.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/agents/imports_mock.go b/sdk/go/pkg/agents/imports_mock.go index e087b202d..48f482621 100644 --- a/sdk/go/pkg/agents/imports_mock.go +++ b/sdk/go/pkg/agents/imports_mock.go @@ -1,11 +1,7 @@ //go:build !wasip1 /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/agents/imports_wasi.go b/sdk/go/pkg/agents/imports_wasi.go index b45704c42..bc9d038b5 100644 --- a/sdk/go/pkg/agents/imports_wasi.go +++ b/sdk/go/pkg/agents/imports_wasi.go @@ -1,11 +1,7 @@ //go:build wasip1 /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/auth/jwt.go b/sdk/go/pkg/auth/jwt.go index 33e8f20fb..fca0d28da 100644 --- a/sdk/go/pkg/auth/jwt.go +++ b/sdk/go/pkg/auth/jwt.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/console/console.go b/sdk/go/pkg/console/console.go index 396045db0..52ef8c365 100644 --- a/sdk/go/pkg/console/console.go +++ b/sdk/go/pkg/console/console.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/console/console_test.go b/sdk/go/pkg/console/console_test.go index 5e1276b14..da89d0c6e 100644 --- a/sdk/go/pkg/console/console_test.go +++ b/sdk/go/pkg/console/console_test.go @@ -1,11 +1,7 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/console/imports_mock.go b/sdk/go/pkg/console/imports_mock.go index 8fd33cd48..18ba18e61 100644 --- a/sdk/go/pkg/console/imports_mock.go +++ b/sdk/go/pkg/console/imports_mock.go @@ -1,11 +1,7 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/console/imports_wasi.go b/sdk/go/pkg/console/imports_wasi.go index 7813e9f5f..193ee572d 100644 --- a/sdk/go/pkg/console/imports_wasi.go +++ b/sdk/go/pkg/console/imports_wasi.go @@ -1,11 +1,7 @@ //go:build wasip1 /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/console/timers.go b/sdk/go/pkg/console/timers.go index a27c4b0f3..e99407a77 100644 --- a/sdk/go/pkg/console/timers.go +++ b/sdk/go/pkg/console/timers.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/db/db.go b/sdk/go/pkg/db/db.go index 6ac8d2574..aa2879f2f 100644 --- a/sdk/go/pkg/db/db.go +++ b/sdk/go/pkg/db/db.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/db/db_test.go b/sdk/go/pkg/db/db_test.go index 6dc4e3f0a..ac4344e9b 100644 --- a/sdk/go/pkg/db/db_test.go +++ b/sdk/go/pkg/db/db_test.go @@ -1,11 +1,7 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/db/imports_mock.go b/sdk/go/pkg/db/imports_mock.go index 6b6169438..ddb1e43a7 100644 --- a/sdk/go/pkg/db/imports_mock.go +++ b/sdk/go/pkg/db/imports_mock.go @@ -1,11 +1,7 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/db/imports_wasi.go b/sdk/go/pkg/db/imports_wasi.go index bd3656f8e..f32b0b1f9 100644 --- a/sdk/go/pkg/db/imports_wasi.go +++ b/sdk/go/pkg/db/imports_wasi.go @@ -1,11 +1,7 @@ //go:build wasip1 /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/db/location.go b/sdk/go/pkg/db/location.go index 0f4ee4a2c..8f8fa5c08 100644 --- a/sdk/go/pkg/db/location.go +++ b/sdk/go/pkg/db/location.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/db/location_test.go b/sdk/go/pkg/db/location_test.go index 0b925e380..8cc62719d 100644 --- a/sdk/go/pkg/db/location_test.go +++ b/sdk/go/pkg/db/location_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/db/point.go b/sdk/go/pkg/db/point.go index 37ab6fec9..75984e8ce 100644 --- a/sdk/go/pkg/db/point.go +++ b/sdk/go/pkg/db/point.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/db/point_test.go b/sdk/go/pkg/db/point_test.go index 35f339e0f..d1e8ceb8b 100644 --- a/sdk/go/pkg/db/point_test.go +++ b/sdk/go/pkg/db/point_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/dgraph/dgraph.go b/sdk/go/pkg/dgraph/dgraph.go index 0d3b4033b..187c411f0 100644 --- a/sdk/go/pkg/dgraph/dgraph.go +++ b/sdk/go/pkg/dgraph/dgraph.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/dgraph/dgraph_test.go b/sdk/go/pkg/dgraph/dgraph_test.go index f39457a89..22bb5d0b4 100644 --- a/sdk/go/pkg/dgraph/dgraph_test.go +++ b/sdk/go/pkg/dgraph/dgraph_test.go @@ -1,11 +1,7 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/dgraph/imports_mock.go b/sdk/go/pkg/dgraph/imports_mock.go index a8f93ef95..c1afcd718 100644 --- a/sdk/go/pkg/dgraph/imports_mock.go +++ b/sdk/go/pkg/dgraph/imports_mock.go @@ -1,11 +1,7 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/dgraph/imports_wasi.go b/sdk/go/pkg/dgraph/imports_wasi.go index 08ee94cdf..517657bb5 100644 --- a/sdk/go/pkg/dgraph/imports_wasi.go +++ b/sdk/go/pkg/dgraph/imports_wasi.go @@ -1,11 +1,7 @@ //go:build wasip1 /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/graphql/graphql.go b/sdk/go/pkg/graphql/graphql.go index 67595b037..bf7779ccc 100644 --- a/sdk/go/pkg/graphql/graphql.go +++ b/sdk/go/pkg/graphql/graphql.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/graphql/graphql_test.go b/sdk/go/pkg/graphql/graphql_test.go index 4e45c9190..16c28eb3d 100644 --- a/sdk/go/pkg/graphql/graphql_test.go +++ b/sdk/go/pkg/graphql/graphql_test.go @@ -1,11 +1,7 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/graphql/imports_mock.go b/sdk/go/pkg/graphql/imports_mock.go index 2b723f796..418ffd808 100644 --- a/sdk/go/pkg/graphql/imports_mock.go +++ b/sdk/go/pkg/graphql/imports_mock.go @@ -1,11 +1,7 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/graphql/imports_wasi.go b/sdk/go/pkg/graphql/imports_wasi.go index 87a336939..ab06b8d08 100644 --- a/sdk/go/pkg/graphql/imports_wasi.go +++ b/sdk/go/pkg/graphql/imports_wasi.go @@ -1,11 +1,7 @@ //go:build wasip1 /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/http/content.go b/sdk/go/pkg/http/content.go index f9aba212f..52dd3ba1c 100644 --- a/sdk/go/pkg/http/content.go +++ b/sdk/go/pkg/http/content.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/http/headers.go b/sdk/go/pkg/http/headers.go index 9925fa89a..012d7c831 100644 --- a/sdk/go/pkg/http/headers.go +++ b/sdk/go/pkg/http/headers.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/http/http.go b/sdk/go/pkg/http/http.go index b4bd0b03e..dc3ecf56f 100644 --- a/sdk/go/pkg/http/http.go +++ b/sdk/go/pkg/http/http.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/http/http_test.go b/sdk/go/pkg/http/http_test.go index 4ab83d693..a0798a2fe 100644 --- a/sdk/go/pkg/http/http_test.go +++ b/sdk/go/pkg/http/http_test.go @@ -1,11 +1,7 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/http/imports_mock.go b/sdk/go/pkg/http/imports_mock.go index 0a4ebc589..31bc360c6 100644 --- a/sdk/go/pkg/http/imports_mock.go +++ b/sdk/go/pkg/http/imports_mock.go @@ -1,11 +1,7 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/http/imports_wasi.go b/sdk/go/pkg/http/imports_wasi.go index 0dbe75057..89929d6b5 100644 --- a/sdk/go/pkg/http/imports_wasi.go +++ b/sdk/go/pkg/http/imports_wasi.go @@ -1,11 +1,7 @@ //go:build wasip1 /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/http/request.go b/sdk/go/pkg/http/request.go index ae385d5af..c900000a3 100644 --- a/sdk/go/pkg/http/request.go +++ b/sdk/go/pkg/http/request.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/http/response.go b/sdk/go/pkg/http/response.go index d3047247c..c3b67b612 100644 --- a/sdk/go/pkg/http/response.go +++ b/sdk/go/pkg/http/response.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/localtime/imports_mock.go b/sdk/go/pkg/localtime/imports_mock.go index dff6f265c..b74bc2e90 100644 --- a/sdk/go/pkg/localtime/imports_mock.go +++ b/sdk/go/pkg/localtime/imports_mock.go @@ -1,11 +1,7 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/localtime/imports_wasi.go b/sdk/go/pkg/localtime/imports_wasi.go index 40cda200f..3b962414f 100644 --- a/sdk/go/pkg/localtime/imports_wasi.go +++ b/sdk/go/pkg/localtime/imports_wasi.go @@ -1,11 +1,7 @@ //go:build wasip1 /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/localtime/localtime.go b/sdk/go/pkg/localtime/localtime.go index 3b067e679..ddedf1d58 100644 --- a/sdk/go/pkg/localtime/localtime.go +++ b/sdk/go/pkg/localtime/localtime.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/models/anthropic/messages.go b/sdk/go/pkg/models/anthropic/messages.go index cf53293f5..dfa22ce25 100644 --- a/sdk/go/pkg/models/anthropic/messages.go +++ b/sdk/go/pkg/models/anthropic/messages.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/models/experimental/classification.go b/sdk/go/pkg/models/experimental/classification.go index 1ad916100..c69e21d7d 100644 --- a/sdk/go/pkg/models/experimental/classification.go +++ b/sdk/go/pkg/models/experimental/classification.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/models/experimental/embeddings.go b/sdk/go/pkg/models/experimental/embeddings.go index cc57c6b79..155b04f9d 100644 --- a/sdk/go/pkg/models/experimental/embeddings.go +++ b/sdk/go/pkg/models/experimental/embeddings.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/models/imports_mock.go b/sdk/go/pkg/models/imports_mock.go index 26e5a7961..afaff3f2c 100644 --- a/sdk/go/pkg/models/imports_mock.go +++ b/sdk/go/pkg/models/imports_mock.go @@ -1,11 +1,7 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/models/imports_wasi.go b/sdk/go/pkg/models/imports_wasi.go index b7778a5ac..444af3a99 100644 --- a/sdk/go/pkg/models/imports_wasi.go +++ b/sdk/go/pkg/models/imports_wasi.go @@ -1,11 +1,7 @@ //go:build wasip1 /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/models/models.go b/sdk/go/pkg/models/models.go index 0ed6b530a..5109553d9 100644 --- a/sdk/go/pkg/models/models.go +++ b/sdk/go/pkg/models/models.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/models/models_test.go b/sdk/go/pkg/models/models_test.go index fb166ddea..6b29254f4 100644 --- a/sdk/go/pkg/models/models_test.go +++ b/sdk/go/pkg/models/models_test.go @@ -1,11 +1,7 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/models/openai/chat.go b/sdk/go/pkg/models/openai/chat.go index 1e9a31cb4..a284b3e3a 100644 --- a/sdk/go/pkg/models/openai/chat.go +++ b/sdk/go/pkg/models/openai/chat.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/models/openai/chat_test.go b/sdk/go/pkg/models/openai/chat_test.go index 66b0cd792..cecead05e 100644 --- a/sdk/go/pkg/models/openai/chat_test.go +++ b/sdk/go/pkg/models/openai/chat_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/models/openai/common.go b/sdk/go/pkg/models/openai/common.go index 60dc6ad9a..4c408c2a0 100644 --- a/sdk/go/pkg/models/openai/common.go +++ b/sdk/go/pkg/models/openai/common.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/models/openai/embeddings.go b/sdk/go/pkg/models/openai/embeddings.go index 8847b37e6..58368b93f 100644 --- a/sdk/go/pkg/models/openai/embeddings.go +++ b/sdk/go/pkg/models/openai/embeddings.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/mysql/mysql.go b/sdk/go/pkg/mysql/mysql.go index 85b2a9676..d3673c4e5 100644 --- a/sdk/go/pkg/mysql/mysql.go +++ b/sdk/go/pkg/mysql/mysql.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/neo4j/imports_mock.go b/sdk/go/pkg/neo4j/imports_mock.go index 596e549a7..1485d75e9 100644 --- a/sdk/go/pkg/neo4j/imports_mock.go +++ b/sdk/go/pkg/neo4j/imports_mock.go @@ -1,11 +1,7 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/neo4j/imports_wasi.go b/sdk/go/pkg/neo4j/imports_wasi.go index 5c5d9ae1f..eb71ddd38 100644 --- a/sdk/go/pkg/neo4j/imports_wasi.go +++ b/sdk/go/pkg/neo4j/imports_wasi.go @@ -1,11 +1,7 @@ //go:build wasip1 /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/neo4j/neo4j.go b/sdk/go/pkg/neo4j/neo4j.go index 2e640f1e6..b677b6c75 100644 --- a/sdk/go/pkg/neo4j/neo4j.go +++ b/sdk/go/pkg/neo4j/neo4j.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/neo4j/neo4j_test.go b/sdk/go/pkg/neo4j/neo4j_test.go index 0589bd183..c63576c55 100644 --- a/sdk/go/pkg/neo4j/neo4j_test.go +++ b/sdk/go/pkg/neo4j/neo4j_test.go @@ -1,11 +1,7 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/postgresql/postgresql.go b/sdk/go/pkg/postgresql/postgresql.go index 78bd99119..3e86751f8 100644 --- a/sdk/go/pkg/postgresql/postgresql.go +++ b/sdk/go/pkg/postgresql/postgresql.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/secrets/imports_mock.go b/sdk/go/pkg/secrets/imports_mock.go index 55eddbbd1..c6f491bb7 100644 --- a/sdk/go/pkg/secrets/imports_mock.go +++ b/sdk/go/pkg/secrets/imports_mock.go @@ -1,11 +1,7 @@ //go:build !wasip1 /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/secrets/imports_wasi.go b/sdk/go/pkg/secrets/imports_wasi.go index af54cf355..c2885c986 100644 --- a/sdk/go/pkg/secrets/imports_wasi.go +++ b/sdk/go/pkg/secrets/imports_wasi.go @@ -1,11 +1,7 @@ //go:build wasip1 /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/secrets/secrets.go b/sdk/go/pkg/secrets/secrets.go index 31280e8ba..96b507eb1 100644 --- a/sdk/go/pkg/secrets/secrets.go +++ b/sdk/go/pkg/secrets/secrets.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/testutils/stack.go b/sdk/go/pkg/testutils/stack.go index 4deffa5a4..c853771c2 100644 --- a/sdk/go/pkg/testutils/stack.go +++ b/sdk/go/pkg/testutils/stack.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/utils/utils.go b/sdk/go/pkg/utils/utils.go index 4375457b0..562c55913 100644 --- a/sdk/go/pkg/utils/utils.go +++ b/sdk/go/pkg/utils/utils.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/vectors/vectors.go b/sdk/go/pkg/vectors/vectors.go index eecc1c39f..0db95abe5 100644 --- a/sdk/go/pkg/vectors/vectors.go +++ b/sdk/go/pkg/vectors/vectors.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/vectors/vectors_test.go b/sdk/go/pkg/vectors/vectors_test.go index d15fb3a9f..bec4509c3 100644 --- a/sdk/go/pkg/vectors/vectors_test.go +++ b/sdk/go/pkg/vectors/vectors_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/tools/modus-go-build/codegen/codegen.go b/sdk/go/tools/modus-go-build/codegen/codegen.go index 75a5febe6..3004c74c7 100644 --- a/sdk/go/tools/modus-go-build/codegen/codegen.go +++ b/sdk/go/tools/modus-go-build/codegen/codegen.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/tools/modus-go-build/codegen/postprocess.go b/sdk/go/tools/modus-go-build/codegen/postprocess.go index 5483e1d4f..a177a18c1 100644 --- a/sdk/go/tools/modus-go-build/codegen/postprocess.go +++ b/sdk/go/tools/modus-go-build/codegen/postprocess.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/tools/modus-go-build/codegen/preprocess.go b/sdk/go/tools/modus-go-build/codegen/preprocess.go index 37b1034e3..65db88600 100644 --- a/sdk/go/tools/modus-go-build/codegen/preprocess.go +++ b/sdk/go/tools/modus-go-build/codegen/preprocess.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/tools/modus-go-build/compiler/compiler.go b/sdk/go/tools/modus-go-build/compiler/compiler.go index 0643853c0..b2e710f80 100644 --- a/sdk/go/tools/modus-go-build/compiler/compiler.go +++ b/sdk/go/tools/modus-go-build/compiler/compiler.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/tools/modus-go-build/config/config.go b/sdk/go/tools/modus-go-build/config/config.go index 78b298b74..31139b148 100644 --- a/sdk/go/tools/modus-go-build/config/config.go +++ b/sdk/go/tools/modus-go-build/config/config.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/tools/modus-go-build/extractor/extractor.go b/sdk/go/tools/modus-go-build/extractor/extractor.go index ecce6f85c..b71efd2dc 100644 --- a/sdk/go/tools/modus-go-build/extractor/extractor.go +++ b/sdk/go/tools/modus-go-build/extractor/extractor.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/tools/modus-go-build/extractor/functions.go b/sdk/go/tools/modus-go-build/extractor/functions.go index fc6dec46d..45eea3d86 100644 --- a/sdk/go/tools/modus-go-build/extractor/functions.go +++ b/sdk/go/tools/modus-go-build/extractor/functions.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/tools/modus-go-build/extractor/packages.go b/sdk/go/tools/modus-go-build/extractor/packages.go index cc339120f..bdc69d7fd 100644 --- a/sdk/go/tools/modus-go-build/extractor/packages.go +++ b/sdk/go/tools/modus-go-build/extractor/packages.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/tools/modus-go-build/extractor/transform.go b/sdk/go/tools/modus-go-build/extractor/transform.go index 5ad1a7ebd..24abae5e4 100644 --- a/sdk/go/tools/modus-go-build/extractor/transform.go +++ b/sdk/go/tools/modus-go-build/extractor/transform.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/tools/modus-go-build/gitinfo/gitinfo.go b/sdk/go/tools/modus-go-build/gitinfo/gitinfo.go index 4fb821af9..5a6c68770 100644 --- a/sdk/go/tools/modus-go-build/gitinfo/gitinfo.go +++ b/sdk/go/tools/modus-go-build/gitinfo/gitinfo.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/tools/modus-go-build/main.go b/sdk/go/tools/modus-go-build/main.go index 6693defe5..95cc1e4a5 100644 --- a/sdk/go/tools/modus-go-build/main.go +++ b/sdk/go/tools/modus-go-build/main.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/tools/modus-go-build/metadata/metadata.go b/sdk/go/tools/modus-go-build/metadata/metadata.go index 9f2529d7c..51b917c03 100644 --- a/sdk/go/tools/modus-go-build/metadata/metadata.go +++ b/sdk/go/tools/modus-go-build/metadata/metadata.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/tools/modus-go-build/metagen/metagen.go b/sdk/go/tools/modus-go-build/metagen/metagen.go index 75e42e383..c55703c7c 100644 --- a/sdk/go/tools/modus-go-build/metagen/metagen.go +++ b/sdk/go/tools/modus-go-build/metagen/metagen.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/tools/modus-go-build/metagen/output.go b/sdk/go/tools/modus-go-build/metagen/output.go index abbde9b30..cc85c395d 100644 --- a/sdk/go/tools/modus-go-build/metagen/output.go +++ b/sdk/go/tools/modus-go-build/metagen/output.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/tools/modus-go-build/modinfo/modinfo.go b/sdk/go/tools/modus-go-build/modinfo/modinfo.go index a2acf55c5..4bff67104 100644 --- a/sdk/go/tools/modus-go-build/modinfo/modinfo.go +++ b/sdk/go/tools/modus-go-build/modinfo/modinfo.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/tools/modus-go-build/utils/typeinfo.go b/sdk/go/tools/modus-go-build/utils/typeinfo.go index c8c548b19..9e8b7eb40 100644 --- a/sdk/go/tools/modus-go-build/utils/typeinfo.go +++ b/sdk/go/tools/modus-go-build/utils/typeinfo.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/tools/modus-go-build/utils/utils.go b/sdk/go/tools/modus-go-build/utils/utils.go index f788dceec..c91ff686d 100644 --- a/sdk/go/tools/modus-go-build/utils/utils.go +++ b/sdk/go/tools/modus-go-build/utils/utils.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/tools/modus-go-build/wasm/filters.go b/sdk/go/tools/modus-go-build/wasm/filters.go index b1fe3596e..ce5c141e2 100644 --- a/sdk/go/tools/modus-go-build/wasm/filters.go +++ b/sdk/go/tools/modus-go-build/wasm/filters.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/tools/modus-go-build/wasm/wasm.go b/sdk/go/tools/modus-go-build/wasm/wasm.go index 13d2de964..45069eb43 100644 --- a/sdk/go/tools/modus-go-build/wasm/wasm.go +++ b/sdk/go/tools/modus-go-build/wasm/wasm.go @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tools/release-info/constants.ts b/tools/release-info/constants.ts index 990a3e101..e9391d562 100644 --- a/tools/release-info/constants.ts +++ b/tools/release-info/constants.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tools/release-info/index.ts b/tools/release-info/index.ts index 05c27262a..674dada3b 100644 --- a/tools/release-info/index.ts +++ b/tools/release-info/index.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tools/release-info/versioninfo.ts b/tools/release-info/versioninfo.ts index d8cc419e3..d97e1b0f1 100644 --- a/tools/release-info/versioninfo.ts +++ b/tools/release-info/versioninfo.ts @@ -1,9 +1,5 @@ /* - * Copyright 2024 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */