From 0138355b151b557457697e49fb7900b9efc67704 Mon Sep 17 00:00:00 2001 From: Daniel Vigovszky Date: Fri, 3 Jan 2025 13:20:32 +0100 Subject: [PATCH] Copyright 2024-2025 Golem Cloud (#1215) --- golem-api-grpc/src/lib.rs | 2 +- golem-cli/src/clients.rs | 2 +- golem-cli/src/clients/api_definition.rs | 2 +- golem-cli/src/clients/api_deployment.rs | 2 +- golem-cli/src/clients/api_security.rs | 2 +- golem-cli/src/clients/component.rs | 2 +- golem-cli/src/clients/file_download.rs | 2 +- golem-cli/src/clients/health_check.rs | 2 +- golem-cli/src/clients/plugin.rs | 2 +- golem-cli/src/clients/worker.rs | 2 +- golem-cli/src/cloud.rs | 2 +- golem-cli/src/command.rs | 2 +- golem-cli/src/command/api_definition.rs | 2 +- golem-cli/src/command/api_deployment.rs | 2 +- golem-cli/src/command/api_security.rs | 2 +- golem-cli/src/command/component.rs | 2 +- golem-cli/src/command/plugin.rs | 2 +- golem-cli/src/command/profile.rs | 2 +- golem-cli/src/command/worker.rs | 2 +- golem-cli/src/completion.rs | 2 +- golem-cli/src/config.rs | 2 +- golem-cli/src/connect_output.rs | 2 +- golem-cli/src/diagnose.rs | 2 +- golem-cli/src/examples.rs | 2 +- golem-cli/src/factory.rs | 2 +- golem-cli/src/init.rs | 2 +- golem-cli/src/lib.rs | 2 +- golem-cli/src/main.rs | 2 +- golem-cli/src/model.rs | 2 +- golem-cli/src/model/app_ext.rs | 2 +- golem-cli/src/model/app_ext_raw.rs | 2 +- golem-cli/src/model/component.rs | 2 +- golem-cli/src/model/deploy.rs | 2 +- golem-cli/src/model/invoke_result_view.rs | 2 +- golem-cli/src/model/plugin_manifest.rs | 2 +- golem-cli/src/model/text.rs | 2 +- golem-cli/src/model/wave.rs | 2 +- golem-cli/src/oss.rs | 2 +- golem-cli/src/oss/cli.rs | 2 +- golem-cli/src/oss/clients.rs | 2 +- golem-cli/src/oss/clients/api_definition.rs | 2 +- golem-cli/src/oss/clients/api_deployment.rs | 2 +- golem-cli/src/oss/clients/api_security.rs | 2 +- golem-cli/src/oss/clients/component.rs | 2 +- golem-cli/src/oss/clients/errors.rs | 2 +- golem-cli/src/oss/clients/file_download.rs | 2 +- golem-cli/src/oss/clients/health_check.rs | 2 +- golem-cli/src/oss/clients/plugin.rs | 2 +- golem-cli/src/oss/clients/worker.rs | 2 +- golem-cli/src/oss/factory.rs | 2 +- golem-cli/src/oss/model.rs | 2 +- golem-cli/src/oss/resource.rs | 2 +- golem-cli/src/service.rs | 2 +- golem-cli/src/service/api_definition.rs | 2 +- golem-cli/src/service/api_deployment.rs | 2 +- golem-cli/src/service/api_security.rs | 2 +- golem-cli/src/service/component.rs | 2 +- golem-cli/src/service/deploy.rs | 2 +- golem-cli/src/service/project.rs | 2 +- golem-cli/src/service/version.rs | 2 +- golem-cli/src/service/worker.rs | 2 +- golem-cli/tests/api_definition.rs | 2 +- golem-cli/tests/api_deployment.rs | 2 +- golem-cli/tests/api_deployment_fileserver.rs | 2 +- golem-cli/tests/cli.rs | 2 +- golem-cli/tests/component.rs | 2 +- golem-cli/tests/get.rs | 2 +- golem-cli/tests/main.rs | 2 +- golem-cli/tests/profile.rs | 2 +- golem-cli/tests/text.rs | 2 +- golem-cli/tests/worker.rs | 2 +- golem-common/src/cache.rs | 2 +- golem-common/src/client.rs | 2 +- golem-common/src/config.rs | 2 +- golem-common/src/grpc.rs | 2 +- golem-common/src/lib.rs | 2 +- golem-common/src/metrics.rs | 2 +- golem-common/src/model/component.rs | 2 +- golem-common/src/model/component_metadata.rs | 2 +- golem-common/src/model/exports.rs | 2 +- golem-common/src/model/lucene.rs | 2 +- golem-common/src/model/mod.rs | 2 +- golem-common/src/model/oplog.rs | 2 +- golem-common/src/model/poem.rs | 2 +- golem-common/src/model/protobuf.rs | 2 +- golem-common/src/model/public_oplog.rs | 2 +- golem-common/src/model/regions.rs | 2 +- golem-common/src/model/trim_date.rs | 2 +- golem-common/src/newtype.rs | 2 +- golem-common/src/redis.rs | 2 +- golem-common/src/repo/component.rs | 2 +- golem-common/src/repo/mod.rs | 2 +- golem-common/src/repo/plugin.rs | 2 +- golem-common/src/repo/plugin_installation.rs | 2 +- golem-common/src/retriable_error.rs | 2 +- golem-common/src/retries.rs | 2 +- golem-common/src/serialization.rs | 2 +- golem-common/src/tracing.rs | 2 +- golem-common/src/uri/macros.rs | 2 +- golem-common/src/uri/mod.rs | 2 +- golem-common/src/uri/oss/mod.rs | 2 +- golem-common/src/uri/oss/uri.rs | 2 +- golem-common/src/uri/oss/url.rs | 2 +- golem-common/src/uri/oss/urn.rs | 2 +- golem-component-compilation-service/src/config.rs | 2 +- golem-component-compilation-service/src/grpc.rs | 2 +- golem-component-compilation-service/src/lib.rs | 2 +- golem-component-compilation-service/src/metrics.rs | 2 +- golem-component-compilation-service/src/model.rs | 2 +- golem-component-compilation-service/src/server.rs | 2 +- .../src/service/compile_service.rs | 2 +- .../src/service/compile_worker.rs | 2 +- golem-component-compilation-service/src/service/mod.rs | 2 +- .../src/service/upload_worker.rs | 2 +- golem-component-service-base/src/api/common.rs | 2 +- golem-component-service-base/src/api/mod.rs | 2 +- golem-component-service-base/src/config.rs | 2 +- golem-component-service-base/src/lib.rs | 2 +- golem-component-service-base/src/model/component.rs | 2 +- golem-component-service-base/src/model/mod.rs | 2 +- golem-component-service-base/src/repo/component.rs | 2 +- golem-component-service-base/src/repo/mod.rs | 2 +- golem-component-service-base/src/repo/plugin.rs | 2 +- golem-component-service-base/src/service/component.rs | 2 +- .../src/service/component_compilation.rs | 2 +- .../src/service/component_object_store.rs | 2 +- golem-component-service-base/src/service/mod.rs | 2 +- golem-component-service-base/src/service/plugin.rs | 2 +- golem-component-service-base/tests/all/mod.rs | 2 +- golem-component-service-base/tests/all/repo/constraint_data.rs | 2 +- golem-component-service-base/tests/all/repo/mod.rs | 2 +- golem-component-service-base/tests/all/repo/postgres.rs | 2 +- golem-component-service-base/tests/all/repo/sqlite.rs | 2 +- golem-component-service-base/tests/all/service/mod.rs | 2 +- golem-component-service-base/tests/tests.rs | 2 +- golem-component-service/src/api/component.rs | 2 +- golem-component-service/src/api/mod.rs | 2 +- golem-component-service/src/api/plugin.rs | 2 +- golem-component-service/src/config.rs | 2 +- golem-component-service/src/grpcapi/component.rs | 2 +- golem-component-service/src/grpcapi/mod.rs | 2 +- golem-component-service/src/grpcapi/plugin.rs | 2 +- golem-component-service/src/lib.rs | 2 +- golem-component-service/src/metrics.rs | 2 +- golem-component-service/src/server.rs | 2 +- golem-component-service/src/service.rs | 2 +- golem-rib/src/call_type.rs | 2 +- golem-rib/src/compiler/byte_code.rs | 2 +- golem-rib/src/compiler/compiler_output.rs | 2 +- golem-rib/src/compiler/desugar.rs | 2 +- golem-rib/src/compiler/ir.rs | 2 +- golem-rib/src/compiler/mod.rs | 2 +- golem-rib/src/compiler/type_with_unit.rs | 2 +- golem-rib/src/compiler/worker_functions_in_rib.rs | 2 +- golem-rib/src/expr.rs | 2 +- golem-rib/src/function_name.rs | 2 +- golem-rib/src/inferred_type/mod.rs | 2 +- golem-rib/src/interpreter/env.rs | 2 +- golem-rib/src/interpreter/instruction_cursor.rs | 2 +- golem-rib/src/interpreter/interpreter_input.rs | 2 +- golem-rib/src/interpreter/interpreter_result.rs | 2 +- golem-rib/src/interpreter/interpreter_stack_value.rs | 2 +- golem-rib/src/interpreter/literal.rs | 2 +- golem-rib/src/interpreter/mod.rs | 2 +- golem-rib/src/interpreter/rib_interpreter.rs | 2 +- golem-rib/src/interpreter/stack.rs | 2 +- golem-rib/src/interpreter/tests/mod.rs | 2 +- golem-rib/src/lib.rs | 2 +- golem-rib/src/parser/binary_op.rs | 2 +- golem-rib/src/parser/block_without_return.rs | 2 +- golem-rib/src/parser/boolean.rs | 2 +- golem-rib/src/parser/call.rs | 2 +- golem-rib/src/parser/cond.rs | 2 +- golem-rib/src/parser/flag.rs | 2 +- golem-rib/src/parser/identifier.rs | 2 +- golem-rib/src/parser/let_binding.rs | 2 +- golem-rib/src/parser/list_aggregation.rs | 2 +- golem-rib/src/parser/list_comprehension.rs | 2 +- golem-rib/src/parser/literal.rs | 2 +- golem-rib/src/parser/mod.rs | 2 +- golem-rib/src/parser/multi_line_code_block.rs | 2 +- golem-rib/src/parser/not.rs | 2 +- golem-rib/src/parser/number.rs | 2 +- golem-rib/src/parser/optional.rs | 2 +- golem-rib/src/parser/pattern_match.rs | 2 +- golem-rib/src/parser/record.rs | 2 +- golem-rib/src/parser/result.rs | 2 +- golem-rib/src/parser/rib_expr.rs | 2 +- golem-rib/src/parser/select_field.rs | 2 +- golem-rib/src/parser/select_index.rs | 2 +- golem-rib/src/parser/sequence.rs | 2 +- golem-rib/src/parser/tuple.rs | 2 +- golem-rib/src/parser/type_name.rs | 2 +- golem-rib/src/text/mod.rs | 2 +- golem-rib/src/text/writer.rs | 2 +- golem-rib/src/type_inference/call_arguments_inference.rs | 2 +- golem-rib/src/type_inference/enum_resolution.rs | 2 +- golem-rib/src/type_inference/global_input_inference.rs | 2 +- golem-rib/src/type_inference/identifier_inference.rs | 2 +- golem-rib/src/type_inference/inference_fix_point.rs | 2 +- golem-rib/src/type_inference/inferred_expr.rs | 2 +- golem-rib/src/type_inference/mod.rs | 2 +- golem-rib/src/type_inference/rib_input_type.rs | 2 +- golem-rib/src/type_inference/type_binding.rs | 2 +- golem-rib/src/type_inference/type_pull_up.rs | 2 +- golem-rib/src/type_inference/type_push_down.rs | 2 +- golem-rib/src/type_inference/type_reset.rs | 2 +- golem-rib/src/type_inference/type_unification.rs | 2 +- golem-rib/src/type_inference/variable_binding_let_assignment.rs | 2 +- .../src/type_inference/variable_binding_list_comprehension.rs | 2 +- golem-rib/src/type_inference/variable_binding_list_reduce.rs | 2 +- golem-rib/src/type_inference/variable_binding_pattern_match.rs | 2 +- golem-rib/src/type_inference/variant_resolution.rs | 2 +- golem-rib/src/type_refinement/mod.rs | 2 +- golem-rib/src/type_refinement/precise_types.rs | 2 +- golem-rib/src/type_refinement/refined_type.rs | 2 +- golem-rib/src/type_refinement/type_extraction.rs | 2 +- golem-rib/src/type_registry.rs | 2 +- golem-rib/src/variable_id.rs | 2 +- golem-service-base/src/config.rs | 2 +- golem-service-base/src/db/mod.rs | 2 +- golem-service-base/src/lib.rs | 2 +- golem-service-base/src/metrics.rs | 2 +- golem-service-base/src/migration.rs | 2 +- golem-service-base/src/model.rs | 2 +- golem-service-base/src/observability.rs | 2 +- golem-service-base/src/poem.rs | 2 +- golem-service-base/src/repo/mod.rs | 2 +- golem-service-base/src/repo/plugin_installation.rs | 2 +- golem-service-base/src/service/initial_component_files.rs | 2 +- golem-service-base/src/service/mod.rs | 2 +- golem-service-base/src/service/routing_table.rs | 2 +- golem-service-base/src/storage/blob/fs.rs | 2 +- golem-service-base/src/storage/blob/memory.rs | 2 +- golem-service-base/src/storage/blob/mod.rs | 2 +- golem-service-base/src/storage/blob/s3.rs | 2 +- golem-service-base/src/storage/blob/sqlite.rs | 2 +- golem-service-base/src/storage/sqlite.rs | 2 +- golem-service-base/src/stream.rs | 2 +- golem-service-base/tests/blob_storage.rs | 2 +- golem-service-base/tests/lib.rs | 2 +- golem-shard-manager/src/error.rs | 2 +- golem-shard-manager/src/lib.rs | 2 +- golem-shard-manager/src/model.rs | 2 +- golem-shard-manager/src/persistence.rs | 2 +- golem-shard-manager/src/server.rs | 2 +- golem-shard-manager/src/shard_management.rs | 2 +- golem-shard-manager/src/shard_manager_config.rs | 2 +- golem-shard-manager/src/worker_executor.rs | 2 +- .../src/components/component_compilation_service/docker.rs | 2 +- .../src/components/component_compilation_service/k8s.rs | 2 +- .../src/components/component_compilation_service/mod.rs | 2 +- .../src/components/component_compilation_service/provided.rs | 2 +- .../src/components/component_compilation_service/spawned.rs | 2 +- golem-test-framework/src/components/component_service/docker.rs | 2 +- .../src/components/component_service/filesystem.rs | 2 +- golem-test-framework/src/components/component_service/k8s.rs | 2 +- golem-test-framework/src/components/component_service/mod.rs | 2 +- .../src/components/component_service/provided.rs | 2 +- .../src/components/component_service/spawned.rs | 2 +- golem-test-framework/src/components/k8s.rs | 2 +- golem-test-framework/src/components/mod.rs | 2 +- golem-test-framework/src/components/rdb/docker_postgres.rs | 2 +- golem-test-framework/src/components/rdb/k8s_postgres.rs | 2 +- golem-test-framework/src/components/rdb/mod.rs | 2 +- golem-test-framework/src/components/rdb/provided_postgres.rs | 2 +- golem-test-framework/src/components/rdb/sqlite.rs | 2 +- golem-test-framework/src/components/redis/docker.rs | 2 +- golem-test-framework/src/components/redis/k8s.rs | 2 +- golem-test-framework/src/components/redis/mod.rs | 2 +- golem-test-framework/src/components/redis/provided.rs | 2 +- golem-test-framework/src/components/redis/spawned.rs | 2 +- golem-test-framework/src/components/redis_monitor/mod.rs | 2 +- golem-test-framework/src/components/redis_monitor/spawned.rs | 2 +- golem-test-framework/src/components/service/mod.rs | 2 +- golem-test-framework/src/components/service/spawned.rs | 2 +- golem-test-framework/src/components/shard_manager/docker.rs | 2 +- golem-test-framework/src/components/shard_manager/k8s.rs | 2 +- golem-test-framework/src/components/shard_manager/mod.rs | 2 +- golem-test-framework/src/components/shard_manager/provided.rs | 2 +- golem-test-framework/src/components/shard_manager/spawned.rs | 2 +- golem-test-framework/src/components/worker_executor/docker.rs | 2 +- golem-test-framework/src/components/worker_executor/k8s.rs | 2 +- golem-test-framework/src/components/worker_executor/mod.rs | 2 +- golem-test-framework/src/components/worker_executor/provided.rs | 2 +- golem-test-framework/src/components/worker_executor/spawned.rs | 2 +- .../src/components/worker_executor_cluster/docker.rs | 2 +- .../src/components/worker_executor_cluster/k8s.rs | 2 +- .../src/components/worker_executor_cluster/mod.rs | 2 +- .../src/components/worker_executor_cluster/provided.rs | 2 +- .../src/components/worker_executor_cluster/spawned.rs | 2 +- golem-test-framework/src/components/worker_service/docker.rs | 2 +- .../src/components/worker_service/forwarding.rs | 2 +- golem-test-framework/src/components/worker_service/k8s.rs | 2 +- golem-test-framework/src/components/worker_service/mod.rs | 2 +- golem-test-framework/src/components/worker_service/provided.rs | 2 +- golem-test-framework/src/components/worker_service/spawned.rs | 2 +- golem-test-framework/src/config/cli.rs | 2 +- golem-test-framework/src/config/env.rs | 2 +- golem-test-framework/src/config/mod.rs | 2 +- golem-test-framework/src/dsl/benchmark.rs | 2 +- golem-test-framework/src/dsl/mod.rs | 2 +- golem-test-framework/src/lib.rs | 2 +- .../src/durable_host/blobstore/container.rs | 2 +- golem-worker-executor-base/src/durable_host/blobstore/mod.rs | 2 +- golem-worker-executor-base/src/durable_host/blobstore/types.rs | 2 +- golem-worker-executor-base/src/durable_host/cli/environment.rs | 2 +- golem-worker-executor-base/src/durable_host/cli/exit.rs | 2 +- golem-worker-executor-base/src/durable_host/cli/mod.rs | 2 +- golem-worker-executor-base/src/durable_host/cli/stderr.rs | 2 +- golem-worker-executor-base/src/durable_host/cli/stdin.rs | 2 +- golem-worker-executor-base/src/durable_host/cli/stdout.rs | 2 +- .../src/durable_host/cli/terminal_input.rs | 2 +- .../src/durable_host/cli/terminal_output.rs | 2 +- .../src/durable_host/cli/terminal_stderr.rs | 2 +- .../src/durable_host/cli/terminal_stdin.rs | 2 +- .../src/durable_host/cli/terminal_stdout.rs | 2 +- golem-worker-executor-base/src/durable_host/clocks/mod.rs | 2 +- .../src/durable_host/clocks/monotonic_clock.rs | 2 +- .../src/durable_host/clocks/wall_clock.rs | 2 +- golem-worker-executor-base/src/durable_host/durability.rs | 2 +- golem-worker-executor-base/src/durable_host/filesystem/mod.rs | 2 +- .../src/durable_host/filesystem/preopens.rs | 2 +- golem-worker-executor-base/src/durable_host/filesystem/types.rs | 2 +- golem-worker-executor-base/src/durable_host/golem/mod.rs | 2 +- golem-worker-executor-base/src/durable_host/golem/v11.rs | 2 +- golem-worker-executor-base/src/durable_host/http/mod.rs | 2 +- .../src/durable_host/http/outgoing_http.rs | 2 +- golem-worker-executor-base/src/durable_host/http/serialized.rs | 2 +- golem-worker-executor-base/src/durable_host/http/types.rs | 2 +- golem-worker-executor-base/src/durable_host/io/error.rs | 2 +- golem-worker-executor-base/src/durable_host/io/mod.rs | 2 +- golem-worker-executor-base/src/durable_host/io/poll.rs | 2 +- golem-worker-executor-base/src/durable_host/io/streams.rs | 2 +- golem-worker-executor-base/src/durable_host/keyvalue/atomic.rs | 2 +- golem-worker-executor-base/src/durable_host/keyvalue/caching.rs | 2 +- golem-worker-executor-base/src/durable_host/keyvalue/error.rs | 2 +- .../src/durable_host/keyvalue/eventual.rs | 2 +- .../src/durable_host/keyvalue/eventual_batch.rs | 2 +- golem-worker-executor-base/src/durable_host/keyvalue/mod.rs | 2 +- golem-worker-executor-base/src/durable_host/keyvalue/types.rs | 2 +- golem-worker-executor-base/src/durable_host/logging/logging.rs | 2 +- golem-worker-executor-base/src/durable_host/logging/mod.rs | 2 +- golem-worker-executor-base/src/durable_host/mod.rs | 2 +- golem-worker-executor-base/src/durable_host/random/insecure.rs | 2 +- .../src/durable_host/random/insecure_seed.rs | 2 +- golem-worker-executor-base/src/durable_host/random/mod.rs | 2 +- golem-worker-executor-base/src/durable_host/random/random.rs | 2 +- golem-worker-executor-base/src/durable_host/replay_state.rs | 2 +- golem-worker-executor-base/src/durable_host/serialized.rs | 2 +- .../src/durable_host/sockets/instance_network.rs | 2 +- .../src/durable_host/sockets/ip_name_lookup.rs | 2 +- golem-worker-executor-base/src/durable_host/sockets/mod.rs | 2 +- golem-worker-executor-base/src/durable_host/sockets/network.rs | 2 +- golem-worker-executor-base/src/durable_host/sockets/tcp.rs | 2 +- .../src/durable_host/sockets/tcp_create_socket.rs | 2 +- golem-worker-executor-base/src/durable_host/sockets/udp.rs | 2 +- .../src/durable_host/sockets/udp_create_socket.rs | 2 +- golem-worker-executor-base/src/durable_host/wasm_rpc/mod.rs | 2 +- .../src/durable_host/wasm_rpc/serialized.rs | 2 +- golem-worker-executor-base/src/error.rs | 2 +- golem-worker-executor-base/src/grpc.rs | 2 +- golem-worker-executor-base/src/invocation.rs | 2 +- golem-worker-executor-base/src/lib.rs | 2 +- golem-worker-executor-base/src/metrics.rs | 2 +- golem-worker-executor-base/src/model/mod.rs | 2 +- golem-worker-executor-base/src/model/public_oplog/mod.rs | 2 +- golem-worker-executor-base/src/model/public_oplog/wit.rs | 2 +- golem-worker-executor-base/src/preview2/mod.rs | 2 +- golem-worker-executor-base/src/services/active_workers.rs | 2 +- golem-worker-executor-base/src/services/blob_store.rs | 2 +- golem-worker-executor-base/src/services/compiled_component.rs | 2 +- golem-worker-executor-base/src/services/component.rs | 2 +- golem-worker-executor-base/src/services/events.rs | 2 +- golem-worker-executor-base/src/services/file_loader.rs | 2 +- golem-worker-executor-base/src/services/golem_config.rs | 2 +- golem-worker-executor-base/src/services/key_value.rs | 2 +- golem-worker-executor-base/src/services/mod.rs | 2 +- golem-worker-executor-base/src/services/oplog/blob.rs | 2 +- golem-worker-executor-base/src/services/oplog/compressed.rs | 2 +- golem-worker-executor-base/src/services/oplog/ephemeral.rs | 2 +- golem-worker-executor-base/src/services/oplog/mod.rs | 2 +- golem-worker-executor-base/src/services/oplog/multilayer.rs | 2 +- golem-worker-executor-base/src/services/oplog/plugin.rs | 2 +- golem-worker-executor-base/src/services/oplog/primary.rs | 2 +- golem-worker-executor-base/src/services/oplog/tests.rs | 2 +- golem-worker-executor-base/src/services/plugins.rs | 2 +- golem-worker-executor-base/src/services/promise.rs | 2 +- golem-worker-executor-base/src/services/rpc.rs | 2 +- golem-worker-executor-base/src/services/scheduler.rs | 2 +- golem-worker-executor-base/src/services/shard.rs | 2 +- golem-worker-executor-base/src/services/shard_manager.rs | 2 +- golem-worker-executor-base/src/services/worker.rs | 2 +- golem-worker-executor-base/src/services/worker_activator.rs | 2 +- golem-worker-executor-base/src/services/worker_event.rs | 2 +- golem-worker-executor-base/src/services/worker_proxy.rs | 2 +- golem-worker-executor-base/src/storage/indexed/memory.rs | 2 +- golem-worker-executor-base/src/storage/indexed/mod.rs | 2 +- golem-worker-executor-base/src/storage/indexed/redis.rs | 2 +- golem-worker-executor-base/src/storage/indexed/sqlite.rs | 2 +- golem-worker-executor-base/src/storage/keyvalue/memory.rs | 2 +- golem-worker-executor-base/src/storage/keyvalue/mod.rs | 2 +- golem-worker-executor-base/src/storage/keyvalue/redis.rs | 2 +- golem-worker-executor-base/src/storage/keyvalue/sqlite.rs | 2 +- golem-worker-executor-base/src/storage/mod.rs | 2 +- golem-worker-executor-base/src/wasi_host/helpers/clocks.rs | 2 +- golem-worker-executor-base/src/wasi_host/helpers/mod.rs | 2 +- golem-worker-executor-base/src/wasi_host/logging/logging.rs | 2 +- golem-worker-executor-base/src/wasi_host/logging/mod.rs | 2 +- golem-worker-executor-base/src/wasi_host/mod.rs | 2 +- golem-worker-executor-base/src/worker.rs | 2 +- golem-worker-executor-base/src/workerctx.rs | 2 +- golem-worker-executor-base/tests/api.rs | 2 +- golem-worker-executor-base/tests/blobstore.rs | 2 +- golem-worker-executor-base/tests/compatibility/mod.rs | 2 +- golem-worker-executor-base/tests/compatibility/v1.rs | 2 +- golem-worker-executor-base/tests/compatibility/v1_1.rs | 2 +- .../tests/compatibility/worker_recovery.rs | 2 +- golem-worker-executor-base/tests/guest_languages1.rs | 2 +- golem-worker-executor-base/tests/guest_languages2.rs | 2 +- golem-worker-executor-base/tests/guest_languages3.rs | 2 +- golem-worker-executor-base/tests/hot_update.rs | 2 +- golem-worker-executor-base/tests/indexed_storage.rs | 2 +- golem-worker-executor-base/tests/key_value_storage.rs | 2 +- golem-worker-executor-base/tests/keyvalue.rs | 2 +- golem-worker-executor-base/tests/lib.rs | 2 +- golem-worker-executor-base/tests/observability.rs | 2 +- golem-worker-executor-base/tests/rust_rpc.rs | 2 +- golem-worker-executor-base/tests/rust_rpc_stubless.rs | 2 +- golem-worker-executor-base/tests/scalability.rs | 2 +- golem-worker-executor-base/tests/transactions.rs | 2 +- golem-worker-executor-base/tests/ts_rpc1.rs | 2 +- golem-worker-executor-base/tests/ts_rpc1_stubless.rs | 2 +- golem-worker-executor-base/tests/ts_rpc2.rs | 2 +- golem-worker-executor-base/tests/ts_rpc2_stubless.rs | 2 +- golem-worker-executor-base/tests/wasi.rs | 2 +- golem-worker-executor/src/context.rs | 2 +- golem-worker-executor/src/lib.rs | 2 +- golem-worker-executor/src/server.rs | 2 +- golem-worker-executor/src/services/config.rs | 2 +- golem-worker-executor/src/services/mod.rs | 2 +- golem-worker-service-base/src/api/common.rs | 2 +- golem-worker-service-base/src/api/custom_http_request_api.rs | 2 +- golem-worker-service-base/src/api/error.rs | 2 +- golem-worker-service-base/src/api/healthcheck.rs | 2 +- golem-worker-service-base/src/api/mod.rs | 2 +- .../src/api/register_api_definition_api.rs | 2 +- golem-worker-service-base/src/app_config.rs | 2 +- .../src/gateway_api_definition/api_common.rs | 2 +- .../src/gateway_api_definition/http/http_api_definition.rs | 2 +- .../gateway_api_definition/http/http_api_definition_request.rs | 2 +- .../src/gateway_api_definition/http/http_oas_api_definition.rs | 2 +- .../src/gateway_api_definition/http/mod.rs | 2 +- .../src/gateway_api_definition/http/path_pattern_parser.rs | 2 +- .../src/gateway_api_definition/http/place_holder_parser.rs | 2 +- golem-worker-service-base/src/gateway_api_definition/mod.rs | 2 +- .../api_definition_transformer.rs | 2 +- .../src/gateway_api_definition_transformer/auth_transformer.rs | 2 +- .../src/gateway_api_definition_transformer/cors_transformer.rs | 2 +- .../src/gateway_api_deployment/http/mod.rs | 2 +- golem-worker-service-base/src/gateway_api_deployment/mod.rs | 2 +- .../src/gateway_binding/gateway_binding_compiled.rs | 2 +- golem-worker-service-base/src/gateway_binding/mod.rs | 2 +- golem-worker-service-base/src/gateway_binding/static_binding.rs | 2 +- golem-worker-service-base/src/gateway_binding/worker_binding.rs | 2 +- .../src/gateway_binding/worker_binding_compiled.rs | 2 +- .../src/gateway_execution/api_definition_lookup.rs | 2 +- .../src/gateway_execution/auth_call_back_binding_handler.rs | 2 +- .../src/gateway_execution/file_server_binding_handler.rs | 2 +- .../src/gateway_execution/gateway_binding_resolver.rs | 2 +- .../src/gateway_execution/gateway_http_input_executor.rs | 2 +- .../src/gateway_execution/gateway_session.rs | 2 +- .../src/gateway_execution/gateway_worker_request_executor.rs | 2 +- .../src/gateway_execution/http_content_type_mapper.rs | 2 +- golem-worker-service-base/src/gateway_execution/mod.rs | 2 +- .../src/gateway_execution/rib_input_value_resolver.rs | 2 +- golem-worker-service-base/src/gateway_execution/router/core.rs | 2 +- golem-worker-service-base/src/gateway_execution/router/mod.rs | 2 +- .../src/gateway_execution/router/pattern.rs | 2 +- golem-worker-service-base/src/gateway_execution/router/tree.rs | 2 +- golem-worker-service-base/src/gateway_execution/to_response.rs | 2 +- .../src/gateway_execution/to_response_failure.rs | 2 +- golem-worker-service-base/src/gateway_middleware/http/cors.rs | 2 +- .../src/gateway_middleware/http/http_middleware.rs | 2 +- .../src/gateway_middleware/http/middleware_error.rs | 2 +- golem-worker-service-base/src/gateway_middleware/http/mod.rs | 2 +- golem-worker-service-base/src/gateway_middleware/mod.rs | 2 +- golem-worker-service-base/src/gateway_request/http_request.rs | 2 +- golem-worker-service-base/src/gateway_request/mod.rs | 2 +- .../src/gateway_request/request_details.rs | 2 +- golem-worker-service-base/src/gateway_rib_compiler/mod.rs | 2 +- golem-worker-service-base/src/gateway_rib_interpreter/mod.rs | 2 +- .../src/gateway_security/default_provider.rs | 2 +- .../src/gateway_security/identity_provider.rs | 2 +- .../src/gateway_security/identity_provider_metadata.rs | 2 +- .../src/gateway_security/open_id_client.rs | 2 +- .../src/gateway_security/security_scheme.rs | 2 +- .../src/gateway_security/security_scheme_metadata.rs | 2 +- .../src/gateway_security/security_scheme_reference.rs | 2 +- golem-worker-service-base/src/getter.rs | 2 +- golem-worker-service-base/src/grpcapi/mod.rs | 2 +- golem-worker-service-base/src/headers.rs | 2 +- golem-worker-service-base/src/lib.rs | 2 +- golem-worker-service-base/src/metrics.rs | 2 +- golem-worker-service-base/src/path.rs | 2 +- golem-worker-service-base/src/repo/api_definition.rs | 2 +- golem-worker-service-base/src/repo/api_deployment.rs | 2 +- golem-worker-service-base/src/repo/mod.rs | 2 +- golem-worker-service-base/src/repo/security_scheme.rs | 2 +- golem-worker-service-base/src/service/component/default.rs | 2 +- golem-worker-service-base/src/service/component/error.rs | 2 +- golem-worker-service-base/src/service/component/mod.rs | 2 +- golem-worker-service-base/src/service/gateway/api_definition.rs | 2 +- .../src/service/gateway/api_definition_validator.rs | 2 +- golem-worker-service-base/src/service/gateway/api_deployment.rs | 2 +- .../src/service/gateway/http_api_definition_validator.rs | 2 +- golem-worker-service-base/src/service/gateway/mod.rs | 2 +- .../src/service/gateway/security_scheme.rs | 2 +- golem-worker-service-base/src/service/mod.rs | 2 +- golem-worker-service-base/src/service/worker/connect_proxy.rs | 2 +- golem-worker-service-base/src/service/worker/default.rs | 2 +- golem-worker-service-base/src/service/worker/error.rs | 2 +- golem-worker-service-base/src/service/worker/mod.rs | 2 +- golem-worker-service-base/src/service/worker/routing_logic.rs | 2 +- golem-worker-service-base/src/service/worker/worker_stream.rs | 2 +- golem-worker-service-base/tests/api_gateway_end_to_end_tests.rs | 2 +- golem-worker-service-base/tests/services_tests.rs | 2 +- golem-worker-service/src/api/worker_connect.rs | 2 +- golem-worker-service/src/config.rs | 2 +- golem-worker-service/src/grpcapi/api_definition.rs | 2 +- golem-worker-service/src/grpcapi/mod.rs | 2 +- golem-worker-service/src/grpcapi/worker.rs | 2 +- golem-worker-service/src/lib.rs | 2 +- golem-worker-service/src/main.rs | 2 +- golem-worker-service/src/service/component.rs | 2 +- golem-worker-service/src/service/mod.rs | 2 +- golem-worker-service/src/service/worker.rs | 2 +- golem-worker-service/src/service/worker_request_executor.rs | 2 +- golem/src/command.rs | 2 +- golem/src/health.rs | 2 +- golem/src/launch.rs | 2 +- golem/src/lib.rs | 2 +- golem/src/main.rs | 2 +- golem/src/migration.rs | 2 +- golem/src/proxy.rs | 2 +- integration-tests/src/benchmarks/cold_start_large.rs | 2 +- integration-tests/src/benchmarks/cold_start_medium.rs | 2 +- integration-tests/src/benchmarks/cold_start_small.rs | 2 +- integration-tests/src/benchmarks/durability_overhead.rs | 2 +- integration-tests/src/benchmarks/large_dynamic_memory.rs | 2 +- integration-tests/src/benchmarks/large_initial_memory.rs | 2 +- integration-tests/src/benchmarks/latency_large.rs | 2 +- integration-tests/src/benchmarks/latency_medium.rs | 2 +- integration-tests/src/benchmarks/latency_small.rs | 2 +- integration-tests/src/benchmarks/mod.rs | 2 +- integration-tests/src/benchmarks/rpc.rs | 2 +- integration-tests/src/benchmarks/rpc_cpu_intensive.rs | 2 +- integration-tests/src/benchmarks/rpc_large_input.rs | 2 +- integration-tests/src/benchmarks/simple_worker_echo.rs | 2 +- integration-tests/src/benchmarks/suspend_worker.rs | 2 +- integration-tests/src/benchmarks/throughput.rs | 2 +- integration-tests/src/benchmarks/throughput_cpu_intensive.rs | 2 +- integration-tests/src/benchmarks/throughput_large_input.rs | 2 +- integration-tests/src/lib.rs | 2 +- integration-tests/tests/lib.rs | 2 +- integration-tests/tests/plugins.rs | 2 +- integration-tests/tests/worker.rs | 2 +- wasm-ast/src/analysis/mod.rs | 2 +- wasm-ast/src/analysis/model.rs | 2 +- wasm-ast/src/analysis/protobuf.rs | 2 +- wasm-ast/src/component/mod.rs | 2 +- wasm-ast/src/component/parser.rs | 2 +- wasm-ast/src/component/writer.rs | 2 +- wasm-ast/src/core/mod.rs | 2 +- wasm-ast/src/core/parser.rs | 2 +- wasm-ast/src/core/writer.rs | 2 +- wasm-ast/src/customization.rs | 2 +- wasm-ast/src/lib.rs | 2 +- wasm-ast/src/metadata/mod.rs | 2 +- wasm-rpc-stubgen/src/cargo.rs | 2 +- wasm-rpc-stubgen/src/commands/dependencies.rs | 2 +- wasm-rpc-stubgen/src/commands/generate.rs | 2 +- wasm-rpc-stubgen/src/commands/mod.rs | 2 +- wasm-rpc-stubgen/src/compilation.rs | 2 +- wasm-rpc-stubgen/src/lib.rs | 2 +- wasm-rpc-stubgen/src/main.rs | 2 +- wasm-rpc-stubgen/src/make.rs | 2 +- wasm-rpc-stubgen/src/rust.rs | 2 +- wasm-rpc-stubgen/src/stub.rs | 2 +- wasm-rpc-stubgen/src/wit_generate.rs | 2 +- wasm-rpc-stubgen/tests-integration/tests/app.rs | 2 +- wasm-rpc-stubgen/tests-integration/tests/compose.rs | 2 +- wasm-rpc-stubgen/tests-integration/tests/stub_wasm.rs | 2 +- wasm-rpc-stubgen/tests/add_dep.rs | 2 +- wasm-rpc-stubgen/tests/wit.rs | 2 +- wasm-rpc/src/builder.rs | 2 +- wasm-rpc/src/json/impl.rs | 2 +- wasm-rpc/src/json/mod.rs | 2 +- wasm-rpc/src/lib.rs | 2 +- wasm-rpc/src/poem.rs | 2 +- wasm-rpc/src/protobuf.rs | 2 +- wasm-rpc/src/text.rs | 2 +- wasm-rpc/src/type_annotated_value.rs | 2 +- wasm-rpc/src/value_and_type.rs | 2 +- wasm-rpc/src/wasmtime.rs | 2 +- 605 files changed, 605 insertions(+), 605 deletions(-) diff --git a/golem-api-grpc/src/lib.rs b/golem-api-grpc/src/lib.rs index f72d04608e..6cfd3ff421 100644 --- a/golem-api-grpc/src/lib.rs +++ b/golem-api-grpc/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/clients.rs b/golem-cli/src/clients.rs index 5ec2ac571b..9d5e4a296d 100644 --- a/golem-cli/src/clients.rs +++ b/golem-cli/src/clients.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/clients/api_definition.rs b/golem-cli/src/clients/api_definition.rs index b40f541088..c6bd973f59 100644 --- a/golem-cli/src/clients/api_definition.rs +++ b/golem-cli/src/clients/api_definition.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/clients/api_deployment.rs b/golem-cli/src/clients/api_deployment.rs index dec84e8755..8d465f52e4 100644 --- a/golem-cli/src/clients/api_deployment.rs +++ b/golem-cli/src/clients/api_deployment.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/clients/api_security.rs b/golem-cli/src/clients/api_security.rs index 646455d0af..9f6e7c7cb8 100644 --- a/golem-cli/src/clients/api_security.rs +++ b/golem-cli/src/clients/api_security.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/clients/component.rs b/golem-cli/src/clients/component.rs index 3c2346d5f4..4adb414bb2 100644 --- a/golem-cli/src/clients/component.rs +++ b/golem-cli/src/clients/component.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/clients/file_download.rs b/golem-cli/src/clients/file_download.rs index 1e0501f564..72a8592586 100644 --- a/golem-cli/src/clients/file_download.rs +++ b/golem-cli/src/clients/file_download.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/clients/health_check.rs b/golem-cli/src/clients/health_check.rs index 5ed06e8107..7922b68bfe 100644 --- a/golem-cli/src/clients/health_check.rs +++ b/golem-cli/src/clients/health_check.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/clients/plugin.rs b/golem-cli/src/clients/plugin.rs index 0c53b4c276..be8e1d78cc 100644 --- a/golem-cli/src/clients/plugin.rs +++ b/golem-cli/src/clients/plugin.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/clients/worker.rs b/golem-cli/src/clients/worker.rs index 6bb6ec7ffb..b03c1255b0 100644 --- a/golem-cli/src/clients/worker.rs +++ b/golem-cli/src/clients/worker.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/cloud.rs b/golem-cli/src/cloud.rs index 8176e1d45b..1f3610b269 100644 --- a/golem-cli/src/cloud.rs +++ b/golem-cli/src/cloud.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/command.rs b/golem-cli/src/command.rs index 9c9ee1d3e0..6ab5ef7e18 100644 --- a/golem-cli/src/command.rs +++ b/golem-cli/src/command.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/command/api_definition.rs b/golem-cli/src/command/api_definition.rs index 41c9332e16..d748b7c6b6 100644 --- a/golem-cli/src/command/api_definition.rs +++ b/golem-cli/src/command/api_definition.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/command/api_deployment.rs b/golem-cli/src/command/api_deployment.rs index 3d267473ef..0f159c3d88 100644 --- a/golem-cli/src/command/api_deployment.rs +++ b/golem-cli/src/command/api_deployment.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/command/api_security.rs b/golem-cli/src/command/api_security.rs index 3cde31c542..01ef0abe8b 100644 --- a/golem-cli/src/command/api_security.rs +++ b/golem-cli/src/command/api_security.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/command/component.rs b/golem-cli/src/command/component.rs index b844a102bb..ccd5c053da 100644 --- a/golem-cli/src/command/component.rs +++ b/golem-cli/src/command/component.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/command/plugin.rs b/golem-cli/src/command/plugin.rs index e6cf01ec34..0a73d1396c 100644 --- a/golem-cli/src/command/plugin.rs +++ b/golem-cli/src/command/plugin.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/command/profile.rs b/golem-cli/src/command/profile.rs index ddbfbb82c1..5e7f77c0dc 100644 --- a/golem-cli/src/command/profile.rs +++ b/golem-cli/src/command/profile.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/command/worker.rs b/golem-cli/src/command/worker.rs index 419d5cf0e1..3cc994701d 100644 --- a/golem-cli/src/command/worker.rs +++ b/golem-cli/src/command/worker.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/completion.rs b/golem-cli/src/completion.rs index 826da25576..5be8a5f83d 100644 --- a/golem-cli/src/completion.rs +++ b/golem-cli/src/completion.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/config.rs b/golem-cli/src/config.rs index ea521f19e0..e7383a5547 100644 --- a/golem-cli/src/config.rs +++ b/golem-cli/src/config.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/connect_output.rs b/golem-cli/src/connect_output.rs index e142afa468..16cb8112b6 100644 --- a/golem-cli/src/connect_output.rs +++ b/golem-cli/src/connect_output.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/diagnose.rs b/golem-cli/src/diagnose.rs index af61cc6537..452e68dea8 100644 --- a/golem-cli/src/diagnose.rs +++ b/golem-cli/src/diagnose.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/examples.rs b/golem-cli/src/examples.rs index 08cee9c86e..39aa9ecb7a 100644 --- a/golem-cli/src/examples.rs +++ b/golem-cli/src/examples.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/factory.rs b/golem-cli/src/factory.rs index 763682eed4..a40500306e 100644 --- a/golem-cli/src/factory.rs +++ b/golem-cli/src/factory.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/init.rs b/golem-cli/src/init.rs index 8e106163a4..8231ba8f26 100644 --- a/golem-cli/src/init.rs +++ b/golem-cli/src/init.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/lib.rs b/golem-cli/src/lib.rs index 529e27f0d1..45466e9a34 100644 --- a/golem-cli/src/lib.rs +++ b/golem-cli/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/main.rs b/golem-cli/src/main.rs index 3ec271cd2a..d1b1dd9579 100644 --- a/golem-cli/src/main.rs +++ b/golem-cli/src/main.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/model.rs b/golem-cli/src/model.rs index 72e5e64bf4..2651842afe 100644 --- a/golem-cli/src/model.rs +++ b/golem-cli/src/model.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/model/app_ext.rs b/golem-cli/src/model/app_ext.rs index 3630395c5e..377d992cc4 100644 --- a/golem-cli/src/model/app_ext.rs +++ b/golem-cli/src/model/app_ext.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/model/app_ext_raw.rs b/golem-cli/src/model/app_ext_raw.rs index b3c129c847..6af6623948 100644 --- a/golem-cli/src/model/app_ext_raw.rs +++ b/golem-cli/src/model/app_ext_raw.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/model/component.rs b/golem-cli/src/model/component.rs index d2451e7508..d4a3031290 100644 --- a/golem-cli/src/model/component.rs +++ b/golem-cli/src/model/component.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/model/deploy.rs b/golem-cli/src/model/deploy.rs index c4e9e4a3c4..7bfc714a5d 100644 --- a/golem-cli/src/model/deploy.rs +++ b/golem-cli/src/model/deploy.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/model/invoke_result_view.rs b/golem-cli/src/model/invoke_result_view.rs index 2bc8e48946..11b61ba23e 100644 --- a/golem-cli/src/model/invoke_result_view.rs +++ b/golem-cli/src/model/invoke_result_view.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/model/plugin_manifest.rs b/golem-cli/src/model/plugin_manifest.rs index 6a0aad80f5..e122b39398 100644 --- a/golem-cli/src/model/plugin_manifest.rs +++ b/golem-cli/src/model/plugin_manifest.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/model/text.rs b/golem-cli/src/model/text.rs index 9621671212..90f09792f4 100644 --- a/golem-cli/src/model/text.rs +++ b/golem-cli/src/model/text.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/model/wave.rs b/golem-cli/src/model/wave.rs index c44163bd90..122a1d5d3e 100644 --- a/golem-cli/src/model/wave.rs +++ b/golem-cli/src/model/wave.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/oss.rs b/golem-cli/src/oss.rs index cf58fc7e03..454b65fcbb 100644 --- a/golem-cli/src/oss.rs +++ b/golem-cli/src/oss.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/oss/cli.rs b/golem-cli/src/oss/cli.rs index 0dd6e7e8ad..53ebd405e9 100644 --- a/golem-cli/src/oss/cli.rs +++ b/golem-cli/src/oss/cli.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/oss/clients.rs b/golem-cli/src/oss/clients.rs index 88106a42bd..b41bbcd8c4 100644 --- a/golem-cli/src/oss/clients.rs +++ b/golem-cli/src/oss/clients.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/oss/clients/api_definition.rs b/golem-cli/src/oss/clients/api_definition.rs index 6c20ce31d1..55bbacb050 100644 --- a/golem-cli/src/oss/clients/api_definition.rs +++ b/golem-cli/src/oss/clients/api_definition.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/oss/clients/api_deployment.rs b/golem-cli/src/oss/clients/api_deployment.rs index 821d10eba6..5565766bbe 100644 --- a/golem-cli/src/oss/clients/api_deployment.rs +++ b/golem-cli/src/oss/clients/api_deployment.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/oss/clients/api_security.rs b/golem-cli/src/oss/clients/api_security.rs index ffbdb8409b..d90148c5b3 100644 --- a/golem-cli/src/oss/clients/api_security.rs +++ b/golem-cli/src/oss/clients/api_security.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/oss/clients/component.rs b/golem-cli/src/oss/clients/component.rs index 25d8505205..3cadcc1ca6 100644 --- a/golem-cli/src/oss/clients/component.rs +++ b/golem-cli/src/oss/clients/component.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/oss/clients/errors.rs b/golem-cli/src/oss/clients/errors.rs index eac4bb6abf..3d7c881428 100644 --- a/golem-cli/src/oss/clients/errors.rs +++ b/golem-cli/src/oss/clients/errors.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/oss/clients/file_download.rs b/golem-cli/src/oss/clients/file_download.rs index 4d6bb169f9..b08a60457e 100644 --- a/golem-cli/src/oss/clients/file_download.rs +++ b/golem-cli/src/oss/clients/file_download.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/oss/clients/health_check.rs b/golem-cli/src/oss/clients/health_check.rs index 30e1e64595..c62ee23fcc 100644 --- a/golem-cli/src/oss/clients/health_check.rs +++ b/golem-cli/src/oss/clients/health_check.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/oss/clients/plugin.rs b/golem-cli/src/oss/clients/plugin.rs index 46c998f456..008e49ebab 100644 --- a/golem-cli/src/oss/clients/plugin.rs +++ b/golem-cli/src/oss/clients/plugin.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/oss/clients/worker.rs b/golem-cli/src/oss/clients/worker.rs index 79c057bfb1..e2c4d837cd 100644 --- a/golem-cli/src/oss/clients/worker.rs +++ b/golem-cli/src/oss/clients/worker.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/oss/factory.rs b/golem-cli/src/oss/factory.rs index 442648e231..da81c1feb6 100644 --- a/golem-cli/src/oss/factory.rs +++ b/golem-cli/src/oss/factory.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/oss/model.rs b/golem-cli/src/oss/model.rs index 6db1cd5669..b8926ceeb7 100644 --- a/golem-cli/src/oss/model.rs +++ b/golem-cli/src/oss/model.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/oss/resource.rs b/golem-cli/src/oss/resource.rs index 8668209d55..917159e418 100644 --- a/golem-cli/src/oss/resource.rs +++ b/golem-cli/src/oss/resource.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/service.rs b/golem-cli/src/service.rs index 6cf33e541c..b518b59e40 100644 --- a/golem-cli/src/service.rs +++ b/golem-cli/src/service.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/service/api_definition.rs b/golem-cli/src/service/api_definition.rs index f5f892297f..ad9dcae0b6 100644 --- a/golem-cli/src/service/api_definition.rs +++ b/golem-cli/src/service/api_definition.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/service/api_deployment.rs b/golem-cli/src/service/api_deployment.rs index c380e76c5c..20ff2ffeca 100644 --- a/golem-cli/src/service/api_deployment.rs +++ b/golem-cli/src/service/api_deployment.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/service/api_security.rs b/golem-cli/src/service/api_security.rs index 26bd97682c..9d447b89c4 100644 --- a/golem-cli/src/service/api_security.rs +++ b/golem-cli/src/service/api_security.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/service/component.rs b/golem-cli/src/service/component.rs index b3134967ec..14f94e184b 100644 --- a/golem-cli/src/service/component.rs +++ b/golem-cli/src/service/component.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/service/deploy.rs b/golem-cli/src/service/deploy.rs index 1b31297fae..4cc2c70a49 100644 --- a/golem-cli/src/service/deploy.rs +++ b/golem-cli/src/service/deploy.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/service/project.rs b/golem-cli/src/service/project.rs index e1e10e1630..c13e81dafd 100644 --- a/golem-cli/src/service/project.rs +++ b/golem-cli/src/service/project.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/service/version.rs b/golem-cli/src/service/version.rs index e5228e464c..af19037831 100644 --- a/golem-cli/src/service/version.rs +++ b/golem-cli/src/service/version.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/src/service/worker.rs b/golem-cli/src/service/worker.rs index 472bf57747..79a38cfd76 100644 --- a/golem-cli/src/service/worker.rs +++ b/golem-cli/src/service/worker.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/tests/api_definition.rs b/golem-cli/tests/api_definition.rs index e363dc442e..0de4b85494 100644 --- a/golem-cli/tests/api_definition.rs +++ b/golem-cli/tests/api_definition.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/tests/api_deployment.rs b/golem-cli/tests/api_deployment.rs index b3953b1ecf..51d29255da 100644 --- a/golem-cli/tests/api_deployment.rs +++ b/golem-cli/tests/api_deployment.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/tests/api_deployment_fileserver.rs b/golem-cli/tests/api_deployment_fileserver.rs index 870e58a5b9..e60fb5bb20 100644 --- a/golem-cli/tests/api_deployment_fileserver.rs +++ b/golem-cli/tests/api_deployment_fileserver.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/tests/cli.rs b/golem-cli/tests/cli.rs index 874b93cb08..cb2a7731c2 100644 --- a/golem-cli/tests/cli.rs +++ b/golem-cli/tests/cli.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/tests/component.rs b/golem-cli/tests/component.rs index 2c412dc107..1ecaeb331f 100644 --- a/golem-cli/tests/component.rs +++ b/golem-cli/tests/component.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/tests/get.rs b/golem-cli/tests/get.rs index 0453f4b155..417a9ea793 100644 --- a/golem-cli/tests/get.rs +++ b/golem-cli/tests/get.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/tests/main.rs b/golem-cli/tests/main.rs index 041d24c92b..21c705b50b 100644 --- a/golem-cli/tests/main.rs +++ b/golem-cli/tests/main.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/tests/profile.rs b/golem-cli/tests/profile.rs index 5bef8393f9..b4876e65ab 100644 --- a/golem-cli/tests/profile.rs +++ b/golem-cli/tests/profile.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/tests/text.rs b/golem-cli/tests/text.rs index dd50f4411c..34cfeb47cc 100644 --- a/golem-cli/tests/text.rs +++ b/golem-cli/tests/text.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-cli/tests/worker.rs b/golem-cli/tests/worker.rs index 73cbf6c308..f789432e33 100644 --- a/golem-cli/tests/worker.rs +++ b/golem-cli/tests/worker.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/cache.rs b/golem-common/src/cache.rs index ef1825738d..0993bc55eb 100644 --- a/golem-common/src/cache.rs +++ b/golem-common/src/cache.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/client.rs b/golem-common/src/client.rs index edab2b9b56..5bf744b234 100644 --- a/golem-common/src/client.rs +++ b/golem-common/src/client.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/config.rs b/golem-common/src/config.rs index d83693533a..b6e4d242be 100644 --- a/golem-common/src/config.rs +++ b/golem-common/src/config.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/grpc.rs b/golem-common/src/grpc.rs index 898e8eade9..f4ba02d7f4 100644 --- a/golem-common/src/grpc.rs +++ b/golem-common/src/grpc.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/lib.rs b/golem-common/src/lib.rs index 51102004fb..5d084defe4 100644 --- a/golem-common/src/lib.rs +++ b/golem-common/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/metrics.rs b/golem-common/src/metrics.rs index a3c20d65f3..32d6d66039 100644 --- a/golem-common/src/metrics.rs +++ b/golem-common/src/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/model/component.rs b/golem-common/src/model/component.rs index 1f0d943c3e..1d51948af2 100644 --- a/golem-common/src/model/component.rs +++ b/golem-common/src/model/component.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/model/component_metadata.rs b/golem-common/src/model/component_metadata.rs index f6e8895b14..ceec93828c 100644 --- a/golem-common/src/model/component_metadata.rs +++ b/golem-common/src/model/component_metadata.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/model/exports.rs b/golem-common/src/model/exports.rs index 5c701ff1bc..0675da80cf 100644 --- a/golem-common/src/model/exports.rs +++ b/golem-common/src/model/exports.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/model/lucene.rs b/golem-common/src/model/lucene.rs index bdc80e2429..e5c421f883 100644 --- a/golem-common/src/model/lucene.rs +++ b/golem-common/src/model/lucene.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/model/mod.rs b/golem-common/src/model/mod.rs index cdba257b5c..33ade7dfd5 100644 --- a/golem-common/src/model/mod.rs +++ b/golem-common/src/model/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/model/oplog.rs b/golem-common/src/model/oplog.rs index 2be2f0d89a..57e3c512f6 100644 --- a/golem-common/src/model/oplog.rs +++ b/golem-common/src/model/oplog.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/model/poem.rs b/golem-common/src/model/poem.rs index c31f42de64..ffc7a6d274 100644 --- a/golem-common/src/model/poem.rs +++ b/golem-common/src/model/poem.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/model/protobuf.rs b/golem-common/src/model/protobuf.rs index 417b42a77b..8b57eeb398 100644 --- a/golem-common/src/model/protobuf.rs +++ b/golem-common/src/model/protobuf.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/model/public_oplog.rs b/golem-common/src/model/public_oplog.rs index fb093a46a6..fc9d718698 100644 --- a/golem-common/src/model/public_oplog.rs +++ b/golem-common/src/model/public_oplog.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/model/regions.rs b/golem-common/src/model/regions.rs index 992cbc550c..80b3dc44db 100644 --- a/golem-common/src/model/regions.rs +++ b/golem-common/src/model/regions.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/model/trim_date.rs b/golem-common/src/model/trim_date.rs index 8159856273..657522598d 100644 --- a/golem-common/src/model/trim_date.rs +++ b/golem-common/src/model/trim_date.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/newtype.rs b/golem-common/src/newtype.rs index 7962a0937f..0e07527559 100644 --- a/golem-common/src/newtype.rs +++ b/golem-common/src/newtype.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/redis.rs b/golem-common/src/redis.rs index 2b140eeac1..7c8c4dbc2e 100644 --- a/golem-common/src/redis.rs +++ b/golem-common/src/redis.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/repo/component.rs b/golem-common/src/repo/component.rs index 41e6a57490..ad994f768a 100644 --- a/golem-common/src/repo/component.rs +++ b/golem-common/src/repo/component.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/repo/mod.rs b/golem-common/src/repo/mod.rs index 5e5c273a03..df7cbb2265 100644 --- a/golem-common/src/repo/mod.rs +++ b/golem-common/src/repo/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/repo/plugin.rs b/golem-common/src/repo/plugin.rs index f656180a19..e7deb142e3 100644 --- a/golem-common/src/repo/plugin.rs +++ b/golem-common/src/repo/plugin.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/repo/plugin_installation.rs b/golem-common/src/repo/plugin_installation.rs index ac8c46a663..c2e752c8da 100644 --- a/golem-common/src/repo/plugin_installation.rs +++ b/golem-common/src/repo/plugin_installation.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/retriable_error.rs b/golem-common/src/retriable_error.rs index 008e240914..84fc448695 100644 --- a/golem-common/src/retriable_error.rs +++ b/golem-common/src/retriable_error.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/retries.rs b/golem-common/src/retries.rs index fc610af2f0..71d941b753 100644 --- a/golem-common/src/retries.rs +++ b/golem-common/src/retries.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/serialization.rs b/golem-common/src/serialization.rs index 24b9f39ba7..edbd080ca6 100644 --- a/golem-common/src/serialization.rs +++ b/golem-common/src/serialization.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/tracing.rs b/golem-common/src/tracing.rs index 62b835d1fa..0cbcdb9a66 100644 --- a/golem-common/src/tracing.rs +++ b/golem-common/src/tracing.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/uri/macros.rs b/golem-common/src/uri/macros.rs index 8271a44ee0..c73c5189e8 100644 --- a/golem-common/src/uri/macros.rs +++ b/golem-common/src/uri/macros.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/uri/mod.rs b/golem-common/src/uri/mod.rs index 8b1da82559..c61a6d1453 100644 --- a/golem-common/src/uri/mod.rs +++ b/golem-common/src/uri/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/uri/oss/mod.rs b/golem-common/src/uri/oss/mod.rs index 71114d098e..b12cd39158 100644 --- a/golem-common/src/uri/oss/mod.rs +++ b/golem-common/src/uri/oss/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/uri/oss/uri.rs b/golem-common/src/uri/oss/uri.rs index a57d6a44a9..d23b758c3f 100644 --- a/golem-common/src/uri/oss/uri.rs +++ b/golem-common/src/uri/oss/uri.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/uri/oss/url.rs b/golem-common/src/uri/oss/url.rs index 77d1bbe011..9c2ccfa0e5 100644 --- a/golem-common/src/uri/oss/url.rs +++ b/golem-common/src/uri/oss/url.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-common/src/uri/oss/urn.rs b/golem-common/src/uri/oss/urn.rs index 28cd7f9d3a..1ec0f02c0d 100644 --- a/golem-common/src/uri/oss/urn.rs +++ b/golem-common/src/uri/oss/urn.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-compilation-service/src/config.rs b/golem-component-compilation-service/src/config.rs index 202ed5b929..4c7eba8dbc 100644 --- a/golem-component-compilation-service/src/config.rs +++ b/golem-component-compilation-service/src/config.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-compilation-service/src/grpc.rs b/golem-component-compilation-service/src/grpc.rs index e618f400ac..922f8fb8ac 100644 --- a/golem-component-compilation-service/src/grpc.rs +++ b/golem-component-compilation-service/src/grpc.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-compilation-service/src/lib.rs b/golem-component-compilation-service/src/lib.rs index 319434f763..52760ab85a 100644 --- a/golem-component-compilation-service/src/lib.rs +++ b/golem-component-compilation-service/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-compilation-service/src/metrics.rs b/golem-component-compilation-service/src/metrics.rs index 752173856c..27ca91f0b8 100644 --- a/golem-component-compilation-service/src/metrics.rs +++ b/golem-component-compilation-service/src/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-compilation-service/src/model.rs b/golem-component-compilation-service/src/model.rs index 3deead08c5..ecc6482c03 100644 --- a/golem-component-compilation-service/src/model.rs +++ b/golem-component-compilation-service/src/model.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-compilation-service/src/server.rs b/golem-component-compilation-service/src/server.rs index 3f61771672..510ab8f480 100644 --- a/golem-component-compilation-service/src/server.rs +++ b/golem-component-compilation-service/src/server.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-compilation-service/src/service/compile_service.rs b/golem-component-compilation-service/src/service/compile_service.rs index 2ffbabfe88..7621f2c18f 100644 --- a/golem-component-compilation-service/src/service/compile_service.rs +++ b/golem-component-compilation-service/src/service/compile_service.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-compilation-service/src/service/compile_worker.rs b/golem-component-compilation-service/src/service/compile_worker.rs index 2cc7c6b6b0..4049c195da 100644 --- a/golem-component-compilation-service/src/service/compile_worker.rs +++ b/golem-component-compilation-service/src/service/compile_worker.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-compilation-service/src/service/mod.rs b/golem-component-compilation-service/src/service/mod.rs index 7f7f38795f..456d3da5e4 100644 --- a/golem-component-compilation-service/src/service/mod.rs +++ b/golem-component-compilation-service/src/service/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-compilation-service/src/service/upload_worker.rs b/golem-component-compilation-service/src/service/upload_worker.rs index ad7fb5d323..9983f5ddbb 100644 --- a/golem-component-compilation-service/src/service/upload_worker.rs +++ b/golem-component-compilation-service/src/service/upload_worker.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service-base/src/api/common.rs b/golem-component-service-base/src/api/common.rs index e829d90fed..f309f83da4 100644 --- a/golem-component-service-base/src/api/common.rs +++ b/golem-component-service-base/src/api/common.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service-base/src/api/mod.rs b/golem-component-service-base/src/api/mod.rs index cfef16097c..f11a947528 100644 --- a/golem-component-service-base/src/api/mod.rs +++ b/golem-component-service-base/src/api/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service-base/src/config.rs b/golem-component-service-base/src/config.rs index 2b6deb04ad..ff6d9bfc7d 100644 --- a/golem-component-service-base/src/config.rs +++ b/golem-component-service-base/src/config.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service-base/src/lib.rs b/golem-component-service-base/src/lib.rs index 3c3e794036..5ff120e098 100644 --- a/golem-component-service-base/src/lib.rs +++ b/golem-component-service-base/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service-base/src/model/component.rs b/golem-component-service-base/src/model/component.rs index ed58cd292d..c2cbd9032d 100644 --- a/golem-component-service-base/src/model/component.rs +++ b/golem-component-service-base/src/model/component.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service-base/src/model/mod.rs b/golem-component-service-base/src/model/mod.rs index 33338ddd21..bcdab1cf37 100644 --- a/golem-component-service-base/src/model/mod.rs +++ b/golem-component-service-base/src/model/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service-base/src/repo/component.rs b/golem-component-service-base/src/repo/component.rs index 6e96bd46c9..4c22016e66 100644 --- a/golem-component-service-base/src/repo/component.rs +++ b/golem-component-service-base/src/repo/component.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service-base/src/repo/mod.rs b/golem-component-service-base/src/repo/mod.rs index 45eea2904e..f104e57a09 100644 --- a/golem-component-service-base/src/repo/mod.rs +++ b/golem-component-service-base/src/repo/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service-base/src/repo/plugin.rs b/golem-component-service-base/src/repo/plugin.rs index 4b27a31a88..cb606ed9d8 100644 --- a/golem-component-service-base/src/repo/plugin.rs +++ b/golem-component-service-base/src/repo/plugin.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service-base/src/service/component.rs b/golem-component-service-base/src/service/component.rs index ac324e06d9..d4ced11c54 100644 --- a/golem-component-service-base/src/service/component.rs +++ b/golem-component-service-base/src/service/component.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service-base/src/service/component_compilation.rs b/golem-component-service-base/src/service/component_compilation.rs index 14b48dcb45..f9128bc225 100644 --- a/golem-component-service-base/src/service/component_compilation.rs +++ b/golem-component-service-base/src/service/component_compilation.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service-base/src/service/component_object_store.rs b/golem-component-service-base/src/service/component_object_store.rs index 44e523b105..7fc6a6c530 100644 --- a/golem-component-service-base/src/service/component_object_store.rs +++ b/golem-component-service-base/src/service/component_object_store.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service-base/src/service/mod.rs b/golem-component-service-base/src/service/mod.rs index 15026db266..4f6b0e7461 100644 --- a/golem-component-service-base/src/service/mod.rs +++ b/golem-component-service-base/src/service/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service-base/src/service/plugin.rs b/golem-component-service-base/src/service/plugin.rs index 7ee473dff9..fc2444bab3 100644 --- a/golem-component-service-base/src/service/plugin.rs +++ b/golem-component-service-base/src/service/plugin.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service-base/tests/all/mod.rs b/golem-component-service-base/tests/all/mod.rs index fd93627d98..bd2be0a62b 100644 --- a/golem-component-service-base/tests/all/mod.rs +++ b/golem-component-service-base/tests/all/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service-base/tests/all/repo/constraint_data.rs b/golem-component-service-base/tests/all/repo/constraint_data.rs index d883d97a50..0976bc856b 100644 --- a/golem-component-service-base/tests/all/repo/constraint_data.rs +++ b/golem-component-service-base/tests/all/repo/constraint_data.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service-base/tests/all/repo/mod.rs b/golem-component-service-base/tests/all/repo/mod.rs index 597132b40c..a4b37a05f2 100644 --- a/golem-component-service-base/tests/all/repo/mod.rs +++ b/golem-component-service-base/tests/all/repo/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service-base/tests/all/repo/postgres.rs b/golem-component-service-base/tests/all/repo/postgres.rs index 0030625e04..dd4caabf5a 100644 --- a/golem-component-service-base/tests/all/repo/postgres.rs +++ b/golem-component-service-base/tests/all/repo/postgres.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service-base/tests/all/repo/sqlite.rs b/golem-component-service-base/tests/all/repo/sqlite.rs index 5bcedf660a..2e3d756549 100644 --- a/golem-component-service-base/tests/all/repo/sqlite.rs +++ b/golem-component-service-base/tests/all/repo/sqlite.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service-base/tests/all/service/mod.rs b/golem-component-service-base/tests/all/service/mod.rs index 440f69ae0c..ac4047cc04 100644 --- a/golem-component-service-base/tests/all/service/mod.rs +++ b/golem-component-service-base/tests/all/service/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service-base/tests/tests.rs b/golem-component-service-base/tests/tests.rs index 6b32f4a8c9..3a57902ce1 100644 --- a/golem-component-service-base/tests/tests.rs +++ b/golem-component-service-base/tests/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service/src/api/component.rs b/golem-component-service/src/api/component.rs index 81c928eaa0..298a56a97d 100644 --- a/golem-component-service/src/api/component.rs +++ b/golem-component-service/src/api/component.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service/src/api/mod.rs b/golem-component-service/src/api/mod.rs index dbff28fb5d..2585e9e74c 100644 --- a/golem-component-service/src/api/mod.rs +++ b/golem-component-service/src/api/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service/src/api/plugin.rs b/golem-component-service/src/api/plugin.rs index 5b52b76cf9..16874af70b 100644 --- a/golem-component-service/src/api/plugin.rs +++ b/golem-component-service/src/api/plugin.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service/src/config.rs b/golem-component-service/src/config.rs index 06a705b0d6..044f6488aa 100644 --- a/golem-component-service/src/config.rs +++ b/golem-component-service/src/config.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service/src/grpcapi/component.rs b/golem-component-service/src/grpcapi/component.rs index 00ca6082ca..4771749310 100644 --- a/golem-component-service/src/grpcapi/component.rs +++ b/golem-component-service/src/grpcapi/component.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service/src/grpcapi/mod.rs b/golem-component-service/src/grpcapi/mod.rs index c701c874c1..937535c098 100644 --- a/golem-component-service/src/grpcapi/mod.rs +++ b/golem-component-service/src/grpcapi/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service/src/grpcapi/plugin.rs b/golem-component-service/src/grpcapi/plugin.rs index 6687421c2e..78850772cf 100644 --- a/golem-component-service/src/grpcapi/plugin.rs +++ b/golem-component-service/src/grpcapi/plugin.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service/src/lib.rs b/golem-component-service/src/lib.rs index 193908b70d..2d4627999b 100644 --- a/golem-component-service/src/lib.rs +++ b/golem-component-service/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service/src/metrics.rs b/golem-component-service/src/metrics.rs index f12ad534a8..762c930f4b 100644 --- a/golem-component-service/src/metrics.rs +++ b/golem-component-service/src/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service/src/server.rs b/golem-component-service/src/server.rs index 611d463deb..a6f7cafdce 100644 --- a/golem-component-service/src/server.rs +++ b/golem-component-service/src/server.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-component-service/src/service.rs b/golem-component-service/src/service.rs index bd6b139bf9..dbe96e3774 100644 --- a/golem-component-service/src/service.rs +++ b/golem-component-service/src/service.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/call_type.rs b/golem-rib/src/call_type.rs index 4bace2f6b3..8e6de699dd 100644 --- a/golem-rib/src/call_type.rs +++ b/golem-rib/src/call_type.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/compiler/byte_code.rs b/golem-rib/src/compiler/byte_code.rs index 8ba3f5d71d..0bb83f3500 100644 --- a/golem-rib/src/compiler/byte_code.rs +++ b/golem-rib/src/compiler/byte_code.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/compiler/compiler_output.rs b/golem-rib/src/compiler/compiler_output.rs index 4b535aa70e..c715e085f2 100644 --- a/golem-rib/src/compiler/compiler_output.rs +++ b/golem-rib/src/compiler/compiler_output.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/compiler/desugar.rs b/golem-rib/src/compiler/desugar.rs index 2e8c480f7b..30911956a7 100644 --- a/golem-rib/src/compiler/desugar.rs +++ b/golem-rib/src/compiler/desugar.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/compiler/ir.rs b/golem-rib/src/compiler/ir.rs index f8ae17106b..80e663e0de 100644 --- a/golem-rib/src/compiler/ir.rs +++ b/golem-rib/src/compiler/ir.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/compiler/mod.rs b/golem-rib/src/compiler/mod.rs index e4ee1235af..e3bcb50aae 100644 --- a/golem-rib/src/compiler/mod.rs +++ b/golem-rib/src/compiler/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/compiler/type_with_unit.rs b/golem-rib/src/compiler/type_with_unit.rs index d7566e2e85..80619966c1 100644 --- a/golem-rib/src/compiler/type_with_unit.rs +++ b/golem-rib/src/compiler/type_with_unit.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/compiler/worker_functions_in_rib.rs b/golem-rib/src/compiler/worker_functions_in_rib.rs index 8ad4d6c561..ab1a786661 100644 --- a/golem-rib/src/compiler/worker_functions_in_rib.rs +++ b/golem-rib/src/compiler/worker_functions_in_rib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/expr.rs b/golem-rib/src/expr.rs index e7eb6d73dd..e725b7d129 100644 --- a/golem-rib/src/expr.rs +++ b/golem-rib/src/expr.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/function_name.rs b/golem-rib/src/function_name.rs index 0c8dc7eb45..8702d41c86 100644 --- a/golem-rib/src/function_name.rs +++ b/golem-rib/src/function_name.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/inferred_type/mod.rs b/golem-rib/src/inferred_type/mod.rs index af70218593..7353c11016 100644 --- a/golem-rib/src/inferred_type/mod.rs +++ b/golem-rib/src/inferred_type/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/interpreter/env.rs b/golem-rib/src/interpreter/env.rs index 3d60ad426f..d61eb46603 100644 --- a/golem-rib/src/interpreter/env.rs +++ b/golem-rib/src/interpreter/env.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/interpreter/instruction_cursor.rs b/golem-rib/src/interpreter/instruction_cursor.rs index 0d870b3db6..92d008baeb 100644 --- a/golem-rib/src/interpreter/instruction_cursor.rs +++ b/golem-rib/src/interpreter/instruction_cursor.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/interpreter/interpreter_input.rs b/golem-rib/src/interpreter/interpreter_input.rs index 585f70f19e..42b3578dd8 100644 --- a/golem-rib/src/interpreter/interpreter_input.rs +++ b/golem-rib/src/interpreter/interpreter_input.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/interpreter/interpreter_result.rs b/golem-rib/src/interpreter/interpreter_result.rs index 848f72254c..fc0cf2bae9 100644 --- a/golem-rib/src/interpreter/interpreter_result.rs +++ b/golem-rib/src/interpreter/interpreter_result.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/interpreter/interpreter_stack_value.rs b/golem-rib/src/interpreter/interpreter_stack_value.rs index b5a268b872..7fd3d0975d 100644 --- a/golem-rib/src/interpreter/interpreter_stack_value.rs +++ b/golem-rib/src/interpreter/interpreter_stack_value.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/interpreter/literal.rs b/golem-rib/src/interpreter/literal.rs index 6d2eeed481..8cb7a7fabf 100644 --- a/golem-rib/src/interpreter/literal.rs +++ b/golem-rib/src/interpreter/literal.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/interpreter/mod.rs b/golem-rib/src/interpreter/mod.rs index 6535c677e9..98f6dea980 100644 --- a/golem-rib/src/interpreter/mod.rs +++ b/golem-rib/src/interpreter/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/interpreter/rib_interpreter.rs b/golem-rib/src/interpreter/rib_interpreter.rs index 8847ed8b30..1341af1a46 100644 --- a/golem-rib/src/interpreter/rib_interpreter.rs +++ b/golem-rib/src/interpreter/rib_interpreter.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/interpreter/stack.rs b/golem-rib/src/interpreter/stack.rs index 7aa6da87d2..bfb64c41e6 100644 --- a/golem-rib/src/interpreter/stack.rs +++ b/golem-rib/src/interpreter/stack.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/interpreter/tests/mod.rs b/golem-rib/src/interpreter/tests/mod.rs index 6eb1ed1fa3..b86f658461 100644 --- a/golem-rib/src/interpreter/tests/mod.rs +++ b/golem-rib/src/interpreter/tests/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/lib.rs b/golem-rib/src/lib.rs index 5263c83b0c..f2afffbde2 100644 --- a/golem-rib/src/lib.rs +++ b/golem-rib/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/parser/binary_op.rs b/golem-rib/src/parser/binary_op.rs index 8bb930b24e..9c937338c4 100644 --- a/golem-rib/src/parser/binary_op.rs +++ b/golem-rib/src/parser/binary_op.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/parser/block_without_return.rs b/golem-rib/src/parser/block_without_return.rs index 4c245119ce..360df617e8 100644 --- a/golem-rib/src/parser/block_without_return.rs +++ b/golem-rib/src/parser/block_without_return.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/parser/boolean.rs b/golem-rib/src/parser/boolean.rs index fb18e11643..7e372fa582 100644 --- a/golem-rib/src/parser/boolean.rs +++ b/golem-rib/src/parser/boolean.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/parser/call.rs b/golem-rib/src/parser/call.rs index 1d344fdf2b..3ca2f2a1b7 100644 --- a/golem-rib/src/parser/call.rs +++ b/golem-rib/src/parser/call.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/parser/cond.rs b/golem-rib/src/parser/cond.rs index fe04bab84b..33055e061c 100644 --- a/golem-rib/src/parser/cond.rs +++ b/golem-rib/src/parser/cond.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/parser/flag.rs b/golem-rib/src/parser/flag.rs index dc439fcb6f..eac08cdaae 100644 --- a/golem-rib/src/parser/flag.rs +++ b/golem-rib/src/parser/flag.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/parser/identifier.rs b/golem-rib/src/parser/identifier.rs index 6f050acf56..2e2b345692 100644 --- a/golem-rib/src/parser/identifier.rs +++ b/golem-rib/src/parser/identifier.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/parser/let_binding.rs b/golem-rib/src/parser/let_binding.rs index 0161a8d557..d464e89a1c 100644 --- a/golem-rib/src/parser/let_binding.rs +++ b/golem-rib/src/parser/let_binding.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/parser/list_aggregation.rs b/golem-rib/src/parser/list_aggregation.rs index bfa542519f..e89810af68 100644 --- a/golem-rib/src/parser/list_aggregation.rs +++ b/golem-rib/src/parser/list_aggregation.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/parser/list_comprehension.rs b/golem-rib/src/parser/list_comprehension.rs index 328e8f27ae..9536ac6420 100644 --- a/golem-rib/src/parser/list_comprehension.rs +++ b/golem-rib/src/parser/list_comprehension.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/parser/literal.rs b/golem-rib/src/parser/literal.rs index 46eb987d6d..354895d98f 100644 --- a/golem-rib/src/parser/literal.rs +++ b/golem-rib/src/parser/literal.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/parser/mod.rs b/golem-rib/src/parser/mod.rs index eee6e85739..58ec875f30 100644 --- a/golem-rib/src/parser/mod.rs +++ b/golem-rib/src/parser/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/parser/multi_line_code_block.rs b/golem-rib/src/parser/multi_line_code_block.rs index c2829c6e1d..3bd6da8402 100644 --- a/golem-rib/src/parser/multi_line_code_block.rs +++ b/golem-rib/src/parser/multi_line_code_block.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/parser/not.rs b/golem-rib/src/parser/not.rs index 5bf4e44333..6a6686868d 100644 --- a/golem-rib/src/parser/not.rs +++ b/golem-rib/src/parser/not.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/parser/number.rs b/golem-rib/src/parser/number.rs index 3be1b10133..c90903cc48 100644 --- a/golem-rib/src/parser/number.rs +++ b/golem-rib/src/parser/number.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/parser/optional.rs b/golem-rib/src/parser/optional.rs index 4f6a3e85ba..7fb31c1094 100644 --- a/golem-rib/src/parser/optional.rs +++ b/golem-rib/src/parser/optional.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/parser/pattern_match.rs b/golem-rib/src/parser/pattern_match.rs index fac5fa6e84..88dd56d2b4 100644 --- a/golem-rib/src/parser/pattern_match.rs +++ b/golem-rib/src/parser/pattern_match.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/parser/record.rs b/golem-rib/src/parser/record.rs index ecf4bfc477..ac5ae5ca2f 100644 --- a/golem-rib/src/parser/record.rs +++ b/golem-rib/src/parser/record.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/parser/result.rs b/golem-rib/src/parser/result.rs index 8450b9fe90..60f0f51c2b 100644 --- a/golem-rib/src/parser/result.rs +++ b/golem-rib/src/parser/result.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/parser/rib_expr.rs b/golem-rib/src/parser/rib_expr.rs index b33482c71a..7bda5c47bb 100644 --- a/golem-rib/src/parser/rib_expr.rs +++ b/golem-rib/src/parser/rib_expr.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/parser/select_field.rs b/golem-rib/src/parser/select_field.rs index d0500387e7..ba08b72cb1 100644 --- a/golem-rib/src/parser/select_field.rs +++ b/golem-rib/src/parser/select_field.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/parser/select_index.rs b/golem-rib/src/parser/select_index.rs index cb950af204..414c08bedb 100644 --- a/golem-rib/src/parser/select_index.rs +++ b/golem-rib/src/parser/select_index.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/parser/sequence.rs b/golem-rib/src/parser/sequence.rs index 936d044b31..0ee6e92478 100644 --- a/golem-rib/src/parser/sequence.rs +++ b/golem-rib/src/parser/sequence.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/parser/tuple.rs b/golem-rib/src/parser/tuple.rs index a2bc28497a..beb8587dd3 100644 --- a/golem-rib/src/parser/tuple.rs +++ b/golem-rib/src/parser/tuple.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/parser/type_name.rs b/golem-rib/src/parser/type_name.rs index ff2245b3e2..431f164982 100644 --- a/golem-rib/src/parser/type_name.rs +++ b/golem-rib/src/parser/type_name.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/text/mod.rs b/golem-rib/src/text/mod.rs index a2e64ffa6d..a32e9eefe2 100644 --- a/golem-rib/src/text/mod.rs +++ b/golem-rib/src/text/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/text/writer.rs b/golem-rib/src/text/writer.rs index 1fac8c1ce7..1ee06aa577 100644 --- a/golem-rib/src/text/writer.rs +++ b/golem-rib/src/text/writer.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/type_inference/call_arguments_inference.rs b/golem-rib/src/type_inference/call_arguments_inference.rs index 7bc0731e1a..147d88c54b 100644 --- a/golem-rib/src/type_inference/call_arguments_inference.rs +++ b/golem-rib/src/type_inference/call_arguments_inference.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/type_inference/enum_resolution.rs b/golem-rib/src/type_inference/enum_resolution.rs index 58937995e7..6c825f1eee 100644 --- a/golem-rib/src/type_inference/enum_resolution.rs +++ b/golem-rib/src/type_inference/enum_resolution.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/type_inference/global_input_inference.rs b/golem-rib/src/type_inference/global_input_inference.rs index dc28371e26..ae708a15af 100644 --- a/golem-rib/src/type_inference/global_input_inference.rs +++ b/golem-rib/src/type_inference/global_input_inference.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/type_inference/identifier_inference.rs b/golem-rib/src/type_inference/identifier_inference.rs index 5148751a98..148165ec46 100644 --- a/golem-rib/src/type_inference/identifier_inference.rs +++ b/golem-rib/src/type_inference/identifier_inference.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/type_inference/inference_fix_point.rs b/golem-rib/src/type_inference/inference_fix_point.rs index 7221951c9b..0704a177e5 100644 --- a/golem-rib/src/type_inference/inference_fix_point.rs +++ b/golem-rib/src/type_inference/inference_fix_point.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/type_inference/inferred_expr.rs b/golem-rib/src/type_inference/inferred_expr.rs index 8ed232a6c6..38acecd6f4 100644 --- a/golem-rib/src/type_inference/inferred_expr.rs +++ b/golem-rib/src/type_inference/inferred_expr.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/type_inference/mod.rs b/golem-rib/src/type_inference/mod.rs index 975f1c50f9..67e9068b28 100644 --- a/golem-rib/src/type_inference/mod.rs +++ b/golem-rib/src/type_inference/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/type_inference/rib_input_type.rs b/golem-rib/src/type_inference/rib_input_type.rs index a1128baee9..a2ed29e08c 100644 --- a/golem-rib/src/type_inference/rib_input_type.rs +++ b/golem-rib/src/type_inference/rib_input_type.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/type_inference/type_binding.rs b/golem-rib/src/type_inference/type_binding.rs index 2a224d7b9c..ce8853a65e 100644 --- a/golem-rib/src/type_inference/type_binding.rs +++ b/golem-rib/src/type_inference/type_binding.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/type_inference/type_pull_up.rs b/golem-rib/src/type_inference/type_pull_up.rs index c7a744ef81..a31ca74d2a 100644 --- a/golem-rib/src/type_inference/type_pull_up.rs +++ b/golem-rib/src/type_inference/type_pull_up.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/type_inference/type_push_down.rs b/golem-rib/src/type_inference/type_push_down.rs index b7bba34dab..c052b6c730 100644 --- a/golem-rib/src/type_inference/type_push_down.rs +++ b/golem-rib/src/type_inference/type_push_down.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/type_inference/type_reset.rs b/golem-rib/src/type_inference/type_reset.rs index d1e56dec6e..b168c798bf 100644 --- a/golem-rib/src/type_inference/type_reset.rs +++ b/golem-rib/src/type_inference/type_reset.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/type_inference/type_unification.rs b/golem-rib/src/type_inference/type_unification.rs index 1ecda8d91c..61ccfe5747 100644 --- a/golem-rib/src/type_inference/type_unification.rs +++ b/golem-rib/src/type_inference/type_unification.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/type_inference/variable_binding_let_assignment.rs b/golem-rib/src/type_inference/variable_binding_let_assignment.rs index 8f0e8d3ed4..36e7173998 100644 --- a/golem-rib/src/type_inference/variable_binding_let_assignment.rs +++ b/golem-rib/src/type_inference/variable_binding_let_assignment.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/type_inference/variable_binding_list_comprehension.rs b/golem-rib/src/type_inference/variable_binding_list_comprehension.rs index 1fa9de8c9f..f954dc481e 100644 --- a/golem-rib/src/type_inference/variable_binding_list_comprehension.rs +++ b/golem-rib/src/type_inference/variable_binding_list_comprehension.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/type_inference/variable_binding_list_reduce.rs b/golem-rib/src/type_inference/variable_binding_list_reduce.rs index 45144ed98e..e08f22caaa 100644 --- a/golem-rib/src/type_inference/variable_binding_list_reduce.rs +++ b/golem-rib/src/type_inference/variable_binding_list_reduce.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/type_inference/variable_binding_pattern_match.rs b/golem-rib/src/type_inference/variable_binding_pattern_match.rs index 5d6ec3b9ba..c05b0233e4 100644 --- a/golem-rib/src/type_inference/variable_binding_pattern_match.rs +++ b/golem-rib/src/type_inference/variable_binding_pattern_match.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/type_inference/variant_resolution.rs b/golem-rib/src/type_inference/variant_resolution.rs index 3ba97eaf8d..2b69629f8f 100644 --- a/golem-rib/src/type_inference/variant_resolution.rs +++ b/golem-rib/src/type_inference/variant_resolution.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/type_refinement/mod.rs b/golem-rib/src/type_refinement/mod.rs index 6cd2c15b12..fd03542186 100644 --- a/golem-rib/src/type_refinement/mod.rs +++ b/golem-rib/src/type_refinement/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/type_refinement/precise_types.rs b/golem-rib/src/type_refinement/precise_types.rs index 207f111ecd..47c3fa0270 100644 --- a/golem-rib/src/type_refinement/precise_types.rs +++ b/golem-rib/src/type_refinement/precise_types.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/type_refinement/refined_type.rs b/golem-rib/src/type_refinement/refined_type.rs index 37cbe879a4..ee8e9efd47 100644 --- a/golem-rib/src/type_refinement/refined_type.rs +++ b/golem-rib/src/type_refinement/refined_type.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/type_refinement/type_extraction.rs b/golem-rib/src/type_refinement/type_extraction.rs index 2bc561338d..d90d66091c 100644 --- a/golem-rib/src/type_refinement/type_extraction.rs +++ b/golem-rib/src/type_refinement/type_extraction.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/type_registry.rs b/golem-rib/src/type_registry.rs index 0f176632e9..a1852d6562 100644 --- a/golem-rib/src/type_registry.rs +++ b/golem-rib/src/type_registry.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-rib/src/variable_id.rs b/golem-rib/src/variable_id.rs index 5ebc3953c6..cc90dfa0dd 100644 --- a/golem-rib/src/variable_id.rs +++ b/golem-rib/src/variable_id.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-service-base/src/config.rs b/golem-service-base/src/config.rs index a5a4fda03d..58775ed53f 100644 --- a/golem-service-base/src/config.rs +++ b/golem-service-base/src/config.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-service-base/src/db/mod.rs b/golem-service-base/src/db/mod.rs index 83fd27937d..19e1cc20f3 100644 --- a/golem-service-base/src/db/mod.rs +++ b/golem-service-base/src/db/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-service-base/src/lib.rs b/golem-service-base/src/lib.rs index 75c851ddaf..1c02a8dfa6 100644 --- a/golem-service-base/src/lib.rs +++ b/golem-service-base/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-service-base/src/metrics.rs b/golem-service-base/src/metrics.rs index 87d60db919..dbfb903076 100644 --- a/golem-service-base/src/metrics.rs +++ b/golem-service-base/src/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-service-base/src/migration.rs b/golem-service-base/src/migration.rs index a38fb73f15..ba267ea66c 100644 --- a/golem-service-base/src/migration.rs +++ b/golem-service-base/src/migration.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-service-base/src/model.rs b/golem-service-base/src/model.rs index 2351a822e8..b8c81f7f39 100644 --- a/golem-service-base/src/model.rs +++ b/golem-service-base/src/model.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-service-base/src/observability.rs b/golem-service-base/src/observability.rs index 3699293846..3f560f2633 100644 --- a/golem-service-base/src/observability.rs +++ b/golem-service-base/src/observability.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-service-base/src/poem.rs b/golem-service-base/src/poem.rs index 7b43b635c9..109a54b8ea 100644 --- a/golem-service-base/src/poem.rs +++ b/golem-service-base/src/poem.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-service-base/src/repo/mod.rs b/golem-service-base/src/repo/mod.rs index 8d49b58fdc..824f89f567 100644 --- a/golem-service-base/src/repo/mod.rs +++ b/golem-service-base/src/repo/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-service-base/src/repo/plugin_installation.rs b/golem-service-base/src/repo/plugin_installation.rs index c563af13d1..8696776381 100644 --- a/golem-service-base/src/repo/plugin_installation.rs +++ b/golem-service-base/src/repo/plugin_installation.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-service-base/src/service/initial_component_files.rs b/golem-service-base/src/service/initial_component_files.rs index b9a6235bb7..e6465eb1b7 100644 --- a/golem-service-base/src/service/initial_component_files.rs +++ b/golem-service-base/src/service/initial_component_files.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-service-base/src/service/mod.rs b/golem-service-base/src/service/mod.rs index 65414630de..af1a88b61e 100644 --- a/golem-service-base/src/service/mod.rs +++ b/golem-service-base/src/service/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-service-base/src/service/routing_table.rs b/golem-service-base/src/service/routing_table.rs index 2da3f96204..bdfd82f333 100644 --- a/golem-service-base/src/service/routing_table.rs +++ b/golem-service-base/src/service/routing_table.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-service-base/src/storage/blob/fs.rs b/golem-service-base/src/storage/blob/fs.rs index 5fa7cba8d8..00eef94b1b 100644 --- a/golem-service-base/src/storage/blob/fs.rs +++ b/golem-service-base/src/storage/blob/fs.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-service-base/src/storage/blob/memory.rs b/golem-service-base/src/storage/blob/memory.rs index 9a56fd6efb..c2f7f5d94b 100644 --- a/golem-service-base/src/storage/blob/memory.rs +++ b/golem-service-base/src/storage/blob/memory.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-service-base/src/storage/blob/mod.rs b/golem-service-base/src/storage/blob/mod.rs index 05704f9f04..3c805aafc5 100644 --- a/golem-service-base/src/storage/blob/mod.rs +++ b/golem-service-base/src/storage/blob/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-service-base/src/storage/blob/s3.rs b/golem-service-base/src/storage/blob/s3.rs index ea46fe61cd..231302d29d 100644 --- a/golem-service-base/src/storage/blob/s3.rs +++ b/golem-service-base/src/storage/blob/s3.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-service-base/src/storage/blob/sqlite.rs b/golem-service-base/src/storage/blob/sqlite.rs index cb0e8b08f6..71c3cf61f7 100644 --- a/golem-service-base/src/storage/blob/sqlite.rs +++ b/golem-service-base/src/storage/blob/sqlite.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-service-base/src/storage/sqlite.rs b/golem-service-base/src/storage/sqlite.rs index 6e17d1a228..310fa8bce8 100644 --- a/golem-service-base/src/storage/sqlite.rs +++ b/golem-service-base/src/storage/sqlite.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-service-base/src/stream.rs b/golem-service-base/src/stream.rs index dc58854ab3..c5b8de8f99 100644 --- a/golem-service-base/src/stream.rs +++ b/golem-service-base/src/stream.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-service-base/tests/blob_storage.rs b/golem-service-base/tests/blob_storage.rs index 9879a3fde7..dcbf28472e 100644 --- a/golem-service-base/tests/blob_storage.rs +++ b/golem-service-base/tests/blob_storage.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-service-base/tests/lib.rs b/golem-service-base/tests/lib.rs index 55fb1b5a1c..eebcae4c4d 100644 --- a/golem-service-base/tests/lib.rs +++ b/golem-service-base/tests/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-shard-manager/src/error.rs b/golem-shard-manager/src/error.rs index b5cc8e5891..fb48b7ce42 100644 --- a/golem-shard-manager/src/error.rs +++ b/golem-shard-manager/src/error.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-shard-manager/src/lib.rs b/golem-shard-manager/src/lib.rs index 7f2693e640..47522dffcf 100644 --- a/golem-shard-manager/src/lib.rs +++ b/golem-shard-manager/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-shard-manager/src/model.rs b/golem-shard-manager/src/model.rs index c957e26b14..a8241d0fc2 100644 --- a/golem-shard-manager/src/model.rs +++ b/golem-shard-manager/src/model.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-shard-manager/src/persistence.rs b/golem-shard-manager/src/persistence.rs index 08507a4f29..d30d9e26d0 100644 --- a/golem-shard-manager/src/persistence.rs +++ b/golem-shard-manager/src/persistence.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-shard-manager/src/server.rs b/golem-shard-manager/src/server.rs index 2728cc1d2a..0df23c7ccd 100644 --- a/golem-shard-manager/src/server.rs +++ b/golem-shard-manager/src/server.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-shard-manager/src/shard_management.rs b/golem-shard-manager/src/shard_management.rs index c80531f3b8..b4413edc47 100644 --- a/golem-shard-manager/src/shard_management.rs +++ b/golem-shard-manager/src/shard_management.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-shard-manager/src/shard_manager_config.rs b/golem-shard-manager/src/shard_manager_config.rs index 2260cd6c0a..8425036088 100644 --- a/golem-shard-manager/src/shard_manager_config.rs +++ b/golem-shard-manager/src/shard_manager_config.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-shard-manager/src/worker_executor.rs b/golem-shard-manager/src/worker_executor.rs index 1f2baaa3c2..274efee909 100644 --- a/golem-shard-manager/src/worker_executor.rs +++ b/golem-shard-manager/src/worker_executor.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/component_compilation_service/docker.rs b/golem-test-framework/src/components/component_compilation_service/docker.rs index f4e2e708c7..0273a1800b 100644 --- a/golem-test-framework/src/components/component_compilation_service/docker.rs +++ b/golem-test-framework/src/components/component_compilation_service/docker.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/component_compilation_service/k8s.rs b/golem-test-framework/src/components/component_compilation_service/k8s.rs index 592122ded6..d3c7b46a5a 100644 --- a/golem-test-framework/src/components/component_compilation_service/k8s.rs +++ b/golem-test-framework/src/components/component_compilation_service/k8s.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/component_compilation_service/mod.rs b/golem-test-framework/src/components/component_compilation_service/mod.rs index b3312cc520..eb101b470c 100644 --- a/golem-test-framework/src/components/component_compilation_service/mod.rs +++ b/golem-test-framework/src/components/component_compilation_service/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/component_compilation_service/provided.rs b/golem-test-framework/src/components/component_compilation_service/provided.rs index 0c32fbaf39..bded1509e1 100644 --- a/golem-test-framework/src/components/component_compilation_service/provided.rs +++ b/golem-test-framework/src/components/component_compilation_service/provided.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/component_compilation_service/spawned.rs b/golem-test-framework/src/components/component_compilation_service/spawned.rs index 3f87bf2937..eb1b7bdb2f 100644 --- a/golem-test-framework/src/components/component_compilation_service/spawned.rs +++ b/golem-test-framework/src/components/component_compilation_service/spawned.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/component_service/docker.rs b/golem-test-framework/src/components/component_service/docker.rs index b850412be2..14cabc209f 100644 --- a/golem-test-framework/src/components/component_service/docker.rs +++ b/golem-test-framework/src/components/component_service/docker.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/component_service/filesystem.rs b/golem-test-framework/src/components/component_service/filesystem.rs index 81ba049970..0a141733a6 100644 --- a/golem-test-framework/src/components/component_service/filesystem.rs +++ b/golem-test-framework/src/components/component_service/filesystem.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/component_service/k8s.rs b/golem-test-framework/src/components/component_service/k8s.rs index 5b5a9f254b..4fc99b931a 100644 --- a/golem-test-framework/src/components/component_service/k8s.rs +++ b/golem-test-framework/src/components/component_service/k8s.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/component_service/mod.rs b/golem-test-framework/src/components/component_service/mod.rs index ee22438f34..9e47eb0e8c 100644 --- a/golem-test-framework/src/components/component_service/mod.rs +++ b/golem-test-framework/src/components/component_service/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/component_service/provided.rs b/golem-test-framework/src/components/component_service/provided.rs index 94a94a5400..b41f5c3e4d 100644 --- a/golem-test-framework/src/components/component_service/provided.rs +++ b/golem-test-framework/src/components/component_service/provided.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/component_service/spawned.rs b/golem-test-framework/src/components/component_service/spawned.rs index 31f8bced4d..5286e49049 100644 --- a/golem-test-framework/src/components/component_service/spawned.rs +++ b/golem-test-framework/src/components/component_service/spawned.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/k8s.rs b/golem-test-framework/src/components/k8s.rs index be94846cef..0889fe12c7 100644 --- a/golem-test-framework/src/components/k8s.rs +++ b/golem-test-framework/src/components/k8s.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/mod.rs b/golem-test-framework/src/components/mod.rs index 1dbe871760..ae8e93a2c0 100644 --- a/golem-test-framework/src/components/mod.rs +++ b/golem-test-framework/src/components/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/rdb/docker_postgres.rs b/golem-test-framework/src/components/rdb/docker_postgres.rs index 91d3fc8044..b8d8b5a851 100644 --- a/golem-test-framework/src/components/rdb/docker_postgres.rs +++ b/golem-test-framework/src/components/rdb/docker_postgres.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/rdb/k8s_postgres.rs b/golem-test-framework/src/components/rdb/k8s_postgres.rs index e08a471a48..631960ebd5 100644 --- a/golem-test-framework/src/components/rdb/k8s_postgres.rs +++ b/golem-test-framework/src/components/rdb/k8s_postgres.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/rdb/mod.rs b/golem-test-framework/src/components/rdb/mod.rs index aa31fbbc3a..e8c711d4b6 100644 --- a/golem-test-framework/src/components/rdb/mod.rs +++ b/golem-test-framework/src/components/rdb/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/rdb/provided_postgres.rs b/golem-test-framework/src/components/rdb/provided_postgres.rs index 2d42826314..e7d462772e 100644 --- a/golem-test-framework/src/components/rdb/provided_postgres.rs +++ b/golem-test-framework/src/components/rdb/provided_postgres.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/rdb/sqlite.rs b/golem-test-framework/src/components/rdb/sqlite.rs index e10a0efddf..2cd48cef76 100644 --- a/golem-test-framework/src/components/rdb/sqlite.rs +++ b/golem-test-framework/src/components/rdb/sqlite.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/redis/docker.rs b/golem-test-framework/src/components/redis/docker.rs index 70d1907571..baafb2cca6 100644 --- a/golem-test-framework/src/components/redis/docker.rs +++ b/golem-test-framework/src/components/redis/docker.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/redis/k8s.rs b/golem-test-framework/src/components/redis/k8s.rs index 047eb588d5..047ae257df 100644 --- a/golem-test-framework/src/components/redis/k8s.rs +++ b/golem-test-framework/src/components/redis/k8s.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/redis/mod.rs b/golem-test-framework/src/components/redis/mod.rs index 12248cad57..1bda2f1db2 100644 --- a/golem-test-framework/src/components/redis/mod.rs +++ b/golem-test-framework/src/components/redis/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/redis/provided.rs b/golem-test-framework/src/components/redis/provided.rs index 0ebcaa480a..404fb36302 100644 --- a/golem-test-framework/src/components/redis/provided.rs +++ b/golem-test-framework/src/components/redis/provided.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/redis/spawned.rs b/golem-test-framework/src/components/redis/spawned.rs index d9757f58df..6e38090775 100644 --- a/golem-test-framework/src/components/redis/spawned.rs +++ b/golem-test-framework/src/components/redis/spawned.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/redis_monitor/mod.rs b/golem-test-framework/src/components/redis_monitor/mod.rs index 6e64953792..4ed05a8788 100644 --- a/golem-test-framework/src/components/redis_monitor/mod.rs +++ b/golem-test-framework/src/components/redis_monitor/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/redis_monitor/spawned.rs b/golem-test-framework/src/components/redis_monitor/spawned.rs index b2e4150795..3696dc14d4 100644 --- a/golem-test-framework/src/components/redis_monitor/spawned.rs +++ b/golem-test-framework/src/components/redis_monitor/spawned.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/service/mod.rs b/golem-test-framework/src/components/service/mod.rs index b547666fb8..1a5a6ed6a7 100644 --- a/golem-test-framework/src/components/service/mod.rs +++ b/golem-test-framework/src/components/service/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/service/spawned.rs b/golem-test-framework/src/components/service/spawned.rs index 7c5cf5ecf3..b6500a3ec5 100644 --- a/golem-test-framework/src/components/service/spawned.rs +++ b/golem-test-framework/src/components/service/spawned.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/shard_manager/docker.rs b/golem-test-framework/src/components/shard_manager/docker.rs index 64dbc9b1c6..9610b711f3 100644 --- a/golem-test-framework/src/components/shard_manager/docker.rs +++ b/golem-test-framework/src/components/shard_manager/docker.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/shard_manager/k8s.rs b/golem-test-framework/src/components/shard_manager/k8s.rs index ad0481e682..134b60dfad 100644 --- a/golem-test-framework/src/components/shard_manager/k8s.rs +++ b/golem-test-framework/src/components/shard_manager/k8s.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/shard_manager/mod.rs b/golem-test-framework/src/components/shard_manager/mod.rs index ac42b0bbe9..70c6c5114b 100644 --- a/golem-test-framework/src/components/shard_manager/mod.rs +++ b/golem-test-framework/src/components/shard_manager/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/shard_manager/provided.rs b/golem-test-framework/src/components/shard_manager/provided.rs index 7a5ac90cd1..2cd115079e 100644 --- a/golem-test-framework/src/components/shard_manager/provided.rs +++ b/golem-test-framework/src/components/shard_manager/provided.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/shard_manager/spawned.rs b/golem-test-framework/src/components/shard_manager/spawned.rs index 514019feed..3c24436b5b 100644 --- a/golem-test-framework/src/components/shard_manager/spawned.rs +++ b/golem-test-framework/src/components/shard_manager/spawned.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/worker_executor/docker.rs b/golem-test-framework/src/components/worker_executor/docker.rs index 6078cce498..b1114ac6f6 100644 --- a/golem-test-framework/src/components/worker_executor/docker.rs +++ b/golem-test-framework/src/components/worker_executor/docker.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/worker_executor/k8s.rs b/golem-test-framework/src/components/worker_executor/k8s.rs index f5725219c4..c68f3050f7 100644 --- a/golem-test-framework/src/components/worker_executor/k8s.rs +++ b/golem-test-framework/src/components/worker_executor/k8s.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/worker_executor/mod.rs b/golem-test-framework/src/components/worker_executor/mod.rs index 8c2d1656d0..86ce9d9dd9 100644 --- a/golem-test-framework/src/components/worker_executor/mod.rs +++ b/golem-test-framework/src/components/worker_executor/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/worker_executor/provided.rs b/golem-test-framework/src/components/worker_executor/provided.rs index af38680860..998af03f39 100644 --- a/golem-test-framework/src/components/worker_executor/provided.rs +++ b/golem-test-framework/src/components/worker_executor/provided.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/worker_executor/spawned.rs b/golem-test-framework/src/components/worker_executor/spawned.rs index 5f02a10d20..63d7b9d5ba 100644 --- a/golem-test-framework/src/components/worker_executor/spawned.rs +++ b/golem-test-framework/src/components/worker_executor/spawned.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/worker_executor_cluster/docker.rs b/golem-test-framework/src/components/worker_executor_cluster/docker.rs index 3a565c9db3..241a153b26 100644 --- a/golem-test-framework/src/components/worker_executor_cluster/docker.rs +++ b/golem-test-framework/src/components/worker_executor_cluster/docker.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/worker_executor_cluster/k8s.rs b/golem-test-framework/src/components/worker_executor_cluster/k8s.rs index f828697e63..029882de30 100644 --- a/golem-test-framework/src/components/worker_executor_cluster/k8s.rs +++ b/golem-test-framework/src/components/worker_executor_cluster/k8s.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/worker_executor_cluster/mod.rs b/golem-test-framework/src/components/worker_executor_cluster/mod.rs index 11bbfbbfd8..8b314eba06 100644 --- a/golem-test-framework/src/components/worker_executor_cluster/mod.rs +++ b/golem-test-framework/src/components/worker_executor_cluster/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/worker_executor_cluster/provided.rs b/golem-test-framework/src/components/worker_executor_cluster/provided.rs index 7869880e31..f0475b5fd2 100644 --- a/golem-test-framework/src/components/worker_executor_cluster/provided.rs +++ b/golem-test-framework/src/components/worker_executor_cluster/provided.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/worker_executor_cluster/spawned.rs b/golem-test-framework/src/components/worker_executor_cluster/spawned.rs index bf06c90739..d449ecbabf 100644 --- a/golem-test-framework/src/components/worker_executor_cluster/spawned.rs +++ b/golem-test-framework/src/components/worker_executor_cluster/spawned.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/worker_service/docker.rs b/golem-test-framework/src/components/worker_service/docker.rs index cb739d73f7..af39168838 100644 --- a/golem-test-framework/src/components/worker_service/docker.rs +++ b/golem-test-framework/src/components/worker_service/docker.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/worker_service/forwarding.rs b/golem-test-framework/src/components/worker_service/forwarding.rs index 3ca1213463..67ca4932e0 100644 --- a/golem-test-framework/src/components/worker_service/forwarding.rs +++ b/golem-test-framework/src/components/worker_service/forwarding.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/worker_service/k8s.rs b/golem-test-framework/src/components/worker_service/k8s.rs index 1ee72243dc..5163a3f8c2 100644 --- a/golem-test-framework/src/components/worker_service/k8s.rs +++ b/golem-test-framework/src/components/worker_service/k8s.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/worker_service/mod.rs b/golem-test-framework/src/components/worker_service/mod.rs index 3d35cbfeb0..cf204e95af 100644 --- a/golem-test-framework/src/components/worker_service/mod.rs +++ b/golem-test-framework/src/components/worker_service/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/worker_service/provided.rs b/golem-test-framework/src/components/worker_service/provided.rs index a9134bd71b..83786496f8 100644 --- a/golem-test-framework/src/components/worker_service/provided.rs +++ b/golem-test-framework/src/components/worker_service/provided.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/components/worker_service/spawned.rs b/golem-test-framework/src/components/worker_service/spawned.rs index 99cf6b183c..7c429f24ad 100644 --- a/golem-test-framework/src/components/worker_service/spawned.rs +++ b/golem-test-framework/src/components/worker_service/spawned.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/config/cli.rs b/golem-test-framework/src/config/cli.rs index a6c31f067a..c2b0c413b1 100644 --- a/golem-test-framework/src/config/cli.rs +++ b/golem-test-framework/src/config/cli.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/config/env.rs b/golem-test-framework/src/config/env.rs index 98e7a48f5a..03248767cb 100644 --- a/golem-test-framework/src/config/env.rs +++ b/golem-test-framework/src/config/env.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/config/mod.rs b/golem-test-framework/src/config/mod.rs index 93085b43a0..e17ede40c4 100644 --- a/golem-test-framework/src/config/mod.rs +++ b/golem-test-framework/src/config/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/dsl/benchmark.rs b/golem-test-framework/src/dsl/benchmark.rs index 6c03c503f8..9717265b22 100644 --- a/golem-test-framework/src/dsl/benchmark.rs +++ b/golem-test-framework/src/dsl/benchmark.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/dsl/mod.rs b/golem-test-framework/src/dsl/mod.rs index 05154e861b..2e3018cb8b 100644 --- a/golem-test-framework/src/dsl/mod.rs +++ b/golem-test-framework/src/dsl/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-test-framework/src/lib.rs b/golem-test-framework/src/lib.rs index f4d9ab46b1..9a9f9b70ee 100644 --- a/golem-test-framework/src/lib.rs +++ b/golem-test-framework/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/blobstore/container.rs b/golem-worker-executor-base/src/durable_host/blobstore/container.rs index 1df95458af..cd5ccb56cb 100644 --- a/golem-worker-executor-base/src/durable_host/blobstore/container.rs +++ b/golem-worker-executor-base/src/durable_host/blobstore/container.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/blobstore/mod.rs b/golem-worker-executor-base/src/durable_host/blobstore/mod.rs index 44b287cea8..8120e92425 100644 --- a/golem-worker-executor-base/src/durable_host/blobstore/mod.rs +++ b/golem-worker-executor-base/src/durable_host/blobstore/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/blobstore/types.rs b/golem-worker-executor-base/src/durable_host/blobstore/types.rs index 0de9771dde..91142e8892 100644 --- a/golem-worker-executor-base/src/durable_host/blobstore/types.rs +++ b/golem-worker-executor-base/src/durable_host/blobstore/types.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/cli/environment.rs b/golem-worker-executor-base/src/durable_host/cli/environment.rs index 0a5b30ba9e..6d23699d61 100644 --- a/golem-worker-executor-base/src/durable_host/cli/environment.rs +++ b/golem-worker-executor-base/src/durable_host/cli/environment.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/cli/exit.rs b/golem-worker-executor-base/src/durable_host/cli/exit.rs index 788a78c012..5e31c453b7 100644 --- a/golem-worker-executor-base/src/durable_host/cli/exit.rs +++ b/golem-worker-executor-base/src/durable_host/cli/exit.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/cli/mod.rs b/golem-worker-executor-base/src/durable_host/cli/mod.rs index 0b0362fc29..d8fd2c156b 100644 --- a/golem-worker-executor-base/src/durable_host/cli/mod.rs +++ b/golem-worker-executor-base/src/durable_host/cli/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/cli/stderr.rs b/golem-worker-executor-base/src/durable_host/cli/stderr.rs index cafd5011e6..a2e3f22026 100644 --- a/golem-worker-executor-base/src/durable_host/cli/stderr.rs +++ b/golem-worker-executor-base/src/durable_host/cli/stderr.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/cli/stdin.rs b/golem-worker-executor-base/src/durable_host/cli/stdin.rs index 7404e9a8d0..d11192509d 100644 --- a/golem-worker-executor-base/src/durable_host/cli/stdin.rs +++ b/golem-worker-executor-base/src/durable_host/cli/stdin.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/cli/stdout.rs b/golem-worker-executor-base/src/durable_host/cli/stdout.rs index 92f0c5f1ab..666cb7272c 100644 --- a/golem-worker-executor-base/src/durable_host/cli/stdout.rs +++ b/golem-worker-executor-base/src/durable_host/cli/stdout.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/cli/terminal_input.rs b/golem-worker-executor-base/src/durable_host/cli/terminal_input.rs index cec0bd6ce2..2b823ddd55 100644 --- a/golem-worker-executor-base/src/durable_host/cli/terminal_input.rs +++ b/golem-worker-executor-base/src/durable_host/cli/terminal_input.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/cli/terminal_output.rs b/golem-worker-executor-base/src/durable_host/cli/terminal_output.rs index 4d275cd0ff..10fa916073 100644 --- a/golem-worker-executor-base/src/durable_host/cli/terminal_output.rs +++ b/golem-worker-executor-base/src/durable_host/cli/terminal_output.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/cli/terminal_stderr.rs b/golem-worker-executor-base/src/durable_host/cli/terminal_stderr.rs index eec947e125..f46e4289ef 100644 --- a/golem-worker-executor-base/src/durable_host/cli/terminal_stderr.rs +++ b/golem-worker-executor-base/src/durable_host/cli/terminal_stderr.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/cli/terminal_stdin.rs b/golem-worker-executor-base/src/durable_host/cli/terminal_stdin.rs index 680b2bce1f..1fe68b4a1e 100644 --- a/golem-worker-executor-base/src/durable_host/cli/terminal_stdin.rs +++ b/golem-worker-executor-base/src/durable_host/cli/terminal_stdin.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/cli/terminal_stdout.rs b/golem-worker-executor-base/src/durable_host/cli/terminal_stdout.rs index 4c3e895e76..e5c82def97 100644 --- a/golem-worker-executor-base/src/durable_host/cli/terminal_stdout.rs +++ b/golem-worker-executor-base/src/durable_host/cli/terminal_stdout.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/clocks/mod.rs b/golem-worker-executor-base/src/durable_host/clocks/mod.rs index 47a8797bfe..64c38cb55f 100644 --- a/golem-worker-executor-base/src/durable_host/clocks/mod.rs +++ b/golem-worker-executor-base/src/durable_host/clocks/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/clocks/monotonic_clock.rs b/golem-worker-executor-base/src/durable_host/clocks/monotonic_clock.rs index 788d2d6a4c..f537922773 100644 --- a/golem-worker-executor-base/src/durable_host/clocks/monotonic_clock.rs +++ b/golem-worker-executor-base/src/durable_host/clocks/monotonic_clock.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/clocks/wall_clock.rs b/golem-worker-executor-base/src/durable_host/clocks/wall_clock.rs index 55621f546a..31e066f402 100644 --- a/golem-worker-executor-base/src/durable_host/clocks/wall_clock.rs +++ b/golem-worker-executor-base/src/durable_host/clocks/wall_clock.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/durability.rs b/golem-worker-executor-base/src/durable_host/durability.rs index d73246c9d8..a05885731d 100644 --- a/golem-worker-executor-base/src/durable_host/durability.rs +++ b/golem-worker-executor-base/src/durable_host/durability.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/filesystem/mod.rs b/golem-worker-executor-base/src/durable_host/filesystem/mod.rs index f56426c1a9..eb53639a02 100644 --- a/golem-worker-executor-base/src/durable_host/filesystem/mod.rs +++ b/golem-worker-executor-base/src/durable_host/filesystem/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/filesystem/preopens.rs b/golem-worker-executor-base/src/durable_host/filesystem/preopens.rs index 5831c32859..f10e1d7f53 100644 --- a/golem-worker-executor-base/src/durable_host/filesystem/preopens.rs +++ b/golem-worker-executor-base/src/durable_host/filesystem/preopens.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/filesystem/types.rs b/golem-worker-executor-base/src/durable_host/filesystem/types.rs index 748cbbdd01..0e75f8ed06 100644 --- a/golem-worker-executor-base/src/durable_host/filesystem/types.rs +++ b/golem-worker-executor-base/src/durable_host/filesystem/types.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/golem/mod.rs b/golem-worker-executor-base/src/durable_host/golem/mod.rs index 1d54dc6086..a2d9184acd 100644 --- a/golem-worker-executor-base/src/durable_host/golem/mod.rs +++ b/golem-worker-executor-base/src/durable_host/golem/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/golem/v11.rs b/golem-worker-executor-base/src/durable_host/golem/v11.rs index bf52e41066..116430c374 100644 --- a/golem-worker-executor-base/src/durable_host/golem/v11.rs +++ b/golem-worker-executor-base/src/durable_host/golem/v11.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/http/mod.rs b/golem-worker-executor-base/src/durable_host/http/mod.rs index 78253e7c57..b417460c81 100644 --- a/golem-worker-executor-base/src/durable_host/http/mod.rs +++ b/golem-worker-executor-base/src/durable_host/http/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/http/outgoing_http.rs b/golem-worker-executor-base/src/durable_host/http/outgoing_http.rs index 112364da62..42d6e6a6a9 100644 --- a/golem-worker-executor-base/src/durable_host/http/outgoing_http.rs +++ b/golem-worker-executor-base/src/durable_host/http/outgoing_http.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/http/serialized.rs b/golem-worker-executor-base/src/durable_host/http/serialized.rs index 13118d16d9..768937adf6 100644 --- a/golem-worker-executor-base/src/durable_host/http/serialized.rs +++ b/golem-worker-executor-base/src/durable_host/http/serialized.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/http/types.rs b/golem-worker-executor-base/src/durable_host/http/types.rs index d056428fe2..a7bab8e6af 100644 --- a/golem-worker-executor-base/src/durable_host/http/types.rs +++ b/golem-worker-executor-base/src/durable_host/http/types.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/io/error.rs b/golem-worker-executor-base/src/durable_host/io/error.rs index 56c4553dbf..b56d0b8415 100644 --- a/golem-worker-executor-base/src/durable_host/io/error.rs +++ b/golem-worker-executor-base/src/durable_host/io/error.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/io/mod.rs b/golem-worker-executor-base/src/durable_host/io/mod.rs index ff289e2e88..33cc633277 100644 --- a/golem-worker-executor-base/src/durable_host/io/mod.rs +++ b/golem-worker-executor-base/src/durable_host/io/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/io/poll.rs b/golem-worker-executor-base/src/durable_host/io/poll.rs index 4d8835742e..9faa8f5905 100644 --- a/golem-worker-executor-base/src/durable_host/io/poll.rs +++ b/golem-worker-executor-base/src/durable_host/io/poll.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/io/streams.rs b/golem-worker-executor-base/src/durable_host/io/streams.rs index df718c5270..00ff066595 100644 --- a/golem-worker-executor-base/src/durable_host/io/streams.rs +++ b/golem-worker-executor-base/src/durable_host/io/streams.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/keyvalue/atomic.rs b/golem-worker-executor-base/src/durable_host/keyvalue/atomic.rs index 52534ed3b4..2e4b7c56f6 100644 --- a/golem-worker-executor-base/src/durable_host/keyvalue/atomic.rs +++ b/golem-worker-executor-base/src/durable_host/keyvalue/atomic.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/keyvalue/caching.rs b/golem-worker-executor-base/src/durable_host/keyvalue/caching.rs index 9955fcaf77..5abbc7fcc8 100644 --- a/golem-worker-executor-base/src/durable_host/keyvalue/caching.rs +++ b/golem-worker-executor-base/src/durable_host/keyvalue/caching.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/keyvalue/error.rs b/golem-worker-executor-base/src/durable_host/keyvalue/error.rs index c351c7b9c9..205387d04a 100644 --- a/golem-worker-executor-base/src/durable_host/keyvalue/error.rs +++ b/golem-worker-executor-base/src/durable_host/keyvalue/error.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/keyvalue/eventual.rs b/golem-worker-executor-base/src/durable_host/keyvalue/eventual.rs index cff962c9d4..072499a6e7 100644 --- a/golem-worker-executor-base/src/durable_host/keyvalue/eventual.rs +++ b/golem-worker-executor-base/src/durable_host/keyvalue/eventual.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/keyvalue/eventual_batch.rs b/golem-worker-executor-base/src/durable_host/keyvalue/eventual_batch.rs index 5a9ba976de..b2b3b12b4d 100644 --- a/golem-worker-executor-base/src/durable_host/keyvalue/eventual_batch.rs +++ b/golem-worker-executor-base/src/durable_host/keyvalue/eventual_batch.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/keyvalue/mod.rs b/golem-worker-executor-base/src/durable_host/keyvalue/mod.rs index 33762d0754..9190f9a71b 100644 --- a/golem-worker-executor-base/src/durable_host/keyvalue/mod.rs +++ b/golem-worker-executor-base/src/durable_host/keyvalue/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/keyvalue/types.rs b/golem-worker-executor-base/src/durable_host/keyvalue/types.rs index 40be0e63b5..88d2508503 100644 --- a/golem-worker-executor-base/src/durable_host/keyvalue/types.rs +++ b/golem-worker-executor-base/src/durable_host/keyvalue/types.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/logging/logging.rs b/golem-worker-executor-base/src/durable_host/logging/logging.rs index fa7b90c620..bcec436ce6 100644 --- a/golem-worker-executor-base/src/durable_host/logging/logging.rs +++ b/golem-worker-executor-base/src/durable_host/logging/logging.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/logging/mod.rs b/golem-worker-executor-base/src/durable_host/logging/mod.rs index 7b133e13f8..67a734e7b4 100644 --- a/golem-worker-executor-base/src/durable_host/logging/mod.rs +++ b/golem-worker-executor-base/src/durable_host/logging/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/mod.rs b/golem-worker-executor-base/src/durable_host/mod.rs index 5bf1849616..e7abe2e813 100644 --- a/golem-worker-executor-base/src/durable_host/mod.rs +++ b/golem-worker-executor-base/src/durable_host/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/random/insecure.rs b/golem-worker-executor-base/src/durable_host/random/insecure.rs index d21aa85014..7fec05a6e0 100644 --- a/golem-worker-executor-base/src/durable_host/random/insecure.rs +++ b/golem-worker-executor-base/src/durable_host/random/insecure.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/random/insecure_seed.rs b/golem-worker-executor-base/src/durable_host/random/insecure_seed.rs index d9019aaa55..9fa4caf179 100644 --- a/golem-worker-executor-base/src/durable_host/random/insecure_seed.rs +++ b/golem-worker-executor-base/src/durable_host/random/insecure_seed.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/random/mod.rs b/golem-worker-executor-base/src/durable_host/random/mod.rs index db9db8edae..930e631376 100644 --- a/golem-worker-executor-base/src/durable_host/random/mod.rs +++ b/golem-worker-executor-base/src/durable_host/random/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/random/random.rs b/golem-worker-executor-base/src/durable_host/random/random.rs index e2f94e8240..2beaef5318 100644 --- a/golem-worker-executor-base/src/durable_host/random/random.rs +++ b/golem-worker-executor-base/src/durable_host/random/random.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/replay_state.rs b/golem-worker-executor-base/src/durable_host/replay_state.rs index 62af511cf9..2c1bbc0fed 100644 --- a/golem-worker-executor-base/src/durable_host/replay_state.rs +++ b/golem-worker-executor-base/src/durable_host/replay_state.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/serialized.rs b/golem-worker-executor-base/src/durable_host/serialized.rs index 7c1e35507e..2c765ab5a5 100644 --- a/golem-worker-executor-base/src/durable_host/serialized.rs +++ b/golem-worker-executor-base/src/durable_host/serialized.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/sockets/instance_network.rs b/golem-worker-executor-base/src/durable_host/sockets/instance_network.rs index 44c703ece4..139f56cc44 100644 --- a/golem-worker-executor-base/src/durable_host/sockets/instance_network.rs +++ b/golem-worker-executor-base/src/durable_host/sockets/instance_network.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/sockets/ip_name_lookup.rs b/golem-worker-executor-base/src/durable_host/sockets/ip_name_lookup.rs index 77f1a5ac43..fb1a4ae81d 100644 --- a/golem-worker-executor-base/src/durable_host/sockets/ip_name_lookup.rs +++ b/golem-worker-executor-base/src/durable_host/sockets/ip_name_lookup.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/sockets/mod.rs b/golem-worker-executor-base/src/durable_host/sockets/mod.rs index bc329779aa..edce000505 100644 --- a/golem-worker-executor-base/src/durable_host/sockets/mod.rs +++ b/golem-worker-executor-base/src/durable_host/sockets/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/sockets/network.rs b/golem-worker-executor-base/src/durable_host/sockets/network.rs index 26ecdf4541..50ccc28d65 100644 --- a/golem-worker-executor-base/src/durable_host/sockets/network.rs +++ b/golem-worker-executor-base/src/durable_host/sockets/network.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/sockets/tcp.rs b/golem-worker-executor-base/src/durable_host/sockets/tcp.rs index bd39072fc5..7e856530d8 100644 --- a/golem-worker-executor-base/src/durable_host/sockets/tcp.rs +++ b/golem-worker-executor-base/src/durable_host/sockets/tcp.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/sockets/tcp_create_socket.rs b/golem-worker-executor-base/src/durable_host/sockets/tcp_create_socket.rs index 0ae0e99b89..cbf844f05b 100644 --- a/golem-worker-executor-base/src/durable_host/sockets/tcp_create_socket.rs +++ b/golem-worker-executor-base/src/durable_host/sockets/tcp_create_socket.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/sockets/udp.rs b/golem-worker-executor-base/src/durable_host/sockets/udp.rs index b84eb63def..89ca53679b 100644 --- a/golem-worker-executor-base/src/durable_host/sockets/udp.rs +++ b/golem-worker-executor-base/src/durable_host/sockets/udp.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/sockets/udp_create_socket.rs b/golem-worker-executor-base/src/durable_host/sockets/udp_create_socket.rs index 5cf99d4baf..da3992f484 100644 --- a/golem-worker-executor-base/src/durable_host/sockets/udp_create_socket.rs +++ b/golem-worker-executor-base/src/durable_host/sockets/udp_create_socket.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/wasm_rpc/mod.rs b/golem-worker-executor-base/src/durable_host/wasm_rpc/mod.rs index 967f71e9af..8c7e24c78b 100644 --- a/golem-worker-executor-base/src/durable_host/wasm_rpc/mod.rs +++ b/golem-worker-executor-base/src/durable_host/wasm_rpc/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/durable_host/wasm_rpc/serialized.rs b/golem-worker-executor-base/src/durable_host/wasm_rpc/serialized.rs index 13dcdba492..d3026e50ad 100644 --- a/golem-worker-executor-base/src/durable_host/wasm_rpc/serialized.rs +++ b/golem-worker-executor-base/src/durable_host/wasm_rpc/serialized.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/error.rs b/golem-worker-executor-base/src/error.rs index f067489bc3..4c726326c2 100644 --- a/golem-worker-executor-base/src/error.rs +++ b/golem-worker-executor-base/src/error.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/grpc.rs b/golem-worker-executor-base/src/grpc.rs index 2fe1cc89cb..68355a1674 100644 --- a/golem-worker-executor-base/src/grpc.rs +++ b/golem-worker-executor-base/src/grpc.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/invocation.rs b/golem-worker-executor-base/src/invocation.rs index 74ee0fc13e..5f50de7f79 100644 --- a/golem-worker-executor-base/src/invocation.rs +++ b/golem-worker-executor-base/src/invocation.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/lib.rs b/golem-worker-executor-base/src/lib.rs index 630cbf9c79..c81bcca2a1 100644 --- a/golem-worker-executor-base/src/lib.rs +++ b/golem-worker-executor-base/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/metrics.rs b/golem-worker-executor-base/src/metrics.rs index e3f1fd1438..5ada477fa2 100644 --- a/golem-worker-executor-base/src/metrics.rs +++ b/golem-worker-executor-base/src/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/model/mod.rs b/golem-worker-executor-base/src/model/mod.rs index 824bbd2311..4cbc450f9c 100644 --- a/golem-worker-executor-base/src/model/mod.rs +++ b/golem-worker-executor-base/src/model/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/model/public_oplog/mod.rs b/golem-worker-executor-base/src/model/public_oplog/mod.rs index f097f13752..a8a096362b 100644 --- a/golem-worker-executor-base/src/model/public_oplog/mod.rs +++ b/golem-worker-executor-base/src/model/public_oplog/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/model/public_oplog/wit.rs b/golem-worker-executor-base/src/model/public_oplog/wit.rs index 079f09fec4..119afd6643 100644 --- a/golem-worker-executor-base/src/model/public_oplog/wit.rs +++ b/golem-worker-executor-base/src/model/public_oplog/wit.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/preview2/mod.rs b/golem-worker-executor-base/src/preview2/mod.rs index 3bd115d1f3..5789447233 100644 --- a/golem-worker-executor-base/src/preview2/mod.rs +++ b/golem-worker-executor-base/src/preview2/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/active_workers.rs b/golem-worker-executor-base/src/services/active_workers.rs index 2d63b1f12f..7b6adef4e2 100644 --- a/golem-worker-executor-base/src/services/active_workers.rs +++ b/golem-worker-executor-base/src/services/active_workers.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/blob_store.rs b/golem-worker-executor-base/src/services/blob_store.rs index 094e689c5b..e9b67f2386 100644 --- a/golem-worker-executor-base/src/services/blob_store.rs +++ b/golem-worker-executor-base/src/services/blob_store.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/compiled_component.rs b/golem-worker-executor-base/src/services/compiled_component.rs index 2e12e9800a..129e30e9c8 100644 --- a/golem-worker-executor-base/src/services/compiled_component.rs +++ b/golem-worker-executor-base/src/services/compiled_component.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/component.rs b/golem-worker-executor-base/src/services/component.rs index 0b9ae63775..403a84cd39 100644 --- a/golem-worker-executor-base/src/services/component.rs +++ b/golem-worker-executor-base/src/services/component.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/events.rs b/golem-worker-executor-base/src/services/events.rs index 77c4744166..44b3d70693 100644 --- a/golem-worker-executor-base/src/services/events.rs +++ b/golem-worker-executor-base/src/services/events.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/file_loader.rs b/golem-worker-executor-base/src/services/file_loader.rs index a768ded0f0..e91ddd334a 100644 --- a/golem-worker-executor-base/src/services/file_loader.rs +++ b/golem-worker-executor-base/src/services/file_loader.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/golem_config.rs b/golem-worker-executor-base/src/services/golem_config.rs index 66787adab4..39c665682b 100644 --- a/golem-worker-executor-base/src/services/golem_config.rs +++ b/golem-worker-executor-base/src/services/golem_config.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/key_value.rs b/golem-worker-executor-base/src/services/key_value.rs index 22d647dc2b..6426e2d60f 100644 --- a/golem-worker-executor-base/src/services/key_value.rs +++ b/golem-worker-executor-base/src/services/key_value.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/mod.rs b/golem-worker-executor-base/src/services/mod.rs index c483711bb4..93a140354b 100644 --- a/golem-worker-executor-base/src/services/mod.rs +++ b/golem-worker-executor-base/src/services/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/oplog/blob.rs b/golem-worker-executor-base/src/services/oplog/blob.rs index 3e913f2442..7de06a42f8 100644 --- a/golem-worker-executor-base/src/services/oplog/blob.rs +++ b/golem-worker-executor-base/src/services/oplog/blob.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/oplog/compressed.rs b/golem-worker-executor-base/src/services/oplog/compressed.rs index 3237b41d94..b76a589eb7 100644 --- a/golem-worker-executor-base/src/services/oplog/compressed.rs +++ b/golem-worker-executor-base/src/services/oplog/compressed.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/oplog/ephemeral.rs b/golem-worker-executor-base/src/services/oplog/ephemeral.rs index 64b016ec11..a2204abce7 100644 --- a/golem-worker-executor-base/src/services/oplog/ephemeral.rs +++ b/golem-worker-executor-base/src/services/oplog/ephemeral.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/oplog/mod.rs b/golem-worker-executor-base/src/services/oplog/mod.rs index 3d418cab3c..8989fb30b9 100644 --- a/golem-worker-executor-base/src/services/oplog/mod.rs +++ b/golem-worker-executor-base/src/services/oplog/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/oplog/multilayer.rs b/golem-worker-executor-base/src/services/oplog/multilayer.rs index 9f9f5762ce..ab53a65765 100644 --- a/golem-worker-executor-base/src/services/oplog/multilayer.rs +++ b/golem-worker-executor-base/src/services/oplog/multilayer.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/oplog/plugin.rs b/golem-worker-executor-base/src/services/oplog/plugin.rs index c5949dcbcf..e01b9cc5da 100644 --- a/golem-worker-executor-base/src/services/oplog/plugin.rs +++ b/golem-worker-executor-base/src/services/oplog/plugin.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/oplog/primary.rs b/golem-worker-executor-base/src/services/oplog/primary.rs index d1c4d11f0a..937161b420 100644 --- a/golem-worker-executor-base/src/services/oplog/primary.rs +++ b/golem-worker-executor-base/src/services/oplog/primary.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/oplog/tests.rs b/golem-worker-executor-base/src/services/oplog/tests.rs index 150c2c7993..48b4985ff1 100644 --- a/golem-worker-executor-base/src/services/oplog/tests.rs +++ b/golem-worker-executor-base/src/services/oplog/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/plugins.rs b/golem-worker-executor-base/src/services/plugins.rs index d5ffd4431e..985f10794e 100644 --- a/golem-worker-executor-base/src/services/plugins.rs +++ b/golem-worker-executor-base/src/services/plugins.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/promise.rs b/golem-worker-executor-base/src/services/promise.rs index cf7302b111..c2bff9f154 100644 --- a/golem-worker-executor-base/src/services/promise.rs +++ b/golem-worker-executor-base/src/services/promise.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/rpc.rs b/golem-worker-executor-base/src/services/rpc.rs index ffd333f5f2..5c659027ba 100644 --- a/golem-worker-executor-base/src/services/rpc.rs +++ b/golem-worker-executor-base/src/services/rpc.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/scheduler.rs b/golem-worker-executor-base/src/services/scheduler.rs index 3590d3c158..ecd2e1f9f7 100644 --- a/golem-worker-executor-base/src/services/scheduler.rs +++ b/golem-worker-executor-base/src/services/scheduler.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/shard.rs b/golem-worker-executor-base/src/services/shard.rs index dc6885b898..04b3ff28b9 100644 --- a/golem-worker-executor-base/src/services/shard.rs +++ b/golem-worker-executor-base/src/services/shard.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/shard_manager.rs b/golem-worker-executor-base/src/services/shard_manager.rs index ce06256a28..a4336c2f27 100644 --- a/golem-worker-executor-base/src/services/shard_manager.rs +++ b/golem-worker-executor-base/src/services/shard_manager.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/worker.rs b/golem-worker-executor-base/src/services/worker.rs index 506a43c367..66171aa0d8 100644 --- a/golem-worker-executor-base/src/services/worker.rs +++ b/golem-worker-executor-base/src/services/worker.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/worker_activator.rs b/golem-worker-executor-base/src/services/worker_activator.rs index d0da8ac9a5..88b204d2a7 100644 --- a/golem-worker-executor-base/src/services/worker_activator.rs +++ b/golem-worker-executor-base/src/services/worker_activator.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/worker_event.rs b/golem-worker-executor-base/src/services/worker_event.rs index e035a7b265..88031ec6d2 100644 --- a/golem-worker-executor-base/src/services/worker_event.rs +++ b/golem-worker-executor-base/src/services/worker_event.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/services/worker_proxy.rs b/golem-worker-executor-base/src/services/worker_proxy.rs index 8ffb190431..152fd58bcb 100644 --- a/golem-worker-executor-base/src/services/worker_proxy.rs +++ b/golem-worker-executor-base/src/services/worker_proxy.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/storage/indexed/memory.rs b/golem-worker-executor-base/src/storage/indexed/memory.rs index 98fe3627ed..2f971e3145 100644 --- a/golem-worker-executor-base/src/storage/indexed/memory.rs +++ b/golem-worker-executor-base/src/storage/indexed/memory.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/storage/indexed/mod.rs b/golem-worker-executor-base/src/storage/indexed/mod.rs index 4457cbad6c..fbdace0883 100644 --- a/golem-worker-executor-base/src/storage/indexed/mod.rs +++ b/golem-worker-executor-base/src/storage/indexed/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/storage/indexed/redis.rs b/golem-worker-executor-base/src/storage/indexed/redis.rs index 8e0b8e61ea..296c1f9643 100644 --- a/golem-worker-executor-base/src/storage/indexed/redis.rs +++ b/golem-worker-executor-base/src/storage/indexed/redis.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/storage/indexed/sqlite.rs b/golem-worker-executor-base/src/storage/indexed/sqlite.rs index e3c8a04fb6..7c1eef9828 100644 --- a/golem-worker-executor-base/src/storage/indexed/sqlite.rs +++ b/golem-worker-executor-base/src/storage/indexed/sqlite.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/storage/keyvalue/memory.rs b/golem-worker-executor-base/src/storage/keyvalue/memory.rs index b39751c7ba..c88758d3e8 100644 --- a/golem-worker-executor-base/src/storage/keyvalue/memory.rs +++ b/golem-worker-executor-base/src/storage/keyvalue/memory.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/storage/keyvalue/mod.rs b/golem-worker-executor-base/src/storage/keyvalue/mod.rs index 9e443fe8ea..5c0c07d611 100644 --- a/golem-worker-executor-base/src/storage/keyvalue/mod.rs +++ b/golem-worker-executor-base/src/storage/keyvalue/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/storage/keyvalue/redis.rs b/golem-worker-executor-base/src/storage/keyvalue/redis.rs index d4e6679c2b..6df505291f 100644 --- a/golem-worker-executor-base/src/storage/keyvalue/redis.rs +++ b/golem-worker-executor-base/src/storage/keyvalue/redis.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/storage/keyvalue/sqlite.rs b/golem-worker-executor-base/src/storage/keyvalue/sqlite.rs index f30b75b072..9ebe2512bb 100644 --- a/golem-worker-executor-base/src/storage/keyvalue/sqlite.rs +++ b/golem-worker-executor-base/src/storage/keyvalue/sqlite.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/storage/mod.rs b/golem-worker-executor-base/src/storage/mod.rs index c4667243e4..57b4ef483d 100644 --- a/golem-worker-executor-base/src/storage/mod.rs +++ b/golem-worker-executor-base/src/storage/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/wasi_host/helpers/clocks.rs b/golem-worker-executor-base/src/wasi_host/helpers/clocks.rs index c4fa4c4643..d38f45bb3c 100644 --- a/golem-worker-executor-base/src/wasi_host/helpers/clocks.rs +++ b/golem-worker-executor-base/src/wasi_host/helpers/clocks.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/wasi_host/helpers/mod.rs b/golem-worker-executor-base/src/wasi_host/helpers/mod.rs index c7e69af025..c2977f86d5 100644 --- a/golem-worker-executor-base/src/wasi_host/helpers/mod.rs +++ b/golem-worker-executor-base/src/wasi_host/helpers/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/wasi_host/logging/logging.rs b/golem-worker-executor-base/src/wasi_host/logging/logging.rs index d98e4c2dea..6a9da065a7 100644 --- a/golem-worker-executor-base/src/wasi_host/logging/logging.rs +++ b/golem-worker-executor-base/src/wasi_host/logging/logging.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/wasi_host/logging/mod.rs b/golem-worker-executor-base/src/wasi_host/logging/mod.rs index 7b133e13f8..67a734e7b4 100644 --- a/golem-worker-executor-base/src/wasi_host/logging/mod.rs +++ b/golem-worker-executor-base/src/wasi_host/logging/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/wasi_host/mod.rs b/golem-worker-executor-base/src/wasi_host/mod.rs index 236ba939d9..67ee69c1df 100644 --- a/golem-worker-executor-base/src/wasi_host/mod.rs +++ b/golem-worker-executor-base/src/wasi_host/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/worker.rs b/golem-worker-executor-base/src/worker.rs index a7de8b183b..49ab6507db 100644 --- a/golem-worker-executor-base/src/worker.rs +++ b/golem-worker-executor-base/src/worker.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/src/workerctx.rs b/golem-worker-executor-base/src/workerctx.rs index a46ac4cf1f..1ef4ebf1b8 100644 --- a/golem-worker-executor-base/src/workerctx.rs +++ b/golem-worker-executor-base/src/workerctx.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/tests/api.rs b/golem-worker-executor-base/tests/api.rs index e81ab3df9b..f10eccd0cd 100644 --- a/golem-worker-executor-base/tests/api.rs +++ b/golem-worker-executor-base/tests/api.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/tests/blobstore.rs b/golem-worker-executor-base/tests/blobstore.rs index 800eaaf582..6339c27ae6 100644 --- a/golem-worker-executor-base/tests/blobstore.rs +++ b/golem-worker-executor-base/tests/blobstore.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/tests/compatibility/mod.rs b/golem-worker-executor-base/tests/compatibility/mod.rs index 30c1b63217..637838356e 100644 --- a/golem-worker-executor-base/tests/compatibility/mod.rs +++ b/golem-worker-executor-base/tests/compatibility/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/tests/compatibility/v1.rs b/golem-worker-executor-base/tests/compatibility/v1.rs index 177fa699e0..3afce8e820 100644 --- a/golem-worker-executor-base/tests/compatibility/v1.rs +++ b/golem-worker-executor-base/tests/compatibility/v1.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/tests/compatibility/v1_1.rs b/golem-worker-executor-base/tests/compatibility/v1_1.rs index 7f7bc91d10..a0bebba96c 100644 --- a/golem-worker-executor-base/tests/compatibility/v1_1.rs +++ b/golem-worker-executor-base/tests/compatibility/v1_1.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/tests/compatibility/worker_recovery.rs b/golem-worker-executor-base/tests/compatibility/worker_recovery.rs index 48a11d4ee1..362c4ebb83 100644 --- a/golem-worker-executor-base/tests/compatibility/worker_recovery.rs +++ b/golem-worker-executor-base/tests/compatibility/worker_recovery.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/tests/guest_languages1.rs b/golem-worker-executor-base/tests/guest_languages1.rs index 938a97b44f..9e14ab2315 100644 --- a/golem-worker-executor-base/tests/guest_languages1.rs +++ b/golem-worker-executor-base/tests/guest_languages1.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/tests/guest_languages2.rs b/golem-worker-executor-base/tests/guest_languages2.rs index 3e03738959..5a46b37a90 100644 --- a/golem-worker-executor-base/tests/guest_languages2.rs +++ b/golem-worker-executor-base/tests/guest_languages2.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/tests/guest_languages3.rs b/golem-worker-executor-base/tests/guest_languages3.rs index 3a463bb7ea..3551fe90f7 100644 --- a/golem-worker-executor-base/tests/guest_languages3.rs +++ b/golem-worker-executor-base/tests/guest_languages3.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/tests/hot_update.rs b/golem-worker-executor-base/tests/hot_update.rs index cb70ed74cb..57394711b6 100644 --- a/golem-worker-executor-base/tests/hot_update.rs +++ b/golem-worker-executor-base/tests/hot_update.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/tests/indexed_storage.rs b/golem-worker-executor-base/tests/indexed_storage.rs index 994618322c..1b5b2efcde 100644 --- a/golem-worker-executor-base/tests/indexed_storage.rs +++ b/golem-worker-executor-base/tests/indexed_storage.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/tests/key_value_storage.rs b/golem-worker-executor-base/tests/key_value_storage.rs index f1e99baa7e..eb8ea9d1e4 100644 --- a/golem-worker-executor-base/tests/key_value_storage.rs +++ b/golem-worker-executor-base/tests/key_value_storage.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/tests/keyvalue.rs b/golem-worker-executor-base/tests/keyvalue.rs index 34a2cdf708..963f991290 100644 --- a/golem-worker-executor-base/tests/keyvalue.rs +++ b/golem-worker-executor-base/tests/keyvalue.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/tests/lib.rs b/golem-worker-executor-base/tests/lib.rs index bad3b0556d..a717f9b13f 100644 --- a/golem-worker-executor-base/tests/lib.rs +++ b/golem-worker-executor-base/tests/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/tests/observability.rs b/golem-worker-executor-base/tests/observability.rs index f955c7be2b..24dfcb3a22 100644 --- a/golem-worker-executor-base/tests/observability.rs +++ b/golem-worker-executor-base/tests/observability.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/tests/rust_rpc.rs b/golem-worker-executor-base/tests/rust_rpc.rs index 20a1abd984..2723f2a432 100644 --- a/golem-worker-executor-base/tests/rust_rpc.rs +++ b/golem-worker-executor-base/tests/rust_rpc.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/tests/rust_rpc_stubless.rs b/golem-worker-executor-base/tests/rust_rpc_stubless.rs index 156b2364cc..985b7fd4c4 100644 --- a/golem-worker-executor-base/tests/rust_rpc_stubless.rs +++ b/golem-worker-executor-base/tests/rust_rpc_stubless.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/tests/scalability.rs b/golem-worker-executor-base/tests/scalability.rs index fb72dfe765..c3de68846f 100644 --- a/golem-worker-executor-base/tests/scalability.rs +++ b/golem-worker-executor-base/tests/scalability.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/tests/transactions.rs b/golem-worker-executor-base/tests/transactions.rs index d01fe0ed4d..8cd0716d3d 100644 --- a/golem-worker-executor-base/tests/transactions.rs +++ b/golem-worker-executor-base/tests/transactions.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/tests/ts_rpc1.rs b/golem-worker-executor-base/tests/ts_rpc1.rs index 36efca8a11..9f02d22f1f 100644 --- a/golem-worker-executor-base/tests/ts_rpc1.rs +++ b/golem-worker-executor-base/tests/ts_rpc1.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/tests/ts_rpc1_stubless.rs b/golem-worker-executor-base/tests/ts_rpc1_stubless.rs index 9c20fac738..7532c86d46 100644 --- a/golem-worker-executor-base/tests/ts_rpc1_stubless.rs +++ b/golem-worker-executor-base/tests/ts_rpc1_stubless.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/tests/ts_rpc2.rs b/golem-worker-executor-base/tests/ts_rpc2.rs index 867a61664c..f82080af7d 100644 --- a/golem-worker-executor-base/tests/ts_rpc2.rs +++ b/golem-worker-executor-base/tests/ts_rpc2.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/tests/ts_rpc2_stubless.rs b/golem-worker-executor-base/tests/ts_rpc2_stubless.rs index 18f27e2afd..2c31af0529 100644 --- a/golem-worker-executor-base/tests/ts_rpc2_stubless.rs +++ b/golem-worker-executor-base/tests/ts_rpc2_stubless.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor-base/tests/wasi.rs b/golem-worker-executor-base/tests/wasi.rs index 84f788da57..1606363427 100644 --- a/golem-worker-executor-base/tests/wasi.rs +++ b/golem-worker-executor-base/tests/wasi.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor/src/context.rs b/golem-worker-executor/src/context.rs index 93e6a2b975..aa3e30e31f 100644 --- a/golem-worker-executor/src/context.rs +++ b/golem-worker-executor/src/context.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor/src/lib.rs b/golem-worker-executor/src/lib.rs index 2ca77341d6..57dba3806a 100644 --- a/golem-worker-executor/src/lib.rs +++ b/golem-worker-executor/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor/src/server.rs b/golem-worker-executor/src/server.rs index adfb53225a..a4c7196432 100644 --- a/golem-worker-executor/src/server.rs +++ b/golem-worker-executor/src/server.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor/src/services/config.rs b/golem-worker-executor/src/services/config.rs index a019deeb9f..7dbb2174bd 100644 --- a/golem-worker-executor/src/services/config.rs +++ b/golem-worker-executor/src/services/config.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-executor/src/services/mod.rs b/golem-worker-executor/src/services/mod.rs index 68a02c22d2..78f5db2e39 100644 --- a/golem-worker-executor/src/services/mod.rs +++ b/golem-worker-executor/src/services/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/api/common.rs b/golem-worker-service-base/src/api/common.rs index 2380e9bfec..f1f00baf23 100644 --- a/golem-worker-service-base/src/api/common.rs +++ b/golem-worker-service-base/src/api/common.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/api/custom_http_request_api.rs b/golem-worker-service-base/src/api/custom_http_request_api.rs index 71290bcb70..365f05130f 100644 --- a/golem-worker-service-base/src/api/custom_http_request_api.rs +++ b/golem-worker-service-base/src/api/custom_http_request_api.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/api/error.rs b/golem-worker-service-base/src/api/error.rs index d7b1afff9a..62f021f76e 100644 --- a/golem-worker-service-base/src/api/error.rs +++ b/golem-worker-service-base/src/api/error.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/api/healthcheck.rs b/golem-worker-service-base/src/api/healthcheck.rs index 98ce68730b..61902afa4c 100644 --- a/golem-worker-service-base/src/api/healthcheck.rs +++ b/golem-worker-service-base/src/api/healthcheck.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/api/mod.rs b/golem-worker-service-base/src/api/mod.rs index 45ab8ec1af..c7a9b15bff 100644 --- a/golem-worker-service-base/src/api/mod.rs +++ b/golem-worker-service-base/src/api/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/api/register_api_definition_api.rs b/golem-worker-service-base/src/api/register_api_definition_api.rs index 4ae142d8bb..0e8038bb7b 100644 --- a/golem-worker-service-base/src/api/register_api_definition_api.rs +++ b/golem-worker-service-base/src/api/register_api_definition_api.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/app_config.rs b/golem-worker-service-base/src/app_config.rs index ff1045129b..87e8454263 100644 --- a/golem-worker-service-base/src/app_config.rs +++ b/golem-worker-service-base/src/app_config.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_api_definition/api_common.rs b/golem-worker-service-base/src/gateway_api_definition/api_common.rs index 3d07e8d2a3..ab487c93ad 100644 --- a/golem-worker-service-base/src/gateway_api_definition/api_common.rs +++ b/golem-worker-service-base/src/gateway_api_definition/api_common.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_api_definition/http/http_api_definition.rs b/golem-worker-service-base/src/gateway_api_definition/http/http_api_definition.rs index 89967dbcff..bce8fb41d1 100644 --- a/golem-worker-service-base/src/gateway_api_definition/http/http_api_definition.rs +++ b/golem-worker-service-base/src/gateway_api_definition/http/http_api_definition.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_api_definition/http/http_api_definition_request.rs b/golem-worker-service-base/src/gateway_api_definition/http/http_api_definition_request.rs index 71d9c5216a..fcee650e15 100644 --- a/golem-worker-service-base/src/gateway_api_definition/http/http_api_definition_request.rs +++ b/golem-worker-service-base/src/gateway_api_definition/http/http_api_definition_request.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_api_definition/http/http_oas_api_definition.rs b/golem-worker-service-base/src/gateway_api_definition/http/http_oas_api_definition.rs index f809f429d2..8dc3e2c8dc 100644 --- a/golem-worker-service-base/src/gateway_api_definition/http/http_oas_api_definition.rs +++ b/golem-worker-service-base/src/gateway_api_definition/http/http_oas_api_definition.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_api_definition/http/mod.rs b/golem-worker-service-base/src/gateway_api_definition/http/mod.rs index 8c9ab93fd4..7a2dd2f9b0 100644 --- a/golem-worker-service-base/src/gateway_api_definition/http/mod.rs +++ b/golem-worker-service-base/src/gateway_api_definition/http/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_api_definition/http/path_pattern_parser.rs b/golem-worker-service-base/src/gateway_api_definition/http/path_pattern_parser.rs index 3293461e94..f1f5ee1c25 100644 --- a/golem-worker-service-base/src/gateway_api_definition/http/path_pattern_parser.rs +++ b/golem-worker-service-base/src/gateway_api_definition/http/path_pattern_parser.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_api_definition/http/place_holder_parser.rs b/golem-worker-service-base/src/gateway_api_definition/http/place_holder_parser.rs index 35f1ce5b84..014d8010a4 100644 --- a/golem-worker-service-base/src/gateway_api_definition/http/place_holder_parser.rs +++ b/golem-worker-service-base/src/gateway_api_definition/http/place_holder_parser.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_api_definition/mod.rs b/golem-worker-service-base/src/gateway_api_definition/mod.rs index 0e78de022b..a1d287b0d2 100644 --- a/golem-worker-service-base/src/gateway_api_definition/mod.rs +++ b/golem-worker-service-base/src/gateway_api_definition/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_api_definition_transformer/api_definition_transformer.rs b/golem-worker-service-base/src/gateway_api_definition_transformer/api_definition_transformer.rs index 98b6ffd94c..000ee37af4 100644 --- a/golem-worker-service-base/src/gateway_api_definition_transformer/api_definition_transformer.rs +++ b/golem-worker-service-base/src/gateway_api_definition_transformer/api_definition_transformer.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_api_definition_transformer/auth_transformer.rs b/golem-worker-service-base/src/gateway_api_definition_transformer/auth_transformer.rs index 5ab7edc554..6988d6b9bf 100644 --- a/golem-worker-service-base/src/gateway_api_definition_transformer/auth_transformer.rs +++ b/golem-worker-service-base/src/gateway_api_definition_transformer/auth_transformer.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_api_definition_transformer/cors_transformer.rs b/golem-worker-service-base/src/gateway_api_definition_transformer/cors_transformer.rs index 0fa7f23e1d..d479bc619b 100644 --- a/golem-worker-service-base/src/gateway_api_definition_transformer/cors_transformer.rs +++ b/golem-worker-service-base/src/gateway_api_definition_transformer/cors_transformer.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_api_deployment/http/mod.rs b/golem-worker-service-base/src/gateway_api_deployment/http/mod.rs index b1d2ad7713..3451134818 100644 --- a/golem-worker-service-base/src/gateway_api_deployment/http/mod.rs +++ b/golem-worker-service-base/src/gateway_api_deployment/http/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_api_deployment/mod.rs b/golem-worker-service-base/src/gateway_api_deployment/mod.rs index 9f87fa3224..56c3a0d2f0 100644 --- a/golem-worker-service-base/src/gateway_api_deployment/mod.rs +++ b/golem-worker-service-base/src/gateway_api_deployment/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_binding/gateway_binding_compiled.rs b/golem-worker-service-base/src/gateway_binding/gateway_binding_compiled.rs index 10eb036179..d84518cad9 100644 --- a/golem-worker-service-base/src/gateway_binding/gateway_binding_compiled.rs +++ b/golem-worker-service-base/src/gateway_binding/gateway_binding_compiled.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_binding/mod.rs b/golem-worker-service-base/src/gateway_binding/mod.rs index 70409195e9..9fea9b52d9 100644 --- a/golem-worker-service-base/src/gateway_binding/mod.rs +++ b/golem-worker-service-base/src/gateway_binding/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_binding/static_binding.rs b/golem-worker-service-base/src/gateway_binding/static_binding.rs index ab3be1f230..ff38681de4 100644 --- a/golem-worker-service-base/src/gateway_binding/static_binding.rs +++ b/golem-worker-service-base/src/gateway_binding/static_binding.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_binding/worker_binding.rs b/golem-worker-service-base/src/gateway_binding/worker_binding.rs index 19471148da..3d5295e38a 100644 --- a/golem-worker-service-base/src/gateway_binding/worker_binding.rs +++ b/golem-worker-service-base/src/gateway_binding/worker_binding.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_binding/worker_binding_compiled.rs b/golem-worker-service-base/src/gateway_binding/worker_binding_compiled.rs index a3040b7427..842afa611e 100644 --- a/golem-worker-service-base/src/gateway_binding/worker_binding_compiled.rs +++ b/golem-worker-service-base/src/gateway_binding/worker_binding_compiled.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_execution/api_definition_lookup.rs b/golem-worker-service-base/src/gateway_execution/api_definition_lookup.rs index fe27d9a91f..eb7f39816f 100644 --- a/golem-worker-service-base/src/gateway_execution/api_definition_lookup.rs +++ b/golem-worker-service-base/src/gateway_execution/api_definition_lookup.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_execution/auth_call_back_binding_handler.rs b/golem-worker-service-base/src/gateway_execution/auth_call_back_binding_handler.rs index b8e6938d99..722a24d501 100644 --- a/golem-worker-service-base/src/gateway_execution/auth_call_back_binding_handler.rs +++ b/golem-worker-service-base/src/gateway_execution/auth_call_back_binding_handler.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_execution/file_server_binding_handler.rs b/golem-worker-service-base/src/gateway_execution/file_server_binding_handler.rs index 570851db1f..af0ecb26c9 100644 --- a/golem-worker-service-base/src/gateway_execution/file_server_binding_handler.rs +++ b/golem-worker-service-base/src/gateway_execution/file_server_binding_handler.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_execution/gateway_binding_resolver.rs b/golem-worker-service-base/src/gateway_execution/gateway_binding_resolver.rs index 097cf71a7d..e3ba9a318f 100644 --- a/golem-worker-service-base/src/gateway_execution/gateway_binding_resolver.rs +++ b/golem-worker-service-base/src/gateway_execution/gateway_binding_resolver.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_execution/gateway_http_input_executor.rs b/golem-worker-service-base/src/gateway_execution/gateway_http_input_executor.rs index 1e20a1f2da..0a8bf8c870 100644 --- a/golem-worker-service-base/src/gateway_execution/gateway_http_input_executor.rs +++ b/golem-worker-service-base/src/gateway_execution/gateway_http_input_executor.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_execution/gateway_session.rs b/golem-worker-service-base/src/gateway_execution/gateway_session.rs index 799238e89d..390b473b0a 100644 --- a/golem-worker-service-base/src/gateway_execution/gateway_session.rs +++ b/golem-worker-service-base/src/gateway_execution/gateway_session.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_execution/gateway_worker_request_executor.rs b/golem-worker-service-base/src/gateway_execution/gateway_worker_request_executor.rs index 46a78ce98c..5675828e64 100644 --- a/golem-worker-service-base/src/gateway_execution/gateway_worker_request_executor.rs +++ b/golem-worker-service-base/src/gateway_execution/gateway_worker_request_executor.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_execution/http_content_type_mapper.rs b/golem-worker-service-base/src/gateway_execution/http_content_type_mapper.rs index d5bd21d39f..963bd83ef0 100644 --- a/golem-worker-service-base/src/gateway_execution/http_content_type_mapper.rs +++ b/golem-worker-service-base/src/gateway_execution/http_content_type_mapper.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_execution/mod.rs b/golem-worker-service-base/src/gateway_execution/mod.rs index f59d2a1b42..e34ddbdd09 100644 --- a/golem-worker-service-base/src/gateway_execution/mod.rs +++ b/golem-worker-service-base/src/gateway_execution/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_execution/rib_input_value_resolver.rs b/golem-worker-service-base/src/gateway_execution/rib_input_value_resolver.rs index 5f2fcca945..32ea8a442e 100644 --- a/golem-worker-service-base/src/gateway_execution/rib_input_value_resolver.rs +++ b/golem-worker-service-base/src/gateway_execution/rib_input_value_resolver.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_execution/router/core.rs b/golem-worker-service-base/src/gateway_execution/router/core.rs index 5d18bd9eb3..b267b3050f 100644 --- a/golem-worker-service-base/src/gateway_execution/router/core.rs +++ b/golem-worker-service-base/src/gateway_execution/router/core.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_execution/router/mod.rs b/golem-worker-service-base/src/gateway_execution/router/mod.rs index f575218066..9c665160c9 100644 --- a/golem-worker-service-base/src/gateway_execution/router/mod.rs +++ b/golem-worker-service-base/src/gateway_execution/router/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_execution/router/pattern.rs b/golem-worker-service-base/src/gateway_execution/router/pattern.rs index c0e4605681..f68cf5422c 100644 --- a/golem-worker-service-base/src/gateway_execution/router/pattern.rs +++ b/golem-worker-service-base/src/gateway_execution/router/pattern.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_execution/router/tree.rs b/golem-worker-service-base/src/gateway_execution/router/tree.rs index 9482561692..705a24bc24 100644 --- a/golem-worker-service-base/src/gateway_execution/router/tree.rs +++ b/golem-worker-service-base/src/gateway_execution/router/tree.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_execution/to_response.rs b/golem-worker-service-base/src/gateway_execution/to_response.rs index c8b3c544ec..37b7cfec64 100644 --- a/golem-worker-service-base/src/gateway_execution/to_response.rs +++ b/golem-worker-service-base/src/gateway_execution/to_response.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_execution/to_response_failure.rs b/golem-worker-service-base/src/gateway_execution/to_response_failure.rs index 9a16371d5e..7e14536222 100644 --- a/golem-worker-service-base/src/gateway_execution/to_response_failure.rs +++ b/golem-worker-service-base/src/gateway_execution/to_response_failure.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_middleware/http/cors.rs b/golem-worker-service-base/src/gateway_middleware/http/cors.rs index 576d6523b8..6bef2ccecf 100644 --- a/golem-worker-service-base/src/gateway_middleware/http/cors.rs +++ b/golem-worker-service-base/src/gateway_middleware/http/cors.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_middleware/http/http_middleware.rs b/golem-worker-service-base/src/gateway_middleware/http/http_middleware.rs index 9ca99b7380..3946dbe314 100644 --- a/golem-worker-service-base/src/gateway_middleware/http/http_middleware.rs +++ b/golem-worker-service-base/src/gateway_middleware/http/http_middleware.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_middleware/http/middleware_error.rs b/golem-worker-service-base/src/gateway_middleware/http/middleware_error.rs index 86664f9ad7..ff47724a7f 100644 --- a/golem-worker-service-base/src/gateway_middleware/http/middleware_error.rs +++ b/golem-worker-service-base/src/gateway_middleware/http/middleware_error.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_middleware/http/mod.rs b/golem-worker-service-base/src/gateway_middleware/http/mod.rs index 7baa18e41c..e0debc8d25 100644 --- a/golem-worker-service-base/src/gateway_middleware/http/mod.rs +++ b/golem-worker-service-base/src/gateway_middleware/http/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_middleware/mod.rs b/golem-worker-service-base/src/gateway_middleware/mod.rs index 0950c81ec3..f37d38e4d7 100644 --- a/golem-worker-service-base/src/gateway_middleware/mod.rs +++ b/golem-worker-service-base/src/gateway_middleware/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_request/http_request.rs b/golem-worker-service-base/src/gateway_request/http_request.rs index a38ccb00b0..03643754c9 100644 --- a/golem-worker-service-base/src/gateway_request/http_request.rs +++ b/golem-worker-service-base/src/gateway_request/http_request.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_request/mod.rs b/golem-worker-service-base/src/gateway_request/mod.rs index d327767a3f..4de4fbd444 100644 --- a/golem-worker-service-base/src/gateway_request/mod.rs +++ b/golem-worker-service-base/src/gateway_request/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_request/request_details.rs b/golem-worker-service-base/src/gateway_request/request_details.rs index 10304b0361..e92db4e8c5 100644 --- a/golem-worker-service-base/src/gateway_request/request_details.rs +++ b/golem-worker-service-base/src/gateway_request/request_details.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_rib_compiler/mod.rs b/golem-worker-service-base/src/gateway_rib_compiler/mod.rs index ed11ba0d6a..c3377fd6c0 100644 --- a/golem-worker-service-base/src/gateway_rib_compiler/mod.rs +++ b/golem-worker-service-base/src/gateway_rib_compiler/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_rib_interpreter/mod.rs b/golem-worker-service-base/src/gateway_rib_interpreter/mod.rs index 5c4eb540cf..e5d208cb30 100644 --- a/golem-worker-service-base/src/gateway_rib_interpreter/mod.rs +++ b/golem-worker-service-base/src/gateway_rib_interpreter/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_security/default_provider.rs b/golem-worker-service-base/src/gateway_security/default_provider.rs index c1214a2729..5b84897d4a 100644 --- a/golem-worker-service-base/src/gateway_security/default_provider.rs +++ b/golem-worker-service-base/src/gateway_security/default_provider.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_security/identity_provider.rs b/golem-worker-service-base/src/gateway_security/identity_provider.rs index ec3a45e1a6..c2fdecb23b 100644 --- a/golem-worker-service-base/src/gateway_security/identity_provider.rs +++ b/golem-worker-service-base/src/gateway_security/identity_provider.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_security/identity_provider_metadata.rs b/golem-worker-service-base/src/gateway_security/identity_provider_metadata.rs index 12a7aefdd2..f8c757f005 100644 --- a/golem-worker-service-base/src/gateway_security/identity_provider_metadata.rs +++ b/golem-worker-service-base/src/gateway_security/identity_provider_metadata.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_security/open_id_client.rs b/golem-worker-service-base/src/gateway_security/open_id_client.rs index f381aeee1c..85378f89a4 100644 --- a/golem-worker-service-base/src/gateway_security/open_id_client.rs +++ b/golem-worker-service-base/src/gateway_security/open_id_client.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_security/security_scheme.rs b/golem-worker-service-base/src/gateway_security/security_scheme.rs index edc19b5bfa..db3bc4c463 100644 --- a/golem-worker-service-base/src/gateway_security/security_scheme.rs +++ b/golem-worker-service-base/src/gateway_security/security_scheme.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_security/security_scheme_metadata.rs b/golem-worker-service-base/src/gateway_security/security_scheme_metadata.rs index 3341507f0e..daee5800be 100644 --- a/golem-worker-service-base/src/gateway_security/security_scheme_metadata.rs +++ b/golem-worker-service-base/src/gateway_security/security_scheme_metadata.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/gateway_security/security_scheme_reference.rs b/golem-worker-service-base/src/gateway_security/security_scheme_reference.rs index e6ea466dd8..e2d3f067b7 100644 --- a/golem-worker-service-base/src/gateway_security/security_scheme_reference.rs +++ b/golem-worker-service-base/src/gateway_security/security_scheme_reference.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/getter.rs b/golem-worker-service-base/src/getter.rs index 0d3adf965b..b73302f60b 100644 --- a/golem-worker-service-base/src/getter.rs +++ b/golem-worker-service-base/src/getter.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/grpcapi/mod.rs b/golem-worker-service-base/src/grpcapi/mod.rs index a74e978139..0c2d90874e 100644 --- a/golem-worker-service-base/src/grpcapi/mod.rs +++ b/golem-worker-service-base/src/grpcapi/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/headers.rs b/golem-worker-service-base/src/headers.rs index d146ae1e2f..4f490d534a 100644 --- a/golem-worker-service-base/src/headers.rs +++ b/golem-worker-service-base/src/headers.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/lib.rs b/golem-worker-service-base/src/lib.rs index 6e9d12b574..67eb614d68 100644 --- a/golem-worker-service-base/src/lib.rs +++ b/golem-worker-service-base/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/metrics.rs b/golem-worker-service-base/src/metrics.rs index 85f2f00054..07b72d2b1b 100644 --- a/golem-worker-service-base/src/metrics.rs +++ b/golem-worker-service-base/src/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/path.rs b/golem-worker-service-base/src/path.rs index 75c31d9fb9..12202f7b4c 100644 --- a/golem-worker-service-base/src/path.rs +++ b/golem-worker-service-base/src/path.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/repo/api_definition.rs b/golem-worker-service-base/src/repo/api_definition.rs index 23285514a0..3de106ab45 100644 --- a/golem-worker-service-base/src/repo/api_definition.rs +++ b/golem-worker-service-base/src/repo/api_definition.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/repo/api_deployment.rs b/golem-worker-service-base/src/repo/api_deployment.rs index fcfb7fc49f..be5536825a 100644 --- a/golem-worker-service-base/src/repo/api_deployment.rs +++ b/golem-worker-service-base/src/repo/api_deployment.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/repo/mod.rs b/golem-worker-service-base/src/repo/mod.rs index c001e97d88..f7f9dcd4ed 100644 --- a/golem-worker-service-base/src/repo/mod.rs +++ b/golem-worker-service-base/src/repo/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/repo/security_scheme.rs b/golem-worker-service-base/src/repo/security_scheme.rs index 018cb2040f..03b0f7b831 100644 --- a/golem-worker-service-base/src/repo/security_scheme.rs +++ b/golem-worker-service-base/src/repo/security_scheme.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/service/component/default.rs b/golem-worker-service-base/src/service/component/default.rs index bd1598926f..760f359e37 100644 --- a/golem-worker-service-base/src/service/component/default.rs +++ b/golem-worker-service-base/src/service/component/default.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/service/component/error.rs b/golem-worker-service-base/src/service/component/error.rs index 8116e28eb4..3a5566247a 100644 --- a/golem-worker-service-base/src/service/component/error.rs +++ b/golem-worker-service-base/src/service/component/error.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/service/component/mod.rs b/golem-worker-service-base/src/service/component/mod.rs index dd01089d6e..a6cf9408a0 100644 --- a/golem-worker-service-base/src/service/component/mod.rs +++ b/golem-worker-service-base/src/service/component/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/service/gateway/api_definition.rs b/golem-worker-service-base/src/service/gateway/api_definition.rs index df571a9de3..9dab6a4ec3 100644 --- a/golem-worker-service-base/src/service/gateway/api_definition.rs +++ b/golem-worker-service-base/src/service/gateway/api_definition.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/service/gateway/api_definition_validator.rs b/golem-worker-service-base/src/service/gateway/api_definition_validator.rs index 1c63e52a6f..ccad3c798a 100644 --- a/golem-worker-service-base/src/service/gateway/api_definition_validator.rs +++ b/golem-worker-service-base/src/service/gateway/api_definition_validator.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/service/gateway/api_deployment.rs b/golem-worker-service-base/src/service/gateway/api_deployment.rs index 096c9e185d..c7cabaa5a2 100644 --- a/golem-worker-service-base/src/service/gateway/api_deployment.rs +++ b/golem-worker-service-base/src/service/gateway/api_deployment.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/service/gateway/http_api_definition_validator.rs b/golem-worker-service-base/src/service/gateway/http_api_definition_validator.rs index a89a950f06..c57a66efa4 100644 --- a/golem-worker-service-base/src/service/gateway/http_api_definition_validator.rs +++ b/golem-worker-service-base/src/service/gateway/http_api_definition_validator.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/service/gateway/mod.rs b/golem-worker-service-base/src/service/gateway/mod.rs index 66c42b279b..3c22b350c0 100644 --- a/golem-worker-service-base/src/service/gateway/mod.rs +++ b/golem-worker-service-base/src/service/gateway/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/service/gateway/security_scheme.rs b/golem-worker-service-base/src/service/gateway/security_scheme.rs index 54c57bd6a2..9f9f8473a7 100644 --- a/golem-worker-service-base/src/service/gateway/security_scheme.rs +++ b/golem-worker-service-base/src/service/gateway/security_scheme.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/service/mod.rs b/golem-worker-service-base/src/service/mod.rs index d73cb50d63..199116dd31 100644 --- a/golem-worker-service-base/src/service/mod.rs +++ b/golem-worker-service-base/src/service/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/service/worker/connect_proxy.rs b/golem-worker-service-base/src/service/worker/connect_proxy.rs index bb8874f3c7..e65765715b 100644 --- a/golem-worker-service-base/src/service/worker/connect_proxy.rs +++ b/golem-worker-service-base/src/service/worker/connect_proxy.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/service/worker/default.rs b/golem-worker-service-base/src/service/worker/default.rs index 6f19b9d0d8..f4938d0c5b 100644 --- a/golem-worker-service-base/src/service/worker/default.rs +++ b/golem-worker-service-base/src/service/worker/default.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/service/worker/error.rs b/golem-worker-service-base/src/service/worker/error.rs index e1660624ff..3cd3032e06 100644 --- a/golem-worker-service-base/src/service/worker/error.rs +++ b/golem-worker-service-base/src/service/worker/error.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/service/worker/mod.rs b/golem-worker-service-base/src/service/worker/mod.rs index 4b096df8fd..4521a0bccc 100644 --- a/golem-worker-service-base/src/service/worker/mod.rs +++ b/golem-worker-service-base/src/service/worker/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/service/worker/routing_logic.rs b/golem-worker-service-base/src/service/worker/routing_logic.rs index 56b026156e..df22c2186f 100644 --- a/golem-worker-service-base/src/service/worker/routing_logic.rs +++ b/golem-worker-service-base/src/service/worker/routing_logic.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/src/service/worker/worker_stream.rs b/golem-worker-service-base/src/service/worker/worker_stream.rs index d12c15f407..0f62f7e29e 100644 --- a/golem-worker-service-base/src/service/worker/worker_stream.rs +++ b/golem-worker-service-base/src/service/worker/worker_stream.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/tests/api_gateway_end_to_end_tests.rs b/golem-worker-service-base/tests/api_gateway_end_to_end_tests.rs index b330c742bb..4abe1c49d1 100644 --- a/golem-worker-service-base/tests/api_gateway_end_to_end_tests.rs +++ b/golem-worker-service-base/tests/api_gateway_end_to_end_tests.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service-base/tests/services_tests.rs b/golem-worker-service-base/tests/services_tests.rs index 5e1c04f39b..4d88065a50 100644 --- a/golem-worker-service-base/tests/services_tests.rs +++ b/golem-worker-service-base/tests/services_tests.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service/src/api/worker_connect.rs b/golem-worker-service/src/api/worker_connect.rs index a77d30e6e7..5a39e171a2 100644 --- a/golem-worker-service/src/api/worker_connect.rs +++ b/golem-worker-service/src/api/worker_connect.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service/src/config.rs b/golem-worker-service/src/config.rs index 0f7c62a315..5cc235275c 100644 --- a/golem-worker-service/src/config.rs +++ b/golem-worker-service/src/config.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service/src/grpcapi/api_definition.rs b/golem-worker-service/src/grpcapi/api_definition.rs index bacea8d7d8..9835f16e1f 100644 --- a/golem-worker-service/src/grpcapi/api_definition.rs +++ b/golem-worker-service/src/grpcapi/api_definition.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service/src/grpcapi/mod.rs b/golem-worker-service/src/grpcapi/mod.rs index 0fbe66ec81..e9242935b3 100644 --- a/golem-worker-service/src/grpcapi/mod.rs +++ b/golem-worker-service/src/grpcapi/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service/src/grpcapi/worker.rs b/golem-worker-service/src/grpcapi/worker.rs index 927ba4fa7f..46610d6efe 100644 --- a/golem-worker-service/src/grpcapi/worker.rs +++ b/golem-worker-service/src/grpcapi/worker.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service/src/lib.rs b/golem-worker-service/src/lib.rs index 0c2d7992cf..a8661bed57 100644 --- a/golem-worker-service/src/lib.rs +++ b/golem-worker-service/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service/src/main.rs b/golem-worker-service/src/main.rs index a52e9809f7..d49632b392 100644 --- a/golem-worker-service/src/main.rs +++ b/golem-worker-service/src/main.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service/src/service/component.rs b/golem-worker-service/src/service/component.rs index d736149c2f..223c307019 100644 --- a/golem-worker-service/src/service/component.rs +++ b/golem-worker-service/src/service/component.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service/src/service/mod.rs b/golem-worker-service/src/service/mod.rs index 449f077592..cedbdebf6b 100644 --- a/golem-worker-service/src/service/mod.rs +++ b/golem-worker-service/src/service/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service/src/service/worker.rs b/golem-worker-service/src/service/worker.rs index 614b62e982..c8ff7ebe08 100644 --- a/golem-worker-service/src/service/worker.rs +++ b/golem-worker-service/src/service/worker.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem-worker-service/src/service/worker_request_executor.rs b/golem-worker-service/src/service/worker_request_executor.rs index c0092e712d..099e05833d 100644 --- a/golem-worker-service/src/service/worker_request_executor.rs +++ b/golem-worker-service/src/service/worker_request_executor.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem/src/command.rs b/golem/src/command.rs index cfb06cdfb4..fd0082079a 100644 --- a/golem/src/command.rs +++ b/golem/src/command.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem/src/health.rs b/golem/src/health.rs index 7575c940b8..dbdaf899fb 100644 --- a/golem/src/health.rs +++ b/golem/src/health.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem/src/launch.rs b/golem/src/launch.rs index 472b3c8ac1..7ad4a00d67 100644 --- a/golem/src/launch.rs +++ b/golem/src/launch.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem/src/lib.rs b/golem/src/lib.rs index fa5e851ecf..3a9cfa2898 100644 --- a/golem/src/lib.rs +++ b/golem/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem/src/main.rs b/golem/src/main.rs index 66b8e68bd8..a573993987 100644 --- a/golem/src/main.rs +++ b/golem/src/main.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem/src/migration.rs b/golem/src/migration.rs index 9eb052429f..2641e5db61 100644 --- a/golem/src/migration.rs +++ b/golem/src/migration.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/golem/src/proxy.rs b/golem/src/proxy.rs index 5e1348d8cd..01a79b1c25 100644 --- a/golem/src/proxy.rs +++ b/golem/src/proxy.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/integration-tests/src/benchmarks/cold_start_large.rs b/integration-tests/src/benchmarks/cold_start_large.rs index 8f27787d3c..b0caa7096a 100644 --- a/integration-tests/src/benchmarks/cold_start_large.rs +++ b/integration-tests/src/benchmarks/cold_start_large.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/integration-tests/src/benchmarks/cold_start_medium.rs b/integration-tests/src/benchmarks/cold_start_medium.rs index 5d40cc9748..70e062390d 100644 --- a/integration-tests/src/benchmarks/cold_start_medium.rs +++ b/integration-tests/src/benchmarks/cold_start_medium.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/integration-tests/src/benchmarks/cold_start_small.rs b/integration-tests/src/benchmarks/cold_start_small.rs index 1b0e3a64cf..fcb6f250e1 100644 --- a/integration-tests/src/benchmarks/cold_start_small.rs +++ b/integration-tests/src/benchmarks/cold_start_small.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/integration-tests/src/benchmarks/durability_overhead.rs b/integration-tests/src/benchmarks/durability_overhead.rs index a33c28a43c..fa9bbc1de7 100644 --- a/integration-tests/src/benchmarks/durability_overhead.rs +++ b/integration-tests/src/benchmarks/durability_overhead.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/integration-tests/src/benchmarks/large_dynamic_memory.rs b/integration-tests/src/benchmarks/large_dynamic_memory.rs index c8e87bdaf1..13ae6a0baf 100644 --- a/integration-tests/src/benchmarks/large_dynamic_memory.rs +++ b/integration-tests/src/benchmarks/large_dynamic_memory.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/integration-tests/src/benchmarks/large_initial_memory.rs b/integration-tests/src/benchmarks/large_initial_memory.rs index dcd4e8b29f..40af46c8d5 100644 --- a/integration-tests/src/benchmarks/large_initial_memory.rs +++ b/integration-tests/src/benchmarks/large_initial_memory.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/integration-tests/src/benchmarks/latency_large.rs b/integration-tests/src/benchmarks/latency_large.rs index 765f94ac9e..8d7949b1b2 100644 --- a/integration-tests/src/benchmarks/latency_large.rs +++ b/integration-tests/src/benchmarks/latency_large.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/integration-tests/src/benchmarks/latency_medium.rs b/integration-tests/src/benchmarks/latency_medium.rs index ee2c8683db..facb5cdcbc 100644 --- a/integration-tests/src/benchmarks/latency_medium.rs +++ b/integration-tests/src/benchmarks/latency_medium.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/integration-tests/src/benchmarks/latency_small.rs b/integration-tests/src/benchmarks/latency_small.rs index 83c08829f8..baff834bd6 100644 --- a/integration-tests/src/benchmarks/latency_small.rs +++ b/integration-tests/src/benchmarks/latency_small.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/integration-tests/src/benchmarks/mod.rs b/integration-tests/src/benchmarks/mod.rs index 9c249a9e8d..2dd9c4f223 100644 --- a/integration-tests/src/benchmarks/mod.rs +++ b/integration-tests/src/benchmarks/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/integration-tests/src/benchmarks/rpc.rs b/integration-tests/src/benchmarks/rpc.rs index 4a2f6db4f7..65af145fae 100644 --- a/integration-tests/src/benchmarks/rpc.rs +++ b/integration-tests/src/benchmarks/rpc.rs @@ -1,6 +1,6 @@ use std::collections::HashMap; -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/integration-tests/src/benchmarks/rpc_cpu_intensive.rs b/integration-tests/src/benchmarks/rpc_cpu_intensive.rs index 704f6677ba..bfaec2dda5 100644 --- a/integration-tests/src/benchmarks/rpc_cpu_intensive.rs +++ b/integration-tests/src/benchmarks/rpc_cpu_intensive.rs @@ -1,6 +1,6 @@ use std::collections::HashMap; -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/integration-tests/src/benchmarks/rpc_large_input.rs b/integration-tests/src/benchmarks/rpc_large_input.rs index d54b3c9563..8a9bb0ac17 100644 --- a/integration-tests/src/benchmarks/rpc_large_input.rs +++ b/integration-tests/src/benchmarks/rpc_large_input.rs @@ -1,6 +1,6 @@ use std::collections::HashMap; -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/integration-tests/src/benchmarks/simple_worker_echo.rs b/integration-tests/src/benchmarks/simple_worker_echo.rs index 56cd455e88..bee9a03775 100644 --- a/integration-tests/src/benchmarks/simple_worker_echo.rs +++ b/integration-tests/src/benchmarks/simple_worker_echo.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/integration-tests/src/benchmarks/suspend_worker.rs b/integration-tests/src/benchmarks/suspend_worker.rs index 654657e59f..8d8565133c 100644 --- a/integration-tests/src/benchmarks/suspend_worker.rs +++ b/integration-tests/src/benchmarks/suspend_worker.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/integration-tests/src/benchmarks/throughput.rs b/integration-tests/src/benchmarks/throughput.rs index 9f5f093077..20dd122643 100644 --- a/integration-tests/src/benchmarks/throughput.rs +++ b/integration-tests/src/benchmarks/throughput.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/integration-tests/src/benchmarks/throughput_cpu_intensive.rs b/integration-tests/src/benchmarks/throughput_cpu_intensive.rs index ffb1b67d5e..7292af0c22 100644 --- a/integration-tests/src/benchmarks/throughput_cpu_intensive.rs +++ b/integration-tests/src/benchmarks/throughput_cpu_intensive.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/integration-tests/src/benchmarks/throughput_large_input.rs b/integration-tests/src/benchmarks/throughput_large_input.rs index 675fcf0a25..8d9f597f33 100644 --- a/integration-tests/src/benchmarks/throughput_large_input.rs +++ b/integration-tests/src/benchmarks/throughput_large_input.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/integration-tests/src/lib.rs b/integration-tests/src/lib.rs index ab8b8a1889..c7754ee490 100644 --- a/integration-tests/src/lib.rs +++ b/integration-tests/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/integration-tests/tests/lib.rs b/integration-tests/tests/lib.rs index dfce9c7d02..79324cbee1 100644 --- a/integration-tests/tests/lib.rs +++ b/integration-tests/tests/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/integration-tests/tests/plugins.rs b/integration-tests/tests/plugins.rs index cb60518848..5042e6bf27 100644 --- a/integration-tests/tests/plugins.rs +++ b/integration-tests/tests/plugins.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/integration-tests/tests/worker.rs b/integration-tests/tests/worker.rs index a06297d66e..3b5cd0cbd3 100644 --- a/integration-tests/tests/worker.rs +++ b/integration-tests/tests/worker.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-ast/src/analysis/mod.rs b/wasm-ast/src/analysis/mod.rs index 66e58fb937..88c3b20064 100644 --- a/wasm-ast/src/analysis/mod.rs +++ b/wasm-ast/src/analysis/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-ast/src/analysis/model.rs b/wasm-ast/src/analysis/model.rs index 56739fcd1c..908b23dc55 100644 --- a/wasm-ast/src/analysis/model.rs +++ b/wasm-ast/src/analysis/model.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-ast/src/analysis/protobuf.rs b/wasm-ast/src/analysis/protobuf.rs index b6d08a8113..1802518853 100644 --- a/wasm-ast/src/analysis/protobuf.rs +++ b/wasm-ast/src/analysis/protobuf.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-ast/src/component/mod.rs b/wasm-ast/src/component/mod.rs index e484c394ae..0e7ed2a583 100644 --- a/wasm-ast/src/component/mod.rs +++ b/wasm-ast/src/component/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-ast/src/component/parser.rs b/wasm-ast/src/component/parser.rs index 808b79ebcd..0b8c6494eb 100644 --- a/wasm-ast/src/component/parser.rs +++ b/wasm-ast/src/component/parser.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-ast/src/component/writer.rs b/wasm-ast/src/component/writer.rs index 62c5c692ca..aab01f3d23 100644 --- a/wasm-ast/src/component/writer.rs +++ b/wasm-ast/src/component/writer.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-ast/src/core/mod.rs b/wasm-ast/src/core/mod.rs index 31fe3d1176..a2682b0ae7 100644 --- a/wasm-ast/src/core/mod.rs +++ b/wasm-ast/src/core/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-ast/src/core/parser.rs b/wasm-ast/src/core/parser.rs index 401ae04ee2..4ed7a3b0b7 100644 --- a/wasm-ast/src/core/parser.rs +++ b/wasm-ast/src/core/parser.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-ast/src/core/writer.rs b/wasm-ast/src/core/writer.rs index 7c6998389e..ab013d60af 100644 --- a/wasm-ast/src/core/writer.rs +++ b/wasm-ast/src/core/writer.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-ast/src/customization.rs b/wasm-ast/src/customization.rs index e8b35e12ba..a45f4a91b0 100644 --- a/wasm-ast/src/customization.rs +++ b/wasm-ast/src/customization.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-ast/src/lib.rs b/wasm-ast/src/lib.rs index ec31a40b7c..5023b4a7c7 100644 --- a/wasm-ast/src/lib.rs +++ b/wasm-ast/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-ast/src/metadata/mod.rs b/wasm-ast/src/metadata/mod.rs index dee5f2b481..acd9e9d028 100644 --- a/wasm-ast/src/metadata/mod.rs +++ b/wasm-ast/src/metadata/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc-stubgen/src/cargo.rs b/wasm-rpc-stubgen/src/cargo.rs index 703588e864..bc080ebf5d 100644 --- a/wasm-rpc-stubgen/src/cargo.rs +++ b/wasm-rpc-stubgen/src/cargo.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc-stubgen/src/commands/dependencies.rs b/wasm-rpc-stubgen/src/commands/dependencies.rs index 1ef9802f5f..6403577b10 100644 --- a/wasm-rpc-stubgen/src/commands/dependencies.rs +++ b/wasm-rpc-stubgen/src/commands/dependencies.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc-stubgen/src/commands/generate.rs b/wasm-rpc-stubgen/src/commands/generate.rs index ed16b899aa..bd0ae908cb 100644 --- a/wasm-rpc-stubgen/src/commands/generate.rs +++ b/wasm-rpc-stubgen/src/commands/generate.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc-stubgen/src/commands/mod.rs b/wasm-rpc-stubgen/src/commands/mod.rs index 573e0f246b..2c10a34978 100644 --- a/wasm-rpc-stubgen/src/commands/mod.rs +++ b/wasm-rpc-stubgen/src/commands/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc-stubgen/src/compilation.rs b/wasm-rpc-stubgen/src/compilation.rs index 3b0ca4453c..c0d78e1233 100644 --- a/wasm-rpc-stubgen/src/compilation.rs +++ b/wasm-rpc-stubgen/src/compilation.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc-stubgen/src/lib.rs b/wasm-rpc-stubgen/src/lib.rs index 52c62de2f0..41b2182413 100644 --- a/wasm-rpc-stubgen/src/lib.rs +++ b/wasm-rpc-stubgen/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc-stubgen/src/main.rs b/wasm-rpc-stubgen/src/main.rs index 80b13d0f06..d51e066e0d 100644 --- a/wasm-rpc-stubgen/src/main.rs +++ b/wasm-rpc-stubgen/src/main.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc-stubgen/src/make.rs b/wasm-rpc-stubgen/src/make.rs index 18b68304e3..7f1222f210 100644 --- a/wasm-rpc-stubgen/src/make.rs +++ b/wasm-rpc-stubgen/src/make.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc-stubgen/src/rust.rs b/wasm-rpc-stubgen/src/rust.rs index 39dafb1231..533ffe5e7c 100644 --- a/wasm-rpc-stubgen/src/rust.rs +++ b/wasm-rpc-stubgen/src/rust.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc-stubgen/src/stub.rs b/wasm-rpc-stubgen/src/stub.rs index 1c3e883464..c5625ae435 100644 --- a/wasm-rpc-stubgen/src/stub.rs +++ b/wasm-rpc-stubgen/src/stub.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc-stubgen/src/wit_generate.rs b/wasm-rpc-stubgen/src/wit_generate.rs index 05202bd589..20dde95bd3 100644 --- a/wasm-rpc-stubgen/src/wit_generate.rs +++ b/wasm-rpc-stubgen/src/wit_generate.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc-stubgen/tests-integration/tests/app.rs b/wasm-rpc-stubgen/tests-integration/tests/app.rs index 83dc39e86a..f2b94b298f 100644 --- a/wasm-rpc-stubgen/tests-integration/tests/app.rs +++ b/wasm-rpc-stubgen/tests-integration/tests/app.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc-stubgen/tests-integration/tests/compose.rs b/wasm-rpc-stubgen/tests-integration/tests/compose.rs index c14c6449f6..810b66fc1e 100644 --- a/wasm-rpc-stubgen/tests-integration/tests/compose.rs +++ b/wasm-rpc-stubgen/tests-integration/tests/compose.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc-stubgen/tests-integration/tests/stub_wasm.rs b/wasm-rpc-stubgen/tests-integration/tests/stub_wasm.rs index 0fbc4430dd..b711ea43c9 100644 --- a/wasm-rpc-stubgen/tests-integration/tests/stub_wasm.rs +++ b/wasm-rpc-stubgen/tests-integration/tests/stub_wasm.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc-stubgen/tests/add_dep.rs b/wasm-rpc-stubgen/tests/add_dep.rs index 7f26d9d022..3b1cd2d331 100644 --- a/wasm-rpc-stubgen/tests/add_dep.rs +++ b/wasm-rpc-stubgen/tests/add_dep.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc-stubgen/tests/wit.rs b/wasm-rpc-stubgen/tests/wit.rs index c0f637ed40..1039cd8dac 100644 --- a/wasm-rpc-stubgen/tests/wit.rs +++ b/wasm-rpc-stubgen/tests/wit.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc/src/builder.rs b/wasm-rpc/src/builder.rs index 75a73a410d..c80527015e 100644 --- a/wasm-rpc/src/builder.rs +++ b/wasm-rpc/src/builder.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc/src/json/impl.rs b/wasm-rpc/src/json/impl.rs index 33847d8f33..47c4342c18 100644 --- a/wasm-rpc/src/json/impl.rs +++ b/wasm-rpc/src/json/impl.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc/src/json/mod.rs b/wasm-rpc/src/json/mod.rs index a373b4725f..c45c9c9930 100644 --- a/wasm-rpc/src/json/mod.rs +++ b/wasm-rpc/src/json/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc/src/lib.rs b/wasm-rpc/src/lib.rs index 572220062e..0587eca7e0 100644 --- a/wasm-rpc/src/lib.rs +++ b/wasm-rpc/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc/src/poem.rs b/wasm-rpc/src/poem.rs index b263ae6a71..8d515275dd 100644 --- a/wasm-rpc/src/poem.rs +++ b/wasm-rpc/src/poem.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc/src/protobuf.rs b/wasm-rpc/src/protobuf.rs index 3ed69f1a91..18ea759447 100644 --- a/wasm-rpc/src/protobuf.rs +++ b/wasm-rpc/src/protobuf.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc/src/text.rs b/wasm-rpc/src/text.rs index a7d5060f4b..b9ed199008 100644 --- a/wasm-rpc/src/text.rs +++ b/wasm-rpc/src/text.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc/src/type_annotated_value.rs b/wasm-rpc/src/type_annotated_value.rs index b780827275..dc6510dab4 100644 --- a/wasm-rpc/src/type_annotated_value.rs +++ b/wasm-rpc/src/type_annotated_value.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc/src/value_and_type.rs b/wasm-rpc/src/value_and_type.rs index 9c43654949..e1159e1622 100644 --- a/wasm-rpc/src/value_and_type.rs +++ b/wasm-rpc/src/value_and_type.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/wasm-rpc/src/wasmtime.rs b/wasm-rpc/src/wasmtime.rs index 6b68e2f843..794e3f99a9 100644 --- a/wasm-rpc/src/wasmtime.rs +++ b/wasm-rpc/src/wasmtime.rs @@ -1,4 +1,4 @@ -// Copyright 2024 Golem Cloud +// Copyright 2024-2025 Golem Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.