diff --git a/README.md b/README.md index acf7084de..c6413293f 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ 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 +Modus and its components are Copyright 2025 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, diff --git a/cli/install.sh b/cli/install.sh index 82b2d71b4..c5821a4c1 100755 --- a/cli/install.sh +++ b/cli/install.sh @@ -1,10 +1,10 @@ #!/usr/bin/env bash -# Copyright 2024 Hypermode Inc. +# 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: 2024 Hypermode Inc. +# SPDX-FileCopyrightText: 2025 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..3e8f0d420 100644 --- a/cli/src/commands/build/index.ts +++ b/cli/src/commands/build/index.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 558264130..8a0a04303 100644 --- a/cli/src/commands/dev/index.ts +++ b/cli/src/commands/dev/index.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 30cd6d170..a79317441 100644 --- a/cli/src/commands/new/index.ts +++ b/cli/src/commands/new/index.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..1e61894c1 100644 --- a/cli/src/commands/runtime/install/index.ts +++ b/cli/src/commands/runtime/install/index.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..5e779bc20 100644 --- a/cli/src/commands/runtime/list/index.ts +++ b/cli/src/commands/runtime/list/index.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..0a28a530d 100644 --- a/cli/src/commands/runtime/remove/index.ts +++ b/cli/src/commands/runtime/remove/index.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 72e526b05..c62750b9b 100644 --- a/cli/src/commands/sdk/install/index.ts +++ b/cli/src/commands/sdk/install/index.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..05465faa7 100644 --- a/cli/src/commands/sdk/list/index.ts +++ b/cli/src/commands/sdk/list/index.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..d01813969 100644 --- a/cli/src/commands/sdk/remove/index.ts +++ b/cli/src/commands/sdk/remove/index.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/custom/globals.ts b/cli/src/custom/globals.ts index 30d795ccc..90e7b00e3 100644 --- a/cli/src/custom/globals.ts +++ b/cli/src/custom/globals.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/custom/header.ts b/cli/src/custom/header.ts index 79d1bb298..d0700a27f 100644 --- a/cli/src/custom/header.ts +++ b/cli/src/custom/header.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/custom/help.ts b/cli/src/custom/help.ts index a1e67bfea..36a6bf88b 100644 --- a/cli/src/custom/help.ts +++ b/cli/src/custom/help.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/custom/logo.ts b/cli/src/custom/logo.ts index 6d3a5eff9..24e16fd53 100644 --- a/cli/src/custom/logo.ts +++ b/cli/src/custom/logo.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/index.ts b/cli/src/index.ts index 429a647b7..1b28c80b6 100644 --- a/cli/src/index.ts +++ b/cli/src/index.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/appinfo.ts b/cli/src/util/appinfo.ts index 5fa2a6c6c..b0763a3af 100644 --- a/cli/src/util/appinfo.ts +++ b/cli/src/util/appinfo.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/appname.ts b/cli/src/util/appname.ts index 91392d693..3f2937640 100644 --- a/cli/src/util/appname.ts +++ b/cli/src/util/appname.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/cp.ts b/cli/src/util/cp.ts index 4e5cbce36..b51953dda 100644 --- a/cli/src/util/cp.ts +++ b/cli/src/util/cp.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/errors.ts b/cli/src/util/errors.ts index 82015ce69..513adebb3 100644 --- a/cli/src/util/errors.ts +++ b/cli/src/util/errors.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/fs.ts b/cli/src/util/fs.ts index 8c3217601..4ea7dbcfb 100644 --- a/cli/src/util/fs.ts +++ b/cli/src/util/fs.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/http.ts b/cli/src/util/http.ts index c54e115ad..4773d578a 100644 --- a/cli/src/util/http.ts +++ b/cli/src/util/http.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/hypermode.ts b/cli/src/util/hypermode.ts index 742237fac..ed9d614dd 100644 --- a/cli/src/util/hypermode.ts +++ b/cli/src/util/hypermode.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/index.ts b/cli/src/util/index.ts index 0775faccf..56fba74c2 100644 --- a/cli/src/util/index.ts +++ b/cli/src/util/index.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/installer.ts b/cli/src/util/installer.ts index 67f5b4f19..1eab524b6 100644 --- a/cli/src/util/installer.ts +++ b/cli/src/util/installer.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/metadata.ts b/cli/src/util/metadata.ts index bb24f6af4..3301ed1fa 100644 --- a/cli/src/util/metadata.ts +++ b/cli/src/util/metadata.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/systemVersions.ts b/cli/src/util/systemVersions.ts index e52c5cb21..36e6abb22 100644 --- a/cli/src/util/systemVersions.ts +++ b/cli/src/util/systemVersions.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/tar.ts b/cli/src/util/tar.ts index e1296d677..99a4d8123 100644 --- a/cli/src/util/tar.ts +++ b/cli/src/util/tar.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cli/src/util/versioninfo.ts b/cli/src/util/versioninfo.ts index de744a6b2..da610d7c5 100644 --- a/cli/src/util/versioninfo.ts +++ b/cli/src/util/versioninfo.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/manifest/collection.go b/lib/manifest/collection.go index df5d3bf1f..d17a52e0c 100644 --- a/lib/manifest/collection.go +++ b/lib/manifest/collection.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/manifest/connection.go b/lib/manifest/connection.go index 2f1c7751b..2e2ab1ffc 100644 --- a/lib/manifest/connection.go +++ b/lib/manifest/connection.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/manifest/dgraph.go b/lib/manifest/dgraph.go index bc51c705a..373ce2397 100644 --- a/lib/manifest/dgraph.go +++ b/lib/manifest/dgraph.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/manifest/endpoints.go b/lib/manifest/endpoints.go index f7a5c5d05..56917d419 100644 --- a/lib/manifest/endpoints.go +++ b/lib/manifest/endpoints.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/manifest/http.go b/lib/manifest/http.go index 69924fdf0..bfecc8359 100644 --- a/lib/manifest/http.go +++ b/lib/manifest/http.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/manifest/manifest.go b/lib/manifest/manifest.go index fcdd74e31..f691ed68f 100644 --- a/lib/manifest/manifest.go +++ b/lib/manifest/manifest.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/manifest/model.go b/lib/manifest/model.go index 3e21a905b..e0fea8c1c 100644 --- a/lib/manifest/model.go +++ b/lib/manifest/model.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/manifest/neo4j.go b/lib/manifest/neo4j.go index 37387f5dc..aafa32b6a 100644 --- a/lib/manifest/neo4j.go +++ b/lib/manifest/neo4j.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/manifest/postgresql.go b/lib/manifest/postgresql.go index 8414a2b94..4a1c57c49 100644 --- a/lib/manifest/postgresql.go +++ b/lib/manifest/postgresql.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 3e843ef71..4a47c0f58 100644 --- a/lib/manifest/test/manifest_test.go +++ b/lib/manifest/test/manifest_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/manifest/utils.go b/lib/manifest/utils.go index 585cc471f..296285dc4 100644 --- a/lib/manifest/utils.go +++ b/lib/manifest/utils.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/metadata/builder.go b/lib/metadata/builder.go index b4024ecd5..377563e67 100644 --- a/lib/metadata/builder.go +++ b/lib/metadata/builder.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/metadata/extras.go b/lib/metadata/extras.go index 8617f74b9..3613413ed 100644 --- a/lib/metadata/extras.go +++ b/lib/metadata/extras.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/metadata/metadata.go b/lib/metadata/metadata.go index 1a4124ea3..bc8d743f0 100644 --- a/lib/metadata/metadata.go +++ b/lib/metadata/metadata.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/metadata/reader.go b/lib/metadata/reader.go index afe5c6438..89778052e 100644 --- a/lib/metadata/reader.go +++ b/lib/metadata/reader.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/wasmextractor/wasmextractor.go b/lib/wasmextractor/wasmextractor.go index 91e9a0978..644ffa454 100644 --- a/lib/wasmextractor/wasmextractor.go +++ b/lib/wasmextractor/wasmextractor.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/app/app.go b/runtime/app/app.go index af6dbd639..3600a1877 100644 --- a/runtime/app/app.go +++ b/runtime/app/app.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/aws/config.go b/runtime/aws/config.go index 40d9cfc60..e79aade5d 100644 --- a/runtime/aws/config.go +++ b/runtime/aws/config.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/collections/collection.go b/runtime/collections/collection.go index 93dffc607..2da951372 100644 --- a/runtime/collections/collection.go +++ b/runtime/collections/collection.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/collections/collections.go b/runtime/collections/collections.go index e28d6fb5f..cff23048b 100644 --- a/runtime/collections/collections.go +++ b/runtime/collections/collections.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/collections/factory.go b/runtime/collections/factory.go index b3c6e173d..451f398e5 100644 --- a/runtime/collections/factory.go +++ b/runtime/collections/factory.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/collections/in_mem/hnsw/vector_index.go b/runtime/collections/in_mem/hnsw/vector_index.go index 74eb746c1..15cedb588 100644 --- a/runtime/collections/in_mem/hnsw/vector_index.go +++ b/runtime/collections/in_mem/hnsw/vector_index.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/collections/in_mem/hnsw/vector_index_test.go b/runtime/collections/in_mem/hnsw/vector_index_test.go index 8746bea59..b1b3cfbae 100644 --- a/runtime/collections/in_mem/hnsw/vector_index_test.go +++ b/runtime/collections/in_mem/hnsw/vector_index_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/collections/in_mem/sequential/vector_index.go b/runtime/collections/in_mem/sequential/vector_index.go index 76d564079..73976b04c 100644 --- a/runtime/collections/in_mem/sequential/vector_index.go +++ b/runtime/collections/in_mem/sequential/vector_index.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/collections/in_mem/sequential/vector_index_test.go b/runtime/collections/in_mem/sequential/vector_index_test.go index 0f7a40136..2aa33ae5b 100644 --- a/runtime/collections/in_mem/sequential/vector_index_test.go +++ b/runtime/collections/in_mem/sequential/vector_index_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/collections/in_mem/text_index.go b/runtime/collections/in_mem/text_index.go index 2ed7afe4e..51913cdcc 100644 --- a/runtime/collections/in_mem/text_index.go +++ b/runtime/collections/in_mem/text_index.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/collections/in_mem/text_index_test.go b/runtime/collections/in_mem/text_index_test.go index a76e5e7d5..2cd7a7b3a 100644 --- a/runtime/collections/in_mem/text_index_test.go +++ b/runtime/collections/in_mem/text_index_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/collections/index/helper.go b/runtime/collections/index/helper.go index e642946c7..052a7c8b0 100644 --- a/runtime/collections/index/helper.go +++ b/runtime/collections/index/helper.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/collections/index/index.go b/runtime/collections/index/index.go index 2657854ed..7e47a53cd 100644 --- a/runtime/collections/index/index.go +++ b/runtime/collections/index/index.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/collections/index/interfaces/interfaces.go b/runtime/collections/index/interfaces/interfaces.go index 7544a2899..edfc67c89 100644 --- a/runtime/collections/index/interfaces/interfaces.go +++ b/runtime/collections/index/interfaces/interfaces.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/collections/index/search_path.go b/runtime/collections/index/search_path.go index f805572a8..b89d437bf 100644 --- a/runtime/collections/index/search_path.go +++ b/runtime/collections/index/search_path.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/collections/types.go b/runtime/collections/types.go index 27ca1a2ea..27f89a872 100644 --- a/runtime/collections/types.go +++ b/runtime/collections/types.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/collections/utils/heap.go b/runtime/collections/utils/heap.go index 6fc751267..c4d618e5d 100644 --- a/runtime/collections/utils/heap.go +++ b/runtime/collections/utils/heap.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/collections/utils/heap_test.go b/runtime/collections/utils/heap_test.go index 3e59a018f..acb2f8253 100644 --- a/runtime/collections/utils/heap_test.go +++ b/runtime/collections/utils/heap_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/collections/utils/helper.go b/runtime/collections/utils/helper.go index 681b28860..f23790e70 100644 --- a/runtime/collections/utils/helper.go +++ b/runtime/collections/utils/helper.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/collections/utils/helper_test.go b/runtime/collections/utils/helper_test.go index f48cb15a7..bb0eafd6e 100644 --- a/runtime/collections/utils/helper_test.go +++ b/runtime/collections/utils/helper_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/collections/vector.go b/runtime/collections/vector.go index aedb640ca..f2dd70c6d 100644 --- a/runtime/collections/vector.go +++ b/runtime/collections/vector.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/config/commandline.go b/runtime/config/commandline.go index 2e2584e0f..5d248d47b 100644 --- a/runtime/config/commandline.go +++ b/runtime/config/commandline.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/config/commandline_test.go b/runtime/config/commandline_test.go index 5d4c24370..a6f36f5c7 100644 --- a/runtime/config/commandline_test.go +++ b/runtime/config/commandline_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/config/config.go b/runtime/config/config.go index f81ef673c..4ee094934 100644 --- a/runtime/config/config.go +++ b/runtime/config/config.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/config/environment.go b/runtime/config/environment.go index 07c5a0bf5..f9abdad7d 100644 --- a/runtime/config/environment.go +++ b/runtime/config/environment.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/config/environment_test.go b/runtime/config/environment_test.go index 6bc7f26bb..a49cd55cf 100644 --- a/runtime/config/environment_test.go +++ b/runtime/config/environment_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/config/version.go b/runtime/config/version.go index eda8eb55e..4df76c35e 100644 --- a/runtime/config/version.go +++ b/runtime/config/version.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/db/db.go b/runtime/db/db.go index f9fae3ced..62d9c6091 100644 --- a/runtime/db/db.go +++ b/runtime/db/db.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/dgraphclient/dgraph.go b/runtime/dgraphclient/dgraph.go index 8d7bfc96d..477214632 100644 --- a/runtime/dgraphclient/dgraph.go +++ b/runtime/dgraphclient/dgraph.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/dgraphclient/dgraphclient.go b/runtime/dgraphclient/dgraphclient.go index 7ac8fe25d..c0cefd910 100644 --- a/runtime/dgraphclient/dgraphclient.go +++ b/runtime/dgraphclient/dgraphclient.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/dgraphclient/registry.go b/runtime/dgraphclient/registry.go index 7e720e96f..38bcf8385 100644 --- a/runtime/dgraphclient/registry.go +++ b/runtime/dgraphclient/registry.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/dgraphclient/types.go b/runtime/dgraphclient/types.go index 0cb8f7872..0de35c897 100644 --- a/runtime/dgraphclient/types.go +++ b/runtime/dgraphclient/types.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/envfiles/envfilemonitor.go b/runtime/envfiles/envfilemonitor.go index 6868be1f4..6664b029d 100644 --- a/runtime/envfiles/envfilemonitor.go +++ b/runtime/envfiles/envfilemonitor.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/envfiles/envfiles.go b/runtime/envfiles/envfiles.go index 6ade216d1..4e619b321 100644 --- a/runtime/envfiles/envfiles.go +++ b/runtime/envfiles/envfiles.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/envfiles/events.go b/runtime/envfiles/events.go index a0e23e103..b46a78112 100644 --- a/runtime/envfiles/events.go +++ b/runtime/envfiles/events.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/explorer/explorer.go b/runtime/explorer/explorer.go index 69c1fffbd..541b2c831 100644 --- a/runtime/explorer/explorer.go +++ b/runtime/explorer/explorer.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/functions/events.go b/runtime/functions/events.go index 841385434..747413a67 100644 --- a/runtime/functions/events.go +++ b/runtime/functions/events.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/functions/fninfo.go b/runtime/functions/fninfo.go index b3a4ff34a..0c8eb4dc6 100644 --- a/runtime/functions/fninfo.go +++ b/runtime/functions/fninfo.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/functions/helpers.go b/runtime/functions/helpers.go index 0bbb2d2d5..8c126e8d2 100644 --- a/runtime/functions/helpers.go +++ b/runtime/functions/helpers.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/functions/registration.go b/runtime/functions/registration.go index b747162e9..1ec35dc5e 100644 --- a/runtime/functions/registration.go +++ b/runtime/functions/registration.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/graphql/datasource/configuration.go b/runtime/graphql/datasource/configuration.go index 4bd5e9e2e..3a65591a2 100644 --- a/runtime/graphql/datasource/configuration.go +++ b/runtime/graphql/datasource/configuration.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/graphql/datasource/factory.go b/runtime/graphql/datasource/factory.go index 2352663a7..f94c35796 100644 --- a/runtime/graphql/datasource/factory.go +++ b/runtime/graphql/datasource/factory.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/graphql/datasource/planner.go b/runtime/graphql/datasource/planner.go index 06b146023..880c8b72b 100644 --- a/runtime/graphql/datasource/planner.go +++ b/runtime/graphql/datasource/planner.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/graphql/datasource/source.go b/runtime/graphql/datasource/source.go index e56dec6ae..6b475b8c0 100644 --- a/runtime/graphql/datasource/source.go +++ b/runtime/graphql/datasource/source.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/graphql/engine/engine.go b/runtime/graphql/engine/engine.go index ea6367a2b..b468b6367 100644 --- a/runtime/graphql/engine/engine.go +++ b/runtime/graphql/engine/engine.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/graphql/engine/logging.go b/runtime/graphql/engine/logging.go index 0aa27bbad..3818269c0 100644 --- a/runtime/graphql/engine/logging.go +++ b/runtime/graphql/engine/logging.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/graphql/graphql.go b/runtime/graphql/graphql.go index 2d0b685b3..d1fb0c415 100644 --- a/runtime/graphql/graphql.go +++ b/runtime/graphql/graphql.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/graphql/schemagen/conventions.go b/runtime/graphql/schemagen/conventions.go index 8d6c5ed51..8a70fb67e 100644 --- a/runtime/graphql/schemagen/conventions.go +++ b/runtime/graphql/schemagen/conventions.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/graphql/schemagen/filters.go b/runtime/graphql/schemagen/filters.go index 11bd04aae..8ec384519 100644 --- a/runtime/graphql/schemagen/filters.go +++ b/runtime/graphql/schemagen/filters.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/graphql/schemagen/schemagen.go b/runtime/graphql/schemagen/schemagen.go index 12751a5c2..a41a5529b 100644 --- a/runtime/graphql/schemagen/schemagen.go +++ b/runtime/graphql/schemagen/schemagen.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 0b01f55e4..b5e5a8d34 100644 --- a/runtime/graphql/schemagen/schemagen_as_test.go +++ b/runtime/graphql/schemagen/schemagen_as_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 25e8d2958..1d867beb1 100644 --- a/runtime/graphql/schemagen/schemagen_go_test.go +++ b/runtime/graphql/schemagen/schemagen_go_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/graphqlclient/graphqlclient.go b/runtime/graphqlclient/graphqlclient.go index b7b6a74d8..cfbe3c02a 100644 --- a/runtime/graphqlclient/graphqlclient.go +++ b/runtime/graphqlclient/graphqlclient.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/hostfunctions/collections.go b/runtime/hostfunctions/collections.go index 56768ebe1..c8cdad4d7 100644 --- a/runtime/hostfunctions/collections.go +++ b/runtime/hostfunctions/collections.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/hostfunctions/database.go b/runtime/hostfunctions/database.go index 165a21f40..39a0a860c 100644 --- a/runtime/hostfunctions/database.go +++ b/runtime/hostfunctions/database.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/hostfunctions/dgraph.go b/runtime/hostfunctions/dgraph.go index a6fcad7d2..18c532eb4 100644 --- a/runtime/hostfunctions/dgraph.go +++ b/runtime/hostfunctions/dgraph.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/hostfunctions/graphql.go b/runtime/hostfunctions/graphql.go index ef41140fd..c3bd5c099 100644 --- a/runtime/hostfunctions/graphql.go +++ b/runtime/hostfunctions/graphql.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/hostfunctions/hostfunctions.go b/runtime/hostfunctions/hostfunctions.go index 9a63a4fd3..53b41b1d1 100644 --- a/runtime/hostfunctions/hostfunctions.go +++ b/runtime/hostfunctions/hostfunctions.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/hostfunctions/http.go b/runtime/hostfunctions/http.go index 13e3e99e7..772bf145a 100644 --- a/runtime/hostfunctions/http.go +++ b/runtime/hostfunctions/http.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/hostfunctions/models.go b/runtime/hostfunctions/models.go index 5142f6758..37f5f2ca5 100644 --- a/runtime/hostfunctions/models.go +++ b/runtime/hostfunctions/models.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/hostfunctions/neo4j.go b/runtime/hostfunctions/neo4j.go index 8701b2f25..e31225110 100644 --- a/runtime/hostfunctions/neo4j.go +++ b/runtime/hostfunctions/neo4j.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/hostfunctions/system.go b/runtime/hostfunctions/system.go index 8c213aa47..6eba09f8f 100644 --- a/runtime/hostfunctions/system.go +++ b/runtime/hostfunctions/system.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/httpclient/connections.go b/runtime/httpclient/connections.go index 3d9fe7803..1a87e0b21 100644 --- a/runtime/httpclient/connections.go +++ b/runtime/httpclient/connections.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/httpclient/fetch.go b/runtime/httpclient/fetch.go index d55421eff..68603f5af 100644 --- a/runtime/httpclient/fetch.go +++ b/runtime/httpclient/fetch.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/httpclient/types.go b/runtime/httpclient/types.go index 64fa99d03..415fe42a2 100644 --- a/runtime/httpclient/types.go +++ b/runtime/httpclient/types.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/httpserver/dynamicMux.go b/runtime/httpserver/dynamicMux.go index a844759e8..20c5bb304 100644 --- a/runtime/httpserver/dynamicMux.go +++ b/runtime/httpserver/dynamicMux.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/httpserver/health.go b/runtime/httpserver/health.go index 001b5287d..8b29b5fe9 100644 --- a/runtime/httpserver/health.go +++ b/runtime/httpserver/health.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/httpserver/server.go b/runtime/httpserver/server.go index 968e5bf33..bfa18ce2d 100644 --- a/runtime/httpserver/server.go +++ b/runtime/httpserver/server.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 fd9567a67..3eaa4e9e0 100644 --- a/runtime/integration_tests/postgresql_integration_test.go +++ b/runtime/integration_tests/postgresql_integration_test.go @@ -1,11 +1,11 @@ //go:build integration /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/executionplan.go b/runtime/langsupport/executionplan.go index 64a38f33d..71394d043 100644 --- a/runtime/langsupport/executionplan.go +++ b/runtime/langsupport/executionplan.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/langtypeinfo.go b/runtime/langsupport/langtypeinfo.go index 2c89b5fbc..7cb97d840 100644 --- a/runtime/langsupport/langtypeinfo.go +++ b/runtime/langsupport/langtypeinfo.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/language.go b/runtime/langsupport/language.go index 415dc6c0b..df8ffab1e 100644 --- a/runtime/langsupport/language.go +++ b/runtime/langsupport/language.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/planner.go b/runtime/langsupport/planner.go index ae6aba7aa..5c3a8e605 100644 --- a/runtime/langsupport/planner.go +++ b/runtime/langsupport/planner.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/primitives/converters.go b/runtime/langsupport/primitives/converters.go index 17eceeef4..ae85da27f 100644 --- a/runtime/langsupport/primitives/converters.go +++ b/runtime/langsupport/primitives/converters.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/primitives/decoders.go b/runtime/langsupport/primitives/decoders.go index e4e0fdbbb..41b5b07f7 100644 --- a/runtime/langsupport/primitives/decoders.go +++ b/runtime/langsupport/primitives/decoders.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/primitives/encoders.go b/runtime/langsupport/primitives/encoders.go index 731b62bab..0407b6550 100644 --- a/runtime/langsupport/primitives/encoders.go +++ b/runtime/langsupport/primitives/encoders.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/primitives/readers.go b/runtime/langsupport/primitives/readers.go index d8a7527d6..22bd38fb6 100644 --- a/runtime/langsupport/primitives/readers.go +++ b/runtime/langsupport/primitives/readers.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/primitives/writers.go b/runtime/langsupport/primitives/writers.go index 1d406e6bd..67b67b886 100644 --- a/runtime/langsupport/primitives/writers.go +++ b/runtime/langsupport/primitives/writers.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/typehandler.go b/runtime/langsupport/typehandler.go index 23abe1690..48358777c 100644 --- a/runtime/langsupport/typehandler.go +++ b/runtime/langsupport/typehandler.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/typeinfo.go b/runtime/langsupport/typeinfo.go index 9658216c8..d2f14ac41 100644 --- a/runtime/langsupport/typeinfo.go +++ b/runtime/langsupport/typeinfo.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/utils.go b/runtime/langsupport/utils.go index 1a0a1e1f4..35fefd9f4 100644 --- a/runtime/langsupport/utils.go +++ b/runtime/langsupport/utils.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/langsupport/wasmadapter.go b/runtime/langsupport/wasmadapter.go index 13d3beade..690f0c9b6 100644 --- a/runtime/langsupport/wasmadapter.go +++ b/runtime/langsupport/wasmadapter.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/adapter.go b/runtime/languages/assemblyscript/adapter.go index 90e1c9a09..edea6c781 100644 --- a/runtime/languages/assemblyscript/adapter.go +++ b/runtime/languages/assemblyscript/adapter.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 a7a59740b..dc1fcc9e9 100644 --- a/runtime/languages/assemblyscript/handler_arraybuffers.go +++ b/runtime/languages/assemblyscript/handler_arraybuffers.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..7f8eff0ef 100644 --- a/runtime/languages/assemblyscript/handler_arrays.go +++ b/runtime/languages/assemblyscript/handler_arrays.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 4f38eb35e..bcc9ca7e0 100644 --- a/runtime/languages/assemblyscript/handler_classes.go +++ b/runtime/languages/assemblyscript/handler_classes.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..67182383d 100644 --- a/runtime/languages/assemblyscript/handler_dates.go +++ b/runtime/languages/assemblyscript/handler_dates.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 7bbea5f7b..3e2f1f876 100644 --- a/runtime/languages/assemblyscript/handler_maps.go +++ b/runtime/languages/assemblyscript/handler_maps.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..0b91d8801 100644 --- a/runtime/languages/assemblyscript/handler_objects.go +++ b/runtime/languages/assemblyscript/handler_objects.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..cc9250677 100644 --- a/runtime/languages/assemblyscript/handler_primitivearrays.go +++ b/runtime/languages/assemblyscript/handler_primitivearrays.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..6d40ee808 100644 --- a/runtime/languages/assemblyscript/handler_primitives.go +++ b/runtime/languages/assemblyscript/handler_primitives.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..8b7e7aed7 100644 --- a/runtime/languages/assemblyscript/handler_strings.go +++ b/runtime/languages/assemblyscript/handler_strings.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 24aadd4b9..68ddc47b4 100644 --- a/runtime/languages/assemblyscript/handler_typedarrays.go +++ b/runtime/languages/assemblyscript/handler_typedarrays.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..bc1c5c886 100644 --- a/runtime/languages/assemblyscript/hash/hash.go +++ b/runtime/languages/assemblyscript/hash/hash.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/planner.go b/runtime/languages/assemblyscript/planner.go index fb70d2cdf..00e57b108 100644 --- a/runtime/languages/assemblyscript/planner.go +++ b/runtime/languages/assemblyscript/planner.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..b5acc1b22 100644 --- a/runtime/languages/assemblyscript/testdata/assembly/arraybuffers.ts +++ b/runtime/languages/assemblyscript/testdata/assembly/arraybuffers.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..58ae0d8d2 100644 --- a/runtime/languages/assemblyscript/testdata/assembly/arrays.ts +++ b/runtime/languages/assemblyscript/testdata/assembly/arrays.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..813689198 100644 --- a/runtime/languages/assemblyscript/testdata/assembly/classes.ts +++ b/runtime/languages/assemblyscript/testdata/assembly/classes.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..9e81eb445 100644 --- a/runtime/languages/assemblyscript/testdata/assembly/dates.ts +++ b/runtime/languages/assemblyscript/testdata/assembly/dates.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..47d0fc085 100644 --- a/runtime/languages/assemblyscript/testdata/assembly/env.ts +++ b/runtime/languages/assemblyscript/testdata/assembly/env.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..ccf7c11df 100644 --- a/runtime/languages/assemblyscript/testdata/assembly/hostfns.ts +++ b/runtime/languages/assemblyscript/testdata/assembly/hostfns.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..27394d531 100644 --- a/runtime/languages/assemblyscript/testdata/assembly/index.ts +++ b/runtime/languages/assemblyscript/testdata/assembly/index.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..e7d8ca20a 100644 --- a/runtime/languages/assemblyscript/testdata/assembly/maps.ts +++ b/runtime/languages/assemblyscript/testdata/assembly/maps.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..835505f41 100644 --- a/runtime/languages/assemblyscript/testdata/assembly/primitives.ts +++ b/runtime/languages/assemblyscript/testdata/assembly/primitives.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..f6a0081f8 100644 --- a/runtime/languages/assemblyscript/testdata/assembly/strings.ts +++ b/runtime/languages/assemblyscript/testdata/assembly/strings.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..78dbf87d2 100644 --- a/runtime/languages/assemblyscript/testdata/assembly/typedarrays.ts +++ b/runtime/languages/assemblyscript/testdata/assembly/typedarrays.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..092d87341 100644 --- a/runtime/languages/assemblyscript/tests/arraybuffers_test.go +++ b/runtime/languages/assemblyscript/tests/arraybuffers_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..1431338e8 100644 --- a/runtime/languages/assemblyscript/tests/arrays_test.go +++ b/runtime/languages/assemblyscript/tests/arrays_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..2fc5976de 100644 --- a/runtime/languages/assemblyscript/tests/classes_test.go +++ b/runtime/languages/assemblyscript/tests/classes_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..979d81db4 100644 --- a/runtime/languages/assemblyscript/tests/dates_test.go +++ b/runtime/languages/assemblyscript/tests/dates_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..00edd4e8a 100644 --- a/runtime/languages/assemblyscript/tests/env_test.go +++ b/runtime/languages/assemblyscript/tests/env_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..0859868f2 100644 --- a/runtime/languages/assemblyscript/tests/hostfns_test.go +++ b/runtime/languages/assemblyscript/tests/hostfns_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 e16efa78c..397c4bde0 100644 --- a/runtime/languages/assemblyscript/tests/maps_test.go +++ b/runtime/languages/assemblyscript/tests/maps_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..98daa5ee2 100644 --- a/runtime/languages/assemblyscript/tests/primitives_test.go +++ b/runtime/languages/assemblyscript/tests/primitives_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..6c135d004 100644 --- a/runtime/languages/assemblyscript/tests/setup_test.go +++ b/runtime/languages/assemblyscript/tests/setup_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 cf8afbd8b..31d707da2 100644 --- a/runtime/languages/assemblyscript/tests/special_test.go +++ b/runtime/languages/assemblyscript/tests/special_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..26cfb6988 100644 --- a/runtime/languages/assemblyscript/tests/strings_test.go +++ b/runtime/languages/assemblyscript/tests/strings_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..f3336041e 100644 --- a/runtime/languages/assemblyscript/tests/typedarrays_test.go +++ b/runtime/languages/assemblyscript/tests/typedarrays_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/assemblyscript/typeinfo.go b/runtime/languages/assemblyscript/typeinfo.go index d25012f1b..6cc01d5a5 100644 --- a/runtime/languages/assemblyscript/typeinfo.go +++ b/runtime/languages/assemblyscript/typeinfo.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/adapter.go b/runtime/languages/golang/adapter.go index 0bc421afd..7b0e1cf8b 100644 --- a/runtime/languages/golang/adapter.go +++ b/runtime/languages/golang/adapter.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 4aede683c..90a27b285 100644 --- a/runtime/languages/golang/handler_arrays.go +++ b/runtime/languages/golang/handler_arrays.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 aeef56b39..f1a2ac30a 100644 --- a/runtime/languages/golang/handler_maps.go +++ b/runtime/languages/golang/handler_maps.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..71aeac652 100644 --- a/runtime/languages/golang/handler_pointers.go +++ b/runtime/languages/golang/handler_pointers.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 40e702cf2..4e1806c61 100644 --- a/runtime/languages/golang/handler_primitivearrays.go +++ b/runtime/languages/golang/handler_primitivearrays.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..b09ef062d 100644 --- a/runtime/languages/golang/handler_primitives.go +++ b/runtime/languages/golang/handler_primitives.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 5597f3523..bf04a543a 100644 --- a/runtime/languages/golang/handler_primitiveslices.go +++ b/runtime/languages/golang/handler_primitiveslices.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..cc50a6d99 100644 --- a/runtime/languages/golang/handler_slices.go +++ b/runtime/languages/golang/handler_slices.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..19b695e0c 100644 --- a/runtime/languages/golang/handler_strings.go +++ b/runtime/languages/golang/handler_strings.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 92af48516..cfa67ad45 100644 --- a/runtime/languages/golang/handler_structs.go +++ b/runtime/languages/golang/handler_structs.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..be4c563ce 100644 --- a/runtime/languages/golang/handler_time.go +++ b/runtime/languages/golang/handler_time.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/planner.go b/runtime/languages/golang/planner.go index 50fdcd96a..d3c5686f5 100644 --- a/runtime/languages/golang/planner.go +++ b/runtime/languages/golang/planner.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..dfa44f07d 100644 --- a/runtime/languages/golang/testdata/arrays.go +++ b/runtime/languages/golang/testdata/arrays.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..a49e621cd 100644 --- a/runtime/languages/golang/testdata/hostfns.go +++ b/runtime/languages/golang/testdata/hostfns.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..89cc43e75 100644 --- a/runtime/languages/golang/testdata/http.go +++ b/runtime/languages/golang/testdata/http.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..1d3866b49 100644 --- a/runtime/languages/golang/testdata/imports_mock.go +++ b/runtime/languages/golang/testdata/imports_mock.go @@ -1,11 +1,11 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..05c280fd5 100644 --- a/runtime/languages/golang/testdata/imports_wasi.go +++ b/runtime/languages/golang/testdata/imports_wasi.go @@ -1,11 +1,11 @@ //go:build wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..59e016ada 100644 --- a/runtime/languages/golang/testdata/maps.go +++ b/runtime/languages/golang/testdata/maps.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..213552177 100644 --- a/runtime/languages/golang/testdata/primitives.go +++ b/runtime/languages/golang/testdata/primitives.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..0a63def36 100644 --- a/runtime/languages/golang/testdata/slices.go +++ b/runtime/languages/golang/testdata/slices.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..5ebfddb3c 100644 --- a/runtime/languages/golang/testdata/special.go +++ b/runtime/languages/golang/testdata/special.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..9c39d9716 100644 --- a/runtime/languages/golang/testdata/strings.go +++ b/runtime/languages/golang/testdata/strings.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..8078eff2f 100644 --- a/runtime/languages/golang/testdata/structs.go +++ b/runtime/languages/golang/testdata/structs.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..04e8fba4a 100644 --- a/runtime/languages/golang/testdata/time.go +++ b/runtime/languages/golang/testdata/time.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..832b4053a 100644 --- a/runtime/languages/golang/testdata/utils.go +++ b/runtime/languages/golang/testdata/utils.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..b3632c7de 100644 --- a/runtime/languages/golang/tests/arrays_test.go +++ b/runtime/languages/golang/tests/arrays_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..bc855cb52 100644 --- a/runtime/languages/golang/tests/hostfns_test.go +++ b/runtime/languages/golang/tests/hostfns_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..7a8ad8370 100644 --- a/runtime/languages/golang/tests/http_test.go +++ b/runtime/languages/golang/tests/http_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 8cc3fd58d..bbb171841 100644 --- a/runtime/languages/golang/tests/maps_test.go +++ b/runtime/languages/golang/tests/maps_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 4187949a2..ecd3b4649 100644 --- a/runtime/languages/golang/tests/planner_test.go +++ b/runtime/languages/golang/tests/planner_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..abfb37938 100644 --- a/runtime/languages/golang/tests/primitives_test.go +++ b/runtime/languages/golang/tests/primitives_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..1902f34bc 100644 --- a/runtime/languages/golang/tests/recursivestructs_test.go +++ b/runtime/languages/golang/tests/recursivestructs_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..e1cb2aa43 100644 --- a/runtime/languages/golang/tests/setup_test.go +++ b/runtime/languages/golang/tests/setup_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..e091924cc 100644 --- a/runtime/languages/golang/tests/slices_test.go +++ b/runtime/languages/golang/tests/slices_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..9ec000c5f 100644 --- a/runtime/languages/golang/tests/special_test.go +++ b/runtime/languages/golang/tests/special_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..34f525637 100644 --- a/runtime/languages/golang/tests/strings_test.go +++ b/runtime/languages/golang/tests/strings_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..e2cafc3bd 100644 --- a/runtime/languages/golang/tests/structs_test.go +++ b/runtime/languages/golang/tests/structs_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..4e48852e5 100644 --- a/runtime/languages/golang/tests/time_test.go +++ b/runtime/languages/golang/tests/time_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/golang/typeinfo.go b/runtime/languages/golang/typeinfo.go index ffa40c484..c5f916b0f 100644 --- a/runtime/languages/golang/typeinfo.go +++ b/runtime/languages/golang/typeinfo.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/languages/languages.go b/runtime/languages/languages.go index 19f1d8ab0..8fb66850d 100644 --- a/runtime/languages/languages.go +++ b/runtime/languages/languages.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/logger/logger.go b/runtime/logger/logger.go index 11257ebc3..abb2b0249 100644 --- a/runtime/logger/logger.go +++ b/runtime/logger/logger.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/logger/logwriter.go b/runtime/logger/logwriter.go index a954c64a3..b2eb067f6 100644 --- a/runtime/logger/logwriter.go +++ b/runtime/logger/logwriter.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/main.go b/runtime/main.go index e168bdf66..6c55f34b9 100644 --- a/runtime/main.go +++ b/runtime/main.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/manifestdata/events.go b/runtime/manifestdata/events.go index 6c3ff61e2..a8ad1fe67 100644 --- a/runtime/manifestdata/events.go +++ b/runtime/manifestdata/events.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/manifestdata/manifestdata.go b/runtime/manifestdata/manifestdata.go index db251df5b..f13ad3888 100644 --- a/runtime/manifestdata/manifestdata.go +++ b/runtime/manifestdata/manifestdata.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/metrics/metrics.go b/runtime/metrics/metrics.go index d111c82ab..62558f22c 100644 --- a/runtime/metrics/metrics.go +++ b/runtime/metrics/metrics.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/metrics/metrics_test.go b/runtime/metrics/metrics_test.go index bb07068a7..95caf1b47 100644 --- a/runtime/metrics/metrics_test.go +++ b/runtime/metrics/metrics_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/middleware/authKeys.go b/runtime/middleware/authKeys.go index c2f5d7811..968c14e0d 100644 --- a/runtime/middleware/authKeys.go +++ b/runtime/middleware/authKeys.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/middleware/jwt.go b/runtime/middleware/jwt.go index 3c8246a82..bfd76d07b 100644 --- a/runtime/middleware/jwt.go +++ b/runtime/middleware/jwt.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/models/bedrock.go b/runtime/models/bedrock.go index a0ec09914..cee2eb65d 100644 --- a/runtime/models/bedrock.go +++ b/runtime/models/bedrock.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/models/hypermode.go b/runtime/models/hypermode.go index bc7aab1bc..b9f799912 100644 --- a/runtime/models/hypermode.go +++ b/runtime/models/hypermode.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/models/models.go b/runtime/models/models.go index ba577cfb7..bc2f8251f 100644 --- a/runtime/models/models.go +++ b/runtime/models/models.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/models/models_test.go b/runtime/models/models_test.go index 919dd63f5..492c20579 100644 --- a/runtime/models/models_test.go +++ b/runtime/models/models_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/models/types.go b/runtime/models/types.go index 4dcabd8aa..3105bf810 100644 --- a/runtime/models/types.go +++ b/runtime/models/types.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/neo4jclient/neo4jclient.go b/runtime/neo4jclient/neo4jclient.go index 809c12adc..b32c8132c 100644 --- a/runtime/neo4jclient/neo4jclient.go +++ b/runtime/neo4jclient/neo4jclient.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/neo4jclient/registry.go b/runtime/neo4jclient/registry.go index b6ee19738..51d5f3bcb 100644 --- a/runtime/neo4jclient/registry.go +++ b/runtime/neo4jclient/registry.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/neo4jclient/types.go b/runtime/neo4jclient/types.go index 185e73c55..8c31f9143 100644 --- a/runtime/neo4jclient/types.go +++ b/runtime/neo4jclient/types.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/pluginmanager/events.go b/runtime/pluginmanager/events.go index 10487609c..e680b3541 100644 --- a/runtime/pluginmanager/events.go +++ b/runtime/pluginmanager/events.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/pluginmanager/loader.go b/runtime/pluginmanager/loader.go index 4aea4ddbb..10c86d61d 100644 --- a/runtime/pluginmanager/loader.go +++ b/runtime/pluginmanager/loader.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/pluginmanager/pluginmanager.go b/runtime/pluginmanager/pluginmanager.go index 775b58cf7..738d98285 100644 --- a/runtime/pluginmanager/pluginmanager.go +++ b/runtime/pluginmanager/pluginmanager.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/pluginmanager/pluginregistry.go b/runtime/pluginmanager/pluginregistry.go index 1e7306c01..1bf23b475 100644 --- a/runtime/pluginmanager/pluginregistry.go +++ b/runtime/pluginmanager/pluginregistry.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/plugins/plugins.go b/runtime/plugins/plugins.go index 02aa82b87..b97c6fe62 100644 --- a/runtime/plugins/plugins.go +++ b/runtime/plugins/plugins.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/secrets/localsecrets.go b/runtime/secrets/localsecrets.go index 08a876a21..9fd58d47d 100644 --- a/runtime/secrets/localsecrets.go +++ b/runtime/secrets/localsecrets.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/secrets/secrets.go b/runtime/secrets/secrets.go index 3e06b926e..a68f1baa1 100644 --- a/runtime/secrets/secrets.go +++ b/runtime/secrets/secrets.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/services/services.go b/runtime/services/services.go index 419d24362..65ad30b4c 100644 --- a/runtime/services/services.go +++ b/runtime/services/services.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/sqlclient/pooling.go b/runtime/sqlclient/pooling.go index 8dd446989..888642c4c 100644 --- a/runtime/sqlclient/pooling.go +++ b/runtime/sqlclient/pooling.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/sqlclient/postgresql.go b/runtime/sqlclient/postgresql.go index 2ced680e5..491d4fe1a 100644 --- a/runtime/sqlclient/postgresql.go +++ b/runtime/sqlclient/postgresql.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/sqlclient/registry.go b/runtime/sqlclient/registry.go index 7aa013688..82866b7ae 100644 --- a/runtime/sqlclient/registry.go +++ b/runtime/sqlclient/registry.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/sqlclient/sqlclient.go b/runtime/sqlclient/sqlclient.go index 4f25751c9..ea2c3e87a 100644 --- a/runtime/sqlclient/sqlclient.go +++ b/runtime/sqlclient/sqlclient.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/sqlclient/types.go b/runtime/sqlclient/types.go index d1f16fb44..224b53220 100644 --- a/runtime/sqlclient/types.go +++ b/runtime/sqlclient/types.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/storage/awsstorage.go b/runtime/storage/awsstorage.go index 540c4c975..b4d5ac09b 100644 --- a/runtime/storage/awsstorage.go +++ b/runtime/storage/awsstorage.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/storage/localstorage.go b/runtime/storage/localstorage.go index 458e596f9..8674921fa 100644 --- a/runtime/storage/localstorage.go +++ b/runtime/storage/localstorage.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/storage/storage.go b/runtime/storage/storage.go index 7722af831..14f8adc0c 100644 --- a/runtime/storage/storage.go +++ b/runtime/storage/storage.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/storage/storagemonitor.go b/runtime/storage/storagemonitor.go index 090b12503..bee022534 100644 --- a/runtime/storage/storagemonitor.go +++ b/runtime/storage/storagemonitor.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/testutils/testutils.go b/runtime/testutils/testutils.go index 4ee948917..e6f4ac3f8 100644 --- a/runtime/testutils/testutils.go +++ b/runtime/testutils/testutils.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/timezones/timezones.go b/runtime/timezones/timezones.go index 2c98946fd..aed21e214 100644 --- a/runtime/timezones/timezones.go +++ b/runtime/timezones/timezones.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/timezones/tzdata_other.go b/runtime/timezones/tzdata_other.go index 9231cc7a2..0810b7946 100644 --- a/runtime/timezones/tzdata_other.go +++ b/runtime/timezones/tzdata_other.go @@ -1,11 +1,11 @@ //go:build !windows /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/timezones/tzdata_windows.go b/runtime/timezones/tzdata_windows.go index 1a3f39bda..cacb1c281 100644 --- a/runtime/timezones/tzdata_windows.go +++ b/runtime/timezones/tzdata_windows.go @@ -1,11 +1,11 @@ //go:build windows /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/buffers.go b/runtime/utils/buffers.go index c97c3d404..742694e0c 100644 --- a/runtime/utils/buffers.go +++ b/runtime/utils/buffers.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/cast.go b/runtime/utils/cast.go index 2eabddd8f..fef31af27 100644 --- a/runtime/utils/cast.go +++ b/runtime/utils/cast.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/cleaner.go b/runtime/utils/cleaner.go index a5422e70c..d3a3bee7b 100644 --- a/runtime/utils/cleaner.go +++ b/runtime/utils/cleaner.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/console.go b/runtime/utils/console.go index 77f467a86..258777233 100644 --- a/runtime/utils/console.go +++ b/runtime/utils/console.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/context.go b/runtime/utils/context.go index 86ec2c4c6..7193997a2 100644 --- a/runtime/utils/context.go +++ b/runtime/utils/context.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/http.go b/runtime/utils/http.go index b6f31c6f3..048971a56 100644 --- a/runtime/utils/http.go +++ b/runtime/utils/http.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/http_test.go b/runtime/utils/http_test.go index 7c706d4c3..2a32ef3f2 100644 --- a/runtime/utils/http_test.go +++ b/runtime/utils/http_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/json.go b/runtime/utils/json.go index e0a82b035..9f188b171 100644 --- a/runtime/utils/json.go +++ b/runtime/utils/json.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/maps.go b/runtime/utils/maps.go index 31b6360b7..9807e55d1 100644 --- a/runtime/utils/maps.go +++ b/runtime/utils/maps.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/mapstructure.go b/runtime/utils/mapstructure.go index 86e7b493f..06210d752 100644 --- a/runtime/utils/mapstructure.go +++ b/runtime/utils/mapstructure.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/pointers.go b/runtime/utils/pointers.go index 1cb8e11b2..5c7b77e60 100644 --- a/runtime/utils/pointers.go +++ b/runtime/utils/pointers.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/sentry.go b/runtime/utils/sentry.go index 47e3c67fa..ccffe8788 100644 --- a/runtime/utils/sentry.go +++ b/runtime/utils/sentry.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/slices.go b/runtime/utils/slices.go index 52a47e926..2c9fcac58 100644 --- a/runtime/utils/slices.go +++ b/runtime/utils/slices.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/strings.go b/runtime/utils/strings.go index f84d30ac2..3b9d69b15 100644 --- a/runtime/utils/strings.go +++ b/runtime/utils/strings.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/strings_test.go b/runtime/utils/strings_test.go index c38cb755f..085b7b18c 100644 --- a/runtime/utils/strings_test.go +++ b/runtime/utils/strings_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/time.go b/runtime/utils/time.go index 82f688c52..03fddf82e 100644 --- a/runtime/utils/time.go +++ b/runtime/utils/time.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/utils.go b/runtime/utils/utils.go index 5a842cb69..6ddb969ce 100644 --- a/runtime/utils/utils.go +++ b/runtime/utils/utils.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/utils/wasm.go b/runtime/utils/wasm.go index e9b122c2f..fb06c88db 100644 --- a/runtime/utils/wasm.go +++ b/runtime/utils/wasm.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/wasmhost/env.go b/runtime/wasmhost/env.go index 0ff0829d3..e539ca2f0 100644 --- a/runtime/wasmhost/env.go +++ b/runtime/wasmhost/env.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/wasmhost/fncall.go b/runtime/wasmhost/fncall.go index e68c252bc..03bc79b68 100644 --- a/runtime/wasmhost/fncall.go +++ b/runtime/wasmhost/fncall.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/wasmhost/hostfns.go b/runtime/wasmhost/hostfns.go index 69e789a3e..01c4f7ae9 100644 --- a/runtime/wasmhost/hostfns.go +++ b/runtime/wasmhost/hostfns.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/wasmhost/initialization.go b/runtime/wasmhost/initialization.go index 557510ff5..596c4ab31 100644 --- a/runtime/wasmhost/initialization.go +++ b/runtime/wasmhost/initialization.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/runtime/wasmhost/wasmhost.go b/runtime/wasmhost/wasmhost.go index 55e8ca78d..fd4a4da14 100644 --- a/runtime/wasmhost/wasmhost.go +++ b/runtime/wasmhost/wasmhost.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 e2b567d25..a242293e9 100644 --- a/sdk/assemblyscript/src/assembly/__tests__/dynamicmap.spec.ts +++ b/sdk/assemblyscript/src/assembly/__tests__/dynamicmap.spec.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 3ee1d18a3..4ce41a9af 100644 --- a/sdk/assemblyscript/src/assembly/__tests__/graphql.spec.ts +++ b/sdk/assemblyscript/src/assembly/__tests__/graphql.spec.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 eec2e158f..482b3a838 100644 --- a/sdk/assemblyscript/src/assembly/__tests__/http.spec.ts +++ b/sdk/assemblyscript/src/assembly/__tests__/http.spec.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..6e002b0f7 100644 --- a/sdk/assemblyscript/src/assembly/__tests__/neo4j.spec.ts +++ b/sdk/assemblyscript/src/assembly/__tests__/neo4j.spec.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..725fa80d0 100644 --- a/sdk/assemblyscript/src/assembly/__tests__/vectors.spec.ts +++ b/sdk/assemblyscript/src/assembly/__tests__/vectors.spec.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..fafa3aa86 100644 --- a/sdk/assemblyscript/src/assembly/auth.ts +++ b/sdk/assemblyscript/src/assembly/auth.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ import { JSON } from "json-as"; diff --git a/sdk/assemblyscript/src/assembly/collections.ts b/sdk/assemblyscript/src/assembly/collections.ts index d5d075a1d..1ad49e7a4 100644 --- a/sdk/assemblyscript/src/assembly/collections.ts +++ b/sdk/assemblyscript/src/assembly/collections.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/assembly/database.ts b/sdk/assemblyscript/src/assembly/database.ts index 3239e6a7a..8874a29e8 100644 --- a/sdk/assemblyscript/src/assembly/database.ts +++ b/sdk/assemblyscript/src/assembly/database.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 bf159ad4b..9fa51290f 100644 --- a/sdk/assemblyscript/src/assembly/dgraph.ts +++ b/sdk/assemblyscript/src/assembly/dgraph.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 2ae747199..e925b5b9f 100644 --- a/sdk/assemblyscript/src/assembly/dynamicmap.ts +++ b/sdk/assemblyscript/src/assembly/dynamicmap.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 80f6ca2ab..8a398f4a8 100644 --- a/sdk/assemblyscript/src/assembly/graphql.ts +++ b/sdk/assemblyscript/src/assembly/graphql.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 f3d1964d4..8f9851cd3 100644 --- a/sdk/assemblyscript/src/assembly/http.ts +++ b/sdk/assemblyscript/src/assembly/http.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 8f83d1f38..1b24975dc 100644 --- a/sdk/assemblyscript/src/assembly/index.ts +++ b/sdk/assemblyscript/src/assembly/index.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 20796a961..cbb2ffe2f 100644 --- a/sdk/assemblyscript/src/assembly/localtime.ts +++ b/sdk/assemblyscript/src/assembly/localtime.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 f5f9b3422..dec5b729f 100644 --- a/sdk/assemblyscript/src/assembly/models.ts +++ b/sdk/assemblyscript/src/assembly/models.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 21cbcf907..931aeafc6 100644 --- a/sdk/assemblyscript/src/assembly/neo4j.ts +++ b/sdk/assemblyscript/src/assembly/neo4j.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..5f492adeb 100644 --- a/sdk/assemblyscript/src/assembly/overrides/modus_abort.ts +++ b/sdk/assemblyscript/src/assembly/overrides/modus_abort.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..f1156e51a 100644 --- a/sdk/assemblyscript/src/assembly/overrides/modus_console.ts +++ b/sdk/assemblyscript/src/assembly/overrides/modus_console.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..7f4eaed96 100644 --- a/sdk/assemblyscript/src/assembly/overrides/modus_trace.ts +++ b/sdk/assemblyscript/src/assembly/overrides/modus_trace.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 6a9bdd628..561e1b425 100644 --- a/sdk/assemblyscript/src/assembly/postgresql.ts +++ b/sdk/assemblyscript/src/assembly/postgresql.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 6e21dd5a9..252e61d7d 100644 --- a/sdk/assemblyscript/src/assembly/utils.ts +++ b/sdk/assemblyscript/src/assembly/utils.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..63f8a6e41 100644 --- a/sdk/assemblyscript/src/assembly/vectors.ts +++ b/sdk/assemblyscript/src/assembly/vectors.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 a1805edd8..7198ee01c 100755 --- a/sdk/assemblyscript/src/bin/build-plugin.js +++ b/sdk/assemblyscript/src/bin/build-plugin.js @@ -1,11 +1,11 @@ #!/usr/bin/env node /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/assemblyscript/src/index.ts b/sdk/assemblyscript/src/index.ts index 9884b30af..06434d00a 100644 --- a/sdk/assemblyscript/src/index.ts +++ b/sdk/assemblyscript/src/index.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 b22601e96..316f709a3 100644 --- a/sdk/assemblyscript/src/models/anthropic/messages.ts +++ b/sdk/assemblyscript/src/models/anthropic/messages.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..354df42e0 100644 --- a/sdk/assemblyscript/src/models/experimental/classification.ts +++ b/sdk/assemblyscript/src/models/experimental/classification.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..9aaa823ca 100644 --- a/sdk/assemblyscript/src/models/experimental/embeddings.ts +++ b/sdk/assemblyscript/src/models/experimental/embeddings.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 87726c7fc..9fc5af473 100644 --- a/sdk/assemblyscript/src/models/gemini/generate.ts +++ b/sdk/assemblyscript/src/models/gemini/generate.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 09a904376..dff6004d4 100644 --- a/sdk/assemblyscript/src/models/meta/llama.ts +++ b/sdk/assemblyscript/src/models/meta/llama.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 ca0019110..b1ceda77d 100644 --- a/sdk/assemblyscript/src/models/openai/chat.ts +++ b/sdk/assemblyscript/src/models/openai/chat.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 8b6aaed1b..0cdf6fad7 100644 --- a/sdk/assemblyscript/src/models/openai/embeddings.ts +++ b/sdk/assemblyscript/src/models/openai/embeddings.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..ca7414eb4 100644 --- a/sdk/assemblyscript/src/tests/dynamicmap.run.ts +++ b/sdk/assemblyscript/src/tests/dynamicmap.run.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..bd0962705 100644 --- a/sdk/assemblyscript/src/tests/graphql.run.ts +++ b/sdk/assemblyscript/src/tests/graphql.run.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..8b9a254b6 100644 --- a/sdk/assemblyscript/src/tests/http.run.ts +++ b/sdk/assemblyscript/src/tests/http.run.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..d6952c178 100644 --- a/sdk/assemblyscript/src/tests/neo4j.run.ts +++ b/sdk/assemblyscript/src/tests/neo4j.run.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..ac560cd83 100644 --- a/sdk/assemblyscript/src/tests/vectors.run.ts +++ b/sdk/assemblyscript/src/tests/vectors.run.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 fa893f3e8..c67101ff7 100644 --- a/sdk/assemblyscript/src/tools/assemblyscript-eslint.js +++ b/sdk/assemblyscript/src/tools/assemblyscript-eslint.js @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 f7faeea39..a56dc6463 100644 --- a/sdk/assemblyscript/src/transform/src/extractor.ts +++ b/sdk/assemblyscript/src/transform/src/extractor.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 7bdc1523c..c97097552 100644 --- a/sdk/assemblyscript/src/transform/src/index.ts +++ b/sdk/assemblyscript/src/transform/src/index.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 72fcf1074..faa838bdb 100644 --- a/sdk/assemblyscript/src/transform/src/metadata.ts +++ b/sdk/assemblyscript/src/transform/src/metadata.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 cfbef451b..17fff61f7 100644 --- a/sdk/assemblyscript/src/transform/src/types.ts +++ b/sdk/assemblyscript/src/transform/src/types.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..ef761eeed 100644 --- a/sdk/assemblyscript/src/transform/tests/docs.test.ts +++ b/sdk/assemblyscript/src/transform/tests/docs.test.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..31dac91be 100644 --- a/sdk/assemblyscript/src/transform/tests/metadata.test.ts +++ b/sdk/assemblyscript/src/transform/tests/metadata.test.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..7973bae8e 100644 --- a/sdk/assemblyscript/src/transform/tests/types.test.ts +++ b/sdk/assemblyscript/src/transform/tests/types.test.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/doc.go b/sdk/go/doc.go index 483307373..ad0533337 100644 --- a/sdk/go/doc.go +++ b/sdk/go/doc.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..ee482a8ce 100644 --- a/sdk/go/pkg/auth/jwt.go +++ b/sdk/go/pkg/auth/jwt.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/collections/collections.go b/sdk/go/pkg/collections/collections.go index 2f9fc486e..041138406 100644 --- a/sdk/go/pkg/collections/collections.go +++ b/sdk/go/pkg/collections/collections.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/collections/collections_test.go b/sdk/go/pkg/collections/collections_test.go index 74816f74c..4e2642450 100644 --- a/sdk/go/pkg/collections/collections_test.go +++ b/sdk/go/pkg/collections/collections_test.go @@ -1,11 +1,11 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/collections/imports_mock.go b/sdk/go/pkg/collections/imports_mock.go index ec7096146..26d8f4d13 100644 --- a/sdk/go/pkg/collections/imports_mock.go +++ b/sdk/go/pkg/collections/imports_mock.go @@ -1,11 +1,11 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/collections/imports_wasi.go b/sdk/go/pkg/collections/imports_wasi.go index cdf4cf00a..92b669b4d 100644 --- a/sdk/go/pkg/collections/imports_wasi.go +++ b/sdk/go/pkg/collections/imports_wasi.go @@ -1,11 +1,11 @@ //go:build wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..374ec9b44 100644 --- a/sdk/go/pkg/console/console.go +++ b/sdk/go/pkg/console/console.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..0b5c6059f 100644 --- a/sdk/go/pkg/console/console_test.go +++ b/sdk/go/pkg/console/console_test.go @@ -1,11 +1,11 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..baeecbf6c 100644 --- a/sdk/go/pkg/console/imports_mock.go +++ b/sdk/go/pkg/console/imports_mock.go @@ -1,11 +1,11 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..10050d9fb 100644 --- a/sdk/go/pkg/console/imports_wasi.go +++ b/sdk/go/pkg/console/imports_wasi.go @@ -1,11 +1,11 @@ //go:build wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..64c4dd0b7 100644 --- a/sdk/go/pkg/console/timers.go +++ b/sdk/go/pkg/console/timers.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 61fbfefb5..b556ec43a 100644 --- a/sdk/go/pkg/db/db.go +++ b/sdk/go/pkg/db/db.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 744275376..c1d7a6a22 100644 --- a/sdk/go/pkg/db/db_test.go +++ b/sdk/go/pkg/db/db_test.go @@ -1,11 +1,11 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 cb7b9104e..ba613a2aa 100644 --- a/sdk/go/pkg/db/imports_mock.go +++ b/sdk/go/pkg/db/imports_mock.go @@ -1,11 +1,11 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 d1e44eb61..36dafcbec 100644 --- a/sdk/go/pkg/db/imports_wasi.go +++ b/sdk/go/pkg/db/imports_wasi.go @@ -1,11 +1,11 @@ //go:build wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 3993c6261..30daf436d 100644 --- a/sdk/go/pkg/dgraph/dgraph.go +++ b/sdk/go/pkg/dgraph/dgraph.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 c6fc5382b..0670120cf 100644 --- a/sdk/go/pkg/dgraph/dgraph_test.go +++ b/sdk/go/pkg/dgraph/dgraph_test.go @@ -1,11 +1,11 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 3c1e2574c..191cefff3 100644 --- a/sdk/go/pkg/dgraph/imports_mock.go +++ b/sdk/go/pkg/dgraph/imports_mock.go @@ -1,11 +1,11 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 c0368c6ee..95e385323 100644 --- a/sdk/go/pkg/dgraph/imports_wasi.go +++ b/sdk/go/pkg/dgraph/imports_wasi.go @@ -1,11 +1,11 @@ //go:build wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 daffbf534..3ad01f553 100644 --- a/sdk/go/pkg/graphql/graphql.go +++ b/sdk/go/pkg/graphql/graphql.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 7669860f1..9b949b155 100644 --- a/sdk/go/pkg/graphql/graphql_test.go +++ b/sdk/go/pkg/graphql/graphql_test.go @@ -1,11 +1,11 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 d3eb65611..32bb68763 100644 --- a/sdk/go/pkg/graphql/imports_mock.go +++ b/sdk/go/pkg/graphql/imports_mock.go @@ -1,11 +1,11 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 a981bdb41..9eeb1236b 100644 --- a/sdk/go/pkg/graphql/imports_wasi.go +++ b/sdk/go/pkg/graphql/imports_wasi.go @@ -1,11 +1,11 @@ //go:build wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 47b7392f9..2c8cf96c5 100644 --- a/sdk/go/pkg/http/content.go +++ b/sdk/go/pkg/http/content.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..8ceea58a7 100644 --- a/sdk/go/pkg/http/headers.go +++ b/sdk/go/pkg/http/headers.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 1bfe22e56..b339a3056 100644 --- a/sdk/go/pkg/http/http.go +++ b/sdk/go/pkg/http/http.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..2aa998e02 100644 --- a/sdk/go/pkg/http/http_test.go +++ b/sdk/go/pkg/http/http_test.go @@ -1,11 +1,11 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..4576c165a 100644 --- a/sdk/go/pkg/http/imports_mock.go +++ b/sdk/go/pkg/http/imports_mock.go @@ -1,11 +1,11 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..477fe6f7a 100644 --- a/sdk/go/pkg/http/imports_wasi.go +++ b/sdk/go/pkg/http/imports_wasi.go @@ -1,11 +1,11 @@ //go:build wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 a4d04b415..ee9884e86 100644 --- a/sdk/go/pkg/http/request.go +++ b/sdk/go/pkg/http/request.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 ff8837acc..f34b2733f 100644 --- a/sdk/go/pkg/http/response.go +++ b/sdk/go/pkg/http/response.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..9815cb3eb 100644 --- a/sdk/go/pkg/localtime/imports_mock.go +++ b/sdk/go/pkg/localtime/imports_mock.go @@ -1,11 +1,11 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..8190ab647 100644 --- a/sdk/go/pkg/localtime/imports_wasi.go +++ b/sdk/go/pkg/localtime/imports_wasi.go @@ -1,11 +1,11 @@ //go:build wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 331bc382d..490ac064e 100644 --- a/sdk/go/pkg/localtime/localtime.go +++ b/sdk/go/pkg/localtime/localtime.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..afe616161 100644 --- a/sdk/go/pkg/models/anthropic/messages.go +++ b/sdk/go/pkg/models/anthropic/messages.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..380edf6a5 100644 --- a/sdk/go/pkg/models/experimental/classification.go +++ b/sdk/go/pkg/models/experimental/classification.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..18b9f7046 100644 --- a/sdk/go/pkg/models/experimental/embeddings.go +++ b/sdk/go/pkg/models/experimental/embeddings.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..42e5e8cae 100644 --- a/sdk/go/pkg/models/imports_mock.go +++ b/sdk/go/pkg/models/imports_mock.go @@ -1,11 +1,11 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..75c279f8a 100644 --- a/sdk/go/pkg/models/imports_wasi.go +++ b/sdk/go/pkg/models/imports_wasi.go @@ -1,11 +1,11 @@ //go:build wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 5fe988c44..b60bde61a 100644 --- a/sdk/go/pkg/models/models.go +++ b/sdk/go/pkg/models/models.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..21f427bb3 100644 --- a/sdk/go/pkg/models/models_test.go +++ b/sdk/go/pkg/models/models_test.go @@ -1,11 +1,11 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 8a65e6c9f..a9bea235a 100644 --- a/sdk/go/pkg/models/openai/chat.go +++ b/sdk/go/pkg/models/openai/chat.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..65ae5d31f 100644 --- a/sdk/go/pkg/models/openai/common.go +++ b/sdk/go/pkg/models/openai/common.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 73fb46b60..10a1dbc39 100644 --- a/sdk/go/pkg/models/openai/embeddings.go +++ b/sdk/go/pkg/models/openai/embeddings.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 a1047d774..56d5bb3c5 100644 --- a/sdk/go/pkg/neo4j/imports_mock.go +++ b/sdk/go/pkg/neo4j/imports_mock.go @@ -1,11 +1,11 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 5a4e8b2db..dd3cbf6d5 100644 --- a/sdk/go/pkg/neo4j/imports_wasi.go +++ b/sdk/go/pkg/neo4j/imports_wasi.go @@ -1,11 +1,11 @@ //go:build wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 5c36b05bc..3ab9ecaaa 100644 --- a/sdk/go/pkg/neo4j/neo4j.go +++ b/sdk/go/pkg/neo4j/neo4j.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 9b418d34a..c3f4f8dbe 100644 --- a/sdk/go/pkg/neo4j/neo4j_test.go +++ b/sdk/go/pkg/neo4j/neo4j_test.go @@ -1,11 +1,11 @@ //go:build !wasip1 /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/postgresql/location.go b/sdk/go/pkg/postgresql/location.go index 67d8f5bb8..cac0ac124 100644 --- a/sdk/go/pkg/postgresql/location.go +++ b/sdk/go/pkg/postgresql/location.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/postgresql/location_test.go b/sdk/go/pkg/postgresql/location_test.go index 779af6edd..bc3380fc0 100644 --- a/sdk/go/pkg/postgresql/location_test.go +++ b/sdk/go/pkg/postgresql/location_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/postgresql/point.go b/sdk/go/pkg/postgresql/point.go index f0699f362..be7d7fa4a 100644 --- a/sdk/go/pkg/postgresql/point.go +++ b/sdk/go/pkg/postgresql/point.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/sdk/go/pkg/postgresql/point_test.go b/sdk/go/pkg/postgresql/point_test.go index f21faa9fa..15b222caa 100644 --- a/sdk/go/pkg/postgresql/point_test.go +++ b/sdk/go/pkg/postgresql/point_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 ced4a7f45..93318b9d9 100644 --- a/sdk/go/pkg/postgresql/postgresql.go +++ b/sdk/go/pkg/postgresql/postgresql.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..69e3f8ed3 100644 --- a/sdk/go/pkg/testutils/stack.go +++ b/sdk/go/pkg/testutils/stack.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 d6be3f60e..9103bc103 100644 --- a/sdk/go/pkg/utils/utils.go +++ b/sdk/go/pkg/utils/utils.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 83ac046dd..f06ab75f2 100644 --- a/sdk/go/pkg/vectors/vectors.go +++ b/sdk/go/pkg/vectors/vectors.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..03ae2a03b 100644 --- a/sdk/go/pkg/vectors/vectors_test.go +++ b/sdk/go/pkg/vectors/vectors_test.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..c8f44d2fe 100644 --- a/sdk/go/tools/modus-go-build/codegen/codegen.go +++ b/sdk/go/tools/modus-go-build/codegen/codegen.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 0cc786444..dee5027ef 100644 --- a/sdk/go/tools/modus-go-build/codegen/postprocess.go +++ b/sdk/go/tools/modus-go-build/codegen/postprocess.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 e32dbc928..d43be21ee 100644 --- a/sdk/go/tools/modus-go-build/codegen/preprocess.go +++ b/sdk/go/tools/modus-go-build/codegen/preprocess.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 ec0bc8d99..b7320d7b4 100644 --- a/sdk/go/tools/modus-go-build/compiler/compiler.go +++ b/sdk/go/tools/modus-go-build/compiler/compiler.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 c5e459761..4b2a9d568 100644 --- a/sdk/go/tools/modus-go-build/config/config.go +++ b/sdk/go/tools/modus-go-build/config/config.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 d53670720..90378ab60 100644 --- a/sdk/go/tools/modus-go-build/extractor/extractor.go +++ b/sdk/go/tools/modus-go-build/extractor/extractor.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 9147a2404..8998a88d3 100644 --- a/sdk/go/tools/modus-go-build/extractor/functions.go +++ b/sdk/go/tools/modus-go-build/extractor/functions.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..697fbf038 100644 --- a/sdk/go/tools/modus-go-build/extractor/packages.go +++ b/sdk/go/tools/modus-go-build/extractor/packages.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 757aa9e60..3e832cd82 100644 --- a/sdk/go/tools/modus-go-build/extractor/transform.go +++ b/sdk/go/tools/modus-go-build/extractor/transform.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..c37e8989c 100644 --- a/sdk/go/tools/modus-go-build/gitinfo/gitinfo.go +++ b/sdk/go/tools/modus-go-build/gitinfo/gitinfo.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..a90011930 100644 --- a/sdk/go/tools/modus-go-build/main.go +++ b/sdk/go/tools/modus-go-build/main.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..3ae26d7b4 100644 --- a/sdk/go/tools/modus-go-build/metadata/metadata.go +++ b/sdk/go/tools/modus-go-build/metadata/metadata.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..330334f11 100644 --- a/sdk/go/tools/modus-go-build/metagen/metagen.go +++ b/sdk/go/tools/modus-go-build/metagen/metagen.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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 e4b2f86ce..d8ef45737 100644 --- a/sdk/go/tools/modus-go-build/metagen/output.go +++ b/sdk/go/tools/modus-go-build/metagen/output.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..18cbcf388 100644 --- a/sdk/go/tools/modus-go-build/modinfo/modinfo.go +++ b/sdk/go/tools/modus-go-build/modinfo/modinfo.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..16131f721 100644 --- a/sdk/go/tools/modus-go-build/utils/typeinfo.go +++ b/sdk/go/tools/modus-go-build/utils/typeinfo.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..df5111791 100644 --- a/sdk/go/tools/modus-go-build/utils/utils.go +++ b/sdk/go/tools/modus-go-build/utils/utils.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..b71d7b2b4 100644 --- a/sdk/go/tools/modus-go-build/wasm/filters.go +++ b/sdk/go/tools/modus-go-build/wasm/filters.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 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..0ac4ccb38 100644 --- a/sdk/go/tools/modus-go-build/wasm/wasm.go +++ b/sdk/go/tools/modus-go-build/wasm/wasm.go @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tools/release-info/constants.ts b/tools/release-info/constants.ts index 990a3e101..a04ee6811 100644 --- a/tools/release-info/constants.ts +++ b/tools/release-info/constants.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tools/release-info/index.ts b/tools/release-info/index.ts index 05c27262a..634008cd1 100644 --- a/tools/release-info/index.ts +++ b/tools/release-info/index.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tools/release-info/versioninfo.ts b/tools/release-info/versioninfo.ts index 35c1ee297..f1d9fba46 100644 --- a/tools/release-info/versioninfo.ts +++ b/tools/release-info/versioninfo.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * 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: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */