From 9e2614148fe071409a63b4f45db290e0c1875889 Mon Sep 17 00:00:00 2001 From: Simone Lazzaris Date: Tue, 19 Dec 2023 17:50:54 +0100 Subject: [PATCH] license update inside files --- cmd/cmdtest/random.go | 6 +++--- cmd/cmdtest/stdout_collector.go | 6 +++--- cmd/docs/man/generate.go | 6 +++--- cmd/docs/man/generate_test.go | 6 +++--- cmd/helper/color_unix.go | 6 +++--- cmd/helper/color_unix_test.go | 6 +++--- cmd/helper/color_windows.go | 6 +++--- cmd/helper/config.go | 6 +++--- cmd/helper/config_pathmanager_unix.go | 6 +++--- cmd/helper/config_pathmanager_windows.go | 6 +++--- cmd/helper/config_test.go | 6 +++--- cmd/helper/detached.go | 6 +++--- cmd/helper/detached_test.go | 6 +++--- cmd/helper/error.go | 6 +++--- cmd/helper/table_printer.go | 6 +++--- cmd/helper/table_printer_test.go | 6 +++--- cmd/helper/terminal_test.go | 6 +++--- cmd/immuadmin/command/backup.go | 6 +++--- cmd/immuadmin/command/backup_test.go | 6 +++--- cmd/immuadmin/command/cmd.go | 6 +++--- cmd/immuadmin/command/cmd_test.go | 6 +++--- cmd/immuadmin/command/commandline.go | 6 +++--- cmd/immuadmin/command/commandline_test.go | 6 +++--- cmd/immuadmin/command/database.go | 6 +++--- cmd/immuadmin/command/hot_backup.go | 6 +++--- cmd/immuadmin/command/hot_backup_test.go | 6 +++--- cmd/immuadmin/command/init.go | 8 +++++--- cmd/immuadmin/command/init_test.go | 6 +++--- cmd/immuadmin/command/login.go | 6 +++--- cmd/immuadmin/command/login_errors_test.go | 6 +++--- cmd/immuadmin/command/login_test.go | 6 +++--- cmd/immuadmin/command/root.go | 6 +++--- cmd/immuadmin/command/serverconfig.go | 6 +++--- cmd/immuadmin/command/serverconfig_test.go | 6 +++--- cmd/immuadmin/command/stats.go | 6 +++--- cmd/immuadmin/command/stats/controller.go | 6 +++--- cmd/immuadmin/command/stats/controller_test.go | 6 +++--- cmd/immuadmin/command/stats/metrics.go | 6 +++--- cmd/immuadmin/command/stats/metricsloader.go | 6 +++--- cmd/immuadmin/command/stats/show.go | 6 +++--- cmd/immuadmin/command/stats/show_test.go | 6 +++--- cmd/immuadmin/command/stats/statstest/statsResponse.go | 6 +++--- cmd/immuadmin/command/stats/ui.go | 6 +++--- cmd/immuadmin/command/stats/ui_test.go | 6 +++--- cmd/immuadmin/command/stats_test.go | 6 +++--- cmd/immuadmin/command/user.go | 6 +++--- cmd/immuadmin/command/user_test.go | 6 +++--- cmd/immuadmin/fips/fips.go | 6 +++--- cmd/immuadmin/immuadmin.go | 6 +++--- cmd/immuclient/audit/auditagent.go | 6 +++--- cmd/immuclient/audit/auditagent_test.go | 6 +++--- cmd/immuclient/audit/auditor.go | 6 +++--- cmd/immuclient/audit/auditor_test.go | 6 +++--- cmd/immuclient/audit/executable.go | 6 +++--- cmd/immuclient/audit/executable_test.go | 6 +++--- cmd/immuclient/audit/init.go | 6 +++--- cmd/immuclient/audit/init_test.go | 6 +++--- cmd/immuclient/audit/metrics.go | 6 +++--- cmd/immuclient/audit/metrics_test.go | 6 +++--- cmd/immuclient/audit/utils.go | 6 +++--- cmd/immuclient/audit/utils_test.go | 6 +++--- cmd/immuclient/cli/cli.go | 6 +++--- cmd/immuclient/cli/cli_test.go | 6 +++--- cmd/immuclient/cli/currentstatus.go | 6 +++--- cmd/immuclient/cli/currentstatus_test.go | 6 +++--- cmd/immuclient/cli/getcommands.go | 6 +++--- cmd/immuclient/cli/getcommands_test.go | 6 +++--- cmd/immuclient/cli/login.go | 6 +++--- cmd/immuclient/cli/login_test.go | 6 +++--- cmd/immuclient/cli/misc.go | 6 +++--- cmd/immuclient/cli/misc_test.go | 6 +++--- cmd/immuclient/cli/recommend.go | 6 +++--- cmd/immuclient/cli/recommend_test.go | 6 +++--- cmd/immuclient/cli/references.go | 6 +++--- cmd/immuclient/cli/references_test.go | 6 +++--- cmd/immuclient/cli/register.go | 6 +++--- cmd/immuclient/cli/register_test.go | 6 +++--- cmd/immuclient/cli/scanners.go | 6 +++--- cmd/immuclient/cli/scanners_test.go | 6 +++--- cmd/immuclient/cli/server_info.go | 6 +++--- cmd/immuclient/cli/setcommands.go | 6 +++--- cmd/immuclient/cli/setcommands_test.go | 6 +++--- cmd/immuclient/cli/sql.go | 6 +++--- cmd/immuclient/cli/sql_test.go | 6 +++--- cmd/immuclient/cli/unixcmds.go | 6 +++--- cmd/immuclient/cli/unixcmds_test.go | 6 +++--- cmd/immuclient/command/cmd.go | 6 +++--- cmd/immuclient/command/cmd_test.go | 6 +++--- cmd/immuclient/command/commandline_test.go | 6 +++--- cmd/immuclient/command/currentstatus.go | 6 +++--- cmd/immuclient/command/currentstatus_test.go | 6 +++--- cmd/immuclient/command/getcommands.go | 6 +++--- cmd/immuclient/command/getcommands_test.go | 6 +++--- cmd/immuclient/command/init.go | 6 +++--- cmd/immuclient/command/init_test.go | 6 +++--- cmd/immuclient/command/login.go | 6 +++--- cmd/immuclient/command/login_test.go | 6 +++--- cmd/immuclient/command/misc.go | 6 +++--- cmd/immuclient/command/misc_test.go | 6 +++--- cmd/immuclient/command/references.go | 6 +++--- cmd/immuclient/command/references_test.go | 6 +++--- cmd/immuclient/command/root.go | 6 +++--- cmd/immuclient/command/scanners.go | 6 +++--- cmd/immuclient/command/scanners_test.go | 6 +++--- cmd/immuclient/command/server_info_test.go | 6 +++--- cmd/immuclient/command/setcommands.go | 6 +++--- cmd/immuclient/command/setcommands_test.go | 6 +++--- cmd/immuclient/command/sql.go | 6 +++--- cmd/immuclient/command/tamperproofing.go | 6 +++--- cmd/immuclient/command/tamperproofing_test.go | 6 +++--- cmd/immuclient/fips/fips.go | 6 +++--- cmd/immuclient/immuc/currentstatus.go | 6 +++--- cmd/immuclient/immuc/currentstatus_errors_test.go | 6 +++--- cmd/immuclient/immuc/currentstatus_test.go | 6 +++--- cmd/immuclient/immuc/getcommands.go | 6 +++--- cmd/immuclient/immuc/getcommands_errors_test.go | 6 +++--- cmd/immuclient/immuc/getcommands_test.go | 6 +++--- cmd/immuclient/immuc/history.go | 6 +++--- cmd/immuclient/immuc/history_test.go | 6 +++--- cmd/immuclient/immuc/init.go | 6 +++--- cmd/immuclient/immuc/init_errors_test.go | 6 +++--- cmd/immuclient/immuc/init_test.go | 6 +++--- cmd/immuclient/immuc/login.go | 6 +++--- cmd/immuclient/immuc/login_errors_test.go | 6 +++--- cmd/immuclient/immuc/login_test.go | 6 +++--- cmd/immuclient/immuc/misc.go | 6 +++--- cmd/immuclient/immuc/misc_errors_test.go | 6 +++--- cmd/immuclient/immuc/misc_test.go | 6 +++--- cmd/immuclient/immuc/options.go | 6 +++--- cmd/immuclient/immuc/options_test.go | 6 +++--- cmd/immuclient/immuc/print.go | 6 +++--- cmd/immuclient/immuc/references.go | 6 +++--- cmd/immuclient/immuc/references_errors_test.go | 6 +++--- cmd/immuclient/immuc/references_test.go | 6 +++--- cmd/immuclient/immuc/scanners.go | 6 +++--- cmd/immuclient/immuc/scanners_errors_test.go | 6 +++--- cmd/immuclient/immuc/scanners_test.go | 6 +++--- cmd/immuclient/immuc/setcommands.go | 6 +++--- cmd/immuclient/immuc/setcommands_errors_test.go | 6 +++--- cmd/immuclient/immuc/setcommands_test.go | 6 +++--- cmd/immuclient/immuc/sql.go | 6 +++--- cmd/immuclient/immuclient.go | 6 +++--- cmd/immuclient/immuclienttest/helper.go | 6 +++--- .../service/configs/immuclient.toml.freebsd.dist.go | 6 +++--- .../service/configs/immuclient.toml.linux.dist.go | 6 +++--- .../service/configs/immuclient.toml.windows.dist.go | 6 +++--- cmd/immuclient/service/constants/freebsd.dist.go | 6 +++--- cmd/immuclient/service/constants/linux.dist.go | 6 +++--- cmd/immuclient/service/constants/windows.dist.go | 6 +++--- cmd/immudb/command/cmd.go | 6 +++--- cmd/immudb/command/cmd_test.go | 6 +++--- cmd/immudb/command/commandline.go | 6 +++--- cmd/immudb/command/commandline_test.go | 6 +++--- cmd/immudb/command/immudbcmdtest/immuServerMock.go | 6 +++--- cmd/immudb/command/immudbcmdtest/immuServerMock_test.go | 6 +++--- cmd/immudb/command/immudbcmdtest/manpageservice.go | 6 +++--- cmd/immudb/command/init.go | 6 +++--- cmd/immudb/command/parse_options.go | 6 +++--- cmd/immudb/command/root.go | 6 +++--- cmd/immudb/command/root_test.go | 6 +++--- cmd/immudb/command/service/commandline.go | 6 +++--- cmd/immudb/command/service/commandline_test.go | 6 +++--- .../command/service/config/immudb.toml.freebsd.dist.go | 6 +++--- .../command/service/config/immudb.toml.linux.dist.go | 6 +++--- .../command/service/config/immudb.toml.windows.dist.go | 6 +++--- cmd/immudb/command/service/constant.go | 6 +++--- cmd/immudb/command/service/constants/freebsd.dist.go | 6 +++--- cmd/immudb/command/service/constants/linux.dist.go | 6 +++--- cmd/immudb/command/service/constants/windows.dist.go | 6 +++--- cmd/immudb/command/service/service.go | 6 +++--- cmd/immudb/command/service/service_test.go | 6 +++--- cmd/immudb/command/service/servicetest/configservice.go | 6 +++--- cmd/immudb/command/service/servicetest/daemon.go | 6 +++--- cmd/immudb/command/service/servicetest/server.go | 6 +++--- cmd/immudb/command/service/servicetest/sservice.go | 6 +++--- cmd/immudb/command/tls_config.go | 6 +++--- cmd/immudb/command/tls_config_test.go | 6 +++--- cmd/immudb/fips/fips.go | 6 +++--- cmd/immudb/immudb.go | 6 +++--- cmd/immutest/command/cmd.go | 6 +++--- cmd/immutest/command/cmd_test.go | 6 +++--- cmd/immutest/command/init.go | 6 +++--- cmd/immutest/immutest.go | 6 +++--- cmd/immutest/immutest_test.go | 6 +++--- cmd/sservice/constant.go | 6 +++--- cmd/sservice/manpageservice.go | 6 +++--- cmd/sservice/manpageservice_test.go | 6 +++--- cmd/sservice/option.go | 6 +++--- cmd/sservice/option_test.go | 6 +++--- cmd/sservice/sservice.go | 6 +++--- cmd/sservice/sservice_freebsd.go | 6 +++--- cmd/sservice/sservice_unix.go | 6 +++--- cmd/sservice/sservice_unix_test.go | 6 +++--- cmd/sservice/sservice_windows.go | 6 +++--- cmd/sservice/sservice_windows_test.go | 6 +++--- cmd/version/cmd.go | 6 +++--- cmd/version/cmd_test.go | 6 +++--- .../data_generation/state_values_generation_test.go | 6 +++--- .../vulnerabilities/linear-fake/server/go_client_test.go | 6 +++--- docs/security/vulnerabilities/linear-fake/server/main.go | 6 +++--- .../vulnerabilities/linear-fake/server/server.go | 6 +++--- embedded/ahtree/ahtree.go | 6 +++--- embedded/ahtree/ahtree_test.go | 6 +++--- embedded/ahtree/options.go | 6 +++--- embedded/ahtree/options_test.go | 6 +++--- embedded/ahtree/verification.go | 6 +++--- embedded/ahtree/verification_test.go | 6 +++--- embedded/appendable/appendable.go | 6 +++--- embedded/appendable/fileutils/fileutils.go | 6 +++--- embedded/appendable/fileutils/fileutils_darwin.go | 6 +++--- embedded/appendable/fileutils/fileutils_freebsd.go | 7 +++---- embedded/appendable/fileutils/fileutils_linux.go | 7 +++---- embedded/appendable/fileutils/fileutils_unix_nonlinux.go | 6 +++--- embedded/appendable/fileutils/fileutils_windows.go | 6 +++--- embedded/appendable/metadata.go | 6 +++--- embedded/appendable/metadata_test.go | 6 +++--- embedded/appendable/mocked/mocked.go | 6 +++--- embedded/appendable/mocked/mocked_test.go | 6 +++--- embedded/appendable/multiapp/appendable_lru_cache.go | 6 +++--- .../appendable/multiapp/appendable_lru_cache_test.go | 6 +++--- embedded/appendable/multiapp/metrics.go | 6 +++--- embedded/appendable/multiapp/multi_app.go | 6 +++--- embedded/appendable/multiapp/multi_app_test.go | 6 +++--- embedded/appendable/multiapp/options.go | 6 +++--- embedded/appendable/multiapp/options_test.go | 6 +++--- embedded/appendable/reader.go | 6 +++--- embedded/appendable/reader_test.go | 6 +++--- embedded/appendable/remoteapp/chunk_state.go | 6 +++--- embedded/appendable/remoteapp/chunk_state_test.go | 6 +++--- embedded/appendable/remoteapp/chunked_process.go | 6 +++--- embedded/appendable/remoteapp/chunked_process_test.go | 6 +++--- embedded/appendable/remoteapp/errors.go | 6 +++--- embedded/appendable/remoteapp/metrics.go | 6 +++--- embedded/appendable/remoteapp/options.go | 6 +++--- embedded/appendable/remoteapp/options_test.go | 6 +++--- embedded/appendable/remoteapp/remote_app.go | 6 +++--- embedded/appendable/remoteapp/remote_app_test.go | 6 +++--- embedded/appendable/singleapp/options.go | 6 +++--- embedded/appendable/singleapp/options_test.go | 6 +++--- embedded/appendable/singleapp/single_app.go | 6 +++--- embedded/appendable/singleapp/single_app_test.go | 6 +++--- embedded/cache/lru_cache.go | 6 +++--- embedded/cache/lru_cache_test.go | 6 +++--- embedded/document/document_id.go | 6 +++--- embedded/document/document_id_test.go | 6 +++--- embedded/document/document_reader.go | 6 +++--- embedded/document/engine.go | 6 +++--- embedded/document/engine_test.go | 6 +++--- embedded/document/errors.go | 6 +++--- embedded/document/errors_test.go | 6 +++--- embedded/document/options.go | 6 +++--- embedded/document/options_test.go | 6 +++--- embedded/document/type_conversions.go | 6 +++--- embedded/document/type_conversions_test.go | 6 +++--- embedded/errors.go | 6 +++--- embedded/htree/htree.go | 6 +++--- embedded/htree/htree_test.go | 6 +++--- embedded/logger/file.go | 6 +++--- embedded/logger/file_test.go | 6 +++--- embedded/logger/json.go | 6 +++--- embedded/logger/json_test.go | 6 +++--- embedded/logger/logger.go | 6 +++--- embedded/logger/logger_test.go | 6 +++--- embedded/logger/memory.go | 6 +++--- embedded/logger/memory_test.go | 6 +++--- embedded/logger/simple.go | 6 +++--- embedded/logger/simple_test.go | 6 +++--- embedded/multierr/multierr.go | 6 +++--- embedded/multierr/multierr_test.go | 6 +++--- embedded/remotestorage/memory/memory.go | 6 +++--- embedded/remotestorage/memory/memory_test.go | 6 +++--- embedded/remotestorage/remote_storage.go | 6 +++--- embedded/remotestorage/s3/metrics.go | 6 +++--- embedded/remotestorage/s3/s3.go | 6 +++--- embedded/remotestorage/s3/s3_test.go | 6 +++--- embedded/remotestorage/s3/s3_with_minio_test.go | 6 +++--- embedded/sql/aggregated_values.go | 6 +++--- embedded/sql/aggregated_values_test.go | 6 +++--- embedded/sql/catalog.go | 6 +++--- embedded/sql/catalog_test.go | 6 +++--- embedded/sql/cond_row_reader.go | 6 +++--- embedded/sql/cond_row_reader_test.go | 6 +++--- embedded/sql/distinct_row_reader.go | 6 +++--- embedded/sql/distinct_row_reader_test.go | 6 +++--- embedded/sql/dummy_data_source_test.go | 6 +++--- embedded/sql/dummy_row_reader_test.go | 6 +++--- embedded/sql/engine.go | 6 +++--- embedded/sql/engine_test.go | 6 +++--- embedded/sql/grouped_row_reader.go | 6 +++--- embedded/sql/grouped_row_reader_test.go | 6 +++--- embedded/sql/implicit_conversion.go | 6 +++--- embedded/sql/implicit_conversion_test.go | 6 +++--- embedded/sql/joint_row_reader.go | 6 +++--- embedded/sql/joint_row_reader_test.go | 6 +++--- embedded/sql/limit_row_reader.go | 6 +++--- embedded/sql/limit_row_reader_test.go | 6 +++--- embedded/sql/num_operator.go | 6 +++--- embedded/sql/num_operator_test.go | 6 +++--- embedded/sql/offset_row_reader.go | 6 +++--- embedded/sql/offset_row_reader_test.go | 6 +++--- embedded/sql/options.go | 6 +++--- embedded/sql/options_test.go | 6 +++--- embedded/sql/parser.go | 6 +++--- embedded/sql/parser_test.go | 6 +++--- embedded/sql/proj_row_reader.go | 6 +++--- embedded/sql/row_reader.go | 6 +++--- embedded/sql/row_reader_test.go | 6 +++--- embedded/sql/sql_tx.go | 6 +++--- embedded/sql/sql_tx_options.go | 6 +++--- embedded/sql/stmt.go | 6 +++--- embedded/sql/stmt_test.go | 6 +++--- embedded/sql/timestamp.go | 6 +++--- embedded/sql/timestamp_test.go | 6 +++--- embedded/sql/type_conversion.go | 6 +++--- embedded/sql/union_row_reader.go | 6 +++--- embedded/sql/union_row_reader_test.go | 6 +++--- embedded/sql/values_row_reader.go | 6 +++--- embedded/sql/values_row_reader_test.go | 6 +++--- embedded/store/immustore.go | 6 +++--- embedded/store/immustore_test.go | 6 +++--- embedded/store/indexer.go | 6 +++--- embedded/store/indexer_test.go | 6 +++--- embedded/store/key_reader.go | 6 +++--- embedded/store/key_reader_test.go | 6 +++--- embedded/store/kv_metadata.go | 6 +++--- embedded/store/kv_metadata_test.go | 6 +++--- embedded/store/metadata.go | 6 +++--- embedded/store/ongoing_tx.go | 6 +++--- embedded/store/ongoing_tx_keyreader.go | 6 +++--- embedded/store/ongoing_tx_options.go | 6 +++--- embedded/store/ongoing_tx_test.go | 6 +++--- embedded/store/options.go | 6 +++--- embedded/store/options_test.go | 6 +++--- embedded/store/precommit_buffer.go | 6 +++--- embedded/store/precommit_buffer_test.go | 6 +++--- embedded/store/preconditions.go | 6 +++--- embedded/store/tx.go | 6 +++--- embedded/store/tx_metadata.go | 6 +++--- embedded/store/tx_metadata_test.go | 9 ++++++--- embedded/store/tx_reader.go | 6 +++--- embedded/store/tx_reader_test.go | 6 +++--- embedded/store/tx_test.go | 6 +++--- embedded/store/txpool.go | 6 +++--- embedded/store/txpool_test.go | 6 +++--- embedded/store/verification.go | 6 +++--- embedded/store/verification_test.go | 6 +++--- embedded/tbtree/consistency_error_test.go | 6 +++--- embedded/tbtree/history_reader.go | 6 +++--- embedded/tbtree/history_reader_test.go | 6 +++--- embedded/tbtree/metrics.go | 6 +++--- embedded/tbtree/options.go | 6 +++--- embedded/tbtree/options_test.go | 6 +++--- embedded/tbtree/reader.go | 6 +++--- embedded/tbtree/reader_test.go | 6 +++--- embedded/tbtree/snapshot.go | 6 +++--- embedded/tbtree/snapshot_test.go | 6 +++--- embedded/tbtree/tbtree.go | 6 +++--- embedded/tbtree/tbtree_test.go | 6 +++--- embedded/tools/stress_tool/stress_tool.go | 6 +++--- embedded/tools/stress_tool_sql/stress_tool_sql.go | 6 +++--- embedded/watchers/watchers.go | 6 +++--- embedded/watchers/watchers_test.go | 6 +++--- pkg/api/schema/database_protoconv.go | 6 +++--- pkg/api/schema/errors.go | 6 +++--- pkg/api/schema/linear_inclusion_enhancer.go | 6 +++--- pkg/api/schema/ops.go | 6 +++--- pkg/api/schema/ops_test.go | 6 +++--- pkg/api/schema/pattern_test.go | 6 +++--- pkg/api/schema/preconditions.go | 6 +++--- pkg/api/schema/row_value.go | 6 +++--- pkg/api/schema/row_value_test.go | 6 +++--- pkg/api/schema/sql.go | 6 +++--- pkg/api/schema/sql_test.go | 6 +++--- pkg/api/schema/state.go | 6 +++--- pkg/api/schema/unexpected_type.go | 6 +++--- pkg/api/schema/unexpected_type_test.go | 6 +++--- pkg/auth/auth.go | 6 +++--- pkg/auth/clientinterceptors.go | 6 +++--- pkg/auth/clientinterceptors_test.go | 6 +++--- pkg/auth/passwords.go | 6 +++--- pkg/auth/passwords_test.go | 6 +++--- pkg/auth/permissions.go | 6 +++--- pkg/auth/permissions_test.go | 6 +++--- pkg/auth/serverinterceptors.go | 6 +++--- pkg/auth/serverinterceptors_test.go | 6 +++--- pkg/auth/tokenkeys.go | 6 +++--- pkg/auth/tokenkeys_test.go | 6 +++--- pkg/auth/tokens.go | 6 +++--- pkg/auth/tokens_test.go | 6 +++--- pkg/auth/user.go | 6 +++--- pkg/auth/user_test.go | 6 +++--- pkg/client/auditor/auditor.go | 6 +++--- pkg/client/auditor/auditor_test.go | 6 +++--- pkg/client/auditor/monitoring_server.go | 6 +++--- pkg/client/auditor/monitoring_server_test.go | 6 +++--- pkg/client/cache/cache.go | 6 +++--- pkg/client/cache/common.go | 6 +++--- pkg/client/cache/common_test.go | 6 +++--- pkg/client/cache/errors.go | 6 +++--- pkg/client/cache/file_cache.go | 6 +++--- pkg/client/cache/history_file_cache.go | 6 +++--- pkg/client/cache/history_file_cache_test.go | 6 +++--- pkg/client/cache/inmemory_cache.go | 6 +++--- pkg/client/cache/inmemory_cache_test.go | 6 +++--- pkg/client/client.go | 6 +++--- pkg/client/client_test.go | 6 +++--- pkg/client/clienttest/homedir_mock.go | 6 +++--- pkg/client/clienttest/immuServiceClient_mock.go | 6 +++--- pkg/client/clienttest/immuclient_mock.go | 6 +++--- pkg/client/clienttest/immuclient_mock_test.go | 6 +++--- pkg/client/clienttest/password_reader_mock.go | 6 +++--- pkg/client/clienttest/terminal_reader_mock.go | 6 +++--- pkg/client/clienttest/token_service_mock.go | 6 +++--- pkg/client/errors.go | 6 +++--- pkg/client/errors/errors.go | 6 +++--- pkg/client/errors/meta.go | 6 +++--- pkg/client/get_options.go | 6 +++--- pkg/client/get_options_test.go | 6 +++--- pkg/client/heartbeater.go | 6 +++--- pkg/client/homedir/homedir.go | 6 +++--- pkg/client/homedir/homedir_test.go | 6 +++--- pkg/client/illegal_state_handler_interceptor.go | 6 +++--- pkg/client/mtls_options.go | 6 +++--- pkg/client/options.go | 6 +++--- pkg/client/options_test.go | 6 +++--- pkg/client/session_id_injector_interceptor.go | 6 +++--- pkg/client/session_test.go | 6 +++--- pkg/client/signature_verifier_interceptor.go | 6 +++--- pkg/client/sql.go | 6 +++--- pkg/client/sql_test.go | 6 +++--- pkg/client/state/immudb_uuid_provider.go | 6 +++--- pkg/client/state/immudb_uuid_provider_test.go | 6 +++--- pkg/client/state/state_provider.go | 6 +++--- pkg/client/state/state_service.go | 6 +++--- pkg/client/state/state_service_test.go | 6 +++--- pkg/client/stream_replication.go | 6 +++--- pkg/client/stream_test.go | 6 +++--- pkg/client/streams.go | 6 +++--- pkg/client/streams_integration_test.go | 6 +++--- pkg/client/streams_verified_integration_test.go | 6 +++--- pkg/client/streams_zscan_and_history_integration_test.go | 6 +++--- pkg/client/timestamp/default.go | 6 +++--- pkg/client/timestamp/timestamp_test.go | 6 +++--- pkg/client/timestamp/tsgenerator.go | 6 +++--- pkg/client/timestamp_service.go | 6 +++--- pkg/client/timestamp_service_test.go | 6 +++--- pkg/client/token_interceptor.go | 6 +++--- pkg/client/tokenservice/errors.go | 6 +++--- pkg/client/tokenservice/file.go | 6 +++--- pkg/client/tokenservice/inmemory.go | 6 +++--- pkg/client/tokenservice/inmemory_test.go | 6 +++--- pkg/client/tokenservice/token_service.go | 6 +++--- pkg/client/tokenservice/token_service_test.go | 6 +++--- pkg/client/transaction.go | 6 +++--- pkg/client/tx_options.go | 6 +++--- pkg/client/types.go | 6 +++--- pkg/client/types_test.go | 6 +++--- pkg/database/all_ops.go | 6 +++--- pkg/database/all_ops_test.go | 6 +++--- pkg/database/database.go | 6 +++--- pkg/database/database_test.go | 6 +++--- pkg/database/dboptions.go | 6 +++--- pkg/database/dboptions_test.go | 9 ++++++--- pkg/database/document_database.go | 6 +++--- pkg/database/document_database_test.go | 6 +++--- pkg/database/errors.go | 6 +++--- pkg/database/instrumented_rwmutex.go | 6 +++--- pkg/database/instrumented_rwmutex_test.go | 6 +++--- pkg/database/meta.go | 6 +++--- pkg/database/protoconv.go | 6 +++--- pkg/database/protoconv_test.go | 6 +++--- pkg/database/reference.go | 6 +++--- pkg/database/reference_test.go | 6 +++--- pkg/database/replica_test.go | 6 +++--- pkg/database/scan.go | 6 +++--- pkg/database/scan_test.go | 6 +++--- pkg/database/sorted_set.go | 6 +++--- pkg/database/sorted_set_test.go | 6 +++--- pkg/database/sql.go | 6 +++--- pkg/database/sql_test.go | 6 +++--- pkg/database/truncator.go | 6 +++--- pkg/database/truncator_test.go | 6 +++--- pkg/database/types.go | 6 +++--- pkg/errors/error.go | 6 +++--- pkg/errors/errors_test.go | 6 +++--- pkg/errors/grpc_status.go | 6 +++--- pkg/errors/grpc_status_test.go | 6 +++--- pkg/errors/map.go | 6 +++--- pkg/errors/map_test.go | 6 +++--- pkg/errors/meta.go | 6 +++--- pkg/errors/wrapped.go | 6 +++--- pkg/fs/copy.go | 6 +++--- pkg/fs/copy_test.go | 6 +++--- pkg/fs/tar.go | 6 +++--- pkg/fs/tar_test.go | 6 +++--- pkg/fs/zip.go | 6 +++--- pkg/fs/zip_test.go | 6 +++--- pkg/immuos/filepath.go | 6 +++--- pkg/immuos/filepath_test.go | 6 +++--- pkg/immuos/ioutil.go | 6 +++--- pkg/immuos/ioutil_test.go | 6 +++--- pkg/immuos/os.go | 6 +++--- pkg/immuos/os_test.go | 6 +++--- pkg/immuos/user.go | 6 +++--- pkg/immuos/user_test.go | 6 +++--- pkg/integration/auditor_test.go | 6 +++--- pkg/integration/client_test.go | 6 +++--- pkg/integration/database_creation_test.go | 6 +++--- pkg/integration/database_runtime_test.go | 6 +++--- pkg/integration/error_test.go | 6 +++--- pkg/integration/follower_replication_test.go | 6 +++--- pkg/integration/fuzzing/grpc_fuzz_test.go | 6 +++--- pkg/integration/replication/docker.go | 6 +++--- pkg/integration/replication/docker_test.go | 6 +++--- pkg/integration/replication/server.go | 6 +++--- pkg/integration/replication/suite.go | 6 +++--- .../replication/synchronous_replication_test.go | 6 +++--- pkg/integration/server_recovery_test.go | 6 +++--- pkg/integration/session_test.go | 6 +++--- pkg/integration/signature_verifier_interceptor_test.go | 6 +++--- pkg/integration/sql/sql_test.go | 6 +++--- pkg/integration/sql_types_test.go | 6 +++--- pkg/integration/stream/stream_replication_test.go | 6 +++--- pkg/integration/stream/stream_test.go | 6 +++--- pkg/integration/stream/streams_verified_test.go | 6 +++--- pkg/integration/stream/streams_zscan_and_history_test.go | 6 +++--- pkg/integration/tx/transaction_test.go | 6 +++--- pkg/integration/tx/tx_entries_test.go | 6 +++--- pkg/integration/verification_long_linear_proof_test.go | 6 +++--- pkg/pgsql/errors/errors.go | 6 +++--- pkg/pgsql/errors/errors_test.go | 6 +++--- .../bmessages/authentication_cleartext_password.go | 6 +++--- pkg/pgsql/server/bmessages/authentication_ok.go | 6 +++--- pkg/pgsql/server/bmessages/bind_complete.go | 6 +++--- pkg/pgsql/server/bmessages/command_complete.go | 6 +++--- pkg/pgsql/server/bmessages/data_row.go | 6 +++--- pkg/pgsql/server/bmessages/empty_query_response.go | 6 +++--- pkg/pgsql/server/bmessages/error_response.go | 6 +++--- pkg/pgsql/server/bmessages/error_response_opt.go | 6 +++--- pkg/pgsql/server/bmessages/error_response_test.go | 6 +++--- pkg/pgsql/server/bmessages/parameter_description.go | 6 +++--- pkg/pgsql/server/bmessages/parameter_status.go | 6 +++--- pkg/pgsql/server/bmessages/parse_complete.go | 6 +++--- pkg/pgsql/server/bmessages/ready_for_query.go | 6 +++--- pkg/pgsql/server/bmessages/row_description.go | 6 +++--- pkg/pgsql/server/fmessages/bind.go | 6 +++--- pkg/pgsql/server/fmessages/bind_test.go | 6 +++--- pkg/pgsql/server/fmessages/describe.go | 6 +++--- pkg/pgsql/server/fmessages/execute.go | 6 +++--- pkg/pgsql/server/fmessages/execute_test.go | 6 +++--- pkg/pgsql/server/fmessages/flush.go | 6 +++--- pkg/pgsql/server/fmessages/fmessages_test/payload.go | 6 +++--- pkg/pgsql/server/fmessages/parse.go | 6 +++--- pkg/pgsql/server/fmessages/parse_test.go | 6 +++--- pkg/pgsql/server/fmessages/password_message.go | 6 +++--- pkg/pgsql/server/fmessages/query.go | 6 +++--- pkg/pgsql/server/fmessages/string_reader.go | 6 +++--- pkg/pgsql/server/fmessages/sync.go | 6 +++--- pkg/pgsql/server/fmessages/terminate.go | 6 +++--- pkg/pgsql/server/initialize_session.go | 6 +++--- pkg/pgsql/server/message.go | 6 +++--- pkg/pgsql/server/message_test.go | 6 +++--- pkg/pgsql/server/options.go | 6 +++--- pkg/pgsql/server/pgmeta/pg_type.go | 6 +++--- pkg/pgsql/server/pgsql_integration_test.go | 6 +++--- pkg/pgsql/server/query_machine.go | 6 +++--- pkg/pgsql/server/query_machine_test.go | 6 +++--- pkg/pgsql/server/request_handler.go | 6 +++--- pkg/pgsql/server/server.go | 6 +++--- pkg/pgsql/server/server_test.go | 6 +++--- pkg/pgsql/server/session.go | 6 +++--- pkg/pgsql/server/session_test.go | 6 +++--- pkg/pgsql/server/ssl_handshake.go | 6 +++--- pkg/pgsql/server/ssl_handshake_test.go | 6 +++--- pkg/pgsql/server/stmts_handler.go | 6 +++--- pkg/pgsql/server/types.go | 6 +++--- pkg/pgsql/server/types_test.go | 6 +++--- pkg/pgsql/server/version.go | 6 +++--- pkg/replication/delayer.go | 6 +++--- pkg/replication/metrics.go | 6 +++--- pkg/replication/options.go | 6 +++--- pkg/replication/options_test.go | 6 +++--- pkg/replication/replicator.go | 6 +++--- pkg/replication/replicator_test.go | 6 +++--- pkg/server/authorization_operations.go | 6 +++--- pkg/server/corruption_checker.go | 6 +++--- pkg/server/corruption_checker_test.go | 6 +++--- pkg/server/db_dummy_closed.go | 6 +++--- pkg/server/db_dummy_closed_test.go | 6 +++--- pkg/server/db_operations.go | 6 +++--- pkg/server/db_options.go | 6 +++--- pkg/server/db_options_test.go | 6 +++--- pkg/server/db_runtime_test.go | 6 +++--- pkg/server/documents_operations.go | 6 +++--- pkg/server/documents_operations_test.go | 6 +++--- pkg/server/error_mapper_interceptor.go | 6 +++--- pkg/server/errors.go | 6 +++--- pkg/server/errors_test.go | 6 +++--- pkg/server/keepAlive.go | 6 +++--- pkg/server/keep_alive_session_interceptor.go | 6 +++--- pkg/server/metrics.go | 6 +++--- pkg/server/metrics_funcs.go | 6 +++--- pkg/server/metrics_funcs_test.go | 6 +++--- pkg/server/metrics_test.go | 6 +++--- pkg/server/multidb_handler.go | 6 +++--- pkg/server/multidb_handler_test.go | 6 +++--- pkg/server/options.go | 6 +++--- pkg/server/options_test.go | 6 +++--- pkg/server/pid.go | 6 +++--- pkg/server/pid_test.go | 6 +++--- pkg/server/remote_storage.go | 6 +++--- pkg/server/remote_storage_test.go | 6 +++--- pkg/server/server.go | 6 +++--- pkg/server/server_test.go | 6 +++--- pkg/server/servertest/server.go | 6 +++--- pkg/server/servertest/server_mock.go | 6 +++--- pkg/server/service.go | 6 +++--- pkg/server/service_test.go | 6 +++--- pkg/server/session.go | 6 +++--- pkg/server/session_auth_interceptor.go | 6 +++--- pkg/server/sessions/errors.go | 6 +++--- pkg/server/sessions/internal/transactions/errors.go | 6 +++--- .../sessions/internal/transactions/transactions.go | 6 +++--- .../sessions/internal/transactions/transactions_test.go | 6 +++--- pkg/server/sessions/manager.go | 6 +++--- pkg/server/sessions/manager_test.go | 6 +++--- pkg/server/sessions/options.go | 6 +++--- pkg/server/sessions/options_test.go | 6 +++--- pkg/server/sessions/session.go | 6 +++--- pkg/server/sessions/session_test.go | 6 +++--- pkg/server/sever_current_state_test.go | 6 +++--- pkg/server/sql.go | 6 +++--- pkg/server/sql_test.go | 6 +++--- pkg/server/state_signer.go | 6 +++--- pkg/server/state_signer_test.go | 6 +++--- pkg/server/stream_replication.go | 6 +++--- pkg/server/stream_replication_test.go | 6 +++--- pkg/server/stream_test.go | 6 +++--- pkg/server/streams.go | 6 +++--- pkg/server/transaction.go | 6 +++--- pkg/server/transaction_test.go | 6 +++--- pkg/server/truncator.go | 6 +++--- pkg/server/truncator_test.go | 6 +++--- pkg/server/types.go | 6 +++--- pkg/server/types_test.go | 6 +++--- pkg/server/user.go | 6 +++--- pkg/server/user_test.go | 6 +++--- pkg/server/uuid.go | 6 +++--- pkg/server/uuid_test.go | 6 +++--- pkg/server/webserver.go | 6 +++--- pkg/server/webserver_test.go | 6 +++--- pkg/signer/ecdsa.go | 6 +++--- pkg/signer/ecdsa_test.go | 6 +++--- pkg/signer/signer.go | 6 +++--- pkg/stdlib/connection.go | 6 +++--- pkg/stdlib/connection_test.go | 6 +++--- pkg/stdlib/connector.go | 6 +++--- pkg/stdlib/connector_test.go | 6 +++--- pkg/stdlib/driver.go | 6 +++--- pkg/stdlib/driver_test.go | 6 +++--- pkg/stdlib/errors.go | 6 +++--- pkg/stdlib/immuConnector.go | 6 +++--- pkg/stdlib/rows.go | 6 +++--- pkg/stdlib/rows_test.go | 6 +++--- pkg/stdlib/sql_test.go | 6 +++--- pkg/stdlib/tx.go | 6 +++--- pkg/stdlib/tx_test.go | 6 +++--- pkg/stdlib/uri.go | 6 +++--- pkg/stdlib/uri_test.go | 6 +++--- pkg/stream/errors.go | 6 +++--- pkg/stream/execall_receiver.go | 6 +++--- pkg/stream/execall_receiver_test.go | 6 +++--- pkg/stream/execall_sender.go | 6 +++--- pkg/stream/execall_sender_test.go | 6 +++--- pkg/stream/execall_streamer.go | 6 +++--- pkg/stream/factory.go | 6 +++--- pkg/stream/kvparser.go | 6 +++--- pkg/stream/kvparser_test.go | 6 +++--- pkg/stream/kvreceiver.go | 6 +++--- pkg/stream/kvsender.go | 6 +++--- pkg/stream/kvsender_test.go | 6 +++--- pkg/stream/kvstreamer.go | 6 +++--- pkg/stream/meta.go | 6 +++--- pkg/stream/receiver.go | 6 +++--- pkg/stream/receiver_test.go | 6 +++--- pkg/stream/sender.go | 6 +++--- pkg/stream/sender_test.go | 6 +++--- pkg/stream/streamer.go | 6 +++--- pkg/stream/streamtest/err_reader.go | 6 +++--- pkg/stream/streamtest/receiver.go | 6 +++--- pkg/stream/streamtest/sender.go | 6 +++--- pkg/stream/streamtest/stream.go | 6 +++--- pkg/stream/types.go | 6 +++--- pkg/stream/types_test.go | 6 +++--- pkg/stream/ventryparser.go | 6 +++--- pkg/stream/ventryparser_test.go | 6 +++--- pkg/stream/ventryreceiver.go | 6 +++--- pkg/stream/ventryreceiver_test.go | 6 +++--- pkg/stream/ventrysender.go | 6 +++--- pkg/stream/ventrysender_test.go | 6 +++--- pkg/stream/ventrystreamer.go | 6 +++--- pkg/stream/zStreamer.go | 6 +++--- pkg/stream/zparser.go | 6 +++--- pkg/stream/zparser_test.go | 6 +++--- pkg/stream/zreceiver.go | 6 +++--- pkg/stream/zreceiver_test.go | 6 +++--- pkg/stream/zsender.go | 6 +++--- pkg/stream/zsender_test.go | 6 +++--- pkg/streamutils/files.go | 6 +++--- pkg/streamutils/files_test.go | 6 +++--- pkg/truncator/truncator.go | 6 +++--- pkg/truncator/truncator_test.go | 6 +++--- pkg/verification/verification.go | 6 +++--- pkg/verification/verification_test.go | 6 +++--- test/columns/main.go | 6 +++--- test/columns/rand.go | 6 +++--- .../documents_tests/actions/create_collections.go | 6 +++--- .../documents_tests/actions/create_index.go | 6 +++--- .../documents_tests/actions/get_collections.go | 6 +++--- .../documents_tests/actions/insert_documents.go | 6 +++--- .../documents_tests/actions/search_documents.go | 6 +++--- .../documents_tests/actions/session.go | 6 +++--- .../documents_tests/create_collections_test.go | 6 +++--- .../documents_tests/create_indexes_test.go | 6 +++--- .../documents_tests/delete_collections_test.go | 6 +++--- .../documents_tests/insert_documents_test.go | 6 +++--- .../documents_tests/models/collections.go | 6 +++--- .../documents_tests/models/documents.go | 6 +++--- .../documents_tests/models/index.go | 6 +++--- .../documents_tests/models/search.go | 6 +++--- .../documents_tests/models/user.go | 6 +++--- .../documents_tests/session_test.go | 6 +++--- .../documents_tests_deprecated/auth_test.go | 6 +++--- .../documents_tests_deprecated/collections_test.go | 6 +++--- .../create_collections_test.go | 6 +++--- .../documents_tests_deprecated/documents_test.go | 6 +++--- .../documents_tests_deprecated/documents_test_utils.go | 6 +++--- .../documents_tests_deprecated/login_test.go | 6 +++--- .../documents_tests_deprecated/utils.go | 6 +++--- test/e2e/truncation/main.go | 6 +++--- test/performance-test-suite/cmd/perf-test/main.go | 6 +++--- test/performance-test-suite/pkg/benchmarks/benchmark.go | 6 +++--- test/performance-test-suite/pkg/benchmarks/format.go | 6 +++--- .../performance-test-suite/pkg/benchmarks/format_test.go | 6 +++--- test/performance-test-suite/pkg/benchmarks/hwstats.go | 6 +++--- .../pkg/benchmarks/hwstats_test.go | 6 +++--- test/performance-test-suite/pkg/benchmarks/keytracker.go | 6 +++--- .../pkg/benchmarks/keytracker_test.go | 6 +++--- test/performance-test-suite/pkg/benchmarks/rand.go | 6 +++--- test/performance-test-suite/pkg/benchmarks/rand_test.go | 6 +++--- .../pkg/benchmarks/writetxs/benchmark.go | 6 +++--- test/performance-test-suite/pkg/runner/benchmarks.go | 6 +++--- test/performance-test-suite/pkg/runner/processinfo.go | 6 +++--- test/performance-test-suite/pkg/runner/results.go | 6 +++--- test/performance-test-suite/pkg/runner/runner.go | 6 +++--- test/performance-test-suite/pkg/runner/systeminfo.go | 6 +++--- tools/long_running/stress_tool_worker_pool.go | 6 +++--- tools/mkdb/main.go | 6 +++--- tools/testing/stress_tool_sql.go | 6 +++--- 759 files changed, 2285 insertions(+), 2279 deletions(-) diff --git a/cmd/cmdtest/random.go b/cmd/cmdtest/random.go index af96bdf779..014a3b0dcb 100644 --- a/cmd/cmdtest/random.go +++ b/cmd/cmdtest/random.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/cmdtest/stdout_collector.go b/cmd/cmdtest/stdout_collector.go index 57c3998e04..90a8eb20d8 100644 --- a/cmd/cmdtest/stdout_collector.go +++ b/cmd/cmdtest/stdout_collector.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/docs/man/generate.go b/cmd/docs/man/generate.go index e067bbf349..7ff2274435 100644 --- a/cmd/docs/man/generate.go +++ b/cmd/docs/man/generate.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/docs/man/generate_test.go b/cmd/docs/man/generate_test.go index 9a7933e7c6..ab78246556 100644 --- a/cmd/docs/man/generate_test.go +++ b/cmd/docs/man/generate_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/helper/color_unix.go b/cmd/helper/color_unix.go index 2ddc8be093..15b62dfefa 100644 --- a/cmd/helper/color_unix.go +++ b/cmd/helper/color_unix.go @@ -2,13 +2,13 @@ // +build linux darwin freebsd /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/helper/color_unix_test.go b/cmd/helper/color_unix_test.go index 2ea8bde829..a9cabd5554 100644 --- a/cmd/helper/color_unix_test.go +++ b/cmd/helper/color_unix_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/helper/color_windows.go b/cmd/helper/color_windows.go index dfd2e2da62..c607077847 100644 --- a/cmd/helper/color_windows.go +++ b/cmd/helper/color_windows.go @@ -2,13 +2,13 @@ // +build windows /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/helper/config.go b/cmd/helper/config.go index 4d5859c335..23ba8e706c 100644 --- a/cmd/helper/config.go +++ b/cmd/helper/config.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/helper/config_pathmanager_unix.go b/cmd/helper/config_pathmanager_unix.go index 00ddad970c..9ac7691d28 100644 --- a/cmd/helper/config_pathmanager_unix.go +++ b/cmd/helper/config_pathmanager_unix.go @@ -2,13 +2,13 @@ // +build linux darwin freebsd /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/helper/config_pathmanager_windows.go b/cmd/helper/config_pathmanager_windows.go index 5cdf292431..987282f25d 100644 --- a/cmd/helper/config_pathmanager_windows.go +++ b/cmd/helper/config_pathmanager_windows.go @@ -2,13 +2,13 @@ // +build windows /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/helper/config_test.go b/cmd/helper/config_test.go index 720c48099a..39b39c6d68 100644 --- a/cmd/helper/config_test.go +++ b/cmd/helper/config_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/helper/detached.go b/cmd/helper/detached.go index c24db8a2f3..ca41113997 100644 --- a/cmd/helper/detached.go +++ b/cmd/helper/detached.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/helper/detached_test.go b/cmd/helper/detached_test.go index 348b0d08e5..c4b4ee7c3b 100644 --- a/cmd/helper/detached_test.go +++ b/cmd/helper/detached_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/helper/error.go b/cmd/helper/error.go index 9fb764b432..a4e9161aef 100644 --- a/cmd/helper/error.go +++ b/cmd/helper/error.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/helper/table_printer.go b/cmd/helper/table_printer.go index abcd6a5a60..4875d307a0 100644 --- a/cmd/helper/table_printer.go +++ b/cmd/helper/table_printer.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/helper/table_printer_test.go b/cmd/helper/table_printer_test.go index a3bacbf1c7..6633825583 100644 --- a/cmd/helper/table_printer_test.go +++ b/cmd/helper/table_printer_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/helper/terminal_test.go b/cmd/helper/terminal_test.go index dbf74f9d98..381fba3728 100644 --- a/cmd/helper/terminal_test.go +++ b/cmd/helper/terminal_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/backup.go b/cmd/immuadmin/command/backup.go index acd3c1e414..9b24acd892 100644 --- a/cmd/immuadmin/command/backup.go +++ b/cmd/immuadmin/command/backup.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/backup_test.go b/cmd/immuadmin/command/backup_test.go index b58240f7c7..6d82f894b1 100644 --- a/cmd/immuadmin/command/backup_test.go +++ b/cmd/immuadmin/command/backup_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/cmd.go b/cmd/immuadmin/command/cmd.go index 6729d282e6..faf74a109a 100644 --- a/cmd/immuadmin/command/cmd.go +++ b/cmd/immuadmin/command/cmd.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/cmd_test.go b/cmd/immuadmin/command/cmd_test.go index 2d29528daa..02646d3699 100644 --- a/cmd/immuadmin/command/cmd_test.go +++ b/cmd/immuadmin/command/cmd_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/commandline.go b/cmd/immuadmin/command/commandline.go index e8db42dd00..421c7be592 100644 --- a/cmd/immuadmin/command/commandline.go +++ b/cmd/immuadmin/command/commandline.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/commandline_test.go b/cmd/immuadmin/command/commandline_test.go index 45d27ed6c3..2ff9715a91 100644 --- a/cmd/immuadmin/command/commandline_test.go +++ b/cmd/immuadmin/command/commandline_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/database.go b/cmd/immuadmin/command/database.go index 54fb2b878a..36a7a9e950 100644 --- a/cmd/immuadmin/command/database.go +++ b/cmd/immuadmin/command/database.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/hot_backup.go b/cmd/immuadmin/command/hot_backup.go index bd8012e312..385161c048 100644 --- a/cmd/immuadmin/command/hot_backup.go +++ b/cmd/immuadmin/command/hot_backup.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/hot_backup_test.go b/cmd/immuadmin/command/hot_backup_test.go index da9832e230..9a6a6aaef5 100644 --- a/cmd/immuadmin/command/hot_backup_test.go +++ b/cmd/immuadmin/command/hot_backup_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/init.go b/cmd/immuadmin/command/init.go index 92d02fcaa7..093eb478de 100644 --- a/cmd/immuadmin/command/init.go +++ b/cmd/immuadmin/command/init.go @@ -1,10 +1,12 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + + https://mariadb.com/bsl11/ + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/cmd/immuadmin/command/init_test.go b/cmd/immuadmin/command/init_test.go index 9a1ed92fce..0e58ccc91e 100644 --- a/cmd/immuadmin/command/init_test.go +++ b/cmd/immuadmin/command/init_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/login.go b/cmd/immuadmin/command/login.go index 36caa9efc0..ed21a6b40d 100644 --- a/cmd/immuadmin/command/login.go +++ b/cmd/immuadmin/command/login.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/login_errors_test.go b/cmd/immuadmin/command/login_errors_test.go index 1395b0e757..c23f5c99e5 100644 --- a/cmd/immuadmin/command/login_errors_test.go +++ b/cmd/immuadmin/command/login_errors_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/login_test.go b/cmd/immuadmin/command/login_test.go index 830dfbb0bf..6b5976d4d7 100644 --- a/cmd/immuadmin/command/login_test.go +++ b/cmd/immuadmin/command/login_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/root.go b/cmd/immuadmin/command/root.go index f42bc2c6ad..1bb3d48a54 100644 --- a/cmd/immuadmin/command/root.go +++ b/cmd/immuadmin/command/root.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/serverconfig.go b/cmd/immuadmin/command/serverconfig.go index cd5b717e18..470785541a 100644 --- a/cmd/immuadmin/command/serverconfig.go +++ b/cmd/immuadmin/command/serverconfig.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/serverconfig_test.go b/cmd/immuadmin/command/serverconfig_test.go index 69df3085ba..4e678757cb 100644 --- a/cmd/immuadmin/command/serverconfig_test.go +++ b/cmd/immuadmin/command/serverconfig_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/stats.go b/cmd/immuadmin/command/stats.go index 3d5c408117..a043d11e56 100644 --- a/cmd/immuadmin/command/stats.go +++ b/cmd/immuadmin/command/stats.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/stats/controller.go b/cmd/immuadmin/command/stats/controller.go index d68d426621..cf4efe823a 100644 --- a/cmd/immuadmin/command/stats/controller.go +++ b/cmd/immuadmin/command/stats/controller.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/stats/controller_test.go b/cmd/immuadmin/command/stats/controller_test.go index 1918add011..3f13172fca 100644 --- a/cmd/immuadmin/command/stats/controller_test.go +++ b/cmd/immuadmin/command/stats/controller_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/stats/metrics.go b/cmd/immuadmin/command/stats/metrics.go index 61855bc17e..5e90b821ec 100644 --- a/cmd/immuadmin/command/stats/metrics.go +++ b/cmd/immuadmin/command/stats/metrics.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/stats/metricsloader.go b/cmd/immuadmin/command/stats/metricsloader.go index 6ec95dcdd7..eae6a43eb4 100644 --- a/cmd/immuadmin/command/stats/metricsloader.go +++ b/cmd/immuadmin/command/stats/metricsloader.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/stats/show.go b/cmd/immuadmin/command/stats/show.go index 99da47ec7d..6914b78c76 100644 --- a/cmd/immuadmin/command/stats/show.go +++ b/cmd/immuadmin/command/stats/show.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/stats/show_test.go b/cmd/immuadmin/command/stats/show_test.go index a6bbcbcb8d..f546c01985 100644 --- a/cmd/immuadmin/command/stats/show_test.go +++ b/cmd/immuadmin/command/stats/show_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/stats/statstest/statsResponse.go b/cmd/immuadmin/command/stats/statstest/statsResponse.go index 917acc6514..e12772d860 100644 --- a/cmd/immuadmin/command/stats/statstest/statsResponse.go +++ b/cmd/immuadmin/command/stats/statstest/statsResponse.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/stats/ui.go b/cmd/immuadmin/command/stats/ui.go index 16dc0f7ed2..afade6966d 100644 --- a/cmd/immuadmin/command/stats/ui.go +++ b/cmd/immuadmin/command/stats/ui.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/stats/ui_test.go b/cmd/immuadmin/command/stats/ui_test.go index e71483dd52..7fa53190ca 100644 --- a/cmd/immuadmin/command/stats/ui_test.go +++ b/cmd/immuadmin/command/stats/ui_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/stats_test.go b/cmd/immuadmin/command/stats_test.go index 089bee4e65..147438168b 100644 --- a/cmd/immuadmin/command/stats_test.go +++ b/cmd/immuadmin/command/stats_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/user.go b/cmd/immuadmin/command/user.go index c957327545..ab1f4020ae 100644 --- a/cmd/immuadmin/command/user.go +++ b/cmd/immuadmin/command/user.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/command/user_test.go b/cmd/immuadmin/command/user_test.go index 503d9d1ea8..8a97ae66f0 100644 --- a/cmd/immuadmin/command/user_test.go +++ b/cmd/immuadmin/command/user_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/fips/fips.go b/cmd/immuadmin/fips/fips.go index 4f488e5d73..84f93f4af7 100644 --- a/cmd/immuadmin/fips/fips.go +++ b/cmd/immuadmin/fips/fips.go @@ -2,13 +2,13 @@ // +build fips /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuadmin/immuadmin.go b/cmd/immuadmin/immuadmin.go index 0f16b2b3aa..1c6ab5af15 100644 --- a/cmd/immuadmin/immuadmin.go +++ b/cmd/immuadmin/immuadmin.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/audit/auditagent.go b/cmd/immuclient/audit/auditagent.go index 522e5d2cd0..89b836dec5 100644 --- a/cmd/immuclient/audit/auditagent.go +++ b/cmd/immuclient/audit/auditagent.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/audit/auditagent_test.go b/cmd/immuclient/audit/auditagent_test.go index 396b1d0b0a..3919ed6146 100644 --- a/cmd/immuclient/audit/auditagent_test.go +++ b/cmd/immuclient/audit/auditagent_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/audit/auditor.go b/cmd/immuclient/audit/auditor.go index 672a152989..f8a7147bd3 100644 --- a/cmd/immuclient/audit/auditor.go +++ b/cmd/immuclient/audit/auditor.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/audit/auditor_test.go b/cmd/immuclient/audit/auditor_test.go index a4227c8b02..ccddfe6ab6 100644 --- a/cmd/immuclient/audit/auditor_test.go +++ b/cmd/immuclient/audit/auditor_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/audit/executable.go b/cmd/immuclient/audit/executable.go index 188920a85e..62334e5efa 100644 --- a/cmd/immuclient/audit/executable.go +++ b/cmd/immuclient/audit/executable.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/audit/executable_test.go b/cmd/immuclient/audit/executable_test.go index 3c1e605ff1..04e7b05ad2 100644 --- a/cmd/immuclient/audit/executable_test.go +++ b/cmd/immuclient/audit/executable_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/audit/init.go b/cmd/immuclient/audit/init.go index 86266b8605..7cc8aaffd2 100644 --- a/cmd/immuclient/audit/init.go +++ b/cmd/immuclient/audit/init.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/audit/init_test.go b/cmd/immuclient/audit/init_test.go index a127487ad4..99669bca21 100644 --- a/cmd/immuclient/audit/init_test.go +++ b/cmd/immuclient/audit/init_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/audit/metrics.go b/cmd/immuclient/audit/metrics.go index 17fef291eb..fd625a4f19 100644 --- a/cmd/immuclient/audit/metrics.go +++ b/cmd/immuclient/audit/metrics.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/audit/metrics_test.go b/cmd/immuclient/audit/metrics_test.go index ddaa1b1e08..cc52772dca 100644 --- a/cmd/immuclient/audit/metrics_test.go +++ b/cmd/immuclient/audit/metrics_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/audit/utils.go b/cmd/immuclient/audit/utils.go index 56b9a8a261..237e883020 100644 --- a/cmd/immuclient/audit/utils.go +++ b/cmd/immuclient/audit/utils.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/audit/utils_test.go b/cmd/immuclient/audit/utils_test.go index 925203b5aa..08e70af61c 100644 --- a/cmd/immuclient/audit/utils_test.go +++ b/cmd/immuclient/audit/utils_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/cli/cli.go b/cmd/immuclient/cli/cli.go index 5fc92ac320..32ba464f5f 100644 --- a/cmd/immuclient/cli/cli.go +++ b/cmd/immuclient/cli/cli.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/cli/cli_test.go b/cmd/immuclient/cli/cli_test.go index 892ca66856..a1ae7f8af3 100644 --- a/cmd/immuclient/cli/cli_test.go +++ b/cmd/immuclient/cli/cli_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/cli/currentstatus.go b/cmd/immuclient/cli/currentstatus.go index ee4de280f0..0ecf6f7e63 100644 --- a/cmd/immuclient/cli/currentstatus.go +++ b/cmd/immuclient/cli/currentstatus.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/cli/currentstatus_test.go b/cmd/immuclient/cli/currentstatus_test.go index 67f2fa137a..41f8039567 100644 --- a/cmd/immuclient/cli/currentstatus_test.go +++ b/cmd/immuclient/cli/currentstatus_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/cli/getcommands.go b/cmd/immuclient/cli/getcommands.go index a35c457e08..5c2f4ab045 100644 --- a/cmd/immuclient/cli/getcommands.go +++ b/cmd/immuclient/cli/getcommands.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/cli/getcommands_test.go b/cmd/immuclient/cli/getcommands_test.go index 38647f1594..afa4a48e99 100644 --- a/cmd/immuclient/cli/getcommands_test.go +++ b/cmd/immuclient/cli/getcommands_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/cli/login.go b/cmd/immuclient/cli/login.go index 96a5ee4b94..d205e6ffb8 100644 --- a/cmd/immuclient/cli/login.go +++ b/cmd/immuclient/cli/login.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/cli/login_test.go b/cmd/immuclient/cli/login_test.go index bd530498c5..328309a3ee 100644 --- a/cmd/immuclient/cli/login_test.go +++ b/cmd/immuclient/cli/login_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/cli/misc.go b/cmd/immuclient/cli/misc.go index cde60357bf..b98c7193ec 100644 --- a/cmd/immuclient/cli/misc.go +++ b/cmd/immuclient/cli/misc.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/cli/misc_test.go b/cmd/immuclient/cli/misc_test.go index 05b5058016..63c6dcb381 100644 --- a/cmd/immuclient/cli/misc_test.go +++ b/cmd/immuclient/cli/misc_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/cli/recommend.go b/cmd/immuclient/cli/recommend.go index 21ee4681fc..63f175d59b 100644 --- a/cmd/immuclient/cli/recommend.go +++ b/cmd/immuclient/cli/recommend.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/cli/recommend_test.go b/cmd/immuclient/cli/recommend_test.go index d4c428892f..5a768af49f 100644 --- a/cmd/immuclient/cli/recommend_test.go +++ b/cmd/immuclient/cli/recommend_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/cli/references.go b/cmd/immuclient/cli/references.go index 252639a148..8297f4a3e8 100644 --- a/cmd/immuclient/cli/references.go +++ b/cmd/immuclient/cli/references.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/cli/references_test.go b/cmd/immuclient/cli/references_test.go index 5e5349ae2e..678e6fb0a4 100644 --- a/cmd/immuclient/cli/references_test.go +++ b/cmd/immuclient/cli/references_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/cli/register.go b/cmd/immuclient/cli/register.go index 2e8b0f786f..55ed2d1bd2 100644 --- a/cmd/immuclient/cli/register.go +++ b/cmd/immuclient/cli/register.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/cli/register_test.go b/cmd/immuclient/cli/register_test.go index 4c34549254..9d0a7cf8ae 100644 --- a/cmd/immuclient/cli/register_test.go +++ b/cmd/immuclient/cli/register_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/cli/scanners.go b/cmd/immuclient/cli/scanners.go index 529ff4d92f..8baa5bb784 100644 --- a/cmd/immuclient/cli/scanners.go +++ b/cmd/immuclient/cli/scanners.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/cli/scanners_test.go b/cmd/immuclient/cli/scanners_test.go index ba47a2fbeb..335de99246 100644 --- a/cmd/immuclient/cli/scanners_test.go +++ b/cmd/immuclient/cli/scanners_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/cli/server_info.go b/cmd/immuclient/cli/server_info.go index 75b4c91a38..5d35106d06 100644 --- a/cmd/immuclient/cli/server_info.go +++ b/cmd/immuclient/cli/server_info.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/cli/setcommands.go b/cmd/immuclient/cli/setcommands.go index d0d11188c7..8082599c8e 100644 --- a/cmd/immuclient/cli/setcommands.go +++ b/cmd/immuclient/cli/setcommands.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/cli/setcommands_test.go b/cmd/immuclient/cli/setcommands_test.go index c18d97c6d2..8240158366 100644 --- a/cmd/immuclient/cli/setcommands_test.go +++ b/cmd/immuclient/cli/setcommands_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/cli/sql.go b/cmd/immuclient/cli/sql.go index dc0581f35f..bc6c2163a4 100644 --- a/cmd/immuclient/cli/sql.go +++ b/cmd/immuclient/cli/sql.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/cli/sql_test.go b/cmd/immuclient/cli/sql_test.go index a2c9ad2c28..5bf2801761 100644 --- a/cmd/immuclient/cli/sql_test.go +++ b/cmd/immuclient/cli/sql_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 CodeNotary, Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/cli/unixcmds.go b/cmd/immuclient/cli/unixcmds.go index d0f30ab54d..231326663f 100644 --- a/cmd/immuclient/cli/unixcmds.go +++ b/cmd/immuclient/cli/unixcmds.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/cli/unixcmds_test.go b/cmd/immuclient/cli/unixcmds_test.go index a1d749f58e..84ed9d7d4f 100644 --- a/cmd/immuclient/cli/unixcmds_test.go +++ b/cmd/immuclient/cli/unixcmds_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/command/cmd.go b/cmd/immuclient/command/cmd.go index 9420918959..0e200aed2f 100644 --- a/cmd/immuclient/command/cmd.go +++ b/cmd/immuclient/command/cmd.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/command/cmd_test.go b/cmd/immuclient/command/cmd_test.go index 25088322dc..32aba64668 100644 --- a/cmd/immuclient/command/cmd_test.go +++ b/cmd/immuclient/command/cmd_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/command/commandline_test.go b/cmd/immuclient/command/commandline_test.go index cba4b7c1a8..8cd636b1a4 100644 --- a/cmd/immuclient/command/commandline_test.go +++ b/cmd/immuclient/command/commandline_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/command/currentstatus.go b/cmd/immuclient/command/currentstatus.go index cb44f926b4..5ec63c0505 100644 --- a/cmd/immuclient/command/currentstatus.go +++ b/cmd/immuclient/command/currentstatus.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/command/currentstatus_test.go b/cmd/immuclient/command/currentstatus_test.go index a2631b37fe..ee3f39c31c 100644 --- a/cmd/immuclient/command/currentstatus_test.go +++ b/cmd/immuclient/command/currentstatus_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/command/getcommands.go b/cmd/immuclient/command/getcommands.go index cf344cfdd8..4d6e7f8b4a 100644 --- a/cmd/immuclient/command/getcommands.go +++ b/cmd/immuclient/command/getcommands.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/command/getcommands_test.go b/cmd/immuclient/command/getcommands_test.go index a9261bf283..265cf32e9f 100644 --- a/cmd/immuclient/command/getcommands_test.go +++ b/cmd/immuclient/command/getcommands_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/command/init.go b/cmd/immuclient/command/init.go index b0cf619cb7..f6ab552e15 100644 --- a/cmd/immuclient/command/init.go +++ b/cmd/immuclient/command/init.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/command/init_test.go b/cmd/immuclient/command/init_test.go index fd0d80249f..595723b5f4 100644 --- a/cmd/immuclient/command/init_test.go +++ b/cmd/immuclient/command/init_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/command/login.go b/cmd/immuclient/command/login.go index 354ef4dc4e..3b73f08217 100644 --- a/cmd/immuclient/command/login.go +++ b/cmd/immuclient/command/login.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/command/login_test.go b/cmd/immuclient/command/login_test.go index 492a76832a..cc3a81f7b1 100644 --- a/cmd/immuclient/command/login_test.go +++ b/cmd/immuclient/command/login_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/command/misc.go b/cmd/immuclient/command/misc.go index 7745167885..d9e12e1172 100644 --- a/cmd/immuclient/command/misc.go +++ b/cmd/immuclient/command/misc.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/command/misc_test.go b/cmd/immuclient/command/misc_test.go index e6c90cf417..5c34a9782f 100644 --- a/cmd/immuclient/command/misc_test.go +++ b/cmd/immuclient/command/misc_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/command/references.go b/cmd/immuclient/command/references.go index 765b3f3fe2..665e82b8ea 100644 --- a/cmd/immuclient/command/references.go +++ b/cmd/immuclient/command/references.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/command/references_test.go b/cmd/immuclient/command/references_test.go index 0dd7d670df..f176d50164 100644 --- a/cmd/immuclient/command/references_test.go +++ b/cmd/immuclient/command/references_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/command/root.go b/cmd/immuclient/command/root.go index 9fff479f4f..e81fc6550f 100644 --- a/cmd/immuclient/command/root.go +++ b/cmd/immuclient/command/root.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/command/scanners.go b/cmd/immuclient/command/scanners.go index 0d114c51b9..c97d59f47f 100644 --- a/cmd/immuclient/command/scanners.go +++ b/cmd/immuclient/command/scanners.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/command/scanners_test.go b/cmd/immuclient/command/scanners_test.go index 2d7e72aa68..8c9142acfe 100644 --- a/cmd/immuclient/command/scanners_test.go +++ b/cmd/immuclient/command/scanners_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/command/server_info_test.go b/cmd/immuclient/command/server_info_test.go index ddbbc5aae9..80a33d57a7 100644 --- a/cmd/immuclient/command/server_info_test.go +++ b/cmd/immuclient/command/server_info_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/command/setcommands.go b/cmd/immuclient/command/setcommands.go index 02268ebeff..8b66c9a54e 100644 --- a/cmd/immuclient/command/setcommands.go +++ b/cmd/immuclient/command/setcommands.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/command/setcommands_test.go b/cmd/immuclient/command/setcommands_test.go index 89e7a51b6b..4b0ae86672 100644 --- a/cmd/immuclient/command/setcommands_test.go +++ b/cmd/immuclient/command/setcommands_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/command/sql.go b/cmd/immuclient/command/sql.go index 779162a952..a72a110dac 100644 --- a/cmd/immuclient/command/sql.go +++ b/cmd/immuclient/command/sql.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/command/tamperproofing.go b/cmd/immuclient/command/tamperproofing.go index ab7842069d..2232de3b6e 100644 --- a/cmd/immuclient/command/tamperproofing.go +++ b/cmd/immuclient/command/tamperproofing.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/command/tamperproofing_test.go b/cmd/immuclient/command/tamperproofing_test.go index 155f1f3a73..c33c495572 100644 --- a/cmd/immuclient/command/tamperproofing_test.go +++ b/cmd/immuclient/command/tamperproofing_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/fips/fips.go b/cmd/immuclient/fips/fips.go index 4956a590d3..cf01a70fdb 100644 --- a/cmd/immuclient/fips/fips.go +++ b/cmd/immuclient/fips/fips.go @@ -2,13 +2,13 @@ // +build fips /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/currentstatus.go b/cmd/immuclient/immuc/currentstatus.go index 1b77401b09..c28237681b 100644 --- a/cmd/immuclient/immuc/currentstatus.go +++ b/cmd/immuclient/immuc/currentstatus.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/currentstatus_errors_test.go b/cmd/immuclient/immuc/currentstatus_errors_test.go index 0e5e9e9955..3d3edd04c6 100644 --- a/cmd/immuclient/immuc/currentstatus_errors_test.go +++ b/cmd/immuclient/immuc/currentstatus_errors_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/currentstatus_test.go b/cmd/immuclient/immuc/currentstatus_test.go index 3454414716..ffd732a5af 100644 --- a/cmd/immuclient/immuc/currentstatus_test.go +++ b/cmd/immuclient/immuc/currentstatus_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/getcommands.go b/cmd/immuclient/immuc/getcommands.go index d49a84d49d..a27fa8395d 100644 --- a/cmd/immuclient/immuc/getcommands.go +++ b/cmd/immuclient/immuc/getcommands.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/getcommands_errors_test.go b/cmd/immuclient/immuc/getcommands_errors_test.go index 79404f39d1..580fc4ef2f 100644 --- a/cmd/immuclient/immuc/getcommands_errors_test.go +++ b/cmd/immuclient/immuc/getcommands_errors_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/getcommands_test.go b/cmd/immuclient/immuc/getcommands_test.go index 4373bf4209..61b618bceb 100644 --- a/cmd/immuclient/immuc/getcommands_test.go +++ b/cmd/immuclient/immuc/getcommands_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/history.go b/cmd/immuclient/immuc/history.go index 2f7fa74dd2..d2601fcd14 100644 --- a/cmd/immuclient/immuc/history.go +++ b/cmd/immuclient/immuc/history.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/history_test.go b/cmd/immuclient/immuc/history_test.go index 403f1c52b5..6c50787b62 100644 --- a/cmd/immuclient/immuc/history_test.go +++ b/cmd/immuclient/immuc/history_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/init.go b/cmd/immuclient/immuc/init.go index ddc05a5afd..8e58dd4e36 100644 --- a/cmd/immuclient/immuc/init.go +++ b/cmd/immuclient/immuc/init.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/init_errors_test.go b/cmd/immuclient/immuc/init_errors_test.go index 6c764df6ce..2b07202111 100644 --- a/cmd/immuclient/immuc/init_errors_test.go +++ b/cmd/immuclient/immuc/init_errors_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/init_test.go b/cmd/immuclient/immuc/init_test.go index 14aaf9ee59..fc03859cc9 100644 --- a/cmd/immuclient/immuc/init_test.go +++ b/cmd/immuclient/immuc/init_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/login.go b/cmd/immuclient/immuc/login.go index 8a7d902e36..076c082233 100644 --- a/cmd/immuclient/immuc/login.go +++ b/cmd/immuclient/immuc/login.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/login_errors_test.go b/cmd/immuclient/immuc/login_errors_test.go index b2c21bca3e..354847763d 100644 --- a/cmd/immuclient/immuc/login_errors_test.go +++ b/cmd/immuclient/immuc/login_errors_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/login_test.go b/cmd/immuclient/immuc/login_test.go index 51cce280e1..08af0d6d11 100644 --- a/cmd/immuclient/immuc/login_test.go +++ b/cmd/immuclient/immuc/login_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/misc.go b/cmd/immuclient/immuc/misc.go index b7f232a73a..5a8321ebb4 100644 --- a/cmd/immuclient/immuc/misc.go +++ b/cmd/immuclient/immuc/misc.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/misc_errors_test.go b/cmd/immuclient/immuc/misc_errors_test.go index 3cd46b0d09..22651992df 100644 --- a/cmd/immuclient/immuc/misc_errors_test.go +++ b/cmd/immuclient/immuc/misc_errors_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/misc_test.go b/cmd/immuclient/immuc/misc_test.go index 3a73feeabf..13dbc1436e 100644 --- a/cmd/immuclient/immuc/misc_test.go +++ b/cmd/immuclient/immuc/misc_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/options.go b/cmd/immuclient/immuc/options.go index 5104d37dff..de9239a206 100644 --- a/cmd/immuclient/immuc/options.go +++ b/cmd/immuclient/immuc/options.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/options_test.go b/cmd/immuclient/immuc/options_test.go index 8c0ef0f596..f135231c31 100644 --- a/cmd/immuclient/immuc/options_test.go +++ b/cmd/immuclient/immuc/options_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/print.go b/cmd/immuclient/immuc/print.go index 05dda61db0..ee7c8672fc 100644 --- a/cmd/immuclient/immuc/print.go +++ b/cmd/immuclient/immuc/print.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/references.go b/cmd/immuclient/immuc/references.go index 11ddf403e1..b49879487e 100644 --- a/cmd/immuclient/immuc/references.go +++ b/cmd/immuclient/immuc/references.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/references_errors_test.go b/cmd/immuclient/immuc/references_errors_test.go index dd43f4f4ef..22ab89f7b5 100644 --- a/cmd/immuclient/immuc/references_errors_test.go +++ b/cmd/immuclient/immuc/references_errors_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/references_test.go b/cmd/immuclient/immuc/references_test.go index eb8b920983..e8dabb5393 100644 --- a/cmd/immuclient/immuc/references_test.go +++ b/cmd/immuclient/immuc/references_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/scanners.go b/cmd/immuclient/immuc/scanners.go index b3a85f7dea..22383262cb 100644 --- a/cmd/immuclient/immuc/scanners.go +++ b/cmd/immuclient/immuc/scanners.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/scanners_errors_test.go b/cmd/immuclient/immuc/scanners_errors_test.go index 6c4990203e..210912023e 100644 --- a/cmd/immuclient/immuc/scanners_errors_test.go +++ b/cmd/immuclient/immuc/scanners_errors_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/scanners_test.go b/cmd/immuclient/immuc/scanners_test.go index 25928faa1c..34e3172fb3 100644 --- a/cmd/immuclient/immuc/scanners_test.go +++ b/cmd/immuclient/immuc/scanners_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/setcommands.go b/cmd/immuclient/immuc/setcommands.go index 838bb7cb27..f0147bc80d 100644 --- a/cmd/immuclient/immuc/setcommands.go +++ b/cmd/immuclient/immuc/setcommands.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/setcommands_errors_test.go b/cmd/immuclient/immuc/setcommands_errors_test.go index 2ed132e953..c977d3cd29 100644 --- a/cmd/immuclient/immuc/setcommands_errors_test.go +++ b/cmd/immuclient/immuc/setcommands_errors_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/setcommands_test.go b/cmd/immuclient/immuc/setcommands_test.go index 2e14eb5537..376b0586db 100644 --- a/cmd/immuclient/immuc/setcommands_test.go +++ b/cmd/immuclient/immuc/setcommands_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuc/sql.go b/cmd/immuclient/immuc/sql.go index 6a3e9c3cf1..6b66fd9892 100644 --- a/cmd/immuclient/immuc/sql.go +++ b/cmd/immuclient/immuc/sql.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuclient.go b/cmd/immuclient/immuclient.go index a5974d2d4a..d6d17591f3 100644 --- a/cmd/immuclient/immuclient.go +++ b/cmd/immuclient/immuclient.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/immuclienttest/helper.go b/cmd/immuclient/immuclienttest/helper.go index 3033329a54..2e89a03352 100644 --- a/cmd/immuclient/immuclienttest/helper.go +++ b/cmd/immuclient/immuclienttest/helper.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/service/configs/immuclient.toml.freebsd.dist.go b/cmd/immuclient/service/configs/immuclient.toml.freebsd.dist.go index 3c35bcb698..876d6bd5a4 100644 --- a/cmd/immuclient/service/configs/immuclient.toml.freebsd.dist.go +++ b/cmd/immuclient/service/configs/immuclient.toml.freebsd.dist.go @@ -2,13 +2,13 @@ // +build freebsd /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/service/configs/immuclient.toml.linux.dist.go b/cmd/immuclient/service/configs/immuclient.toml.linux.dist.go index 89ca3c9507..3272747d9f 100644 --- a/cmd/immuclient/service/configs/immuclient.toml.linux.dist.go +++ b/cmd/immuclient/service/configs/immuclient.toml.linux.dist.go @@ -2,13 +2,13 @@ // +build linux darwin /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/service/configs/immuclient.toml.windows.dist.go b/cmd/immuclient/service/configs/immuclient.toml.windows.dist.go index dfacf05fe4..b8e6864d95 100644 --- a/cmd/immuclient/service/configs/immuclient.toml.windows.dist.go +++ b/cmd/immuclient/service/configs/immuclient.toml.windows.dist.go @@ -2,13 +2,13 @@ // +build windows /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/service/constants/freebsd.dist.go b/cmd/immuclient/service/constants/freebsd.dist.go index c782de5fea..5d07beceb2 100644 --- a/cmd/immuclient/service/constants/freebsd.dist.go +++ b/cmd/immuclient/service/constants/freebsd.dist.go @@ -2,13 +2,13 @@ // +build freebsd /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/service/constants/linux.dist.go b/cmd/immuclient/service/constants/linux.dist.go index 959758dc64..144945d62c 100644 --- a/cmd/immuclient/service/constants/linux.dist.go +++ b/cmd/immuclient/service/constants/linux.dist.go @@ -2,13 +2,13 @@ // +build linux darwin /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immuclient/service/constants/windows.dist.go b/cmd/immuclient/service/constants/windows.dist.go index 9ee0224a7e..eca9e65a9b 100644 --- a/cmd/immuclient/service/constants/windows.dist.go +++ b/cmd/immuclient/service/constants/windows.dist.go @@ -2,13 +2,13 @@ // +build windows /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/cmd.go b/cmd/immudb/command/cmd.go index 2832da077e..43c340a84b 100644 --- a/cmd/immudb/command/cmd.go +++ b/cmd/immudb/command/cmd.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/cmd_test.go b/cmd/immudb/command/cmd_test.go index 56ee7cb31f..d945cdf889 100644 --- a/cmd/immudb/command/cmd_test.go +++ b/cmd/immudb/command/cmd_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/commandline.go b/cmd/immudb/command/commandline.go index 93d6334494..6e7ebdc371 100644 --- a/cmd/immudb/command/commandline.go +++ b/cmd/immudb/command/commandline.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/commandline_test.go b/cmd/immudb/command/commandline_test.go index e89eb5fe51..14bd546649 100644 --- a/cmd/immudb/command/commandline_test.go +++ b/cmd/immudb/command/commandline_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/immudbcmdtest/immuServerMock.go b/cmd/immudb/command/immudbcmdtest/immuServerMock.go index 4ea6c99acd..e3a48e7253 100644 --- a/cmd/immudb/command/immudbcmdtest/immuServerMock.go +++ b/cmd/immudb/command/immudbcmdtest/immuServerMock.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/immudbcmdtest/immuServerMock_test.go b/cmd/immudb/command/immudbcmdtest/immuServerMock_test.go index cad81863ef..d77abd4297 100644 --- a/cmd/immudb/command/immudbcmdtest/immuServerMock_test.go +++ b/cmd/immudb/command/immudbcmdtest/immuServerMock_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/immudbcmdtest/manpageservice.go b/cmd/immudb/command/immudbcmdtest/manpageservice.go index 98439da1c8..30592c5a1e 100644 --- a/cmd/immudb/command/immudbcmdtest/manpageservice.go +++ b/cmd/immudb/command/immudbcmdtest/manpageservice.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/init.go b/cmd/immudb/command/init.go index d5859cff60..92db3eaa8d 100644 --- a/cmd/immudb/command/init.go +++ b/cmd/immudb/command/init.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/parse_options.go b/cmd/immudb/command/parse_options.go index 10b07a75c4..b4132f23bf 100644 --- a/cmd/immudb/command/parse_options.go +++ b/cmd/immudb/command/parse_options.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/root.go b/cmd/immudb/command/root.go index beac44bcb4..3063e5ba1c 100644 --- a/cmd/immudb/command/root.go +++ b/cmd/immudb/command/root.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/root_test.go b/cmd/immudb/command/root_test.go index f2b64f1dbd..201a369b12 100644 --- a/cmd/immudb/command/root_test.go +++ b/cmd/immudb/command/root_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/service/commandline.go b/cmd/immudb/command/service/commandline.go index 511815da5e..8d1f3f6e88 100644 --- a/cmd/immudb/command/service/commandline.go +++ b/cmd/immudb/command/service/commandline.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/service/commandline_test.go b/cmd/immudb/command/service/commandline_test.go index e5ed68581d..43b66cbd6d 100644 --- a/cmd/immudb/command/service/commandline_test.go +++ b/cmd/immudb/command/service/commandline_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/service/config/immudb.toml.freebsd.dist.go b/cmd/immudb/command/service/config/immudb.toml.freebsd.dist.go index be03f450af..b9527cc971 100644 --- a/cmd/immudb/command/service/config/immudb.toml.freebsd.dist.go +++ b/cmd/immudb/command/service/config/immudb.toml.freebsd.dist.go @@ -2,13 +2,13 @@ // +build freebsd /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/service/config/immudb.toml.linux.dist.go b/cmd/immudb/command/service/config/immudb.toml.linux.dist.go index 8395cdaa24..39e3b7bc4b 100644 --- a/cmd/immudb/command/service/config/immudb.toml.linux.dist.go +++ b/cmd/immudb/command/service/config/immudb.toml.linux.dist.go @@ -2,13 +2,13 @@ // +build linux darwin /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/service/config/immudb.toml.windows.dist.go b/cmd/immudb/command/service/config/immudb.toml.windows.dist.go index abdc786b1b..7db50da5c0 100644 --- a/cmd/immudb/command/service/config/immudb.toml.windows.dist.go +++ b/cmd/immudb/command/service/config/immudb.toml.windows.dist.go @@ -2,13 +2,13 @@ // +build windows /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/service/constant.go b/cmd/immudb/command/service/constant.go index ba815f7cca..efc243e470 100644 --- a/cmd/immudb/command/service/constant.go +++ b/cmd/immudb/command/service/constant.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/service/constants/freebsd.dist.go b/cmd/immudb/command/service/constants/freebsd.dist.go index 6bb53445bd..daf0c292d2 100644 --- a/cmd/immudb/command/service/constants/freebsd.dist.go +++ b/cmd/immudb/command/service/constants/freebsd.dist.go @@ -2,13 +2,13 @@ // +build freebsd /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/service/constants/linux.dist.go b/cmd/immudb/command/service/constants/linux.dist.go index cdf31b3e03..f4e73dc2a0 100644 --- a/cmd/immudb/command/service/constants/linux.dist.go +++ b/cmd/immudb/command/service/constants/linux.dist.go @@ -2,13 +2,13 @@ // +build linux darwin /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/service/constants/windows.dist.go b/cmd/immudb/command/service/constants/windows.dist.go index 17eecf467a..7399623cb2 100644 --- a/cmd/immudb/command/service/constants/windows.dist.go +++ b/cmd/immudb/command/service/constants/windows.dist.go @@ -2,13 +2,13 @@ // +build windows /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/service/service.go b/cmd/immudb/command/service/service.go index 52f31c62dd..c00ca3a3aa 100644 --- a/cmd/immudb/command/service/service.go +++ b/cmd/immudb/command/service/service.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/service/service_test.go b/cmd/immudb/command/service/service_test.go index 5475073d66..f9d7f1f66f 100644 --- a/cmd/immudb/command/service/service_test.go +++ b/cmd/immudb/command/service/service_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/service/servicetest/configservice.go b/cmd/immudb/command/service/servicetest/configservice.go index ddeeff5bf6..d8b598c156 100644 --- a/cmd/immudb/command/service/servicetest/configservice.go +++ b/cmd/immudb/command/service/servicetest/configservice.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/service/servicetest/daemon.go b/cmd/immudb/command/service/servicetest/daemon.go index 358f2f6ae6..8f21a73069 100644 --- a/cmd/immudb/command/service/servicetest/daemon.go +++ b/cmd/immudb/command/service/servicetest/daemon.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/service/servicetest/server.go b/cmd/immudb/command/service/servicetest/server.go index bf836e17c3..3aa9f182fe 100644 --- a/cmd/immudb/command/service/servicetest/server.go +++ b/cmd/immudb/command/service/servicetest/server.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/service/servicetest/sservice.go b/cmd/immudb/command/service/servicetest/sservice.go index c2a4410da7..89760bc781 100644 --- a/cmd/immudb/command/service/servicetest/sservice.go +++ b/cmd/immudb/command/service/servicetest/sservice.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/tls_config.go b/cmd/immudb/command/tls_config.go index 59319c540d..8565e015f2 100644 --- a/cmd/immudb/command/tls_config.go +++ b/cmd/immudb/command/tls_config.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/command/tls_config_test.go b/cmd/immudb/command/tls_config_test.go index ea00fcc859..067c329a4c 100644 --- a/cmd/immudb/command/tls_config_test.go +++ b/cmd/immudb/command/tls_config_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/fips/fips.go b/cmd/immudb/fips/fips.go index 6fb09709be..39020eb697 100644 --- a/cmd/immudb/fips/fips.go +++ b/cmd/immudb/fips/fips.go @@ -2,13 +2,13 @@ // +build fips /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immudb/immudb.go b/cmd/immudb/immudb.go index cd21f80f7b..7943e52e35 100644 --- a/cmd/immudb/immudb.go +++ b/cmd/immudb/immudb.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immutest/command/cmd.go b/cmd/immutest/command/cmd.go index a8db4f3666..acd3ff22a9 100644 --- a/cmd/immutest/command/cmd.go +++ b/cmd/immutest/command/cmd.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immutest/command/cmd_test.go b/cmd/immutest/command/cmd_test.go index 5daa0eb3d4..dbbc734da5 100644 --- a/cmd/immutest/command/cmd_test.go +++ b/cmd/immutest/command/cmd_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immutest/command/init.go b/cmd/immutest/command/init.go index 8a97c3bd3b..38bdf19af4 100644 --- a/cmd/immutest/command/init.go +++ b/cmd/immutest/command/init.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immutest/immutest.go b/cmd/immutest/immutest.go index 82ec6be246..0ce975b2be 100644 --- a/cmd/immutest/immutest.go +++ b/cmd/immutest/immutest.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/immutest/immutest_test.go b/cmd/immutest/immutest_test.go index ac7de749c0..18c21d5330 100644 --- a/cmd/immutest/immutest_test.go +++ b/cmd/immutest/immutest_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/sservice/constant.go b/cmd/sservice/constant.go index 3d719144ad..136705b501 100644 --- a/cmd/sservice/constant.go +++ b/cmd/sservice/constant.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/sservice/manpageservice.go b/cmd/sservice/manpageservice.go index e3990f25c3..c7d580e96d 100644 --- a/cmd/sservice/manpageservice.go +++ b/cmd/sservice/manpageservice.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/sservice/manpageservice_test.go b/cmd/sservice/manpageservice_test.go index 5a6af74eda..5235250f42 100644 --- a/cmd/sservice/manpageservice_test.go +++ b/cmd/sservice/manpageservice_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/sservice/option.go b/cmd/sservice/option.go index c00b42b6c5..80876c9977 100644 --- a/cmd/sservice/option.go +++ b/cmd/sservice/option.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/sservice/option_test.go b/cmd/sservice/option_test.go index 306ac0ba5f..e9ea757474 100644 --- a/cmd/sservice/option_test.go +++ b/cmd/sservice/option_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/sservice/sservice.go b/cmd/sservice/sservice.go index 48f78bba5b..9287c91d5a 100644 --- a/cmd/sservice/sservice.go +++ b/cmd/sservice/sservice.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/sservice/sservice_freebsd.go b/cmd/sservice/sservice_freebsd.go index 47a8e828ff..10974c3d4e 100644 --- a/cmd/sservice/sservice_freebsd.go +++ b/cmd/sservice/sservice_freebsd.go @@ -2,13 +2,13 @@ // +build freebsd /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/sservice/sservice_unix.go b/cmd/sservice/sservice_unix.go index c3cc49f9b4..07426a05d7 100644 --- a/cmd/sservice/sservice_unix.go +++ b/cmd/sservice/sservice_unix.go @@ -2,13 +2,13 @@ // +build linux darwin /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/sservice/sservice_unix_test.go b/cmd/sservice/sservice_unix_test.go index f8f60d8467..50c6c43b35 100644 --- a/cmd/sservice/sservice_unix_test.go +++ b/cmd/sservice/sservice_unix_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/sservice/sservice_windows.go b/cmd/sservice/sservice_windows.go index 56c5fb91e6..c35111a90e 100644 --- a/cmd/sservice/sservice_windows.go +++ b/cmd/sservice/sservice_windows.go @@ -2,13 +2,13 @@ // +build windows /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/sservice/sservice_windows_test.go b/cmd/sservice/sservice_windows_test.go index 250a42fd04..0831859d38 100644 --- a/cmd/sservice/sservice_windows_test.go +++ b/cmd/sservice/sservice_windows_test.go @@ -2,13 +2,13 @@ // +build windows /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/version/cmd.go b/cmd/version/cmd.go index 9d990a0774..a1972a2adf 100644 --- a/cmd/version/cmd.go +++ b/cmd/version/cmd.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmd/version/cmd_test.go b/cmd/version/cmd_test.go index 400277bb59..1a07e7ddf3 100644 --- a/cmd/version/cmd_test.go +++ b/cmd/version/cmd_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/docs/security/vulnerabilities/linear-fake/server/data_generation/state_values_generation_test.go b/docs/security/vulnerabilities/linear-fake/server/data_generation/state_values_generation_test.go index 33db74ba21..d498068ee4 100644 --- a/docs/security/vulnerabilities/linear-fake/server/data_generation/state_values_generation_test.go +++ b/docs/security/vulnerabilities/linear-fake/server/data_generation/state_values_generation_test.go @@ -2,13 +2,13 @@ // +build ignore /* -Copyright 2022 CodeNotary, Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/docs/security/vulnerabilities/linear-fake/server/go_client_test.go b/docs/security/vulnerabilities/linear-fake/server/go_client_test.go index 4b04dc2a74..b9f44da6b6 100644 --- a/docs/security/vulnerabilities/linear-fake/server/go_client_test.go +++ b/docs/security/vulnerabilities/linear-fake/server/go_client_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 CodeNotary, Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/docs/security/vulnerabilities/linear-fake/server/main.go b/docs/security/vulnerabilities/linear-fake/server/main.go index 6880e81ab6..90e53fc563 100644 --- a/docs/security/vulnerabilities/linear-fake/server/main.go +++ b/docs/security/vulnerabilities/linear-fake/server/main.go @@ -1,11 +1,11 @@ /* -Copyright 2022 CodeNotary, Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/docs/security/vulnerabilities/linear-fake/server/server.go b/docs/security/vulnerabilities/linear-fake/server/server.go index 7eff82f4f1..a4e6e70fb9 100644 --- a/docs/security/vulnerabilities/linear-fake/server/server.go +++ b/docs/security/vulnerabilities/linear-fake/server/server.go @@ -1,11 +1,11 @@ /* -Copyright 2022 CodeNotary, Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/ahtree/ahtree.go b/embedded/ahtree/ahtree.go index 9760fb1eed..2235518d2c 100644 --- a/embedded/ahtree/ahtree.go +++ b/embedded/ahtree/ahtree.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/ahtree/ahtree_test.go b/embedded/ahtree/ahtree_test.go index 7a1031b006..7f65815a9e 100644 --- a/embedded/ahtree/ahtree_test.go +++ b/embedded/ahtree/ahtree_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/ahtree/options.go b/embedded/ahtree/options.go index f28091baad..96c5468e1e 100644 --- a/embedded/ahtree/options.go +++ b/embedded/ahtree/options.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/ahtree/options_test.go b/embedded/ahtree/options_test.go index 7f50097136..a36374a9ca 100644 --- a/embedded/ahtree/options_test.go +++ b/embedded/ahtree/options_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/ahtree/verification.go b/embedded/ahtree/verification.go index d919c71772..8350b83fc4 100644 --- a/embedded/ahtree/verification.go +++ b/embedded/ahtree/verification.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/ahtree/verification_test.go b/embedded/ahtree/verification_test.go index cce1d894bf..b05618f02c 100644 --- a/embedded/ahtree/verification_test.go +++ b/embedded/ahtree/verification_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/appendable.go b/embedded/appendable/appendable.go index 0856a4a52b..e54cb5cba1 100644 --- a/embedded/appendable/appendable.go +++ b/embedded/appendable/appendable.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/fileutils/fileutils.go b/embedded/appendable/fileutils/fileutils.go index a2b0346a58..2cbc2ebde5 100644 --- a/embedded/appendable/fileutils/fileutils.go +++ b/embedded/appendable/fileutils/fileutils.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/fileutils/fileutils_darwin.go b/embedded/appendable/fileutils/fileutils_darwin.go index ffc1a2f0af..e1eeae7dfb 100644 --- a/embedded/appendable/fileutils/fileutils_darwin.go +++ b/embedded/appendable/fileutils/fileutils_darwin.go @@ -2,13 +2,13 @@ // +build darwin /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/fileutils/fileutils_freebsd.go b/embedded/appendable/fileutils/fileutils_freebsd.go index 51f7e7d727..e3697d1ae9 100644 --- a/embedded/appendable/fileutils/fileutils_freebsd.go +++ b/embedded/appendable/fileutils/fileutils_freebsd.go @@ -2,14 +2,13 @@ // +build freebsd /* -Copyright 2023 Codenotary Inc. All rights reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); +Copyright 2024 Codenotary Inc. All rights reserved. +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/fileutils/fileutils_linux.go b/embedded/appendable/fileutils/fileutils_linux.go index 063326409e..412252d066 100644 --- a/embedded/appendable/fileutils/fileutils_linux.go +++ b/embedded/appendable/fileutils/fileutils_linux.go @@ -2,14 +2,13 @@ // +build linux /* -Copyright 2023 Codenotary Inc. All rights reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); +Copyright 2024 Codenotary Inc. All rights reserved. +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/fileutils/fileutils_unix_nonlinux.go b/embedded/appendable/fileutils/fileutils_unix_nonlinux.go index d8db7e9d9a..0c80ae70d1 100644 --- a/embedded/appendable/fileutils/fileutils_unix_nonlinux.go +++ b/embedded/appendable/fileutils/fileutils_unix_nonlinux.go @@ -2,13 +2,13 @@ // +build unix,!linux,!darwin,!freebsd /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/fileutils/fileutils_windows.go b/embedded/appendable/fileutils/fileutils_windows.go index c0693b3d7f..231a5f4fa1 100644 --- a/embedded/appendable/fileutils/fileutils_windows.go +++ b/embedded/appendable/fileutils/fileutils_windows.go @@ -2,13 +2,13 @@ // +build windows /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/metadata.go b/embedded/appendable/metadata.go index b35dcb5e1c..0d1203cbda 100644 --- a/embedded/appendable/metadata.go +++ b/embedded/appendable/metadata.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/metadata_test.go b/embedded/appendable/metadata_test.go index fdb9521060..117281c107 100644 --- a/embedded/appendable/metadata_test.go +++ b/embedded/appendable/metadata_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/mocked/mocked.go b/embedded/appendable/mocked/mocked.go index a721930da0..514d116e97 100644 --- a/embedded/appendable/mocked/mocked.go +++ b/embedded/appendable/mocked/mocked.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/mocked/mocked_test.go b/embedded/appendable/mocked/mocked_test.go index 82cedeb0c7..6dcad7b348 100644 --- a/embedded/appendable/mocked/mocked_test.go +++ b/embedded/appendable/mocked/mocked_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/multiapp/appendable_lru_cache.go b/embedded/appendable/multiapp/appendable_lru_cache.go index ec9df0bfb7..9d2015e2b8 100644 --- a/embedded/appendable/multiapp/appendable_lru_cache.go +++ b/embedded/appendable/multiapp/appendable_lru_cache.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/multiapp/appendable_lru_cache_test.go b/embedded/appendable/multiapp/appendable_lru_cache_test.go index e756538d61..e6d8e4545c 100644 --- a/embedded/appendable/multiapp/appendable_lru_cache_test.go +++ b/embedded/appendable/multiapp/appendable_lru_cache_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/multiapp/metrics.go b/embedded/appendable/multiapp/metrics.go index aac0ae66bb..ea1bece85a 100644 --- a/embedded/appendable/multiapp/metrics.go +++ b/embedded/appendable/multiapp/metrics.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/multiapp/multi_app.go b/embedded/appendable/multiapp/multi_app.go index 9ef1f2a084..c34497eb74 100644 --- a/embedded/appendable/multiapp/multi_app.go +++ b/embedded/appendable/multiapp/multi_app.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/multiapp/multi_app_test.go b/embedded/appendable/multiapp/multi_app_test.go index 364311e538..6e1a96e869 100644 --- a/embedded/appendable/multiapp/multi_app_test.go +++ b/embedded/appendable/multiapp/multi_app_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/multiapp/options.go b/embedded/appendable/multiapp/options.go index adeccb5795..1b9df44f24 100644 --- a/embedded/appendable/multiapp/options.go +++ b/embedded/appendable/multiapp/options.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/multiapp/options_test.go b/embedded/appendable/multiapp/options_test.go index ff55978df9..b780f086b7 100644 --- a/embedded/appendable/multiapp/options_test.go +++ b/embedded/appendable/multiapp/options_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/reader.go b/embedded/appendable/reader.go index 1b6db98cb7..98720fd8ee 100644 --- a/embedded/appendable/reader.go +++ b/embedded/appendable/reader.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/reader_test.go b/embedded/appendable/reader_test.go index 217b866171..91212c4626 100644 --- a/embedded/appendable/reader_test.go +++ b/embedded/appendable/reader_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/remoteapp/chunk_state.go b/embedded/appendable/remoteapp/chunk_state.go index 04b8728d6b..ff22f994a9 100644 --- a/embedded/appendable/remoteapp/chunk_state.go +++ b/embedded/appendable/remoteapp/chunk_state.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/remoteapp/chunk_state_test.go b/embedded/appendable/remoteapp/chunk_state_test.go index 8cba0b5ef0..0892cbdddd 100644 --- a/embedded/appendable/remoteapp/chunk_state_test.go +++ b/embedded/appendable/remoteapp/chunk_state_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/remoteapp/chunked_process.go b/embedded/appendable/remoteapp/chunked_process.go index 4f45f695e0..79ec7b942c 100644 --- a/embedded/appendable/remoteapp/chunked_process.go +++ b/embedded/appendable/remoteapp/chunked_process.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/remoteapp/chunked_process_test.go b/embedded/appendable/remoteapp/chunked_process_test.go index d2378f8401..4a3722def0 100644 --- a/embedded/appendable/remoteapp/chunked_process_test.go +++ b/embedded/appendable/remoteapp/chunked_process_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/remoteapp/errors.go b/embedded/appendable/remoteapp/errors.go index 1b71c55125..9af4740fc3 100644 --- a/embedded/appendable/remoteapp/errors.go +++ b/embedded/appendable/remoteapp/errors.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/remoteapp/metrics.go b/embedded/appendable/remoteapp/metrics.go index 89d53fa1ee..bb0cb46120 100644 --- a/embedded/appendable/remoteapp/metrics.go +++ b/embedded/appendable/remoteapp/metrics.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/remoteapp/options.go b/embedded/appendable/remoteapp/options.go index c41f4592e8..d75875d773 100644 --- a/embedded/appendable/remoteapp/options.go +++ b/embedded/appendable/remoteapp/options.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/remoteapp/options_test.go b/embedded/appendable/remoteapp/options_test.go index 24157dcb40..1e6cce4c9c 100644 --- a/embedded/appendable/remoteapp/options_test.go +++ b/embedded/appendable/remoteapp/options_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/remoteapp/remote_app.go b/embedded/appendable/remoteapp/remote_app.go index 9b832434cf..2fed2fb195 100644 --- a/embedded/appendable/remoteapp/remote_app.go +++ b/embedded/appendable/remoteapp/remote_app.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/remoteapp/remote_app_test.go b/embedded/appendable/remoteapp/remote_app_test.go index 31172ccafd..d43d6b0a8c 100644 --- a/embedded/appendable/remoteapp/remote_app_test.go +++ b/embedded/appendable/remoteapp/remote_app_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/singleapp/options.go b/embedded/appendable/singleapp/options.go index ff70d90de3..0a40e12dc1 100644 --- a/embedded/appendable/singleapp/options.go +++ b/embedded/appendable/singleapp/options.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/singleapp/options_test.go b/embedded/appendable/singleapp/options_test.go index 1b938d50cb..9e4315ac3e 100644 --- a/embedded/appendable/singleapp/options_test.go +++ b/embedded/appendable/singleapp/options_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/singleapp/single_app.go b/embedded/appendable/singleapp/single_app.go index 5d7bb58e1f..afe7c2be18 100644 --- a/embedded/appendable/singleapp/single_app.go +++ b/embedded/appendable/singleapp/single_app.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/appendable/singleapp/single_app_test.go b/embedded/appendable/singleapp/single_app_test.go index 2da4561c9a..6f4af9be40 100644 --- a/embedded/appendable/singleapp/single_app_test.go +++ b/embedded/appendable/singleapp/single_app_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/cache/lru_cache.go b/embedded/cache/lru_cache.go index 0b553031d2..1d843c1cb9 100644 --- a/embedded/cache/lru_cache.go +++ b/embedded/cache/lru_cache.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/cache/lru_cache_test.go b/embedded/cache/lru_cache_test.go index a24af7b406..cb0fd83872 100644 --- a/embedded/cache/lru_cache_test.go +++ b/embedded/cache/lru_cache_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/document/document_id.go b/embedded/document/document_id.go index cd232cdd55..d80793d0b9 100644 --- a/embedded/document/document_id.go +++ b/embedded/document/document_id.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/document/document_id_test.go b/embedded/document/document_id_test.go index 3c618f7458..89d648d58a 100644 --- a/embedded/document/document_id_test.go +++ b/embedded/document/document_id_test.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/document/document_reader.go b/embedded/document/document_reader.go index acc0b9e985..118d1f968b 100644 --- a/embedded/document/document_reader.go +++ b/embedded/document/document_reader.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/document/engine.go b/embedded/document/engine.go index aa1cf360bc..97e066ea28 100644 --- a/embedded/document/engine.go +++ b/embedded/document/engine.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/document/engine_test.go b/embedded/document/engine_test.go index c983d35e8a..4be3987a28 100644 --- a/embedded/document/engine_test.go +++ b/embedded/document/engine_test.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/document/errors.go b/embedded/document/errors.go index 5d355cdb23..729d397efc 100644 --- a/embedded/document/errors.go +++ b/embedded/document/errors.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/document/errors_test.go b/embedded/document/errors_test.go index 8e3d9558df..2794af04c0 100644 --- a/embedded/document/errors_test.go +++ b/embedded/document/errors_test.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/document/options.go b/embedded/document/options.go index d24dd76770..5ec7981c44 100644 --- a/embedded/document/options.go +++ b/embedded/document/options.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/document/options_test.go b/embedded/document/options_test.go index b6b90fa3e0..cef769fce7 100644 --- a/embedded/document/options_test.go +++ b/embedded/document/options_test.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/document/type_conversions.go b/embedded/document/type_conversions.go index 535194bf2c..62221a7f1b 100644 --- a/embedded/document/type_conversions.go +++ b/embedded/document/type_conversions.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/document/type_conversions_test.go b/embedded/document/type_conversions_test.go index b0033e6134..a456115077 100644 --- a/embedded/document/type_conversions_test.go +++ b/embedded/document/type_conversions_test.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/errors.go b/embedded/errors.go index 853f844916..c28f7b5b38 100644 --- a/embedded/errors.go +++ b/embedded/errors.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/htree/htree.go b/embedded/htree/htree.go index 498e7fe02c..0bfb5d578d 100644 --- a/embedded/htree/htree.go +++ b/embedded/htree/htree.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/htree/htree_test.go b/embedded/htree/htree_test.go index fc7dca9d72..6d3811b13b 100644 --- a/embedded/htree/htree_test.go +++ b/embedded/htree/htree_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/logger/file.go b/embedded/logger/file.go index a557ffd429..6cf7ec69b7 100644 --- a/embedded/logger/file.go +++ b/embedded/logger/file.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/logger/file_test.go b/embedded/logger/file_test.go index 3ac569a336..d6c1479cf1 100644 --- a/embedded/logger/file_test.go +++ b/embedded/logger/file_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/logger/json.go b/embedded/logger/json.go index 13758ff807..1b4b27951c 100644 --- a/embedded/logger/json.go +++ b/embedded/logger/json.go @@ -1,11 +1,11 @@ /* -Copyright 2022 CodeNotary, Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/logger/json_test.go b/embedded/logger/json_test.go index a0e4147c63..5f984d1edb 100644 --- a/embedded/logger/json_test.go +++ b/embedded/logger/json_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 CodeNotary, Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/logger/logger.go b/embedded/logger/logger.go index ad96e21bbb..7c601a3443 100644 --- a/embedded/logger/logger.go +++ b/embedded/logger/logger.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/logger/logger_test.go b/embedded/logger/logger_test.go index 4c10e519ee..f7cd0217dd 100644 --- a/embedded/logger/logger_test.go +++ b/embedded/logger/logger_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 CodeNotary, Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/logger/memory.go b/embedded/logger/memory.go index fca216e91a..464f94ebd2 100644 --- a/embedded/logger/memory.go +++ b/embedded/logger/memory.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/logger/memory_test.go b/embedded/logger/memory_test.go index 180126b7b6..b9bf5feae3 100644 --- a/embedded/logger/memory_test.go +++ b/embedded/logger/memory_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/logger/simple.go b/embedded/logger/simple.go index e563391b5e..0ed57bca6b 100644 --- a/embedded/logger/simple.go +++ b/embedded/logger/simple.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/logger/simple_test.go b/embedded/logger/simple_test.go index 1a2ada27a3..cc5a646c4e 100644 --- a/embedded/logger/simple_test.go +++ b/embedded/logger/simple_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/multierr/multierr.go b/embedded/multierr/multierr.go index ec983eef0a..9687c99d20 100644 --- a/embedded/multierr/multierr.go +++ b/embedded/multierr/multierr.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/multierr/multierr_test.go b/embedded/multierr/multierr_test.go index 6990b6b93b..811177772c 100644 --- a/embedded/multierr/multierr_test.go +++ b/embedded/multierr/multierr_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/remotestorage/memory/memory.go b/embedded/remotestorage/memory/memory.go index 063c11dcee..b5d8945140 100644 --- a/embedded/remotestorage/memory/memory.go +++ b/embedded/remotestorage/memory/memory.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/remotestorage/memory/memory_test.go b/embedded/remotestorage/memory/memory_test.go index ae06555fd2..65436244ae 100644 --- a/embedded/remotestorage/memory/memory_test.go +++ b/embedded/remotestorage/memory/memory_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/remotestorage/remote_storage.go b/embedded/remotestorage/remote_storage.go index f7079fccb7..9e870ef079 100644 --- a/embedded/remotestorage/remote_storage.go +++ b/embedded/remotestorage/remote_storage.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/remotestorage/s3/metrics.go b/embedded/remotestorage/s3/metrics.go index 57ce2ee67e..162d3e1efa 100644 --- a/embedded/remotestorage/s3/metrics.go +++ b/embedded/remotestorage/s3/metrics.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/remotestorage/s3/s3.go b/embedded/remotestorage/s3/s3.go index b43d5a4965..b06c0dea8b 100644 --- a/embedded/remotestorage/s3/s3.go +++ b/embedded/remotestorage/s3/s3.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/remotestorage/s3/s3_test.go b/embedded/remotestorage/s3/s3_test.go index b8598150b0..91e17baae6 100644 --- a/embedded/remotestorage/s3/s3_test.go +++ b/embedded/remotestorage/s3/s3_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/remotestorage/s3/s3_with_minio_test.go b/embedded/remotestorage/s3/s3_with_minio_test.go index 63d11e18da..52fae40c27 100644 --- a/embedded/remotestorage/s3/s3_with_minio_test.go +++ b/embedded/remotestorage/s3/s3_with_minio_test.go @@ -2,13 +2,13 @@ // +build minio /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/aggregated_values.go b/embedded/sql/aggregated_values.go index f22943a5dc..d39d53a6ed 100644 --- a/embedded/sql/aggregated_values.go +++ b/embedded/sql/aggregated_values.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/aggregated_values_test.go b/embedded/sql/aggregated_values_test.go index 4b7688a901..79db657739 100644 --- a/embedded/sql/aggregated_values_test.go +++ b/embedded/sql/aggregated_values_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/catalog.go b/embedded/sql/catalog.go index fd6a0877cc..7f99a34c41 100644 --- a/embedded/sql/catalog.go +++ b/embedded/sql/catalog.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/catalog_test.go b/embedded/sql/catalog_test.go index 534150a2ed..9c812f1da2 100644 --- a/embedded/sql/catalog_test.go +++ b/embedded/sql/catalog_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/cond_row_reader.go b/embedded/sql/cond_row_reader.go index 4be9619de5..580dc110fe 100644 --- a/embedded/sql/cond_row_reader.go +++ b/embedded/sql/cond_row_reader.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/cond_row_reader_test.go b/embedded/sql/cond_row_reader_test.go index 513714b8b2..11924f4a55 100644 --- a/embedded/sql/cond_row_reader_test.go +++ b/embedded/sql/cond_row_reader_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/distinct_row_reader.go b/embedded/sql/distinct_row_reader.go index d25933e39f..08ecd6a202 100644 --- a/embedded/sql/distinct_row_reader.go +++ b/embedded/sql/distinct_row_reader.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/distinct_row_reader_test.go b/embedded/sql/distinct_row_reader_test.go index cc4db63b3b..f470e69d47 100644 --- a/embedded/sql/distinct_row_reader_test.go +++ b/embedded/sql/distinct_row_reader_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/dummy_data_source_test.go b/embedded/sql/dummy_data_source_test.go index 8f77a371cc..c97aceece7 100644 --- a/embedded/sql/dummy_data_source_test.go +++ b/embedded/sql/dummy_data_source_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/dummy_row_reader_test.go b/embedded/sql/dummy_row_reader_test.go index b0480b5a1c..59c3c25cb5 100644 --- a/embedded/sql/dummy_row_reader_test.go +++ b/embedded/sql/dummy_row_reader_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/engine.go b/embedded/sql/engine.go index cf5a904cf3..62de221f08 100644 --- a/embedded/sql/engine.go +++ b/embedded/sql/engine.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/engine_test.go b/embedded/sql/engine_test.go index fbe4e8e70c..6e11f12765 100644 --- a/embedded/sql/engine_test.go +++ b/embedded/sql/engine_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/grouped_row_reader.go b/embedded/sql/grouped_row_reader.go index 471cdddacc..92e3027729 100644 --- a/embedded/sql/grouped_row_reader.go +++ b/embedded/sql/grouped_row_reader.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/grouped_row_reader_test.go b/embedded/sql/grouped_row_reader_test.go index 36a9e2c3b2..e84fe26e22 100644 --- a/embedded/sql/grouped_row_reader_test.go +++ b/embedded/sql/grouped_row_reader_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/implicit_conversion.go b/embedded/sql/implicit_conversion.go index a69fca80d1..a93f503f61 100644 --- a/embedded/sql/implicit_conversion.go +++ b/embedded/sql/implicit_conversion.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/implicit_conversion_test.go b/embedded/sql/implicit_conversion_test.go index fc950e3005..78ffa5cc2d 100644 --- a/embedded/sql/implicit_conversion_test.go +++ b/embedded/sql/implicit_conversion_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/joint_row_reader.go b/embedded/sql/joint_row_reader.go index 37055652b7..ddd04b717a 100644 --- a/embedded/sql/joint_row_reader.go +++ b/embedded/sql/joint_row_reader.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/joint_row_reader_test.go b/embedded/sql/joint_row_reader_test.go index 0f4d2633f5..ba8fa267cd 100644 --- a/embedded/sql/joint_row_reader_test.go +++ b/embedded/sql/joint_row_reader_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/limit_row_reader.go b/embedded/sql/limit_row_reader.go index e829a225fc..602e662c2a 100644 --- a/embedded/sql/limit_row_reader.go +++ b/embedded/sql/limit_row_reader.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/limit_row_reader_test.go b/embedded/sql/limit_row_reader_test.go index 1414577e0b..3842a42af0 100644 --- a/embedded/sql/limit_row_reader_test.go +++ b/embedded/sql/limit_row_reader_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/num_operator.go b/embedded/sql/num_operator.go index 69bdb07622..652c9069c3 100644 --- a/embedded/sql/num_operator.go +++ b/embedded/sql/num_operator.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/num_operator_test.go b/embedded/sql/num_operator_test.go index 8f51c71efb..1635b53e02 100644 --- a/embedded/sql/num_operator_test.go +++ b/embedded/sql/num_operator_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/offset_row_reader.go b/embedded/sql/offset_row_reader.go index 39b994eb55..aedf7fdf8d 100644 --- a/embedded/sql/offset_row_reader.go +++ b/embedded/sql/offset_row_reader.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/offset_row_reader_test.go b/embedded/sql/offset_row_reader_test.go index 0f04582ef3..ea6f9df84d 100644 --- a/embedded/sql/offset_row_reader_test.go +++ b/embedded/sql/offset_row_reader_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/options.go b/embedded/sql/options.go index 8970864659..b00cbb05d2 100644 --- a/embedded/sql/options.go +++ b/embedded/sql/options.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/options_test.go b/embedded/sql/options_test.go index 60098201e7..78e08aa4b1 100644 --- a/embedded/sql/options_test.go +++ b/embedded/sql/options_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/parser.go b/embedded/sql/parser.go index 672eb9ea2a..a2922a8eb0 100644 --- a/embedded/sql/parser.go +++ b/embedded/sql/parser.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/parser_test.go b/embedded/sql/parser_test.go index e8f7e1dfe8..cfeaf67526 100644 --- a/embedded/sql/parser_test.go +++ b/embedded/sql/parser_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/proj_row_reader.go b/embedded/sql/proj_row_reader.go index 79f4ecc066..d2642241e3 100644 --- a/embedded/sql/proj_row_reader.go +++ b/embedded/sql/proj_row_reader.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/row_reader.go b/embedded/sql/row_reader.go index 9fdf75991c..c59e1a6f65 100644 --- a/embedded/sql/row_reader.go +++ b/embedded/sql/row_reader.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/row_reader_test.go b/embedded/sql/row_reader_test.go index f4f43f92b5..3985959b45 100644 --- a/embedded/sql/row_reader_test.go +++ b/embedded/sql/row_reader_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/sql_tx.go b/embedded/sql/sql_tx.go index d6b9677d47..683818aa86 100644 --- a/embedded/sql/sql_tx.go +++ b/embedded/sql/sql_tx.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/sql_tx_options.go b/embedded/sql/sql_tx_options.go index cded59d58b..4142b50ac1 100644 --- a/embedded/sql/sql_tx_options.go +++ b/embedded/sql/sql_tx_options.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/stmt.go b/embedded/sql/stmt.go index 98fea43849..ee02cfc23a 100644 --- a/embedded/sql/stmt.go +++ b/embedded/sql/stmt.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/stmt_test.go b/embedded/sql/stmt_test.go index 0c32acf9d8..2f06ab6fea 100644 --- a/embedded/sql/stmt_test.go +++ b/embedded/sql/stmt_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/timestamp.go b/embedded/sql/timestamp.go index 01cf6c0cca..3d59c369b1 100644 --- a/embedded/sql/timestamp.go +++ b/embedded/sql/timestamp.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/timestamp_test.go b/embedded/sql/timestamp_test.go index 8cf679a1f1..c7968307a6 100644 --- a/embedded/sql/timestamp_test.go +++ b/embedded/sql/timestamp_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/type_conversion.go b/embedded/sql/type_conversion.go index 161385080a..6beaa0f988 100644 --- a/embedded/sql/type_conversion.go +++ b/embedded/sql/type_conversion.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/union_row_reader.go b/embedded/sql/union_row_reader.go index 7ed2031591..35af04d49c 100644 --- a/embedded/sql/union_row_reader.go +++ b/embedded/sql/union_row_reader.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/union_row_reader_test.go b/embedded/sql/union_row_reader_test.go index 8ee4b32c6b..879c3fddc7 100644 --- a/embedded/sql/union_row_reader_test.go +++ b/embedded/sql/union_row_reader_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/values_row_reader.go b/embedded/sql/values_row_reader.go index 1ef828abbb..3e23df8ccd 100644 --- a/embedded/sql/values_row_reader.go +++ b/embedded/sql/values_row_reader.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/sql/values_row_reader_test.go b/embedded/sql/values_row_reader_test.go index f2be894ad6..176b8cfb01 100644 --- a/embedded/sql/values_row_reader_test.go +++ b/embedded/sql/values_row_reader_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/immustore.go b/embedded/store/immustore.go index 081645202d..0903a13717 100644 --- a/embedded/store/immustore.go +++ b/embedded/store/immustore.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/immustore_test.go b/embedded/store/immustore_test.go index 48e56d54e0..3814cd56ea 100644 --- a/embedded/store/immustore_test.go +++ b/embedded/store/immustore_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/indexer.go b/embedded/store/indexer.go index 00e799c3d6..178869f373 100644 --- a/embedded/store/indexer.go +++ b/embedded/store/indexer.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/indexer_test.go b/embedded/store/indexer_test.go index b88781c863..c0bb302a43 100644 --- a/embedded/store/indexer_test.go +++ b/embedded/store/indexer_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/key_reader.go b/embedded/store/key_reader.go index c38b0db1f8..2e31a44fb7 100644 --- a/embedded/store/key_reader.go +++ b/embedded/store/key_reader.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/key_reader_test.go b/embedded/store/key_reader_test.go index 1908104326..2365001d98 100644 --- a/embedded/store/key_reader_test.go +++ b/embedded/store/key_reader_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/kv_metadata.go b/embedded/store/kv_metadata.go index 9255830b21..83dd10baa1 100644 --- a/embedded/store/kv_metadata.go +++ b/embedded/store/kv_metadata.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/kv_metadata_test.go b/embedded/store/kv_metadata_test.go index 5c1a57e77d..d713220497 100644 --- a/embedded/store/kv_metadata_test.go +++ b/embedded/store/kv_metadata_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/metadata.go b/embedded/store/metadata.go index 9b0f97f1f7..62fef28f09 100644 --- a/embedded/store/metadata.go +++ b/embedded/store/metadata.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/ongoing_tx.go b/embedded/store/ongoing_tx.go index 6b6ce47adf..2ec7205708 100644 --- a/embedded/store/ongoing_tx.go +++ b/embedded/store/ongoing_tx.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/ongoing_tx_keyreader.go b/embedded/store/ongoing_tx_keyreader.go index 07717f3b2c..bfaa2597a8 100644 --- a/embedded/store/ongoing_tx_keyreader.go +++ b/embedded/store/ongoing_tx_keyreader.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/ongoing_tx_options.go b/embedded/store/ongoing_tx_options.go index 74c3240d22..6e3967c527 100644 --- a/embedded/store/ongoing_tx_options.go +++ b/embedded/store/ongoing_tx_options.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/ongoing_tx_test.go b/embedded/store/ongoing_tx_test.go index 6be884e479..aca259259c 100644 --- a/embedded/store/ongoing_tx_test.go +++ b/embedded/store/ongoing_tx_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/options.go b/embedded/store/options.go index c6f5dad974..fe4027f466 100644 --- a/embedded/store/options.go +++ b/embedded/store/options.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/options_test.go b/embedded/store/options_test.go index e906de3b15..8449f1829e 100644 --- a/embedded/store/options_test.go +++ b/embedded/store/options_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/precommit_buffer.go b/embedded/store/precommit_buffer.go index 8e97f9c438..ea036b6e29 100644 --- a/embedded/store/precommit_buffer.go +++ b/embedded/store/precommit_buffer.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/precommit_buffer_test.go b/embedded/store/precommit_buffer_test.go index 8d0dd0ba85..db40654abd 100644 --- a/embedded/store/precommit_buffer_test.go +++ b/embedded/store/precommit_buffer_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/preconditions.go b/embedded/store/preconditions.go index 42de4f4031..e7c59d3230 100644 --- a/embedded/store/preconditions.go +++ b/embedded/store/preconditions.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/tx.go b/embedded/store/tx.go index a7a69532d1..6323b2c775 100644 --- a/embedded/store/tx.go +++ b/embedded/store/tx.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/tx_metadata.go b/embedded/store/tx_metadata.go index 8e7be69b47..0f21ec9b4a 100644 --- a/embedded/store/tx_metadata.go +++ b/embedded/store/tx_metadata.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/tx_metadata_test.go b/embedded/store/tx_metadata_test.go index 77b4be2683..3ddf4c5822 100644 --- a/embedded/store/tx_metadata_test.go +++ b/embedded/store/tx_metadata_test.go @@ -1,9 +1,12 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +Copyright 2024 Codenotary Inc. All rights reserved. + +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + + https://mariadb.com/bsl11/ + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/embedded/store/tx_reader.go b/embedded/store/tx_reader.go index a66e2752c9..9dd2cf4de9 100644 --- a/embedded/store/tx_reader.go +++ b/embedded/store/tx_reader.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/tx_reader_test.go b/embedded/store/tx_reader_test.go index bbb113e9ca..6cfd5fa114 100644 --- a/embedded/store/tx_reader_test.go +++ b/embedded/store/tx_reader_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/tx_test.go b/embedded/store/tx_test.go index c908c1740f..b193007734 100644 --- a/embedded/store/tx_test.go +++ b/embedded/store/tx_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/txpool.go b/embedded/store/txpool.go index c2d9bf1459..f4aa95f5f7 100644 --- a/embedded/store/txpool.go +++ b/embedded/store/txpool.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/txpool_test.go b/embedded/store/txpool_test.go index 7537613b5f..f5042c38fa 100644 --- a/embedded/store/txpool_test.go +++ b/embedded/store/txpool_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/verification.go b/embedded/store/verification.go index a70159ed45..bf4a3746cf 100644 --- a/embedded/store/verification.go +++ b/embedded/store/verification.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/store/verification_test.go b/embedded/store/verification_test.go index 4a8aa17eaa..6405f7fc80 100644 --- a/embedded/store/verification_test.go +++ b/embedded/store/verification_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/tbtree/consistency_error_test.go b/embedded/tbtree/consistency_error_test.go index 8cc341fdaf..a1ef5e46c8 100644 --- a/embedded/tbtree/consistency_error_test.go +++ b/embedded/tbtree/consistency_error_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/tbtree/history_reader.go b/embedded/tbtree/history_reader.go index fdd214ae96..7dba145215 100644 --- a/embedded/tbtree/history_reader.go +++ b/embedded/tbtree/history_reader.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/tbtree/history_reader_test.go b/embedded/tbtree/history_reader_test.go index 9e0a4db2ba..7c883803f9 100644 --- a/embedded/tbtree/history_reader_test.go +++ b/embedded/tbtree/history_reader_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/tbtree/metrics.go b/embedded/tbtree/metrics.go index 0edb18946a..94483f9742 100644 --- a/embedded/tbtree/metrics.go +++ b/embedded/tbtree/metrics.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/tbtree/options.go b/embedded/tbtree/options.go index 773273e46b..4a7fd45b98 100644 --- a/embedded/tbtree/options.go +++ b/embedded/tbtree/options.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/tbtree/options_test.go b/embedded/tbtree/options_test.go index b505c4c9cf..5e1944dd87 100644 --- a/embedded/tbtree/options_test.go +++ b/embedded/tbtree/options_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/tbtree/reader.go b/embedded/tbtree/reader.go index 1da5d080b0..d71a9ea25c 100644 --- a/embedded/tbtree/reader.go +++ b/embedded/tbtree/reader.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/tbtree/reader_test.go b/embedded/tbtree/reader_test.go index be06402147..e39f628739 100644 --- a/embedded/tbtree/reader_test.go +++ b/embedded/tbtree/reader_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/tbtree/snapshot.go b/embedded/tbtree/snapshot.go index 0ecf5b3053..ef758e82dc 100644 --- a/embedded/tbtree/snapshot.go +++ b/embedded/tbtree/snapshot.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/tbtree/snapshot_test.go b/embedded/tbtree/snapshot_test.go index 6b8da8e5bc..4060b9917c 100644 --- a/embedded/tbtree/snapshot_test.go +++ b/embedded/tbtree/snapshot_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/tbtree/tbtree.go b/embedded/tbtree/tbtree.go index 21bbf51c3c..c21ef661ea 100644 --- a/embedded/tbtree/tbtree.go +++ b/embedded/tbtree/tbtree.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/tbtree/tbtree_test.go b/embedded/tbtree/tbtree_test.go index 75aadaf50c..d277bcecc7 100644 --- a/embedded/tbtree/tbtree_test.go +++ b/embedded/tbtree/tbtree_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/tools/stress_tool/stress_tool.go b/embedded/tools/stress_tool/stress_tool.go index a9b77ac612..6690d8336f 100644 --- a/embedded/tools/stress_tool/stress_tool.go +++ b/embedded/tools/stress_tool/stress_tool.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/tools/stress_tool_sql/stress_tool_sql.go b/embedded/tools/stress_tool_sql/stress_tool_sql.go index cc06dad5d4..bc60fe96c7 100644 --- a/embedded/tools/stress_tool_sql/stress_tool_sql.go +++ b/embedded/tools/stress_tool_sql/stress_tool_sql.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/watchers/watchers.go b/embedded/watchers/watchers.go index 2837f0a627..f7c2053c8a 100644 --- a/embedded/watchers/watchers.go +++ b/embedded/watchers/watchers.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/embedded/watchers/watchers_test.go b/embedded/watchers/watchers_test.go index e1f1f29f1e..101b24591a 100644 --- a/embedded/watchers/watchers_test.go +++ b/embedded/watchers/watchers_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/api/schema/database_protoconv.go b/pkg/api/schema/database_protoconv.go index 87e52b8ff7..2a23d952ec 100644 --- a/pkg/api/schema/database_protoconv.go +++ b/pkg/api/schema/database_protoconv.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/api/schema/errors.go b/pkg/api/schema/errors.go index 7cca6e89ec..90bec9856b 100644 --- a/pkg/api/schema/errors.go +++ b/pkg/api/schema/errors.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/api/schema/linear_inclusion_enhancer.go b/pkg/api/schema/linear_inclusion_enhancer.go index b60c368fe0..d4bcb6219f 100644 --- a/pkg/api/schema/linear_inclusion_enhancer.go +++ b/pkg/api/schema/linear_inclusion_enhancer.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/api/schema/ops.go b/pkg/api/schema/ops.go index a2dae9a45d..4ea17c2307 100644 --- a/pkg/api/schema/ops.go +++ b/pkg/api/schema/ops.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/api/schema/ops_test.go b/pkg/api/schema/ops_test.go index 28527c77c0..6d2d0d28ef 100644 --- a/pkg/api/schema/ops_test.go +++ b/pkg/api/schema/ops_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/api/schema/pattern_test.go b/pkg/api/schema/pattern_test.go index 03d574562b..0b2aa03193 100644 --- a/pkg/api/schema/pattern_test.go +++ b/pkg/api/schema/pattern_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/api/schema/preconditions.go b/pkg/api/schema/preconditions.go index c7bac3b46e..fd390ef450 100644 --- a/pkg/api/schema/preconditions.go +++ b/pkg/api/schema/preconditions.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/api/schema/row_value.go b/pkg/api/schema/row_value.go index def594e382..df1f20c89b 100644 --- a/pkg/api/schema/row_value.go +++ b/pkg/api/schema/row_value.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/api/schema/row_value_test.go b/pkg/api/schema/row_value_test.go index 0839d4573a..83b99a3936 100644 --- a/pkg/api/schema/row_value_test.go +++ b/pkg/api/schema/row_value_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/api/schema/sql.go b/pkg/api/schema/sql.go index 50a82ab9a5..498f20f3cf 100644 --- a/pkg/api/schema/sql.go +++ b/pkg/api/schema/sql.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/api/schema/sql_test.go b/pkg/api/schema/sql_test.go index 4680215230..06aac50e33 100644 --- a/pkg/api/schema/sql_test.go +++ b/pkg/api/schema/sql_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/api/schema/state.go b/pkg/api/schema/state.go index 9804dd9014..445d550ffd 100644 --- a/pkg/api/schema/state.go +++ b/pkg/api/schema/state.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/api/schema/unexpected_type.go b/pkg/api/schema/unexpected_type.go index b5194d5443..8c417372a1 100644 --- a/pkg/api/schema/unexpected_type.go +++ b/pkg/api/schema/unexpected_type.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/api/schema/unexpected_type_test.go b/pkg/api/schema/unexpected_type_test.go index 7405958c50..833a13e3a1 100644 --- a/pkg/api/schema/unexpected_type_test.go +++ b/pkg/api/schema/unexpected_type_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/auth/auth.go b/pkg/auth/auth.go index 05d1acbcdc..919dbbc5fb 100644 --- a/pkg/auth/auth.go +++ b/pkg/auth/auth.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/auth/clientinterceptors.go b/pkg/auth/clientinterceptors.go index b67bf5c255..b8954cb0da 100644 --- a/pkg/auth/clientinterceptors.go +++ b/pkg/auth/clientinterceptors.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/auth/clientinterceptors_test.go b/pkg/auth/clientinterceptors_test.go index 74e412931a..2c31a7ba6f 100644 --- a/pkg/auth/clientinterceptors_test.go +++ b/pkg/auth/clientinterceptors_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/auth/passwords.go b/pkg/auth/passwords.go index d514bda0ee..e64bb29c06 100644 --- a/pkg/auth/passwords.go +++ b/pkg/auth/passwords.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/auth/passwords_test.go b/pkg/auth/passwords_test.go index aa9d4fdb43..3aadae6d1f 100644 --- a/pkg/auth/passwords_test.go +++ b/pkg/auth/passwords_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/auth/permissions.go b/pkg/auth/permissions.go index 8d3c60e329..fe89a0de19 100644 --- a/pkg/auth/permissions.go +++ b/pkg/auth/permissions.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/auth/permissions_test.go b/pkg/auth/permissions_test.go index c988318e39..9cad8022b3 100644 --- a/pkg/auth/permissions_test.go +++ b/pkg/auth/permissions_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/auth/serverinterceptors.go b/pkg/auth/serverinterceptors.go index f108354f62..396c0014db 100644 --- a/pkg/auth/serverinterceptors.go +++ b/pkg/auth/serverinterceptors.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/auth/serverinterceptors_test.go b/pkg/auth/serverinterceptors_test.go index 13fbeb0ba0..f055d5b710 100644 --- a/pkg/auth/serverinterceptors_test.go +++ b/pkg/auth/serverinterceptors_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/auth/tokenkeys.go b/pkg/auth/tokenkeys.go index d41915fcee..dbb65c9ca1 100644 --- a/pkg/auth/tokenkeys.go +++ b/pkg/auth/tokenkeys.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/auth/tokenkeys_test.go b/pkg/auth/tokenkeys_test.go index f68866df3b..f0a0ccaa2c 100644 --- a/pkg/auth/tokenkeys_test.go +++ b/pkg/auth/tokenkeys_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/auth/tokens.go b/pkg/auth/tokens.go index 72f0eedd53..1bd57e1507 100644 --- a/pkg/auth/tokens.go +++ b/pkg/auth/tokens.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/auth/tokens_test.go b/pkg/auth/tokens_test.go index 532e0ad52e..17b58f7fa7 100644 --- a/pkg/auth/tokens_test.go +++ b/pkg/auth/tokens_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/auth/user.go b/pkg/auth/user.go index 4c977b3be1..5d5545fee5 100644 --- a/pkg/auth/user.go +++ b/pkg/auth/user.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/auth/user_test.go b/pkg/auth/user_test.go index c6f84a98b8..bac2acca15 100644 --- a/pkg/auth/user_test.go +++ b/pkg/auth/user_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/auditor/auditor.go b/pkg/client/auditor/auditor.go index 4ba28ae25b..393b71077d 100644 --- a/pkg/client/auditor/auditor.go +++ b/pkg/client/auditor/auditor.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/auditor/auditor_test.go b/pkg/client/auditor/auditor_test.go index 47dead74ff..65713758e3 100644 --- a/pkg/client/auditor/auditor_test.go +++ b/pkg/client/auditor/auditor_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/auditor/monitoring_server.go b/pkg/client/auditor/monitoring_server.go index 384714a95d..45fc0d296f 100644 --- a/pkg/client/auditor/monitoring_server.go +++ b/pkg/client/auditor/monitoring_server.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/auditor/monitoring_server_test.go b/pkg/client/auditor/monitoring_server_test.go index d45d3c2541..ebbf400047 100644 --- a/pkg/client/auditor/monitoring_server_test.go +++ b/pkg/client/auditor/monitoring_server_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/cache/cache.go b/pkg/client/cache/cache.go index 91de62855f..92d1fc8340 100644 --- a/pkg/client/cache/cache.go +++ b/pkg/client/cache/cache.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/cache/common.go b/pkg/client/cache/common.go index f778c63b69..9c41d2ead5 100644 --- a/pkg/client/cache/common.go +++ b/pkg/client/cache/common.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/cache/common_test.go b/pkg/client/cache/common_test.go index 7a0cb56a6f..fd765fbe8c 100644 --- a/pkg/client/cache/common_test.go +++ b/pkg/client/cache/common_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/cache/errors.go b/pkg/client/cache/errors.go index 984457f261..f7e6c5e306 100644 --- a/pkg/client/cache/errors.go +++ b/pkg/client/cache/errors.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/cache/file_cache.go b/pkg/client/cache/file_cache.go index 38dd6fcc4f..09196b23ec 100644 --- a/pkg/client/cache/file_cache.go +++ b/pkg/client/cache/file_cache.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/cache/history_file_cache.go b/pkg/client/cache/history_file_cache.go index a8f54d857c..0f448a229d 100644 --- a/pkg/client/cache/history_file_cache.go +++ b/pkg/client/cache/history_file_cache.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/cache/history_file_cache_test.go b/pkg/client/cache/history_file_cache_test.go index da5be2b002..45095679dd 100644 --- a/pkg/client/cache/history_file_cache_test.go +++ b/pkg/client/cache/history_file_cache_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/cache/inmemory_cache.go b/pkg/client/cache/inmemory_cache.go index c6a52857bc..346cc22076 100644 --- a/pkg/client/cache/inmemory_cache.go +++ b/pkg/client/cache/inmemory_cache.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/cache/inmemory_cache_test.go b/pkg/client/cache/inmemory_cache_test.go index db8bc052fc..d706580ab3 100644 --- a/pkg/client/cache/inmemory_cache_test.go +++ b/pkg/client/cache/inmemory_cache_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/client.go b/pkg/client/client.go index b9f4efa1ad..0f94d14bd1 100644 --- a/pkg/client/client.go +++ b/pkg/client/client.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/client_test.go b/pkg/client/client_test.go index f1b3bc9edb..0e9a25b8b5 100644 --- a/pkg/client/client_test.go +++ b/pkg/client/client_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/clienttest/homedir_mock.go b/pkg/client/clienttest/homedir_mock.go index 79223a016b..44170c8717 100644 --- a/pkg/client/clienttest/homedir_mock.go +++ b/pkg/client/clienttest/homedir_mock.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/clienttest/immuServiceClient_mock.go b/pkg/client/clienttest/immuServiceClient_mock.go index 201725d5f9..edf04716a4 100644 --- a/pkg/client/clienttest/immuServiceClient_mock.go +++ b/pkg/client/clienttest/immuServiceClient_mock.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/clienttest/immuclient_mock.go b/pkg/client/clienttest/immuclient_mock.go index 24a18ee80c..7914afb8ed 100644 --- a/pkg/client/clienttest/immuclient_mock.go +++ b/pkg/client/clienttest/immuclient_mock.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/clienttest/immuclient_mock_test.go b/pkg/client/clienttest/immuclient_mock_test.go index e46edeb2de..63a31af719 100644 --- a/pkg/client/clienttest/immuclient_mock_test.go +++ b/pkg/client/clienttest/immuclient_mock_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/clienttest/password_reader_mock.go b/pkg/client/clienttest/password_reader_mock.go index 1c2c4cf25a..26e37e4c57 100644 --- a/pkg/client/clienttest/password_reader_mock.go +++ b/pkg/client/clienttest/password_reader_mock.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/clienttest/terminal_reader_mock.go b/pkg/client/clienttest/terminal_reader_mock.go index 8ab49d0ddb..aa48376a43 100644 --- a/pkg/client/clienttest/terminal_reader_mock.go +++ b/pkg/client/clienttest/terminal_reader_mock.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/clienttest/token_service_mock.go b/pkg/client/clienttest/token_service_mock.go index c0433711e7..61f5005d96 100644 --- a/pkg/client/clienttest/token_service_mock.go +++ b/pkg/client/clienttest/token_service_mock.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/errors.go b/pkg/client/errors.go index 6d3908d66e..7d0386e590 100644 --- a/pkg/client/errors.go +++ b/pkg/client/errors.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/errors/errors.go b/pkg/client/errors/errors.go index 0fdc13809a..7e61688bc6 100644 --- a/pkg/client/errors/errors.go +++ b/pkg/client/errors/errors.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/errors/meta.go b/pkg/client/errors/meta.go index f2cb7a28bb..fd8064a352 100644 --- a/pkg/client/errors/meta.go +++ b/pkg/client/errors/meta.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/get_options.go b/pkg/client/get_options.go index d97fcc9d5d..06af76236c 100644 --- a/pkg/client/get_options.go +++ b/pkg/client/get_options.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/get_options_test.go b/pkg/client/get_options_test.go index 18081ac2a1..16763959b4 100644 --- a/pkg/client/get_options_test.go +++ b/pkg/client/get_options_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/heartbeater.go b/pkg/client/heartbeater.go index d137c684f7..561cb7b196 100644 --- a/pkg/client/heartbeater.go +++ b/pkg/client/heartbeater.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/homedir/homedir.go b/pkg/client/homedir/homedir.go index 1187802cd7..5ae34b4fd3 100644 --- a/pkg/client/homedir/homedir.go +++ b/pkg/client/homedir/homedir.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/homedir/homedir_test.go b/pkg/client/homedir/homedir_test.go index c416a89cf3..eb08e1199c 100644 --- a/pkg/client/homedir/homedir_test.go +++ b/pkg/client/homedir/homedir_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/illegal_state_handler_interceptor.go b/pkg/client/illegal_state_handler_interceptor.go index 87a064dc06..993e690b81 100644 --- a/pkg/client/illegal_state_handler_interceptor.go +++ b/pkg/client/illegal_state_handler_interceptor.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/mtls_options.go b/pkg/client/mtls_options.go index ca7f6bead8..b8036f4a02 100644 --- a/pkg/client/mtls_options.go +++ b/pkg/client/mtls_options.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/options.go b/pkg/client/options.go index ccc517f4d6..9d4d5eaa24 100644 --- a/pkg/client/options.go +++ b/pkg/client/options.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/options_test.go b/pkg/client/options_test.go index 56d43a7141..bf350318c1 100644 --- a/pkg/client/options_test.go +++ b/pkg/client/options_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/session_id_injector_interceptor.go b/pkg/client/session_id_injector_interceptor.go index cb207752b0..47ba945873 100644 --- a/pkg/client/session_id_injector_interceptor.go +++ b/pkg/client/session_id_injector_interceptor.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/session_test.go b/pkg/client/session_test.go index c7b995706a..8ab212126b 100644 --- a/pkg/client/session_test.go +++ b/pkg/client/session_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/signature_verifier_interceptor.go b/pkg/client/signature_verifier_interceptor.go index 25e5547518..e47d4499b0 100644 --- a/pkg/client/signature_verifier_interceptor.go +++ b/pkg/client/signature_verifier_interceptor.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/sql.go b/pkg/client/sql.go index 0299cd0c61..4b042a994e 100644 --- a/pkg/client/sql.go +++ b/pkg/client/sql.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/sql_test.go b/pkg/client/sql_test.go index 0ca5ea4e81..3672a10865 100644 --- a/pkg/client/sql_test.go +++ b/pkg/client/sql_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/state/immudb_uuid_provider.go b/pkg/client/state/immudb_uuid_provider.go index f97a9602ad..2a7bcca384 100644 --- a/pkg/client/state/immudb_uuid_provider.go +++ b/pkg/client/state/immudb_uuid_provider.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/state/immudb_uuid_provider_test.go b/pkg/client/state/immudb_uuid_provider_test.go index 9e45cedfc4..a84391d618 100644 --- a/pkg/client/state/immudb_uuid_provider_test.go +++ b/pkg/client/state/immudb_uuid_provider_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/state/state_provider.go b/pkg/client/state/state_provider.go index a0683c6629..3d8c2fde8c 100644 --- a/pkg/client/state/state_provider.go +++ b/pkg/client/state/state_provider.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/state/state_service.go b/pkg/client/state/state_service.go index 52058916af..f57ad45a1c 100644 --- a/pkg/client/state/state_service.go +++ b/pkg/client/state/state_service.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/state/state_service_test.go b/pkg/client/state/state_service_test.go index ef32f7cf22..31c0490918 100644 --- a/pkg/client/state/state_service_test.go +++ b/pkg/client/state/state_service_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/stream_replication.go b/pkg/client/stream_replication.go index 26222890e6..afdf8fdccd 100644 --- a/pkg/client/stream_replication.go +++ b/pkg/client/stream_replication.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/stream_test.go b/pkg/client/stream_test.go index 1fd0cfc344..2be952d3b2 100644 --- a/pkg/client/stream_test.go +++ b/pkg/client/stream_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/streams.go b/pkg/client/streams.go index 49a0f967c9..9308984701 100644 --- a/pkg/client/streams.go +++ b/pkg/client/streams.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/streams_integration_test.go b/pkg/client/streams_integration_test.go index 6236d6de60..8d972e9aa6 100644 --- a/pkg/client/streams_integration_test.go +++ b/pkg/client/streams_integration_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/streams_verified_integration_test.go b/pkg/client/streams_verified_integration_test.go index da2246ce03..dd7c98b86c 100644 --- a/pkg/client/streams_verified_integration_test.go +++ b/pkg/client/streams_verified_integration_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/streams_zscan_and_history_integration_test.go b/pkg/client/streams_zscan_and_history_integration_test.go index 4a03f3f2dc..16d8b1a5c2 100644 --- a/pkg/client/streams_zscan_and_history_integration_test.go +++ b/pkg/client/streams_zscan_and_history_integration_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/timestamp/default.go b/pkg/client/timestamp/default.go index d2bd696466..903b9d1ca2 100644 --- a/pkg/client/timestamp/default.go +++ b/pkg/client/timestamp/default.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/timestamp/timestamp_test.go b/pkg/client/timestamp/timestamp_test.go index b11ad7a3e7..dae297e548 100644 --- a/pkg/client/timestamp/timestamp_test.go +++ b/pkg/client/timestamp/timestamp_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/timestamp/tsgenerator.go b/pkg/client/timestamp/tsgenerator.go index 88e7fdcfcf..41ac9bc040 100644 --- a/pkg/client/timestamp/tsgenerator.go +++ b/pkg/client/timestamp/tsgenerator.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/timestamp_service.go b/pkg/client/timestamp_service.go index ce3fae4631..cf68a2c59d 100644 --- a/pkg/client/timestamp_service.go +++ b/pkg/client/timestamp_service.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/timestamp_service_test.go b/pkg/client/timestamp_service_test.go index 2a298029d6..805ef122ec 100644 --- a/pkg/client/timestamp_service_test.go +++ b/pkg/client/timestamp_service_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/token_interceptor.go b/pkg/client/token_interceptor.go index fad53ae378..192c9ac7f4 100644 --- a/pkg/client/token_interceptor.go +++ b/pkg/client/token_interceptor.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/tokenservice/errors.go b/pkg/client/tokenservice/errors.go index 9deb0a74ba..1d55a00c3f 100644 --- a/pkg/client/tokenservice/errors.go +++ b/pkg/client/tokenservice/errors.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/tokenservice/file.go b/pkg/client/tokenservice/file.go index 3427b49007..1ef2baaa04 100644 --- a/pkg/client/tokenservice/file.go +++ b/pkg/client/tokenservice/file.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/tokenservice/inmemory.go b/pkg/client/tokenservice/inmemory.go index 4b596575a5..0d96d5a624 100644 --- a/pkg/client/tokenservice/inmemory.go +++ b/pkg/client/tokenservice/inmemory.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/tokenservice/inmemory_test.go b/pkg/client/tokenservice/inmemory_test.go index b0bc4ac0f8..e8f5cb3b1a 100644 --- a/pkg/client/tokenservice/inmemory_test.go +++ b/pkg/client/tokenservice/inmemory_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/tokenservice/token_service.go b/pkg/client/tokenservice/token_service.go index 24a6653973..0612bffbd8 100644 --- a/pkg/client/tokenservice/token_service.go +++ b/pkg/client/tokenservice/token_service.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/tokenservice/token_service_test.go b/pkg/client/tokenservice/token_service_test.go index e31cd55eae..5d9419fef1 100644 --- a/pkg/client/tokenservice/token_service_test.go +++ b/pkg/client/tokenservice/token_service_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/transaction.go b/pkg/client/transaction.go index ce639956bd..275f129448 100644 --- a/pkg/client/transaction.go +++ b/pkg/client/transaction.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/tx_options.go b/pkg/client/tx_options.go index c9d27fc620..32253da4fc 100644 --- a/pkg/client/tx_options.go +++ b/pkg/client/tx_options.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/types.go b/pkg/client/types.go index 7481e283aa..57aff40fc1 100644 --- a/pkg/client/types.go +++ b/pkg/client/types.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/client/types_test.go b/pkg/client/types_test.go index 6f84300a1a..2ffd7b615e 100644 --- a/pkg/client/types_test.go +++ b/pkg/client/types_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/database/all_ops.go b/pkg/database/all_ops.go index 76005f2ad6..584f1ce95c 100644 --- a/pkg/database/all_ops.go +++ b/pkg/database/all_ops.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/database/all_ops_test.go b/pkg/database/all_ops_test.go index d71418acf8..6e2126445d 100644 --- a/pkg/database/all_ops_test.go +++ b/pkg/database/all_ops_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/database/database.go b/pkg/database/database.go index 4af7a0be4d..e9e97760df 100644 --- a/pkg/database/database.go +++ b/pkg/database/database.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/database/database_test.go b/pkg/database/database_test.go index f4e1f50201..8e157cbf96 100644 --- a/pkg/database/database_test.go +++ b/pkg/database/database_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/database/dboptions.go b/pkg/database/dboptions.go index 0c44b71313..5406d50d8b 100644 --- a/pkg/database/dboptions.go +++ b/pkg/database/dboptions.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/database/dboptions_test.go b/pkg/database/dboptions_test.go index 45dfe763fd..00874bd473 100644 --- a/pkg/database/dboptions_test.go +++ b/pkg/database/dboptions_test.go @@ -1,9 +1,12 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +Copyright 2024 Codenotary Inc. All rights reserved. + +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + + https://mariadb.com/bsl11/ + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/pkg/database/document_database.go b/pkg/database/document_database.go index 9a17d4dcd0..26a3dc7669 100644 --- a/pkg/database/document_database.go +++ b/pkg/database/document_database.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/database/document_database_test.go b/pkg/database/document_database_test.go index d0d611572f..50a750e310 100644 --- a/pkg/database/document_database_test.go +++ b/pkg/database/document_database_test.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/database/errors.go b/pkg/database/errors.go index 4112a78008..3e0e45b16c 100644 --- a/pkg/database/errors.go +++ b/pkg/database/errors.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/database/instrumented_rwmutex.go b/pkg/database/instrumented_rwmutex.go index f70ad07270..5e9d8fb7da 100644 --- a/pkg/database/instrumented_rwmutex.go +++ b/pkg/database/instrumented_rwmutex.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/database/instrumented_rwmutex_test.go b/pkg/database/instrumented_rwmutex_test.go index a632f4d718..a102adcb75 100644 --- a/pkg/database/instrumented_rwmutex_test.go +++ b/pkg/database/instrumented_rwmutex_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/database/meta.go b/pkg/database/meta.go index 6e927eb434..b968f47ba3 100644 --- a/pkg/database/meta.go +++ b/pkg/database/meta.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/database/protoconv.go b/pkg/database/protoconv.go index cd0ff5561a..0d3d8ac148 100644 --- a/pkg/database/protoconv.go +++ b/pkg/database/protoconv.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/database/protoconv_test.go b/pkg/database/protoconv_test.go index f37347b800..ea3b4299ec 100644 --- a/pkg/database/protoconv_test.go +++ b/pkg/database/protoconv_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/database/reference.go b/pkg/database/reference.go index 9b9bcacfdd..ac8eb175a2 100644 --- a/pkg/database/reference.go +++ b/pkg/database/reference.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/database/reference_test.go b/pkg/database/reference_test.go index dbd056f403..9d9f810f20 100644 --- a/pkg/database/reference_test.go +++ b/pkg/database/reference_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/database/replica_test.go b/pkg/database/replica_test.go index a40abdb3b8..248f5d0124 100644 --- a/pkg/database/replica_test.go +++ b/pkg/database/replica_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/database/scan.go b/pkg/database/scan.go index e043b4c00e..276363c0ac 100644 --- a/pkg/database/scan.go +++ b/pkg/database/scan.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/database/scan_test.go b/pkg/database/scan_test.go index bd78b4ead2..e4c599b042 100644 --- a/pkg/database/scan_test.go +++ b/pkg/database/scan_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/database/sorted_set.go b/pkg/database/sorted_set.go index 9bc4629d59..dcbfdc54f1 100644 --- a/pkg/database/sorted_set.go +++ b/pkg/database/sorted_set.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/database/sorted_set_test.go b/pkg/database/sorted_set_test.go index aeebddaa6c..5336f3f42f 100644 --- a/pkg/database/sorted_set_test.go +++ b/pkg/database/sorted_set_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/database/sql.go b/pkg/database/sql.go index ba44eef567..1b1c885f54 100644 --- a/pkg/database/sql.go +++ b/pkg/database/sql.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/database/sql_test.go b/pkg/database/sql_test.go index 79d4d976c0..2fffcf4e1d 100644 --- a/pkg/database/sql_test.go +++ b/pkg/database/sql_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/database/truncator.go b/pkg/database/truncator.go index 1207436849..9183b180f5 100644 --- a/pkg/database/truncator.go +++ b/pkg/database/truncator.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/database/truncator_test.go b/pkg/database/truncator_test.go index 22014b69ae..3a64de7bd0 100644 --- a/pkg/database/truncator_test.go +++ b/pkg/database/truncator_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/database/types.go b/pkg/database/types.go index 9f12697053..f97d26850e 100644 --- a/pkg/database/types.go +++ b/pkg/database/types.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/errors/error.go b/pkg/errors/error.go index 98f1695751..a2f19fa8ef 100644 --- a/pkg/errors/error.go +++ b/pkg/errors/error.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/errors/errors_test.go b/pkg/errors/errors_test.go index 6445d28a3a..a09e4dc698 100644 --- a/pkg/errors/errors_test.go +++ b/pkg/errors/errors_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/errors/grpc_status.go b/pkg/errors/grpc_status.go index 10c593bf37..84526353cc 100644 --- a/pkg/errors/grpc_status.go +++ b/pkg/errors/grpc_status.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/errors/grpc_status_test.go b/pkg/errors/grpc_status_test.go index 62836eb3b7..0a1e5f95bd 100644 --- a/pkg/errors/grpc_status_test.go +++ b/pkg/errors/grpc_status_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/errors/map.go b/pkg/errors/map.go index 4d59ef72ee..e96204a3d3 100644 --- a/pkg/errors/map.go +++ b/pkg/errors/map.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/errors/map_test.go b/pkg/errors/map_test.go index 0bbc527c1d..d6ab7607b9 100644 --- a/pkg/errors/map_test.go +++ b/pkg/errors/map_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/errors/meta.go b/pkg/errors/meta.go index 5b74cb63c5..8736755681 100644 --- a/pkg/errors/meta.go +++ b/pkg/errors/meta.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/errors/wrapped.go b/pkg/errors/wrapped.go index 586c1d97ea..5ff11cfa8a 100644 --- a/pkg/errors/wrapped.go +++ b/pkg/errors/wrapped.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/fs/copy.go b/pkg/fs/copy.go index 98efdb216f..e39697129d 100644 --- a/pkg/fs/copy.go +++ b/pkg/fs/copy.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/fs/copy_test.go b/pkg/fs/copy_test.go index 891549b2a4..57cc573462 100644 --- a/pkg/fs/copy_test.go +++ b/pkg/fs/copy_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/fs/tar.go b/pkg/fs/tar.go index 7344244a78..2e3916c839 100644 --- a/pkg/fs/tar.go +++ b/pkg/fs/tar.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/fs/tar_test.go b/pkg/fs/tar_test.go index a215775489..5def85ca03 100644 --- a/pkg/fs/tar_test.go +++ b/pkg/fs/tar_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/fs/zip.go b/pkg/fs/zip.go index 0390f34d1e..8eadb093cd 100644 --- a/pkg/fs/zip.go +++ b/pkg/fs/zip.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/fs/zip_test.go b/pkg/fs/zip_test.go index f751e08b9f..eb4c7c812a 100644 --- a/pkg/fs/zip_test.go +++ b/pkg/fs/zip_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/immuos/filepath.go b/pkg/immuos/filepath.go index a391ce3c94..50126b3186 100644 --- a/pkg/immuos/filepath.go +++ b/pkg/immuos/filepath.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/immuos/filepath_test.go b/pkg/immuos/filepath_test.go index 7f4aef5e48..e947bb1880 100644 --- a/pkg/immuos/filepath_test.go +++ b/pkg/immuos/filepath_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/immuos/ioutil.go b/pkg/immuos/ioutil.go index dfd76e16f1..c251898502 100644 --- a/pkg/immuos/ioutil.go +++ b/pkg/immuos/ioutil.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/immuos/ioutil_test.go b/pkg/immuos/ioutil_test.go index b2c140c165..2f58dda89b 100644 --- a/pkg/immuos/ioutil_test.go +++ b/pkg/immuos/ioutil_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/immuos/os.go b/pkg/immuos/os.go index 92f87b6ef3..1ab26ee302 100644 --- a/pkg/immuos/os.go +++ b/pkg/immuos/os.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/immuos/os_test.go b/pkg/immuos/os_test.go index 5ac959cba4..c524168206 100644 --- a/pkg/immuos/os_test.go +++ b/pkg/immuos/os_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/immuos/user.go b/pkg/immuos/user.go index 56d004e930..70f6355ec8 100644 --- a/pkg/immuos/user.go +++ b/pkg/immuos/user.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/immuos/user_test.go b/pkg/immuos/user_test.go index 29ea80b4aa..e546e95817 100644 --- a/pkg/immuos/user_test.go +++ b/pkg/immuos/user_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/integration/auditor_test.go b/pkg/integration/auditor_test.go index 3ac22ef57c..268c8c4971 100644 --- a/pkg/integration/auditor_test.go +++ b/pkg/integration/auditor_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/integration/client_test.go b/pkg/integration/client_test.go index cd43bb084a..cd5e5dd5ae 100644 --- a/pkg/integration/client_test.go +++ b/pkg/integration/client_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/integration/database_creation_test.go b/pkg/integration/database_creation_test.go index 89941bf616..725a6af60f 100644 --- a/pkg/integration/database_creation_test.go +++ b/pkg/integration/database_creation_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/integration/database_runtime_test.go b/pkg/integration/database_runtime_test.go index 2474416f98..45e8a38d99 100644 --- a/pkg/integration/database_runtime_test.go +++ b/pkg/integration/database_runtime_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/integration/error_test.go b/pkg/integration/error_test.go index e94b56ced1..b2579026e8 100644 --- a/pkg/integration/error_test.go +++ b/pkg/integration/error_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/integration/follower_replication_test.go b/pkg/integration/follower_replication_test.go index 8a4f70f73b..8a7c3eb46d 100644 --- a/pkg/integration/follower_replication_test.go +++ b/pkg/integration/follower_replication_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/integration/fuzzing/grpc_fuzz_test.go b/pkg/integration/fuzzing/grpc_fuzz_test.go index 39fcf28187..eb7b4b96b0 100644 --- a/pkg/integration/fuzzing/grpc_fuzz_test.go +++ b/pkg/integration/fuzzing/grpc_fuzz_test.go @@ -2,13 +2,13 @@ // +build go1.18 /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/integration/replication/docker.go b/pkg/integration/replication/docker.go index b5503af637..956fb3a668 100644 --- a/pkg/integration/replication/docker.go +++ b/pkg/integration/replication/docker.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/integration/replication/docker_test.go b/pkg/integration/replication/docker_test.go index 0ea1839be1..61351c234a 100644 --- a/pkg/integration/replication/docker_test.go +++ b/pkg/integration/replication/docker_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/integration/replication/server.go b/pkg/integration/replication/server.go index 2654d63a75..9f10640876 100644 --- a/pkg/integration/replication/server.go +++ b/pkg/integration/replication/server.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/integration/replication/suite.go b/pkg/integration/replication/suite.go index 333bf2664b..7e174040ea 100644 --- a/pkg/integration/replication/suite.go +++ b/pkg/integration/replication/suite.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/integration/replication/synchronous_replication_test.go b/pkg/integration/replication/synchronous_replication_test.go index d983ab2973..229e1a3a47 100644 --- a/pkg/integration/replication/synchronous_replication_test.go +++ b/pkg/integration/replication/synchronous_replication_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/integration/server_recovery_test.go b/pkg/integration/server_recovery_test.go index 80fcd67aec..f2bbee3f47 100644 --- a/pkg/integration/server_recovery_test.go +++ b/pkg/integration/server_recovery_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/integration/session_test.go b/pkg/integration/session_test.go index 02e6e162d2..33e9b05832 100644 --- a/pkg/integration/session_test.go +++ b/pkg/integration/session_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/integration/signature_verifier_interceptor_test.go b/pkg/integration/signature_verifier_interceptor_test.go index e15bdfbcb2..2e1d3e9a7f 100644 --- a/pkg/integration/signature_verifier_interceptor_test.go +++ b/pkg/integration/signature_verifier_interceptor_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/integration/sql/sql_test.go b/pkg/integration/sql/sql_test.go index cc865866a0..b65957c2de 100644 --- a/pkg/integration/sql/sql_test.go +++ b/pkg/integration/sql/sql_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/integration/sql_types_test.go b/pkg/integration/sql_types_test.go index 4196b98f75..8426e7c849 100644 --- a/pkg/integration/sql_types_test.go +++ b/pkg/integration/sql_types_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 CodeNotary, Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/integration/stream/stream_replication_test.go b/pkg/integration/stream/stream_replication_test.go index 0e0a8db6a3..efdf38e612 100644 --- a/pkg/integration/stream/stream_replication_test.go +++ b/pkg/integration/stream/stream_replication_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/integration/stream/stream_test.go b/pkg/integration/stream/stream_test.go index 9d5d40a808..74cb210efe 100644 --- a/pkg/integration/stream/stream_test.go +++ b/pkg/integration/stream/stream_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/integration/stream/streams_verified_test.go b/pkg/integration/stream/streams_verified_test.go index 6239747afe..2ff148bd8f 100644 --- a/pkg/integration/stream/streams_verified_test.go +++ b/pkg/integration/stream/streams_verified_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/integration/stream/streams_zscan_and_history_test.go b/pkg/integration/stream/streams_zscan_and_history_test.go index aa2047f9b4..95fa87170a 100644 --- a/pkg/integration/stream/streams_zscan_and_history_test.go +++ b/pkg/integration/stream/streams_zscan_and_history_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/integration/tx/transaction_test.go b/pkg/integration/tx/transaction_test.go index 958a3f2ea1..6551044246 100644 --- a/pkg/integration/tx/transaction_test.go +++ b/pkg/integration/tx/transaction_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/integration/tx/tx_entries_test.go b/pkg/integration/tx/tx_entries_test.go index b7b999e1d8..563ed9daa8 100644 --- a/pkg/integration/tx/tx_entries_test.go +++ b/pkg/integration/tx/tx_entries_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/integration/verification_long_linear_proof_test.go b/pkg/integration/verification_long_linear_proof_test.go index 5537d8663c..4cd5fc01ef 100644 --- a/pkg/integration/verification_long_linear_proof_test.go +++ b/pkg/integration/verification_long_linear_proof_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/errors/errors.go b/pkg/pgsql/errors/errors.go index 3d25789b27..616850eaa6 100644 --- a/pkg/pgsql/errors/errors.go +++ b/pkg/pgsql/errors/errors.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/errors/errors_test.go b/pkg/pgsql/errors/errors_test.go index 7978df8f40..29e014b30a 100644 --- a/pkg/pgsql/errors/errors_test.go +++ b/pkg/pgsql/errors/errors_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/bmessages/authentication_cleartext_password.go b/pkg/pgsql/server/bmessages/authentication_cleartext_password.go index d183d622a4..df6fdca25f 100644 --- a/pkg/pgsql/server/bmessages/authentication_cleartext_password.go +++ b/pkg/pgsql/server/bmessages/authentication_cleartext_password.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/bmessages/authentication_ok.go b/pkg/pgsql/server/bmessages/authentication_ok.go index 19f68ca409..1a36e57763 100644 --- a/pkg/pgsql/server/bmessages/authentication_ok.go +++ b/pkg/pgsql/server/bmessages/authentication_ok.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/bmessages/bind_complete.go b/pkg/pgsql/server/bmessages/bind_complete.go index 1f6c75fc4e..303a934f7f 100644 --- a/pkg/pgsql/server/bmessages/bind_complete.go +++ b/pkg/pgsql/server/bmessages/bind_complete.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/bmessages/command_complete.go b/pkg/pgsql/server/bmessages/command_complete.go index e19225baec..c32c8af9e9 100644 --- a/pkg/pgsql/server/bmessages/command_complete.go +++ b/pkg/pgsql/server/bmessages/command_complete.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/bmessages/data_row.go b/pkg/pgsql/server/bmessages/data_row.go index 23fa99e773..7e752b1646 100644 --- a/pkg/pgsql/server/bmessages/data_row.go +++ b/pkg/pgsql/server/bmessages/data_row.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/bmessages/empty_query_response.go b/pkg/pgsql/server/bmessages/empty_query_response.go index b6ff922ae0..53cd2f7509 100644 --- a/pkg/pgsql/server/bmessages/empty_query_response.go +++ b/pkg/pgsql/server/bmessages/empty_query_response.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http//www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/bmessages/error_response.go b/pkg/pgsql/server/bmessages/error_response.go index ca4e3adb2d..ec429c2c47 100644 --- a/pkg/pgsql/server/bmessages/error_response.go +++ b/pkg/pgsql/server/bmessages/error_response.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http//www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/bmessages/error_response_opt.go b/pkg/pgsql/server/bmessages/error_response_opt.go index c5bf05525f..8a7473e877 100644 --- a/pkg/pgsql/server/bmessages/error_response_opt.go +++ b/pkg/pgsql/server/bmessages/error_response_opt.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/bmessages/error_response_test.go b/pkg/pgsql/server/bmessages/error_response_test.go index f5134ddade..a7a1e9cf0f 100644 --- a/pkg/pgsql/server/bmessages/error_response_test.go +++ b/pkg/pgsql/server/bmessages/error_response_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/bmessages/parameter_description.go b/pkg/pgsql/server/bmessages/parameter_description.go index da53210a1c..e9d53fe4f6 100644 --- a/pkg/pgsql/server/bmessages/parameter_description.go +++ b/pkg/pgsql/server/bmessages/parameter_description.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/bmessages/parameter_status.go b/pkg/pgsql/server/bmessages/parameter_status.go index 500a8adc24..2dd796f4c3 100644 --- a/pkg/pgsql/server/bmessages/parameter_status.go +++ b/pkg/pgsql/server/bmessages/parameter_status.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/bmessages/parse_complete.go b/pkg/pgsql/server/bmessages/parse_complete.go index cb7becf63b..f496e9c389 100644 --- a/pkg/pgsql/server/bmessages/parse_complete.go +++ b/pkg/pgsql/server/bmessages/parse_complete.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/bmessages/ready_for_query.go b/pkg/pgsql/server/bmessages/ready_for_query.go index 664db64527..8989c5b786 100644 --- a/pkg/pgsql/server/bmessages/ready_for_query.go +++ b/pkg/pgsql/server/bmessages/ready_for_query.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/bmessages/row_description.go b/pkg/pgsql/server/bmessages/row_description.go index a56c8ceabd..87c2ac7ca6 100644 --- a/pkg/pgsql/server/bmessages/row_description.go +++ b/pkg/pgsql/server/bmessages/row_description.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/fmessages/bind.go b/pkg/pgsql/server/fmessages/bind.go index 60da5773d5..b851e13080 100644 --- a/pkg/pgsql/server/fmessages/bind.go +++ b/pkg/pgsql/server/fmessages/bind.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/fmessages/bind_test.go b/pkg/pgsql/server/fmessages/bind_test.go index d08457946b..e9240eca61 100644 --- a/pkg/pgsql/server/fmessages/bind_test.go +++ b/pkg/pgsql/server/fmessages/bind_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/fmessages/describe.go b/pkg/pgsql/server/fmessages/describe.go index 60d8ef7273..ccb82c4921 100644 --- a/pkg/pgsql/server/fmessages/describe.go +++ b/pkg/pgsql/server/fmessages/describe.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/fmessages/execute.go b/pkg/pgsql/server/fmessages/execute.go index c0fefe90a4..4f4530b36d 100644 --- a/pkg/pgsql/server/fmessages/execute.go +++ b/pkg/pgsql/server/fmessages/execute.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/fmessages/execute_test.go b/pkg/pgsql/server/fmessages/execute_test.go index a26a4a85ad..6d4afd1c74 100644 --- a/pkg/pgsql/server/fmessages/execute_test.go +++ b/pkg/pgsql/server/fmessages/execute_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/fmessages/flush.go b/pkg/pgsql/server/fmessages/flush.go index d80a8bed48..4663b0f034 100644 --- a/pkg/pgsql/server/fmessages/flush.go +++ b/pkg/pgsql/server/fmessages/flush.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/fmessages/fmessages_test/payload.go b/pkg/pgsql/server/fmessages/fmessages_test/payload.go index 3ba7e875fe..a8fbe55863 100644 --- a/pkg/pgsql/server/fmessages/fmessages_test/payload.go +++ b/pkg/pgsql/server/fmessages/fmessages_test/payload.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/fmessages/parse.go b/pkg/pgsql/server/fmessages/parse.go index 2f53620db1..9b33d6fb11 100644 --- a/pkg/pgsql/server/fmessages/parse.go +++ b/pkg/pgsql/server/fmessages/parse.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/fmessages/parse_test.go b/pkg/pgsql/server/fmessages/parse_test.go index c3506fd6d6..7c966174c3 100644 --- a/pkg/pgsql/server/fmessages/parse_test.go +++ b/pkg/pgsql/server/fmessages/parse_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/fmessages/password_message.go b/pkg/pgsql/server/fmessages/password_message.go index b8257d3244..b714fc1ed5 100644 --- a/pkg/pgsql/server/fmessages/password_message.go +++ b/pkg/pgsql/server/fmessages/password_message.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/fmessages/query.go b/pkg/pgsql/server/fmessages/query.go index 21c862ebcd..e6ae355354 100644 --- a/pkg/pgsql/server/fmessages/query.go +++ b/pkg/pgsql/server/fmessages/query.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/fmessages/string_reader.go b/pkg/pgsql/server/fmessages/string_reader.go index d7675685d2..e625ea435d 100644 --- a/pkg/pgsql/server/fmessages/string_reader.go +++ b/pkg/pgsql/server/fmessages/string_reader.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/fmessages/sync.go b/pkg/pgsql/server/fmessages/sync.go index df16cb9ab1..ff5f1c8db0 100644 --- a/pkg/pgsql/server/fmessages/sync.go +++ b/pkg/pgsql/server/fmessages/sync.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/fmessages/terminate.go b/pkg/pgsql/server/fmessages/terminate.go index d71e08cdec..d994f518e4 100644 --- a/pkg/pgsql/server/fmessages/terminate.go +++ b/pkg/pgsql/server/fmessages/terminate.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/initialize_session.go b/pkg/pgsql/server/initialize_session.go index 5d8b3eefe4..89f1cc4bf1 100644 --- a/pkg/pgsql/server/initialize_session.go +++ b/pkg/pgsql/server/initialize_session.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/message.go b/pkg/pgsql/server/message.go index de1bcc8db1..eaf3857fa6 100644 --- a/pkg/pgsql/server/message.go +++ b/pkg/pgsql/server/message.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/message_test.go b/pkg/pgsql/server/message_test.go index 4eaef81d90..7daa8ce476 100644 --- a/pkg/pgsql/server/message_test.go +++ b/pkg/pgsql/server/message_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/options.go b/pkg/pgsql/server/options.go index 6c0f9b5110..76aa0f93ea 100644 --- a/pkg/pgsql/server/options.go +++ b/pkg/pgsql/server/options.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/pgmeta/pg_type.go b/pkg/pgsql/server/pgmeta/pg_type.go index 357f3dd19c..071450bd2d 100644 --- a/pkg/pgsql/server/pgmeta/pg_type.go +++ b/pkg/pgsql/server/pgmeta/pg_type.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/pgsql_integration_test.go b/pkg/pgsql/server/pgsql_integration_test.go index 3b31b146dc..fd7e8d7e7a 100644 --- a/pkg/pgsql/server/pgsql_integration_test.go +++ b/pkg/pgsql/server/pgsql_integration_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/query_machine.go b/pkg/pgsql/server/query_machine.go index 5afed04b2c..6d3964b2f7 100644 --- a/pkg/pgsql/server/query_machine.go +++ b/pkg/pgsql/server/query_machine.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/query_machine_test.go b/pkg/pgsql/server/query_machine_test.go index 20f0d8d8d3..ba2248f4c0 100644 --- a/pkg/pgsql/server/query_machine_test.go +++ b/pkg/pgsql/server/query_machine_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/request_handler.go b/pkg/pgsql/server/request_handler.go index a3ef5b0eb9..8359769dc9 100644 --- a/pkg/pgsql/server/request_handler.go +++ b/pkg/pgsql/server/request_handler.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/server.go b/pkg/pgsql/server/server.go index 73fe293621..3b6f7c216d 100644 --- a/pkg/pgsql/server/server.go +++ b/pkg/pgsql/server/server.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/server_test.go b/pkg/pgsql/server/server_test.go index 944b783515..0c18d596f4 100644 --- a/pkg/pgsql/server/server_test.go +++ b/pkg/pgsql/server/server_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/session.go b/pkg/pgsql/server/session.go index 37df42b662..d35d1fd23a 100644 --- a/pkg/pgsql/server/session.go +++ b/pkg/pgsql/server/session.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/session_test.go b/pkg/pgsql/server/session_test.go index ded17d89c7..7d76935084 100644 --- a/pkg/pgsql/server/session_test.go +++ b/pkg/pgsql/server/session_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/ssl_handshake.go b/pkg/pgsql/server/ssl_handshake.go index 9ef2428a72..e1702dd5aa 100644 --- a/pkg/pgsql/server/ssl_handshake.go +++ b/pkg/pgsql/server/ssl_handshake.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/ssl_handshake_test.go b/pkg/pgsql/server/ssl_handshake_test.go index 40f5e07d06..33a540a7ab 100644 --- a/pkg/pgsql/server/ssl_handshake_test.go +++ b/pkg/pgsql/server/ssl_handshake_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/stmts_handler.go b/pkg/pgsql/server/stmts_handler.go index 0f70005df9..dd05343158 100644 --- a/pkg/pgsql/server/stmts_handler.go +++ b/pkg/pgsql/server/stmts_handler.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/types.go b/pkg/pgsql/server/types.go index 81c72b5747..9318beb96f 100644 --- a/pkg/pgsql/server/types.go +++ b/pkg/pgsql/server/types.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/types_test.go b/pkg/pgsql/server/types_test.go index a8dfad18f1..bea21b3c21 100644 --- a/pkg/pgsql/server/types_test.go +++ b/pkg/pgsql/server/types_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/pgsql/server/version.go b/pkg/pgsql/server/version.go index 84f46e9bb7..6cbb168ec6 100644 --- a/pkg/pgsql/server/version.go +++ b/pkg/pgsql/server/version.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/replication/delayer.go b/pkg/replication/delayer.go index 353d536307..4f1b74ba0f 100644 --- a/pkg/replication/delayer.go +++ b/pkg/replication/delayer.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/replication/metrics.go b/pkg/replication/metrics.go index a656298586..8f3c824477 100644 --- a/pkg/replication/metrics.go +++ b/pkg/replication/metrics.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/replication/options.go b/pkg/replication/options.go index b046006568..d819d21c42 100644 --- a/pkg/replication/options.go +++ b/pkg/replication/options.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/replication/options_test.go b/pkg/replication/options_test.go index d691f7a5ff..96573643a8 100644 --- a/pkg/replication/options_test.go +++ b/pkg/replication/options_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/replication/replicator.go b/pkg/replication/replicator.go index 31bc8d5ce7..17f212dc7d 100644 --- a/pkg/replication/replicator.go +++ b/pkg/replication/replicator.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/replication/replicator_test.go b/pkg/replication/replicator_test.go index fd765b308c..b8cf9ef1a7 100644 --- a/pkg/replication/replicator_test.go +++ b/pkg/replication/replicator_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/authorization_operations.go b/pkg/server/authorization_operations.go index b10320a170..643c20d15b 100644 --- a/pkg/server/authorization_operations.go +++ b/pkg/server/authorization_operations.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/corruption_checker.go b/pkg/server/corruption_checker.go index d63390b666..a1d4d48b3c 100644 --- a/pkg/server/corruption_checker.go +++ b/pkg/server/corruption_checker.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/corruption_checker_test.go b/pkg/server/corruption_checker_test.go index 976c196760..20ebc1c60c 100644 --- a/pkg/server/corruption_checker_test.go +++ b/pkg/server/corruption_checker_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/db_dummy_closed.go b/pkg/server/db_dummy_closed.go index db9d020e46..008b989eb5 100644 --- a/pkg/server/db_dummy_closed.go +++ b/pkg/server/db_dummy_closed.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/db_dummy_closed_test.go b/pkg/server/db_dummy_closed_test.go index ca75094cdf..af81c35a72 100644 --- a/pkg/server/db_dummy_closed_test.go +++ b/pkg/server/db_dummy_closed_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/db_operations.go b/pkg/server/db_operations.go index 4cdf86a907..fd747cff37 100644 --- a/pkg/server/db_operations.go +++ b/pkg/server/db_operations.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/db_options.go b/pkg/server/db_options.go index 03d451f930..0ebc1b7661 100644 --- a/pkg/server/db_options.go +++ b/pkg/server/db_options.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/db_options_test.go b/pkg/server/db_options_test.go index abb2174788..e9c1c063af 100644 --- a/pkg/server/db_options_test.go +++ b/pkg/server/db_options_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/db_runtime_test.go b/pkg/server/db_runtime_test.go index 1c0f977dbf..e5853ab0b9 100644 --- a/pkg/server/db_runtime_test.go +++ b/pkg/server/db_runtime_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/documents_operations.go b/pkg/server/documents_operations.go index 3ae171e6b5..59b4bea413 100644 --- a/pkg/server/documents_operations.go +++ b/pkg/server/documents_operations.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/documents_operations_test.go b/pkg/server/documents_operations_test.go index 1d176be678..5a386f31dc 100644 --- a/pkg/server/documents_operations_test.go +++ b/pkg/server/documents_operations_test.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/error_mapper_interceptor.go b/pkg/server/error_mapper_interceptor.go index ec9fe15d83..1298db5385 100644 --- a/pkg/server/error_mapper_interceptor.go +++ b/pkg/server/error_mapper_interceptor.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/errors.go b/pkg/server/errors.go index 166752d20c..d48ed465d2 100644 --- a/pkg/server/errors.go +++ b/pkg/server/errors.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/errors_test.go b/pkg/server/errors_test.go index 9ab3e779e0..d205d35b7f 100644 --- a/pkg/server/errors_test.go +++ b/pkg/server/errors_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/keepAlive.go b/pkg/server/keepAlive.go index 4c002c7acb..b7b3d4e239 100644 --- a/pkg/server/keepAlive.go +++ b/pkg/server/keepAlive.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/keep_alive_session_interceptor.go b/pkg/server/keep_alive_session_interceptor.go index cc3229a010..5b93af8bb2 100644 --- a/pkg/server/keep_alive_session_interceptor.go +++ b/pkg/server/keep_alive_session_interceptor.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/metrics.go b/pkg/server/metrics.go index a04cea1254..1ae011aca1 100644 --- a/pkg/server/metrics.go +++ b/pkg/server/metrics.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/metrics_funcs.go b/pkg/server/metrics_funcs.go index c8274c1221..e3da18c835 100644 --- a/pkg/server/metrics_funcs.go +++ b/pkg/server/metrics_funcs.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/metrics_funcs_test.go b/pkg/server/metrics_funcs_test.go index 4d05569bae..de34915d15 100644 --- a/pkg/server/metrics_funcs_test.go +++ b/pkg/server/metrics_funcs_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/metrics_test.go b/pkg/server/metrics_test.go index ea7fba2f89..767dfb5815 100644 --- a/pkg/server/metrics_test.go +++ b/pkg/server/metrics_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/multidb_handler.go b/pkg/server/multidb_handler.go index b02e018b60..058a6e4077 100644 --- a/pkg/server/multidb_handler.go +++ b/pkg/server/multidb_handler.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/multidb_handler_test.go b/pkg/server/multidb_handler_test.go index e1b81ac772..be28bded43 100644 --- a/pkg/server/multidb_handler_test.go +++ b/pkg/server/multidb_handler_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/options.go b/pkg/server/options.go index 09c8eaac81..4744eb904c 100644 --- a/pkg/server/options.go +++ b/pkg/server/options.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/options_test.go b/pkg/server/options_test.go index 33b07b95cc..053d141c18 100644 --- a/pkg/server/options_test.go +++ b/pkg/server/options_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/pid.go b/pkg/server/pid.go index d96790143a..2f22634fe9 100644 --- a/pkg/server/pid.go +++ b/pkg/server/pid.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/pid_test.go b/pkg/server/pid_test.go index f5dc5a7eb7..e2cc39ea88 100644 --- a/pkg/server/pid_test.go +++ b/pkg/server/pid_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/remote_storage.go b/pkg/server/remote_storage.go index d051a7f230..021df8f46c 100644 --- a/pkg/server/remote_storage.go +++ b/pkg/server/remote_storage.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/remote_storage_test.go b/pkg/server/remote_storage_test.go index 9623e90b54..464cd9ea5e 100644 --- a/pkg/server/remote_storage_test.go +++ b/pkg/server/remote_storage_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/server.go b/pkg/server/server.go index 66405382ac..0376c72ad2 100644 --- a/pkg/server/server.go +++ b/pkg/server/server.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/server_test.go b/pkg/server/server_test.go index 57fcdea77c..7b1c0fd0ec 100644 --- a/pkg/server/server_test.go +++ b/pkg/server/server_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/servertest/server.go b/pkg/server/servertest/server.go index a0b79e0a8f..34fa0ebb7f 100644 --- a/pkg/server/servertest/server.go +++ b/pkg/server/servertest/server.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/servertest/server_mock.go b/pkg/server/servertest/server_mock.go index dd6cf4d7f1..3d6a1a1fae 100644 --- a/pkg/server/servertest/server_mock.go +++ b/pkg/server/servertest/server_mock.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/service.go b/pkg/server/service.go index a99e3ce954..f4bf8ca74e 100644 --- a/pkg/server/service.go +++ b/pkg/server/service.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/service_test.go b/pkg/server/service_test.go index 3c71fcbc39..d28dc7977b 100644 --- a/pkg/server/service_test.go +++ b/pkg/server/service_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/session.go b/pkg/server/session.go index 3d15015baa..bbba03ab53 100644 --- a/pkg/server/session.go +++ b/pkg/server/session.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/session_auth_interceptor.go b/pkg/server/session_auth_interceptor.go index ca1109d066..19cfb0e068 100644 --- a/pkg/server/session_auth_interceptor.go +++ b/pkg/server/session_auth_interceptor.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/sessions/errors.go b/pkg/server/sessions/errors.go index d3b10d1c74..08a8dba7a3 100644 --- a/pkg/server/sessions/errors.go +++ b/pkg/server/sessions/errors.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/sessions/internal/transactions/errors.go b/pkg/server/sessions/internal/transactions/errors.go index b5b119b918..965d3cd773 100644 --- a/pkg/server/sessions/internal/transactions/errors.go +++ b/pkg/server/sessions/internal/transactions/errors.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/sessions/internal/transactions/transactions.go b/pkg/server/sessions/internal/transactions/transactions.go index ff71f75166..3ad49c08e4 100644 --- a/pkg/server/sessions/internal/transactions/transactions.go +++ b/pkg/server/sessions/internal/transactions/transactions.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/sessions/internal/transactions/transactions_test.go b/pkg/server/sessions/internal/transactions/transactions_test.go index fc7628a9be..0289a7d552 100644 --- a/pkg/server/sessions/internal/transactions/transactions_test.go +++ b/pkg/server/sessions/internal/transactions/transactions_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/sessions/manager.go b/pkg/server/sessions/manager.go index bd1579d653..a622f354c3 100644 --- a/pkg/server/sessions/manager.go +++ b/pkg/server/sessions/manager.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/sessions/manager_test.go b/pkg/server/sessions/manager_test.go index e9d6421287..354f954dfd 100644 --- a/pkg/server/sessions/manager_test.go +++ b/pkg/server/sessions/manager_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/sessions/options.go b/pkg/server/sessions/options.go index a1e77686f9..4c762fcf56 100644 --- a/pkg/server/sessions/options.go +++ b/pkg/server/sessions/options.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/sessions/options_test.go b/pkg/server/sessions/options_test.go index e60c4f86c2..e7e72a1c54 100644 --- a/pkg/server/sessions/options_test.go +++ b/pkg/server/sessions/options_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/sessions/session.go b/pkg/server/sessions/session.go index 1ea22ee2b8..19cb8ad607 100644 --- a/pkg/server/sessions/session.go +++ b/pkg/server/sessions/session.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/sessions/session_test.go b/pkg/server/sessions/session_test.go index b81fa5e67b..af61b45dca 100644 --- a/pkg/server/sessions/session_test.go +++ b/pkg/server/sessions/session_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/sever_current_state_test.go b/pkg/server/sever_current_state_test.go index abaea0f377..d3ee8367a3 100644 --- a/pkg/server/sever_current_state_test.go +++ b/pkg/server/sever_current_state_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/sql.go b/pkg/server/sql.go index 37378f4503..05e86f5e84 100644 --- a/pkg/server/sql.go +++ b/pkg/server/sql.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/sql_test.go b/pkg/server/sql_test.go index 54db525dfa..7ef4e9f282 100644 --- a/pkg/server/sql_test.go +++ b/pkg/server/sql_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/state_signer.go b/pkg/server/state_signer.go index 7e2c848706..da3819b5aa 100644 --- a/pkg/server/state_signer.go +++ b/pkg/server/state_signer.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/state_signer_test.go b/pkg/server/state_signer_test.go index a14a7504c4..cc2ae82315 100644 --- a/pkg/server/state_signer_test.go +++ b/pkg/server/state_signer_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/stream_replication.go b/pkg/server/stream_replication.go index 6a52c92733..034d1ac0b6 100644 --- a/pkg/server/stream_replication.go +++ b/pkg/server/stream_replication.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/stream_replication_test.go b/pkg/server/stream_replication_test.go index 83b3bcba45..70d6f79a1b 100644 --- a/pkg/server/stream_replication_test.go +++ b/pkg/server/stream_replication_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/stream_test.go b/pkg/server/stream_test.go index 1f03521151..74adb3ad34 100644 --- a/pkg/server/stream_test.go +++ b/pkg/server/stream_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/streams.go b/pkg/server/streams.go index 187b96c8a1..c8cc132ef1 100644 --- a/pkg/server/streams.go +++ b/pkg/server/streams.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/transaction.go b/pkg/server/transaction.go index 2ecabe6047..a41eaeb574 100644 --- a/pkg/server/transaction.go +++ b/pkg/server/transaction.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/transaction_test.go b/pkg/server/transaction_test.go index 5c4c26667a..e6f52310c2 100644 --- a/pkg/server/transaction_test.go +++ b/pkg/server/transaction_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/truncator.go b/pkg/server/truncator.go index 9f17943b87..0956af9467 100644 --- a/pkg/server/truncator.go +++ b/pkg/server/truncator.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/truncator_test.go b/pkg/server/truncator_test.go index 02def60ca2..e977c8cff0 100644 --- a/pkg/server/truncator_test.go +++ b/pkg/server/truncator_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/types.go b/pkg/server/types.go index 1973a24ab3..8340421d1f 100644 --- a/pkg/server/types.go +++ b/pkg/server/types.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/types_test.go b/pkg/server/types_test.go index 9003a6604a..1ebc6d6b6b 100644 --- a/pkg/server/types_test.go +++ b/pkg/server/types_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/user.go b/pkg/server/user.go index b0d7d321d3..26e3f39c84 100644 --- a/pkg/server/user.go +++ b/pkg/server/user.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/user_test.go b/pkg/server/user_test.go index 023fa7b908..7e963d96dc 100644 --- a/pkg/server/user_test.go +++ b/pkg/server/user_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/uuid.go b/pkg/server/uuid.go index aa24ccb128..0cebb94b03 100644 --- a/pkg/server/uuid.go +++ b/pkg/server/uuid.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/uuid_test.go b/pkg/server/uuid_test.go index 122a8c38d8..80d31ce981 100644 --- a/pkg/server/uuid_test.go +++ b/pkg/server/uuid_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/webserver.go b/pkg/server/webserver.go index 5b81b80a7d..aaba6d8c14 100644 --- a/pkg/server/webserver.go +++ b/pkg/server/webserver.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/server/webserver_test.go b/pkg/server/webserver_test.go index 03dae84bc5..b0a0e45594 100644 --- a/pkg/server/webserver_test.go +++ b/pkg/server/webserver_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/signer/ecdsa.go b/pkg/signer/ecdsa.go index e09994591a..43fb3fed1f 100644 --- a/pkg/signer/ecdsa.go +++ b/pkg/signer/ecdsa.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/signer/ecdsa_test.go b/pkg/signer/ecdsa_test.go index 258354b1c0..82558ab95e 100644 --- a/pkg/signer/ecdsa_test.go +++ b/pkg/signer/ecdsa_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/signer/signer.go b/pkg/signer/signer.go index cee31a7d6a..8995ebd427 100644 --- a/pkg/signer/signer.go +++ b/pkg/signer/signer.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stdlib/connection.go b/pkg/stdlib/connection.go index e6f772ba54..62ef49ad9b 100644 --- a/pkg/stdlib/connection.go +++ b/pkg/stdlib/connection.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stdlib/connection_test.go b/pkg/stdlib/connection_test.go index 2663d60b20..bda7a2577b 100644 --- a/pkg/stdlib/connection_test.go +++ b/pkg/stdlib/connection_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stdlib/connector.go b/pkg/stdlib/connector.go index 27952bb92d..5cf1993193 100644 --- a/pkg/stdlib/connector.go +++ b/pkg/stdlib/connector.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stdlib/connector_test.go b/pkg/stdlib/connector_test.go index 4b836e90e8..d55710e7ab 100644 --- a/pkg/stdlib/connector_test.go +++ b/pkg/stdlib/connector_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stdlib/driver.go b/pkg/stdlib/driver.go index 1bc82af78d..3408f804f3 100644 --- a/pkg/stdlib/driver.go +++ b/pkg/stdlib/driver.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stdlib/driver_test.go b/pkg/stdlib/driver_test.go index 5607f0384d..7186fd4940 100644 --- a/pkg/stdlib/driver_test.go +++ b/pkg/stdlib/driver_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stdlib/errors.go b/pkg/stdlib/errors.go index ebe085f81b..e4b926e689 100644 --- a/pkg/stdlib/errors.go +++ b/pkg/stdlib/errors.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stdlib/immuConnector.go b/pkg/stdlib/immuConnector.go index 0a26e03885..e34597b564 100644 --- a/pkg/stdlib/immuConnector.go +++ b/pkg/stdlib/immuConnector.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stdlib/rows.go b/pkg/stdlib/rows.go index 006b014f27..5910ff96fd 100644 --- a/pkg/stdlib/rows.go +++ b/pkg/stdlib/rows.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stdlib/rows_test.go b/pkg/stdlib/rows_test.go index ac5f2f55d7..6ae1c62802 100644 --- a/pkg/stdlib/rows_test.go +++ b/pkg/stdlib/rows_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stdlib/sql_test.go b/pkg/stdlib/sql_test.go index 105d73318d..8371b8c389 100644 --- a/pkg/stdlib/sql_test.go +++ b/pkg/stdlib/sql_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stdlib/tx.go b/pkg/stdlib/tx.go index 23b06b19ac..7634ff5fb6 100644 --- a/pkg/stdlib/tx.go +++ b/pkg/stdlib/tx.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stdlib/tx_test.go b/pkg/stdlib/tx_test.go index f1641c75db..127a3af685 100644 --- a/pkg/stdlib/tx_test.go +++ b/pkg/stdlib/tx_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stdlib/uri.go b/pkg/stdlib/uri.go index f08cf71e0f..e09c2bab0c 100644 --- a/pkg/stdlib/uri.go +++ b/pkg/stdlib/uri.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stdlib/uri_test.go b/pkg/stdlib/uri_test.go index 4d7343874f..d32ac4819a 100644 --- a/pkg/stdlib/uri_test.go +++ b/pkg/stdlib/uri_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/errors.go b/pkg/stream/errors.go index fa2e92a77e..9452eb4bba 100644 --- a/pkg/stream/errors.go +++ b/pkg/stream/errors.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/execall_receiver.go b/pkg/stream/execall_receiver.go index 8173e89cd7..a51f7f469b 100644 --- a/pkg/stream/execall_receiver.go +++ b/pkg/stream/execall_receiver.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/execall_receiver_test.go b/pkg/stream/execall_receiver_test.go index b5d2c07cd8..71a2f47b9c 100644 --- a/pkg/stream/execall_receiver_test.go +++ b/pkg/stream/execall_receiver_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/execall_sender.go b/pkg/stream/execall_sender.go index 25910fca19..6a72e25b92 100644 --- a/pkg/stream/execall_sender.go +++ b/pkg/stream/execall_sender.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/execall_sender_test.go b/pkg/stream/execall_sender_test.go index c2b5e3eb15..366af64394 100644 --- a/pkg/stream/execall_sender_test.go +++ b/pkg/stream/execall_sender_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/execall_streamer.go b/pkg/stream/execall_streamer.go index addba93e77..c113e2df20 100644 --- a/pkg/stream/execall_streamer.go +++ b/pkg/stream/execall_streamer.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/factory.go b/pkg/stream/factory.go index 0fb1c5bed0..4e3a63f0cb 100644 --- a/pkg/stream/factory.go +++ b/pkg/stream/factory.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/kvparser.go b/pkg/stream/kvparser.go index 08e7428231..20b8584fa1 100644 --- a/pkg/stream/kvparser.go +++ b/pkg/stream/kvparser.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/kvparser_test.go b/pkg/stream/kvparser_test.go index 144a76a793..08d5a1b299 100644 --- a/pkg/stream/kvparser_test.go +++ b/pkg/stream/kvparser_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/kvreceiver.go b/pkg/stream/kvreceiver.go index ef01fc1d65..57626cb315 100644 --- a/pkg/stream/kvreceiver.go +++ b/pkg/stream/kvreceiver.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/kvsender.go b/pkg/stream/kvsender.go index 424afeb154..622abdc2c4 100644 --- a/pkg/stream/kvsender.go +++ b/pkg/stream/kvsender.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/kvsender_test.go b/pkg/stream/kvsender_test.go index 42888ddc67..c2475b18ad 100644 --- a/pkg/stream/kvsender_test.go +++ b/pkg/stream/kvsender_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/kvstreamer.go b/pkg/stream/kvstreamer.go index e324a4d6bd..9a630bb46d 100644 --- a/pkg/stream/kvstreamer.go +++ b/pkg/stream/kvstreamer.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/meta.go b/pkg/stream/meta.go index d0683cd373..658a0861cf 100644 --- a/pkg/stream/meta.go +++ b/pkg/stream/meta.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/receiver.go b/pkg/stream/receiver.go index e5e9c652ff..09f007a752 100644 --- a/pkg/stream/receiver.go +++ b/pkg/stream/receiver.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/receiver_test.go b/pkg/stream/receiver_test.go index 63eb818dd7..88dada39d8 100644 --- a/pkg/stream/receiver_test.go +++ b/pkg/stream/receiver_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/sender.go b/pkg/stream/sender.go index dc8c5c56cc..79418f9343 100644 --- a/pkg/stream/sender.go +++ b/pkg/stream/sender.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/sender_test.go b/pkg/stream/sender_test.go index ca3eb472ad..3d0672f31d 100644 --- a/pkg/stream/sender_test.go +++ b/pkg/stream/sender_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/streamer.go b/pkg/stream/streamer.go index e0c9202925..03eb3f7d91 100644 --- a/pkg/stream/streamer.go +++ b/pkg/stream/streamer.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/streamtest/err_reader.go b/pkg/stream/streamtest/err_reader.go index b684742d35..62fc62be41 100644 --- a/pkg/stream/streamtest/err_reader.go +++ b/pkg/stream/streamtest/err_reader.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/streamtest/receiver.go b/pkg/stream/streamtest/receiver.go index 7a9e22411e..7a16b61572 100644 --- a/pkg/stream/streamtest/receiver.go +++ b/pkg/stream/streamtest/receiver.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/streamtest/sender.go b/pkg/stream/streamtest/sender.go index 28842354ce..c3096f669e 100644 --- a/pkg/stream/streamtest/sender.go +++ b/pkg/stream/streamtest/sender.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/streamtest/stream.go b/pkg/stream/streamtest/stream.go index 6e1b8fbcfb..1a73efb929 100644 --- a/pkg/stream/streamtest/stream.go +++ b/pkg/stream/streamtest/stream.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/types.go b/pkg/stream/types.go index 890a199b12..8fcfb3b07f 100644 --- a/pkg/stream/types.go +++ b/pkg/stream/types.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/types_test.go b/pkg/stream/types_test.go index 3fef33ce8f..454e157a77 100644 --- a/pkg/stream/types_test.go +++ b/pkg/stream/types_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/ventryparser.go b/pkg/stream/ventryparser.go index 854fd4a7c4..5f809dbf91 100644 --- a/pkg/stream/ventryparser.go +++ b/pkg/stream/ventryparser.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/ventryparser_test.go b/pkg/stream/ventryparser_test.go index f448964f95..e8ee94ba9a 100644 --- a/pkg/stream/ventryparser_test.go +++ b/pkg/stream/ventryparser_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/ventryreceiver.go b/pkg/stream/ventryreceiver.go index feaba89b84..0e26a07452 100644 --- a/pkg/stream/ventryreceiver.go +++ b/pkg/stream/ventryreceiver.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/ventryreceiver_test.go b/pkg/stream/ventryreceiver_test.go index 91e48e04b5..332fa5a194 100644 --- a/pkg/stream/ventryreceiver_test.go +++ b/pkg/stream/ventryreceiver_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/ventrysender.go b/pkg/stream/ventrysender.go index 7e0dc7da8c..76228367b6 100644 --- a/pkg/stream/ventrysender.go +++ b/pkg/stream/ventrysender.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/ventrysender_test.go b/pkg/stream/ventrysender_test.go index 7f5cd14e45..c11e9c7709 100644 --- a/pkg/stream/ventrysender_test.go +++ b/pkg/stream/ventrysender_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/ventrystreamer.go b/pkg/stream/ventrystreamer.go index 68db712c67..384acd18a0 100644 --- a/pkg/stream/ventrystreamer.go +++ b/pkg/stream/ventrystreamer.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/zStreamer.go b/pkg/stream/zStreamer.go index d833efbd02..14473639a2 100644 --- a/pkg/stream/zStreamer.go +++ b/pkg/stream/zStreamer.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/zparser.go b/pkg/stream/zparser.go index 87232ba53b..4c66154065 100644 --- a/pkg/stream/zparser.go +++ b/pkg/stream/zparser.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/zparser_test.go b/pkg/stream/zparser_test.go index 1403c6f4e4..b95867fdd0 100644 --- a/pkg/stream/zparser_test.go +++ b/pkg/stream/zparser_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/zreceiver.go b/pkg/stream/zreceiver.go index 7e4dce28d9..0ae2d2c255 100644 --- a/pkg/stream/zreceiver.go +++ b/pkg/stream/zreceiver.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/zreceiver_test.go b/pkg/stream/zreceiver_test.go index af1c1a38d0..3ee64e5d95 100644 --- a/pkg/stream/zreceiver_test.go +++ b/pkg/stream/zreceiver_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/zsender.go b/pkg/stream/zsender.go index d4763e25fd..576e95ead6 100644 --- a/pkg/stream/zsender.go +++ b/pkg/stream/zsender.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/stream/zsender_test.go b/pkg/stream/zsender_test.go index 9ef6c8a765..c556851bdc 100644 --- a/pkg/stream/zsender_test.go +++ b/pkg/stream/zsender_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/streamutils/files.go b/pkg/streamutils/files.go index e2586698e8..1701d2b68f 100644 --- a/pkg/streamutils/files.go +++ b/pkg/streamutils/files.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/streamutils/files_test.go b/pkg/streamutils/files_test.go index 2d158b979b..0d9dbc2b58 100644 --- a/pkg/streamutils/files_test.go +++ b/pkg/streamutils/files_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/truncator/truncator.go b/pkg/truncator/truncator.go index f383875aa6..192a254139 100644 --- a/pkg/truncator/truncator.go +++ b/pkg/truncator/truncator.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/truncator/truncator_test.go b/pkg/truncator/truncator_test.go index 10ed00289e..87479ed4b2 100644 --- a/pkg/truncator/truncator_test.go +++ b/pkg/truncator/truncator_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/verification/verification.go b/pkg/verification/verification.go index f46dce2f96..5ef08150b5 100644 --- a/pkg/verification/verification.go +++ b/pkg/verification/verification.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/verification/verification_test.go b/pkg/verification/verification_test.go index 9b44688b43..2407b8ffa7 100644 --- a/pkg/verification/verification_test.go +++ b/pkg/verification/verification_test.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/columns/main.go b/test/columns/main.go index 26897f057f..1dc29965f2 100644 --- a/test/columns/main.go +++ b/test/columns/main.go @@ -1,11 +1,11 @@ /* -Copyright 2022 CodeNotary, Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/columns/rand.go b/test/columns/rand.go index 1bdddcdb54..145b096b92 100644 --- a/test/columns/rand.go +++ b/test/columns/rand.go @@ -1,11 +1,11 @@ /* -Copyright 2022 CodeNotary, Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/document_storage_tests/documents_tests/actions/create_collections.go b/test/document_storage_tests/documents_tests/actions/create_collections.go index d45524ed3a..25525ebdeb 100644 --- a/test/document_storage_tests/documents_tests/actions/create_collections.go +++ b/test/document_storage_tests/documents_tests/actions/create_collections.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/document_storage_tests/documents_tests/actions/create_index.go b/test/document_storage_tests/documents_tests/actions/create_index.go index 2a436b0d6d..513a013c4d 100644 --- a/test/document_storage_tests/documents_tests/actions/create_index.go +++ b/test/document_storage_tests/documents_tests/actions/create_index.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/document_storage_tests/documents_tests/actions/get_collections.go b/test/document_storage_tests/documents_tests/actions/get_collections.go index 1169fc9cbe..322c449757 100644 --- a/test/document_storage_tests/documents_tests/actions/get_collections.go +++ b/test/document_storage_tests/documents_tests/actions/get_collections.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/document_storage_tests/documents_tests/actions/insert_documents.go b/test/document_storage_tests/documents_tests/actions/insert_documents.go index 260cdcedd5..d2db942175 100644 --- a/test/document_storage_tests/documents_tests/actions/insert_documents.go +++ b/test/document_storage_tests/documents_tests/actions/insert_documents.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/document_storage_tests/documents_tests/actions/search_documents.go b/test/document_storage_tests/documents_tests/actions/search_documents.go index 4a97dc81db..591968971a 100644 --- a/test/document_storage_tests/documents_tests/actions/search_documents.go +++ b/test/document_storage_tests/documents_tests/actions/search_documents.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/document_storage_tests/documents_tests/actions/session.go b/test/document_storage_tests/documents_tests/actions/session.go index 4535e0f993..f3a7f1b786 100644 --- a/test/document_storage_tests/documents_tests/actions/session.go +++ b/test/document_storage_tests/documents_tests/actions/session.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/document_storage_tests/documents_tests/create_collections_test.go b/test/document_storage_tests/documents_tests/create_collections_test.go index 6fea1bb057..4cf2323727 100644 --- a/test/document_storage_tests/documents_tests/create_collections_test.go +++ b/test/document_storage_tests/documents_tests/create_collections_test.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/document_storage_tests/documents_tests/create_indexes_test.go b/test/document_storage_tests/documents_tests/create_indexes_test.go index 9a8d866673..73b21d0bde 100644 --- a/test/document_storage_tests/documents_tests/create_indexes_test.go +++ b/test/document_storage_tests/documents_tests/create_indexes_test.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/document_storage_tests/documents_tests/delete_collections_test.go b/test/document_storage_tests/documents_tests/delete_collections_test.go index 46249cc78f..d6d4e0ae76 100644 --- a/test/document_storage_tests/documents_tests/delete_collections_test.go +++ b/test/document_storage_tests/documents_tests/delete_collections_test.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/document_storage_tests/documents_tests/insert_documents_test.go b/test/document_storage_tests/documents_tests/insert_documents_test.go index e798099f14..8e72e7ae48 100644 --- a/test/document_storage_tests/documents_tests/insert_documents_test.go +++ b/test/document_storage_tests/documents_tests/insert_documents_test.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/document_storage_tests/documents_tests/models/collections.go b/test/document_storage_tests/documents_tests/models/collections.go index 2292d73842..ab1712741a 100644 --- a/test/document_storage_tests/documents_tests/models/collections.go +++ b/test/document_storage_tests/documents_tests/models/collections.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/document_storage_tests/documents_tests/models/documents.go b/test/document_storage_tests/documents_tests/models/documents.go index 1ca1790fed..78d6bd3dcd 100644 --- a/test/document_storage_tests/documents_tests/models/documents.go +++ b/test/document_storage_tests/documents_tests/models/documents.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/document_storage_tests/documents_tests/models/index.go b/test/document_storage_tests/documents_tests/models/index.go index 893918a5ad..9009fb7b84 100644 --- a/test/document_storage_tests/documents_tests/models/index.go +++ b/test/document_storage_tests/documents_tests/models/index.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/document_storage_tests/documents_tests/models/search.go b/test/document_storage_tests/documents_tests/models/search.go index de7cd1cb93..0eb1e1cb50 100644 --- a/test/document_storage_tests/documents_tests/models/search.go +++ b/test/document_storage_tests/documents_tests/models/search.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/document_storage_tests/documents_tests/models/user.go b/test/document_storage_tests/documents_tests/models/user.go index c824a17dc8..de76528781 100644 --- a/test/document_storage_tests/documents_tests/models/user.go +++ b/test/document_storage_tests/documents_tests/models/user.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/document_storage_tests/documents_tests/session_test.go b/test/document_storage_tests/documents_tests/session_test.go index 470abe53d1..2e024e59d1 100644 --- a/test/document_storage_tests/documents_tests/session_test.go +++ b/test/document_storage_tests/documents_tests/session_test.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/document_storage_tests/documents_tests_deprecated/auth_test.go b/test/document_storage_tests/documents_tests_deprecated/auth_test.go index 86f25ba7b4..e4fa10ff2d 100644 --- a/test/document_storage_tests/documents_tests_deprecated/auth_test.go +++ b/test/document_storage_tests/documents_tests_deprecated/auth_test.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/document_storage_tests/documents_tests_deprecated/collections_test.go b/test/document_storage_tests/documents_tests_deprecated/collections_test.go index 2cd0e74de2..9b5ad7abd5 100644 --- a/test/document_storage_tests/documents_tests_deprecated/collections_test.go +++ b/test/document_storage_tests/documents_tests_deprecated/collections_test.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/document_storage_tests/documents_tests_deprecated/create_collections_test.go b/test/document_storage_tests/documents_tests_deprecated/create_collections_test.go index 08364e090a..1587ce4197 100644 --- a/test/document_storage_tests/documents_tests_deprecated/create_collections_test.go +++ b/test/document_storage_tests/documents_tests_deprecated/create_collections_test.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/document_storage_tests/documents_tests_deprecated/documents_test.go b/test/document_storage_tests/documents_tests_deprecated/documents_test.go index 5e741e5c40..12a9dce331 100644 --- a/test/document_storage_tests/documents_tests_deprecated/documents_test.go +++ b/test/document_storage_tests/documents_tests_deprecated/documents_test.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/document_storage_tests/documents_tests_deprecated/documents_test_utils.go b/test/document_storage_tests/documents_tests_deprecated/documents_test_utils.go index 6c2ba76c67..c25999eca4 100644 --- a/test/document_storage_tests/documents_tests_deprecated/documents_test_utils.go +++ b/test/document_storage_tests/documents_tests_deprecated/documents_test_utils.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/document_storage_tests/documents_tests_deprecated/login_test.go b/test/document_storage_tests/documents_tests_deprecated/login_test.go index 69e20af3cb..024763565b 100644 --- a/test/document_storage_tests/documents_tests_deprecated/login_test.go +++ b/test/document_storage_tests/documents_tests_deprecated/login_test.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/document_storage_tests/documents_tests_deprecated/utils.go b/test/document_storage_tests/documents_tests_deprecated/utils.go index ba9e7b482e..630b142c94 100644 --- a/test/document_storage_tests/documents_tests_deprecated/utils.go +++ b/test/document_storage_tests/documents_tests_deprecated/utils.go @@ -1,11 +1,11 @@ /* -Copyright 2023 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/e2e/truncation/main.go b/test/e2e/truncation/main.go index b3d7064dab..d47d6ec4a5 100644 --- a/test/e2e/truncation/main.go +++ b/test/e2e/truncation/main.go @@ -1,11 +1,11 @@ /* -Copyright 2022 CodeNotary, Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/performance-test-suite/cmd/perf-test/main.go b/test/performance-test-suite/cmd/perf-test/main.go index f0bd9129f3..3a5448bdc9 100644 --- a/test/performance-test-suite/cmd/perf-test/main.go +++ b/test/performance-test-suite/cmd/perf-test/main.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/performance-test-suite/pkg/benchmarks/benchmark.go b/test/performance-test-suite/pkg/benchmarks/benchmark.go index a2b9fd382a..61eda4527e 100644 --- a/test/performance-test-suite/pkg/benchmarks/benchmark.go +++ b/test/performance-test-suite/pkg/benchmarks/benchmark.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/performance-test-suite/pkg/benchmarks/format.go b/test/performance-test-suite/pkg/benchmarks/format.go index fe0b6bbad3..36f5bfd831 100644 --- a/test/performance-test-suite/pkg/benchmarks/format.go +++ b/test/performance-test-suite/pkg/benchmarks/format.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/performance-test-suite/pkg/benchmarks/format_test.go b/test/performance-test-suite/pkg/benchmarks/format_test.go index b72ac71d96..d00dfe844b 100644 --- a/test/performance-test-suite/pkg/benchmarks/format_test.go +++ b/test/performance-test-suite/pkg/benchmarks/format_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/performance-test-suite/pkg/benchmarks/hwstats.go b/test/performance-test-suite/pkg/benchmarks/hwstats.go index 2d28f4bd6e..9dc33a3477 100644 --- a/test/performance-test-suite/pkg/benchmarks/hwstats.go +++ b/test/performance-test-suite/pkg/benchmarks/hwstats.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/performance-test-suite/pkg/benchmarks/hwstats_test.go b/test/performance-test-suite/pkg/benchmarks/hwstats_test.go index decb44e9ff..0e5c21b5c8 100644 --- a/test/performance-test-suite/pkg/benchmarks/hwstats_test.go +++ b/test/performance-test-suite/pkg/benchmarks/hwstats_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/performance-test-suite/pkg/benchmarks/keytracker.go b/test/performance-test-suite/pkg/benchmarks/keytracker.go index 0ac0b8be56..7404d5c526 100644 --- a/test/performance-test-suite/pkg/benchmarks/keytracker.go +++ b/test/performance-test-suite/pkg/benchmarks/keytracker.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/performance-test-suite/pkg/benchmarks/keytracker_test.go b/test/performance-test-suite/pkg/benchmarks/keytracker_test.go index f008b04732..85c5d79f5e 100644 --- a/test/performance-test-suite/pkg/benchmarks/keytracker_test.go +++ b/test/performance-test-suite/pkg/benchmarks/keytracker_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/performance-test-suite/pkg/benchmarks/rand.go b/test/performance-test-suite/pkg/benchmarks/rand.go index a11349c6cf..185278abf9 100644 --- a/test/performance-test-suite/pkg/benchmarks/rand.go +++ b/test/performance-test-suite/pkg/benchmarks/rand.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/performance-test-suite/pkg/benchmarks/rand_test.go b/test/performance-test-suite/pkg/benchmarks/rand_test.go index ea7c55d88d..6d56053ec5 100644 --- a/test/performance-test-suite/pkg/benchmarks/rand_test.go +++ b/test/performance-test-suite/pkg/benchmarks/rand_test.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/performance-test-suite/pkg/benchmarks/writetxs/benchmark.go b/test/performance-test-suite/pkg/benchmarks/writetxs/benchmark.go index 85b61952f2..b1c622d099 100644 --- a/test/performance-test-suite/pkg/benchmarks/writetxs/benchmark.go +++ b/test/performance-test-suite/pkg/benchmarks/writetxs/benchmark.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/performance-test-suite/pkg/runner/benchmarks.go b/test/performance-test-suite/pkg/runner/benchmarks.go index 8b8f747a2c..e1114fa8c0 100644 --- a/test/performance-test-suite/pkg/runner/benchmarks.go +++ b/test/performance-test-suite/pkg/runner/benchmarks.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/performance-test-suite/pkg/runner/processinfo.go b/test/performance-test-suite/pkg/runner/processinfo.go index 23f7f522a8..3df8fa478d 100644 --- a/test/performance-test-suite/pkg/runner/processinfo.go +++ b/test/performance-test-suite/pkg/runner/processinfo.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/performance-test-suite/pkg/runner/results.go b/test/performance-test-suite/pkg/runner/results.go index 01452ed563..54614c3a46 100644 --- a/test/performance-test-suite/pkg/runner/results.go +++ b/test/performance-test-suite/pkg/runner/results.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/performance-test-suite/pkg/runner/runner.go b/test/performance-test-suite/pkg/runner/runner.go index 19adfc0e6f..d5454145d9 100644 --- a/test/performance-test-suite/pkg/runner/runner.go +++ b/test/performance-test-suite/pkg/runner/runner.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/performance-test-suite/pkg/runner/systeminfo.go b/test/performance-test-suite/pkg/runner/systeminfo.go index 16c93557d9..1b3d18aec8 100644 --- a/test/performance-test-suite/pkg/runner/systeminfo.go +++ b/test/performance-test-suite/pkg/runner/systeminfo.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tools/long_running/stress_tool_worker_pool.go b/tools/long_running/stress_tool_worker_pool.go index e5c7e37097..6dd281dc7f 100644 --- a/tools/long_running/stress_tool_worker_pool.go +++ b/tools/long_running/stress_tool_worker_pool.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tools/mkdb/main.go b/tools/mkdb/main.go index 3f9d033fa0..1f52eba462 100644 --- a/tools/mkdb/main.go +++ b/tools/mkdb/main.go @@ -1,11 +1,11 @@ /* -Copyright 2022 CodeNotary, Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tools/testing/stress_tool_sql.go b/tools/testing/stress_tool_sql.go index a995242349..a51c1ab58a 100644 --- a/tools/testing/stress_tool_sql.go +++ b/tools/testing/stress_tool_sql.go @@ -1,11 +1,11 @@ /* -Copyright 2022 Codenotary Inc. All rights reserved. +Copyright 2024 Codenotary Inc. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); +SPDX-License-Identifier: BUSL-1.1 you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://mariadb.com/bsl11/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,