From 9bf82bcbd2c9433011f1f96e14ff9b6bac58cfec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hoshea=C2=A0Jiang?= Date: Mon, 16 Aug 2021 18:52:00 +0800 Subject: [PATCH] *: Integrate SkyWalking-eyes to check license headers in CI and fix licenses headers (#27198) --- cmd/br/main_test.go | 1 + cmd/tidb-lightning-ctl/main.go | 1 + cmd/tidb-lightning-ctl/main_test.go | 1 + cmd/tidb-lightning/main.go | 1 + cmd/tidb-lightning/main_test.go | 1 + compatibility/prepare_backup.sh | 1 + pkg/cdclog/buffer.go | 1 + pkg/cdclog/decoder.go | 1 + pkg/cdclog/decoder_test.go | 1 + pkg/cdclog/puller.go | 1 + pkg/kv/checksum.go | 1 + pkg/kv/checksum_test.go | 1 + pkg/kv/kv.go | 1 + pkg/kv/kv_test.go | 1 + pkg/kv/session.go | 1 + pkg/kv/session_test.go | 1 + pkg/lightning/backend/backend.go | 1 + pkg/lightning/backend/importer/importer.go | 1 + pkg/lightning/backend/importer/importer_test.go | 1 + pkg/lightning/backend/kv/allocator.go | 1 + pkg/lightning/backend/kv/kv2sql.go | 1 + pkg/lightning/backend/kv/session.go | 1 + pkg/lightning/backend/kv/session_test.go | 1 + pkg/lightning/backend/kv/sql2kv.go | 1 + pkg/lightning/backend/kv/sql2kv_test.go | 1 + pkg/lightning/backend/local/duplicate.go | 1 + pkg/lightning/backend/local/iterator.go | 1 + pkg/lightning/backend/local/iterator_test.go | 1 + pkg/lightning/backend/local/key_adapter.go | 1 + pkg/lightning/backend/local/key_adapter_test.go | 1 + pkg/lightning/backend/local/local.go | 1 + pkg/lightning/backend/local/local_freebsd.go | 1 + pkg/lightning/backend/local/local_test.go | 1 + pkg/lightning/backend/local/local_unix.go | 1 + pkg/lightning/backend/local/local_unix_generic.go | 1 + pkg/lightning/backend/local/local_windows.go | 1 + pkg/lightning/backend/local/localhelper.go | 1 + pkg/lightning/backend/local/localhelper_test.go | 1 + pkg/lightning/backend/noop/noop.go | 1 + pkg/lightning/backend/tidb/tidb.go | 1 + pkg/lightning/backend/tidb/tidb_test.go | 1 + pkg/lightning/checkpoints/checkpoints.go | 1 + pkg/lightning/checkpoints/checkpointspb/file_checkpoints.proto | 1 + pkg/lightning/checkpoints/glue_checkpoint.go | 1 + pkg/lightning/checkpoints/tidb.go | 1 + pkg/lightning/common/conn.go | 1 + pkg/lightning/common/once_error.go | 1 + pkg/lightning/common/once_error_test.go | 1 + pkg/lightning/common/pause.go | 1 + pkg/lightning/common/pause_test.go | 1 + pkg/lightning/common/security.go | 1 + pkg/lightning/common/security_test.go | 1 + pkg/lightning/common/storage.go | 1 + pkg/lightning/common/storage_test.go | 1 + pkg/lightning/common/storage_unix.go | 1 + pkg/lightning/common/storage_windows.go | 1 + pkg/lightning/common/util.go | 1 + pkg/lightning/common/util_test.go | 1 + pkg/lightning/config/bytesize.go | 1 + pkg/lightning/config/bytesize_test.go | 1 + pkg/lightning/config/config.go | 1 + pkg/lightning/config/config_test.go | 1 + pkg/lightning/config/configlist.go | 1 + pkg/lightning/config/configlist_test.go | 1 + pkg/lightning/config/const.go | 1 + pkg/lightning/config/global.go | 1 + pkg/lightning/glue/glue.go | 1 + pkg/lightning/lightning.go | 1 + pkg/lightning/lightning_test.go | 1 + pkg/lightning/log/log.go | 1 + pkg/lightning/log/log_test.go | 1 + pkg/lightning/log/testlogger.go | 1 + pkg/lightning/manual/allocator.go | 1 + pkg/lightning/metric/metric.go | 1 + pkg/lightning/metric/metric_test.go | 1 + pkg/lightning/mydump/csv_parser.go | 1 + pkg/lightning/mydump/loader.go | 1 + pkg/lightning/mydump/loader_test.go | 1 + pkg/lightning/mydump/parser.go | 1 + pkg/lightning/mydump/parser.rl | 1 + pkg/lightning/mydump/parser_generated.go | 1 + pkg/lightning/mydump/parser_test.go | 1 + pkg/lightning/mydump/reader.go | 1 + pkg/lightning/mydump/reader_test.go | 1 + pkg/lightning/mydump/region.go | 1 + pkg/lightning/mydump/region_test.go | 1 + pkg/lightning/restore/check_info.go | 1 + pkg/lightning/restore/check_template.go | 1 + pkg/lightning/restore/checksum.go | 1 + pkg/lightning/restore/restore.go | 1 + pkg/lightning/restore/restore_test.go | 1 + pkg/lightning/restore/table_restore.go | 1 + pkg/lightning/restore/tidb.go | 1 + pkg/lightning/restore/tidb_test.go | 1 + pkg/lightning/sigusr1_other.go | 1 + pkg/lightning/sigusr1_unix.go | 1 + pkg/lightning/tikv/tikv.go | 1 + pkg/lightning/verification/checksum.go | 1 + pkg/lightning/verification/checksum_test.go | 1 + pkg/lightning/web/res.go | 1 + pkg/lightning/worker/worker.go | 1 + pkg/lightning/worker/worker_test.go | 1 + pkg/membuf/buffer.go | 1 + pkg/membuf/buffer_test.go | 1 + pkg/mock/mockid/mockid.go | 1 + pkg/restore/ingester.go | 1 + tests/_utils/check_cluster_version | 1 + tests/_utils/check_contains | 1 + tests/_utils/check_not_contains | 1 + tests/_utils/generate_certs | 1 + tests/_utils/read_result | 1 + tests/_utils/run_br | 1 + tests/_utils/run_cdc | 1 + tests/_utils/run_curl | 1 + tests/_utils/run_lightning | 1 + tests/_utils/run_lightning_ctl | 1 + tests/_utils/run_pd_ctl | 1 + tests/_utils/run_services | 1 + tests/_utils/run_sql | 1 + tests/_utils/run_sql_in_container | 1 + tests/br_300_small_tables/run.sh | 1 + tests/br_backup_empty/run.sh | 1 + tests/br_backup_version/run.sh | 1 + tests/br_case_sensitive/run.sh | 1 + tests/br_clustered_index/run.sh | 1 + tests/br_db/run.sh | 1 + tests/br_db_online/run.sh | 1 + tests/br_db_online_newkv/run.sh | 1 + tests/br_db_skip/run.sh | 1 + tests/br_debug_meta/run.sh | 1 + tests/br_full/run.sh | 1 + tests/br_full_ddl/run.sh | 1 + tests/br_full_index/run.sh | 1 + tests/br_gcs/oauth.go | 1 + tests/br_gcs/run.sh | 1 + tests/br_history/run.sh | 1 + tests/br_incompatible_tidb_config/run.sh | 1 + tests/br_incremental/run.sh | 1 + tests/br_incremental_ddl/run.sh | 1 + tests/br_incremental_index/run.sh | 1 + tests/br_incremental_only_ddl/run.sh | 1 + tests/br_incremental_same_table/run.sh | 1 + tests/br_insert_after_restore/run.sh | 1 + tests/br_key_locked/codec.go | 1 + tests/br_key_locked/locker.go | 1 + tests/br_key_locked/run.sh | 1 + tests/br_log_restore/run.sh | 1 + tests/br_log_test/run.sh | 1 + tests/br_move_backup/run.sh | 1 + tests/br_other/run.sh | 1 + tests/br_range/run.sh | 3 ++- tests/br_rawkv/run.sh | 1 + tests/br_restore_TDE_enable/run.sh | 3 ++- tests/br_s3/run.sh | 1 + tests/br_shuffle_leader/run.sh | 1 + tests/br_shuffle_region/run.sh | 1 + tests/br_single_table/run.sh | 1 + tests/br_skip_checksum/run.sh | 1 + tests/br_small_batch_size/run.sh | 1 + tests/br_split_region_fail/run.sh | 1 + tests/br_table_filter/run.sh | 1 + tests/br_table_partition/prepare.sh | 1 + tests/br_table_partition/run.sh | 1 + tests/br_tiflash/run.sh | 1 + tests/br_views_and_sequences/run.sh | 1 + tests/br_z_gc_safepoint/gc.go | 1 + tests/br_z_gc_safepoint/run.sh | 1 + tests/docker_compatible_gcs/prepare.sh | 1 + tests/docker_compatible_gcs/run.sh | 1 + tests/docker_compatible_s3/prepare.sh | 1 + tests/docker_compatible_s3/run.sh | 1 + tests/download_tools.sh | 1 + tests/lightning_alter_random/run.sh | 1 + tests/lightning_auto_random_default/run.sh | 1 + tests/lightning_black-white-list/run.sh | 1 + tests/lightning_character_sets/run.sh | 1 + tests/lightning_checkpoint/run.sh | 1 + tests/lightning_checkpoint_chunks/run.sh | 1 + tests/lightning_checkpoint_columns/run.sh | 1 + tests/lightning_checkpoint_dirty_tableid/run.sh | 1 + tests/lightning_checkpoint_engines/run.sh | 1 + tests/lightning_checkpoint_error_destroy/run.sh | 1 + tests/lightning_checkpoint_parquet/run.sh | 1 + tests/lightning_checkpoint_timestamp/run.sh | 1 + tests/lightning_common_handle/run.sh | 1 + tests/lightning_concurrent-restore/run.sh | 1 + tests/lightning_default-columns/run.sh | 1 + tests/lightning_disk_quota/run.sh | 1 + tests/lightning_duplicate_detection/run.sh | 1 + tests/lightning_error_summary/run.sh | 1 + tests/lightning_examples/run.sh | 1 + tests/lightning_exotic_filenames/run.sh | 1 + tests/lightning_fail_fast/run.sh | 1 + tests/lightning_file_routing/run.sh | 1 + tests/lightning_gcs/run.sh | 1 + tests/lightning_generated_columns/run.sh | 1 + tests/lightning_incremental/run.sh | 1 + tests/lightning_issue_282/run.sh | 1 + tests/lightning_issue_410/run.sh | 1 + tests/lightning_issue_519/run.sh | 1 + tests/lightning_local_backend/run.sh | 1 + tests/lightning_new_collation/run.sh | 1 + tests/lightning_no_schema/run.sh | 1 + tests/lightning_parquet/run.sh | 1 + tests/lightning_partitioned-table/run.sh | 1 + tests/lightning_restore/run.sh | 1 + tests/lightning_s3/run.sh | 1 + tests/lightning_shard_rowid/run.sh | 1 + tests/lightning_source_linkfile/run.sh | 1 + tests/lightning_sqlmode/run.sh | 1 + tests/lightning_tidb_duplicate_data/run.sh | 1 + tests/lightning_tidb_rowid/run.sh | 1 + tests/lightning_tiflash/run.sh | 1 + tests/lightning_too_many_columns/run.sh | 1 + tests/lightning_tool_135/run.sh | 1 + tests/lightning_tool_1420/run.sh | 1 + tests/lightning_tool_1472/run.sh | 1 + tests/lightning_tool_241/run.sh | 1 + tests/lightning_unused_config_keys/run.sh | 1 + tests/lightning_various_types/run.sh | 1 + tests/lightning_view/run.sh | 1 + tests/run.sh | 1 + tests/run_compatible.sh | 1 + tools/check-errdoc.sh | 1 + web/src/ChunksProgressPanel.tsx | 1 + web/src/DottedProgress.tsx | 1 + web/src/EnginesProgressPanel.tsx | 1 + web/src/ErrorButton.tsx | 1 + web/src/InfoButton.tsx | 1 + web/src/InfoPage.tsx | 1 + web/src/MoveTaskButton.tsx | 1 + web/src/PauseButton.tsx | 1 + web/src/ProgressPage.tsx | 1 + web/src/RefreshButton.tsx | 1 + web/src/TableProgressCard.tsx | 1 + web/src/TableProgressPage.tsx | 1 + web/src/TaskButton.tsx | 1 + web/src/TitleBar.tsx | 3 ++- web/src/TitleLink.tsx | 1 + web/src/api.ts | 1 + web/src/index.tsx | 1 + web/src/json-bigint.d.ts | 1 + 242 files changed, 245 insertions(+), 3 deletions(-) diff --git a/cmd/br/main_test.go b/cmd/br/main_test.go index 8b68380494380..c31fdbb8e51d5 100644 --- a/cmd/br/main_test.go +++ b/cmd/br/main_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/cmd/tidb-lightning-ctl/main.go b/cmd/tidb-lightning-ctl/main.go index 645c9888d60a0..7758621ac5bf3 100644 --- a/cmd/tidb-lightning-ctl/main.go +++ b/cmd/tidb-lightning-ctl/main.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/cmd/tidb-lightning-ctl/main_test.go b/cmd/tidb-lightning-ctl/main_test.go index e0351c20e9345..9847a62c53e79 100644 --- a/cmd/tidb-lightning-ctl/main_test.go +++ b/cmd/tidb-lightning-ctl/main_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/cmd/tidb-lightning/main.go b/cmd/tidb-lightning/main.go index d248bac7c26f1..0d44ab8cfe7d2 100644 --- a/cmd/tidb-lightning/main.go +++ b/cmd/tidb-lightning/main.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/cmd/tidb-lightning/main_test.go b/cmd/tidb-lightning/main_test.go index c77e38a88b440..309b9e24675b3 100644 --- a/cmd/tidb-lightning/main_test.go +++ b/cmd/tidb-lightning/main_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/compatibility/prepare_backup.sh b/compatibility/prepare_backup.sh index 56eab1949abcb..173d475531bac 100644 --- a/compatibility/prepare_backup.sh +++ b/compatibility/prepare_backup.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/pkg/cdclog/buffer.go b/pkg/cdclog/buffer.go index 84f36ae263eff..7cfe2ea638d94 100644 --- a/pkg/cdclog/buffer.go +++ b/pkg/cdclog/buffer.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/cdclog/decoder.go b/pkg/cdclog/decoder.go index f8bdbdb6440b0..e524384fd92c6 100644 --- a/pkg/cdclog/decoder.go +++ b/pkg/cdclog/decoder.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/cdclog/decoder_test.go b/pkg/cdclog/decoder_test.go index 150b9fc883c5e..5f7c8b6b22e73 100644 --- a/pkg/cdclog/decoder_test.go +++ b/pkg/cdclog/decoder_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/cdclog/puller.go b/pkg/cdclog/puller.go index 6fe36f464a844..1c823c8de6c44 100644 --- a/pkg/cdclog/puller.go +++ b/pkg/cdclog/puller.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/kv/checksum.go b/pkg/kv/checksum.go index af033c5068171..dbfed41aa0edc 100644 --- a/pkg/kv/checksum.go +++ b/pkg/kv/checksum.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/kv/checksum_test.go b/pkg/kv/checksum_test.go index c4bbcd7af1f5b..2bda54bebb0ad 100644 --- a/pkg/kv/checksum_test.go +++ b/pkg/kv/checksum_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/kv/kv.go b/pkg/kv/kv.go index de12914d8d84e..80bbdf92d5340 100644 --- a/pkg/kv/kv.go +++ b/pkg/kv/kv.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/kv/kv_test.go b/pkg/kv/kv_test.go index 4994c8b7bcb74..170a2baff99c8 100644 --- a/pkg/kv/kv_test.go +++ b/pkg/kv/kv_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/kv/session.go b/pkg/kv/session.go index 93ad7293d1bdb..ad08d520cd9fc 100644 --- a/pkg/kv/session.go +++ b/pkg/kv/session.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/kv/session_test.go b/pkg/kv/session_test.go index 34b2330799385..3d1fff80575a8 100644 --- a/pkg/kv/session_test.go +++ b/pkg/kv/session_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/backend/backend.go b/pkg/lightning/backend/backend.go index 9f778e15afaec..0a775c4a2b015 100644 --- a/pkg/lightning/backend/backend.go +++ b/pkg/lightning/backend/backend.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/backend/importer/importer.go b/pkg/lightning/backend/importer/importer.go index 6cfd85ca45a98..dc292bdb7e870 100644 --- a/pkg/lightning/backend/importer/importer.go +++ b/pkg/lightning/backend/importer/importer.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/backend/importer/importer_test.go b/pkg/lightning/backend/importer/importer_test.go index cc1f28b00bf5d..524a523d2e31d 100644 --- a/pkg/lightning/backend/importer/importer_test.go +++ b/pkg/lightning/backend/importer/importer_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/backend/kv/allocator.go b/pkg/lightning/backend/kv/allocator.go index 40dd503be4606..ff86f72524e60 100644 --- a/pkg/lightning/backend/kv/allocator.go +++ b/pkg/lightning/backend/kv/allocator.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/backend/kv/kv2sql.go b/pkg/lightning/backend/kv/kv2sql.go index f3f0e0b6f6246..9438094250af2 100644 --- a/pkg/lightning/backend/kv/kv2sql.go +++ b/pkg/lightning/backend/kv/kv2sql.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/backend/kv/session.go b/pkg/lightning/backend/kv/session.go index 88c7fe7d044ed..59934b58cd9fb 100644 --- a/pkg/lightning/backend/kv/session.go +++ b/pkg/lightning/backend/kv/session.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/backend/kv/session_test.go b/pkg/lightning/backend/kv/session_test.go index c8debcdf8793e..5bdde40ba187c 100644 --- a/pkg/lightning/backend/kv/session_test.go +++ b/pkg/lightning/backend/kv/session_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/backend/kv/sql2kv.go b/pkg/lightning/backend/kv/sql2kv.go index b00dbadcce495..b061bf76ac381 100644 --- a/pkg/lightning/backend/kv/sql2kv.go +++ b/pkg/lightning/backend/kv/sql2kv.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/backend/kv/sql2kv_test.go b/pkg/lightning/backend/kv/sql2kv_test.go index 2ecb23c1e43a9..289d8978afdce 100644 --- a/pkg/lightning/backend/kv/sql2kv_test.go +++ b/pkg/lightning/backend/kv/sql2kv_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/backend/local/duplicate.go b/pkg/lightning/backend/local/duplicate.go index 81911a34ccb30..659ef0037a8b9 100644 --- a/pkg/lightning/backend/local/duplicate.go +++ b/pkg/lightning/backend/local/duplicate.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/backend/local/iterator.go b/pkg/lightning/backend/local/iterator.go index a6bcd46e22baa..8cd8bc243ca8a 100644 --- a/pkg/lightning/backend/local/iterator.go +++ b/pkg/lightning/backend/local/iterator.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/backend/local/iterator_test.go b/pkg/lightning/backend/local/iterator_test.go index 095222ff44cf6..3c0077247971b 100644 --- a/pkg/lightning/backend/local/iterator_test.go +++ b/pkg/lightning/backend/local/iterator_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/backend/local/key_adapter.go b/pkg/lightning/backend/local/key_adapter.go index 1eae5bfe1f8a3..0a1bb296aeec0 100644 --- a/pkg/lightning/backend/local/key_adapter.go +++ b/pkg/lightning/backend/local/key_adapter.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/backend/local/key_adapter_test.go b/pkg/lightning/backend/local/key_adapter_test.go index 12080ed9c343d..9892fef4f0e06 100644 --- a/pkg/lightning/backend/local/key_adapter_test.go +++ b/pkg/lightning/backend/local/key_adapter_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/backend/local/local.go b/pkg/lightning/backend/local/local.go index 36b4362cfe6af..129cdc9a5ab12 100644 --- a/pkg/lightning/backend/local/local.go +++ b/pkg/lightning/backend/local/local.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/backend/local/local_freebsd.go b/pkg/lightning/backend/local/local_freebsd.go index c54f40a98b4a6..08fc827052210 100644 --- a/pkg/lightning/backend/local/local_freebsd.go +++ b/pkg/lightning/backend/local/local_freebsd.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/backend/local/local_test.go b/pkg/lightning/backend/local/local_test.go index 97aae9db1c1ed..fd491d9680a51 100644 --- a/pkg/lightning/backend/local/local_test.go +++ b/pkg/lightning/backend/local/local_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/backend/local/local_unix.go b/pkg/lightning/backend/local/local_unix.go index d0d7e8316a24a..d2383aca745c1 100644 --- a/pkg/lightning/backend/local/local_unix.go +++ b/pkg/lightning/backend/local/local_unix.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/backend/local/local_unix_generic.go b/pkg/lightning/backend/local/local_unix_generic.go index 362b4c1f15f4c..2ea66ba4430cb 100644 --- a/pkg/lightning/backend/local/local_unix_generic.go +++ b/pkg/lightning/backend/local/local_unix_generic.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/backend/local/local_windows.go b/pkg/lightning/backend/local/local_windows.go index a6e34aad8d5e8..cf0e158088cc0 100644 --- a/pkg/lightning/backend/local/local_windows.go +++ b/pkg/lightning/backend/local/local_windows.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/backend/local/localhelper.go b/pkg/lightning/backend/local/localhelper.go index 34fa23a60321b..2d9dc5c48cbdd 100644 --- a/pkg/lightning/backend/local/localhelper.go +++ b/pkg/lightning/backend/local/localhelper.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/backend/local/localhelper_test.go b/pkg/lightning/backend/local/localhelper_test.go index be6c5f013ddfc..11149a000fbe2 100644 --- a/pkg/lightning/backend/local/localhelper_test.go +++ b/pkg/lightning/backend/local/localhelper_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/backend/noop/noop.go b/pkg/lightning/backend/noop/noop.go index 3636ec38c6968..37ca4fd8e77a2 100644 --- a/pkg/lightning/backend/noop/noop.go +++ b/pkg/lightning/backend/noop/noop.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/backend/tidb/tidb.go b/pkg/lightning/backend/tidb/tidb.go index 22bfd6ac87c9d..b2259ffb5c8a3 100644 --- a/pkg/lightning/backend/tidb/tidb.go +++ b/pkg/lightning/backend/tidb/tidb.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/backend/tidb/tidb_test.go b/pkg/lightning/backend/tidb/tidb_test.go index 40033ea7ae4eb..b9f1cc76b0b5b 100644 --- a/pkg/lightning/backend/tidb/tidb_test.go +++ b/pkg/lightning/backend/tidb/tidb_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/checkpoints/checkpoints.go b/pkg/lightning/checkpoints/checkpoints.go index a52cb3cc3800e..83b389a89938e 100644 --- a/pkg/lightning/checkpoints/checkpoints.go +++ b/pkg/lightning/checkpoints/checkpoints.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/checkpoints/checkpointspb/file_checkpoints.proto b/pkg/lightning/checkpoints/checkpointspb/file_checkpoints.proto index 9f8708a1fa276..0888e1da56ef7 100644 --- a/pkg/lightning/checkpoints/checkpointspb/file_checkpoints.proto +++ b/pkg/lightning/checkpoints/checkpointspb/file_checkpoints.proto @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/checkpoints/glue_checkpoint.go b/pkg/lightning/checkpoints/glue_checkpoint.go index 78a1f0c501b6a..0785a6f1a76ca 100644 --- a/pkg/lightning/checkpoints/glue_checkpoint.go +++ b/pkg/lightning/checkpoints/glue_checkpoint.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/checkpoints/tidb.go b/pkg/lightning/checkpoints/tidb.go index f53cadd4288dc..b04fcda401bb5 100644 --- a/pkg/lightning/checkpoints/tidb.go +++ b/pkg/lightning/checkpoints/tidb.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/common/conn.go b/pkg/lightning/common/conn.go index 2a6970800a608..0dc011e88b7fa 100644 --- a/pkg/lightning/common/conn.go +++ b/pkg/lightning/common/conn.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/common/once_error.go b/pkg/lightning/common/once_error.go index 14c05193ea12b..50e110842724b 100644 --- a/pkg/lightning/common/once_error.go +++ b/pkg/lightning/common/once_error.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/common/once_error_test.go b/pkg/lightning/common/once_error_test.go index a4bd83300ccf4..3e4ae41121a11 100644 --- a/pkg/lightning/common/once_error_test.go +++ b/pkg/lightning/common/once_error_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/common/pause.go b/pkg/lightning/common/pause.go index 7c616e6ea5a92..4cbb3a39cae95 100644 --- a/pkg/lightning/common/pause.go +++ b/pkg/lightning/common/pause.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/common/pause_test.go b/pkg/lightning/common/pause_test.go index 53da312b01d49..34ee124b7026a 100644 --- a/pkg/lightning/common/pause_test.go +++ b/pkg/lightning/common/pause_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/common/security.go b/pkg/lightning/common/security.go index 367b40299e060..1b48213be0a6f 100644 --- a/pkg/lightning/common/security.go +++ b/pkg/lightning/common/security.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/common/security_test.go b/pkg/lightning/common/security_test.go index 8e37fa7fcc1d3..1eec0ef9f72ce 100644 --- a/pkg/lightning/common/security_test.go +++ b/pkg/lightning/common/security_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/common/storage.go b/pkg/lightning/common/storage.go index e038203195b9e..ae69018431719 100644 --- a/pkg/lightning/common/storage.go +++ b/pkg/lightning/common/storage.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/common/storage_test.go b/pkg/lightning/common/storage_test.go index 3ae1c08328f7a..db46269149a4c 100644 --- a/pkg/lightning/common/storage_test.go +++ b/pkg/lightning/common/storage_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/common/storage_unix.go b/pkg/lightning/common/storage_unix.go index e1eae76b9b837..ba22e92354ceb 100644 --- a/pkg/lightning/common/storage_unix.go +++ b/pkg/lightning/common/storage_unix.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/common/storage_windows.go b/pkg/lightning/common/storage_windows.go index a0d8d13fc0e54..21a2398ad66c3 100644 --- a/pkg/lightning/common/storage_windows.go +++ b/pkg/lightning/common/storage_windows.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/common/util.go b/pkg/lightning/common/util.go index e836f7b9e8fb2..786ffe6434f69 100644 --- a/pkg/lightning/common/util.go +++ b/pkg/lightning/common/util.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/common/util_test.go b/pkg/lightning/common/util_test.go index f754c9c7a59d4..04a1ceecf45b1 100644 --- a/pkg/lightning/common/util_test.go +++ b/pkg/lightning/common/util_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/config/bytesize.go b/pkg/lightning/config/bytesize.go index d511c72c1db23..bc159d0825496 100644 --- a/pkg/lightning/config/bytesize.go +++ b/pkg/lightning/config/bytesize.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/config/bytesize_test.go b/pkg/lightning/config/bytesize_test.go index 80bbc6b5b1a09..5e8d07785561a 100644 --- a/pkg/lightning/config/bytesize_test.go +++ b/pkg/lightning/config/bytesize_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/config/config.go b/pkg/lightning/config/config.go index 394c73ce66908..4c2fbba4c1c55 100644 --- a/pkg/lightning/config/config.go +++ b/pkg/lightning/config/config.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/config/config_test.go b/pkg/lightning/config/config_test.go index 4d4f0e34cb272..b69db37f24767 100644 --- a/pkg/lightning/config/config_test.go +++ b/pkg/lightning/config/config_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/config/configlist.go b/pkg/lightning/config/configlist.go index 00ff6c79b2467..6a3753881419e 100644 --- a/pkg/lightning/config/configlist.go +++ b/pkg/lightning/config/configlist.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/config/configlist_test.go b/pkg/lightning/config/configlist_test.go index 0a458749f78db..48deed74817ab 100644 --- a/pkg/lightning/config/configlist_test.go +++ b/pkg/lightning/config/configlist_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/config/const.go b/pkg/lightning/config/const.go index 21289e70bdf95..78ad85c2944d7 100644 --- a/pkg/lightning/config/const.go +++ b/pkg/lightning/config/const.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/config/global.go b/pkg/lightning/config/global.go index b5189afe7cf69..7eb8e240c9dfe 100644 --- a/pkg/lightning/config/global.go +++ b/pkg/lightning/config/global.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/glue/glue.go b/pkg/lightning/glue/glue.go index 53fd94e4f2a38..e2e770226b4fd 100644 --- a/pkg/lightning/glue/glue.go +++ b/pkg/lightning/glue/glue.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/lightning.go b/pkg/lightning/lightning.go index 8031627fe7021..a25751e923f36 100644 --- a/pkg/lightning/lightning.go +++ b/pkg/lightning/lightning.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/lightning_test.go b/pkg/lightning/lightning_test.go index ba9ab7fe4a9bf..337adc96f9882 100644 --- a/pkg/lightning/lightning_test.go +++ b/pkg/lightning/lightning_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/log/log.go b/pkg/lightning/log/log.go index 4058f2513ce9b..e91ed3fb47a56 100644 --- a/pkg/lightning/log/log.go +++ b/pkg/lightning/log/log.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/log/log_test.go b/pkg/lightning/log/log_test.go index 1090ed6cfe720..8024b5fa50df9 100644 --- a/pkg/lightning/log/log_test.go +++ b/pkg/lightning/log/log_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/log/testlogger.go b/pkg/lightning/log/testlogger.go index 759a2d2a317ac..5fad50adc0d96 100644 --- a/pkg/lightning/log/testlogger.go +++ b/pkg/lightning/log/testlogger.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/manual/allocator.go b/pkg/lightning/manual/allocator.go index 91829e3f02d92..821eb750c5030 100644 --- a/pkg/lightning/manual/allocator.go +++ b/pkg/lightning/manual/allocator.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/metric/metric.go b/pkg/lightning/metric/metric.go index ef611828e4621..a06c8355266cf 100644 --- a/pkg/lightning/metric/metric.go +++ b/pkg/lightning/metric/metric.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/metric/metric_test.go b/pkg/lightning/metric/metric_test.go index 8801c2e928ca8..18bc94e8517b2 100644 --- a/pkg/lightning/metric/metric_test.go +++ b/pkg/lightning/metric/metric_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/mydump/csv_parser.go b/pkg/lightning/mydump/csv_parser.go index 7cd400e3d5b6e..16e8676966f5e 100644 --- a/pkg/lightning/mydump/csv_parser.go +++ b/pkg/lightning/mydump/csv_parser.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/mydump/loader.go b/pkg/lightning/mydump/loader.go index 24af41ac7ad87..27bab8fa5cf7b 100644 --- a/pkg/lightning/mydump/loader.go +++ b/pkg/lightning/mydump/loader.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/mydump/loader_test.go b/pkg/lightning/mydump/loader_test.go index ff39f438f23ce..76bc50eba2793 100644 --- a/pkg/lightning/mydump/loader_test.go +++ b/pkg/lightning/mydump/loader_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/mydump/parser.go b/pkg/lightning/mydump/parser.go index 81c050ae01635..3743d1c94b9c1 100644 --- a/pkg/lightning/mydump/parser.go +++ b/pkg/lightning/mydump/parser.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/mydump/parser.rl b/pkg/lightning/mydump/parser.rl index 1ad090dd5f2fe..25627dbf2e865 100644 --- a/pkg/lightning/mydump/parser.rl +++ b/pkg/lightning/mydump/parser.rl @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/mydump/parser_generated.go b/pkg/lightning/mydump/parser_generated.go index a53af0eb949dc..bc58a9d181e0d 100644 --- a/pkg/lightning/mydump/parser_generated.go +++ b/pkg/lightning/mydump/parser_generated.go @@ -11,6 +11,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/mydump/parser_test.go b/pkg/lightning/mydump/parser_test.go index 0f388ea7cc8ab..e73dc9c49e9b6 100644 --- a/pkg/lightning/mydump/parser_test.go +++ b/pkg/lightning/mydump/parser_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/mydump/reader.go b/pkg/lightning/mydump/reader.go index 801a5a59079ae..7db6bf2bf8ed5 100644 --- a/pkg/lightning/mydump/reader.go +++ b/pkg/lightning/mydump/reader.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/mydump/reader_test.go b/pkg/lightning/mydump/reader_test.go index 93bd153d1a064..0ff37ad666747 100644 --- a/pkg/lightning/mydump/reader_test.go +++ b/pkg/lightning/mydump/reader_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/mydump/region.go b/pkg/lightning/mydump/region.go index 9ec56cf2d97cb..07b7693a9a216 100644 --- a/pkg/lightning/mydump/region.go +++ b/pkg/lightning/mydump/region.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/mydump/region_test.go b/pkg/lightning/mydump/region_test.go index 4d35b465af75d..657781c92c996 100644 --- a/pkg/lightning/mydump/region_test.go +++ b/pkg/lightning/mydump/region_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/restore/check_info.go b/pkg/lightning/restore/check_info.go index 33a8f6d933b9d..360b62b4c590a 100644 --- a/pkg/lightning/restore/check_info.go +++ b/pkg/lightning/restore/check_info.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/restore/check_template.go b/pkg/lightning/restore/check_template.go index 4c5f4ff823952..03fb146e9ba1a 100644 --- a/pkg/lightning/restore/check_template.go +++ b/pkg/lightning/restore/check_template.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/restore/checksum.go b/pkg/lightning/restore/checksum.go index 01a548cfe65c9..c634ee48729f5 100644 --- a/pkg/lightning/restore/checksum.go +++ b/pkg/lightning/restore/checksum.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/restore/restore.go b/pkg/lightning/restore/restore.go index bcb0a1d3f73e9..8462d64eeda4a 100644 --- a/pkg/lightning/restore/restore.go +++ b/pkg/lightning/restore/restore.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/restore/restore_test.go b/pkg/lightning/restore/restore_test.go index c1eb7d42206ec..9fb10e77926d9 100644 --- a/pkg/lightning/restore/restore_test.go +++ b/pkg/lightning/restore/restore_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/restore/table_restore.go b/pkg/lightning/restore/table_restore.go index 554583aff28a4..726856da51942 100644 --- a/pkg/lightning/restore/table_restore.go +++ b/pkg/lightning/restore/table_restore.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/restore/tidb.go b/pkg/lightning/restore/tidb.go index 000aaba9d3ffe..44277e24433a1 100644 --- a/pkg/lightning/restore/tidb.go +++ b/pkg/lightning/restore/tidb.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/restore/tidb_test.go b/pkg/lightning/restore/tidb_test.go index 2a2f746b8fc5e..03158ff6a1106 100644 --- a/pkg/lightning/restore/tidb_test.go +++ b/pkg/lightning/restore/tidb_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/sigusr1_other.go b/pkg/lightning/sigusr1_other.go index 1bb579c31e46e..af962b4c8bfdf 100644 --- a/pkg/lightning/sigusr1_other.go +++ b/pkg/lightning/sigusr1_other.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/sigusr1_unix.go b/pkg/lightning/sigusr1_unix.go index 1770371072fc0..2280d0bd145ba 100644 --- a/pkg/lightning/sigusr1_unix.go +++ b/pkg/lightning/sigusr1_unix.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/tikv/tikv.go b/pkg/lightning/tikv/tikv.go index 5bca0f65535f6..967109aea7688 100644 --- a/pkg/lightning/tikv/tikv.go +++ b/pkg/lightning/tikv/tikv.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/verification/checksum.go b/pkg/lightning/verification/checksum.go index 343f93e40ebb3..0a44177f80fe4 100644 --- a/pkg/lightning/verification/checksum.go +++ b/pkg/lightning/verification/checksum.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/verification/checksum_test.go b/pkg/lightning/verification/checksum_test.go index bf2d8b6be8371..fb9c714c7a736 100644 --- a/pkg/lightning/verification/checksum_test.go +++ b/pkg/lightning/verification/checksum_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/web/res.go b/pkg/lightning/web/res.go index 92a6a905ccafb..7e554c82dfcaf 100644 --- a/pkg/lightning/web/res.go +++ b/pkg/lightning/web/res.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/worker/worker.go b/pkg/lightning/worker/worker.go index 977c73f18fd9f..8690798269150 100644 --- a/pkg/lightning/worker/worker.go +++ b/pkg/lightning/worker/worker.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/lightning/worker/worker_test.go b/pkg/lightning/worker/worker_test.go index 112b0e5d13220..11a09fd849569 100644 --- a/pkg/lightning/worker/worker_test.go +++ b/pkg/lightning/worker/worker_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/membuf/buffer.go b/pkg/membuf/buffer.go index fce5991e14fef..172d99baec9aa 100644 --- a/pkg/membuf/buffer.go +++ b/pkg/membuf/buffer.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/membuf/buffer_test.go b/pkg/membuf/buffer_test.go index ba6110d88fc6e..f6a6800b0df3e 100644 --- a/pkg/membuf/buffer_test.go +++ b/pkg/membuf/buffer_test.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/mock/mockid/mockid.go b/pkg/mock/mockid/mockid.go index b015a940b0763..bd645e457d01a 100644 --- a/pkg/mock/mockid/mockid.go +++ b/pkg/mock/mockid/mockid.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/pkg/restore/ingester.go b/pkg/restore/ingester.go index a4535dc24fa87..22d5e389a63c6 100644 --- a/pkg/restore/ingester.go +++ b/pkg/restore/ingester.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/tests/_utils/check_cluster_version b/tests/_utils/check_cluster_version index e227c2a086f58..e13ec5fbe255b 100755 --- a/tests/_utils/check_cluster_version +++ b/tests/_utils/check_cluster_version @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/_utils/check_contains b/tests/_utils/check_contains index 00faf0f3f3d4e..13953c6347645 100755 --- a/tests/_utils/check_contains +++ b/tests/_utils/check_contains @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/_utils/check_not_contains b/tests/_utils/check_not_contains index f6cb40276f537..e56b42d20ef39 100755 --- a/tests/_utils/check_not_contains +++ b/tests/_utils/check_not_contains @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/_utils/generate_certs b/tests/_utils/generate_certs index bbfb7a39c5f49..789f42d269fcd 100755 --- a/tests/_utils/generate_certs +++ b/tests/_utils/generate_certs @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/_utils/read_result b/tests/_utils/read_result index e87a91ae22823..52974ee47cc73 100755 --- a/tests/_utils/read_result +++ b/tests/_utils/read_result @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/_utils/run_br b/tests/_utils/run_br index fe51d5de9016f..34487ee60fd62 100755 --- a/tests/_utils/run_br +++ b/tests/_utils/run_br @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/_utils/run_cdc b/tests/_utils/run_cdc index 7f4b93c4d1635..21e1e4261df91 100755 --- a/tests/_utils/run_cdc +++ b/tests/_utils/run_cdc @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/_utils/run_curl b/tests/_utils/run_curl index b7565ae7d7435..6023e0e44f336 100755 --- a/tests/_utils/run_curl +++ b/tests/_utils/run_curl @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/_utils/run_lightning b/tests/_utils/run_lightning index a5d05c29cb772..0804275ab2fab 100755 --- a/tests/_utils/run_lightning +++ b/tests/_utils/run_lightning @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/_utils/run_lightning_ctl b/tests/_utils/run_lightning_ctl index 171a27ebdefee..0d82f6cf7e293 100755 --- a/tests/_utils/run_lightning_ctl +++ b/tests/_utils/run_lightning_ctl @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/_utils/run_pd_ctl b/tests/_utils/run_pd_ctl index 67f263ea46e4f..5c8fecf4cab32 100755 --- a/tests/_utils/run_pd_ctl +++ b/tests/_utils/run_pd_ctl @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/_utils/run_services b/tests/_utils/run_services index 41b8f0b0812f5..ed16c6eb1ad55 100644 --- a/tests/_utils/run_services +++ b/tests/_utils/run_services @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/_utils/run_sql b/tests/_utils/run_sql index 80dfe9f93153f..39241157cade6 100755 --- a/tests/_utils/run_sql +++ b/tests/_utils/run_sql @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/_utils/run_sql_in_container b/tests/_utils/run_sql_in_container index d88ffa24208a6..165ea5b3044ef 100755 --- a/tests/_utils/run_sql_in_container +++ b/tests/_utils/run_sql_in_container @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_300_small_tables/run.sh b/tests/br_300_small_tables/run.sh index bdda6c3514a9c..a649e41240aa1 100644 --- a/tests/br_300_small_tables/run.sh +++ b/tests/br_300_small_tables/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_backup_empty/run.sh b/tests/br_backup_empty/run.sh index 0bee08a0e8d79..943acb9506c81 100644 --- a/tests/br_backup_empty/run.sh +++ b/tests/br_backup_empty/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_backup_version/run.sh b/tests/br_backup_version/run.sh index 1c9cb79e7986b..a5651f701fa4a 100644 --- a/tests/br_backup_version/run.sh +++ b/tests/br_backup_version/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_case_sensitive/run.sh b/tests/br_case_sensitive/run.sh index c598bc765e82f..a5c34992b05f4 100644 --- a/tests/br_case_sensitive/run.sh +++ b/tests/br_case_sensitive/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_clustered_index/run.sh b/tests/br_clustered_index/run.sh index 6f47ffc72a38f..c1fba6d05410f 100755 --- a/tests/br_clustered_index/run.sh +++ b/tests/br_clustered_index/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_db/run.sh b/tests/br_db/run.sh index f9ca98fd67304..14d3152145566 100755 --- a/tests/br_db/run.sh +++ b/tests/br_db/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_db_online/run.sh b/tests/br_db_online/run.sh index 17595edea9137..53dcc4f2c8bbc 100755 --- a/tests/br_db_online/run.sh +++ b/tests/br_db_online/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_db_online_newkv/run.sh b/tests/br_db_online_newkv/run.sh index c768aaa045d1b..1bae65a3fabb9 100755 --- a/tests/br_db_online_newkv/run.sh +++ b/tests/br_db_online_newkv/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_db_skip/run.sh b/tests/br_db_skip/run.sh index 20852c4da7cc6..58c39bb3291ab 100755 --- a/tests/br_db_skip/run.sh +++ b/tests/br_db_skip/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_debug_meta/run.sh b/tests/br_debug_meta/run.sh index 5274d8298c7da..44049aa7cf7c8 100644 --- a/tests/br_debug_meta/run.sh +++ b/tests/br_debug_meta/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_full/run.sh b/tests/br_full/run.sh index 0415e6f0874ec..4fab79686352e 100755 --- a/tests/br_full/run.sh +++ b/tests/br_full/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_full_ddl/run.sh b/tests/br_full_ddl/run.sh index a2c886d115ae2..ad27e091ef476 100755 --- a/tests/br_full_ddl/run.sh +++ b/tests/br_full_ddl/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_full_index/run.sh b/tests/br_full_index/run.sh index 9b0364f2cf74a..be43a423e6549 100755 --- a/tests/br_full_index/run.sh +++ b/tests/br_full_index/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_gcs/oauth.go b/tests/br_gcs/oauth.go index c9fdc80274b2e..04bdff7bbadf6 100644 --- a/tests/br_gcs/oauth.go +++ b/tests/br_gcs/oauth.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/tests/br_gcs/run.sh b/tests/br_gcs/run.sh index 9a1aa46f93219..a29cbafa8668c 100755 --- a/tests/br_gcs/run.sh +++ b/tests/br_gcs/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_history/run.sh b/tests/br_history/run.sh index 7021426c72b2a..161b01f8c8ba5 100755 --- a/tests/br_history/run.sh +++ b/tests/br_history/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_incompatible_tidb_config/run.sh b/tests/br_incompatible_tidb_config/run.sh index 0b9040e6b92d9..0034dd850249c 100755 --- a/tests/br_incompatible_tidb_config/run.sh +++ b/tests/br_incompatible_tidb_config/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_incremental/run.sh b/tests/br_incremental/run.sh index e76df13f819be..da24ba12b4a3d 100755 --- a/tests/br_incremental/run.sh +++ b/tests/br_incremental/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_incremental_ddl/run.sh b/tests/br_incremental_ddl/run.sh index e9317d7f3e29a..d6e27b4626091 100755 --- a/tests/br_incremental_ddl/run.sh +++ b/tests/br_incremental_ddl/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_incremental_index/run.sh b/tests/br_incremental_index/run.sh index 19380a7d461d6..21b5de3a47d0e 100755 --- a/tests/br_incremental_index/run.sh +++ b/tests/br_incremental_index/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_incremental_only_ddl/run.sh b/tests/br_incremental_only_ddl/run.sh index 645a402af5f02..623281894cd3b 100755 --- a/tests/br_incremental_only_ddl/run.sh +++ b/tests/br_incremental_only_ddl/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_incremental_same_table/run.sh b/tests/br_incremental_same_table/run.sh index d7850838c67bd..67b502ae819d1 100755 --- a/tests/br_incremental_same_table/run.sh +++ b/tests/br_incremental_same_table/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_insert_after_restore/run.sh b/tests/br_insert_after_restore/run.sh index d6c0632b41676..5d8aa947b43a4 100755 --- a/tests/br_insert_after_restore/run.sh +++ b/tests/br_insert_after_restore/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_key_locked/codec.go b/tests/br_key_locked/codec.go index a4a235b45fa1d..d53b92cb68613 100644 --- a/tests/br_key_locked/codec.go +++ b/tests/br_key_locked/codec.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/tests/br_key_locked/locker.go b/tests/br_key_locked/locker.go index 9fdf884bd43f5..d74af4a2503d6 100644 --- a/tests/br_key_locked/locker.go +++ b/tests/br_key_locked/locker.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/tests/br_key_locked/run.sh b/tests/br_key_locked/run.sh index f0608f14e7a9b..3ad4c5daaeb57 100755 --- a/tests/br_key_locked/run.sh +++ b/tests/br_key_locked/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_log_restore/run.sh b/tests/br_log_restore/run.sh index 1f7cc839d056f..3753e58267816 100755 --- a/tests/br_log_restore/run.sh +++ b/tests/br_log_restore/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_log_test/run.sh b/tests/br_log_test/run.sh index ba68253df0e9a..ec724df723ba1 100644 --- a/tests/br_log_test/run.sh +++ b/tests/br_log_test/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_move_backup/run.sh b/tests/br_move_backup/run.sh index c426a62e74a89..2a15476372588 100755 --- a/tests/br_move_backup/run.sh +++ b/tests/br_move_backup/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_other/run.sh b/tests/br_other/run.sh index 63756fa3d1ec3..5b6c5fad52f18 100644 --- a/tests/br_other/run.sh +++ b/tests/br_other/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_range/run.sh b/tests/br_range/run.sh index 2768845970946..4e3e3c211178b 100644 --- a/tests/br_range/run.sh +++ b/tests/br_range/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. @@ -36,4 +37,4 @@ run_sql "drop schema $DB;" echo "restore start..." run_br restore db --db $DB -s "local://$TEST_DIR/$DB" --pd $PD_ADDR -run_sql "drop schema $DB;" \ No newline at end of file +run_sql "drop schema $DB;" diff --git a/tests/br_rawkv/run.sh b/tests/br_rawkv/run.sh index 56cbc993a55e2..62c4c7509c01e 100644 --- a/tests/br_rawkv/run.sh +++ b/tests/br_rawkv/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_restore_TDE_enable/run.sh b/tests/br_restore_TDE_enable/run.sh index 0148792371540..793a390951a6e 100755 --- a/tests/br_restore_TDE_enable/run.sh +++ b/tests/br_restore_TDE_enable/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. @@ -148,4 +149,4 @@ done for i in $(seq $DB_COUNT); do run_sql "DROP DATABASE $DB${i};" -done \ No newline at end of file +done diff --git a/tests/br_s3/run.sh b/tests/br_s3/run.sh index b01280690d699..d0c20996db7ef 100755 --- a/tests/br_s3/run.sh +++ b/tests/br_s3/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_shuffle_leader/run.sh b/tests/br_shuffle_leader/run.sh index 156f9c39476fc..795fad93655b1 100755 --- a/tests/br_shuffle_leader/run.sh +++ b/tests/br_shuffle_leader/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_shuffle_region/run.sh b/tests/br_shuffle_region/run.sh index 42dc7132fa53c..aa475227526d5 100755 --- a/tests/br_shuffle_region/run.sh +++ b/tests/br_shuffle_region/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_single_table/run.sh b/tests/br_single_table/run.sh index 92c5f91fd699c..c113c672b80a1 100755 --- a/tests/br_single_table/run.sh +++ b/tests/br_single_table/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_skip_checksum/run.sh b/tests/br_skip_checksum/run.sh index 2e66f6765cb92..fc7e7c7ed3535 100755 --- a/tests/br_skip_checksum/run.sh +++ b/tests/br_skip_checksum/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_small_batch_size/run.sh b/tests/br_small_batch_size/run.sh index 82bb174055dfc..bb91a3f9ad3c3 100755 --- a/tests/br_small_batch_size/run.sh +++ b/tests/br_small_batch_size/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_split_region_fail/run.sh b/tests/br_split_region_fail/run.sh index 91cd4a9fb7b5c..be26823cd6810 100644 --- a/tests/br_split_region_fail/run.sh +++ b/tests/br_split_region_fail/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_table_filter/run.sh b/tests/br_table_filter/run.sh index f04b7b18605e0..272e1fce25c5c 100755 --- a/tests/br_table_filter/run.sh +++ b/tests/br_table_filter/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_table_partition/prepare.sh b/tests/br_table_partition/prepare.sh index 674da8b8806ae..3d09e735fdc2a 100755 --- a/tests/br_table_partition/prepare.sh +++ b/tests/br_table_partition/prepare.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_table_partition/run.sh b/tests/br_table_partition/run.sh index a89968aaf7b1e..87cd79a49c26c 100755 --- a/tests/br_table_partition/run.sh +++ b/tests/br_table_partition/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_tiflash/run.sh b/tests/br_tiflash/run.sh index 875a7eb44e9d1..2d8b0d6419256 100644 --- a/tests/br_tiflash/run.sh +++ b/tests/br_tiflash/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_views_and_sequences/run.sh b/tests/br_views_and_sequences/run.sh index b067bab069b57..1a033d98cb7c3 100755 --- a/tests/br_views_and_sequences/run.sh +++ b/tests/br_views_and_sequences/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/br_z_gc_safepoint/gc.go b/tests/br_z_gc_safepoint/gc.go index 8a134763ac590..479f38227ce27 100644 --- a/tests/br_z_gc_safepoint/gc.go +++ b/tests/br_z_gc_safepoint/gc.go @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/tests/br_z_gc_safepoint/run.sh b/tests/br_z_gc_safepoint/run.sh index ef7ecc66c1fca..1eabe68dd0b1b 100755 --- a/tests/br_z_gc_safepoint/run.sh +++ b/tests/br_z_gc_safepoint/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/docker_compatible_gcs/prepare.sh b/tests/docker_compatible_gcs/prepare.sh index 4b0e7b6ac7865..18460904a8169 100755 --- a/tests/docker_compatible_gcs/prepare.sh +++ b/tests/docker_compatible_gcs/prepare.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/docker_compatible_gcs/run.sh b/tests/docker_compatible_gcs/run.sh index 4ba9db1052139..57d1b3ffc192a 100755 --- a/tests/docker_compatible_gcs/run.sh +++ b/tests/docker_compatible_gcs/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/docker_compatible_s3/prepare.sh b/tests/docker_compatible_s3/prepare.sh index 29bb4cda9d932..ff3955386614c 100755 --- a/tests/docker_compatible_s3/prepare.sh +++ b/tests/docker_compatible_s3/prepare.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/docker_compatible_s3/run.sh b/tests/docker_compatible_s3/run.sh index a174f11c1850c..17d29e98ebbf4 100755 --- a/tests/docker_compatible_s3/run.sh +++ b/tests/docker_compatible_s3/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/download_tools.sh b/tests/download_tools.sh index 737d4c7f3778c..30b1577781ac4 100755 --- a/tests/download_tools.sh +++ b/tests/download_tools.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_alter_random/run.sh b/tests/lightning_alter_random/run.sh index b2141ab40d4ca..c0c81e37ff110 100644 --- a/tests/lightning_alter_random/run.sh +++ b/tests/lightning_alter_random/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_auto_random_default/run.sh b/tests/lightning_auto_random_default/run.sh index 499cb27d5a704..432582bf72e24 100644 --- a/tests/lightning_auto_random_default/run.sh +++ b/tests/lightning_auto_random_default/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_black-white-list/run.sh b/tests/lightning_black-white-list/run.sh index 823b615b4e205..f58317a2f9984 100755 --- a/tests/lightning_black-white-list/run.sh +++ b/tests/lightning_black-white-list/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_character_sets/run.sh b/tests/lightning_character_sets/run.sh index 36f15a57dcb1f..6750ee08a4838 100755 --- a/tests/lightning_character_sets/run.sh +++ b/tests/lightning_character_sets/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_checkpoint/run.sh b/tests/lightning_checkpoint/run.sh index bc608aba8853c..ed5f36a706912 100755 --- a/tests/lightning_checkpoint/run.sh +++ b/tests/lightning_checkpoint/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_checkpoint_chunks/run.sh b/tests/lightning_checkpoint_chunks/run.sh index 86b23d6249891..1bfd48da6e4c5 100755 --- a/tests/lightning_checkpoint_chunks/run.sh +++ b/tests/lightning_checkpoint_chunks/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_checkpoint_columns/run.sh b/tests/lightning_checkpoint_columns/run.sh index 11a4a1560d788..401c75cfb9f64 100755 --- a/tests/lightning_checkpoint_columns/run.sh +++ b/tests/lightning_checkpoint_columns/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_checkpoint_dirty_tableid/run.sh b/tests/lightning_checkpoint_dirty_tableid/run.sh index 32a71f73767f2..dfd320508d4e2 100755 --- a/tests/lightning_checkpoint_dirty_tableid/run.sh +++ b/tests/lightning_checkpoint_dirty_tableid/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_checkpoint_engines/run.sh b/tests/lightning_checkpoint_engines/run.sh index 680fb9ef634de..7a7bce45cb7ad 100755 --- a/tests/lightning_checkpoint_engines/run.sh +++ b/tests/lightning_checkpoint_engines/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_checkpoint_error_destroy/run.sh b/tests/lightning_checkpoint_error_destroy/run.sh index 4900f10f1d36d..8afc6a0fbd26b 100755 --- a/tests/lightning_checkpoint_error_destroy/run.sh +++ b/tests/lightning_checkpoint_error_destroy/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_checkpoint_parquet/run.sh b/tests/lightning_checkpoint_parquet/run.sh index d5ab1b8a40f6d..858d5335765a0 100755 --- a/tests/lightning_checkpoint_parquet/run.sh +++ b/tests/lightning_checkpoint_parquet/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_checkpoint_timestamp/run.sh b/tests/lightning_checkpoint_timestamp/run.sh index 507cbdedce1d9..9a68ecdc1c1df 100755 --- a/tests/lightning_checkpoint_timestamp/run.sh +++ b/tests/lightning_checkpoint_timestamp/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_common_handle/run.sh b/tests/lightning_common_handle/run.sh index 101689f5d8ed8..7e6f710319394 100644 --- a/tests/lightning_common_handle/run.sh +++ b/tests/lightning_common_handle/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_concurrent-restore/run.sh b/tests/lightning_concurrent-restore/run.sh index 1614d588d0803..79ff7ddfbe936 100644 --- a/tests/lightning_concurrent-restore/run.sh +++ b/tests/lightning_concurrent-restore/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_default-columns/run.sh b/tests/lightning_default-columns/run.sh index b3fcec565a570..37ac56fd1d08c 100755 --- a/tests/lightning_default-columns/run.sh +++ b/tests/lightning_default-columns/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_disk_quota/run.sh b/tests/lightning_disk_quota/run.sh index 7916292978ad2..c0b7a65fca39e 100644 --- a/tests/lightning_disk_quota/run.sh +++ b/tests/lightning_disk_quota/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_duplicate_detection/run.sh b/tests/lightning_duplicate_detection/run.sh index 091ac122ebb4e..d775586a5b369 100644 --- a/tests/lightning_duplicate_detection/run.sh +++ b/tests/lightning_duplicate_detection/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_error_summary/run.sh b/tests/lightning_error_summary/run.sh index 0b61e052e68cb..674268a54c6b2 100755 --- a/tests/lightning_error_summary/run.sh +++ b/tests/lightning_error_summary/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_examples/run.sh b/tests/lightning_examples/run.sh index c59e1742411f3..ce66e6a42b781 100755 --- a/tests/lightning_examples/run.sh +++ b/tests/lightning_examples/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_exotic_filenames/run.sh b/tests/lightning_exotic_filenames/run.sh index eb304b9842a1e..adae2137e88de 100755 --- a/tests/lightning_exotic_filenames/run.sh +++ b/tests/lightning_exotic_filenames/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_fail_fast/run.sh b/tests/lightning_fail_fast/run.sh index a1a6b85fc3091..8894bd0c5c8f4 100755 --- a/tests/lightning_fail_fast/run.sh +++ b/tests/lightning_fail_fast/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_file_routing/run.sh b/tests/lightning_file_routing/run.sh index aefd760e03381..36ed5611b51e2 100755 --- a/tests/lightning_file_routing/run.sh +++ b/tests/lightning_file_routing/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_gcs/run.sh b/tests/lightning_gcs/run.sh index d0859caac6b9f..894097b043d9b 100644 --- a/tests/lightning_gcs/run.sh +++ b/tests/lightning_gcs/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_generated_columns/run.sh b/tests/lightning_generated_columns/run.sh index 163e74fb6155e..b1632ac759241 100644 --- a/tests/lightning_generated_columns/run.sh +++ b/tests/lightning_generated_columns/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_incremental/run.sh b/tests/lightning_incremental/run.sh index bf8ccde576693..f04630055936a 100644 --- a/tests/lightning_incremental/run.sh +++ b/tests/lightning_incremental/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_issue_282/run.sh b/tests/lightning_issue_282/run.sh index 344a7a0fd90d3..87f67ee6ce07f 100644 --- a/tests/lightning_issue_282/run.sh +++ b/tests/lightning_issue_282/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_issue_410/run.sh b/tests/lightning_issue_410/run.sh index 97b96e5c3bbbb..b4f02b26814eb 100644 --- a/tests/lightning_issue_410/run.sh +++ b/tests/lightning_issue_410/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_issue_519/run.sh b/tests/lightning_issue_519/run.sh index 12268cd09a35d..c22154ff7d80d 100755 --- a/tests/lightning_issue_519/run.sh +++ b/tests/lightning_issue_519/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_local_backend/run.sh b/tests/lightning_local_backend/run.sh index bb909a6eb9904..6d0e7e9864145 100755 --- a/tests/lightning_local_backend/run.sh +++ b/tests/lightning_local_backend/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_new_collation/run.sh b/tests/lightning_new_collation/run.sh index 6c62f7dfe06ef..d4c49e3c61192 100644 --- a/tests/lightning_new_collation/run.sh +++ b/tests/lightning_new_collation/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_no_schema/run.sh b/tests/lightning_no_schema/run.sh index c100086bd33a3..e417c4c854a05 100644 --- a/tests/lightning_no_schema/run.sh +++ b/tests/lightning_no_schema/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_parquet/run.sh b/tests/lightning_parquet/run.sh index d0064f6c6012f..32d0633ab9e50 100755 --- a/tests/lightning_parquet/run.sh +++ b/tests/lightning_parquet/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_partitioned-table/run.sh b/tests/lightning_partitioned-table/run.sh index be207e2c95fa0..7b447f4e9753f 100755 --- a/tests/lightning_partitioned-table/run.sh +++ b/tests/lightning_partitioned-table/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_restore/run.sh b/tests/lightning_restore/run.sh index 02e4400d6b2eb..41542acd45f8b 100755 --- a/tests/lightning_restore/run.sh +++ b/tests/lightning_restore/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_s3/run.sh b/tests/lightning_s3/run.sh index edec1a5690218..6fed0af2b81da 100755 --- a/tests/lightning_s3/run.sh +++ b/tests/lightning_s3/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_shard_rowid/run.sh b/tests/lightning_shard_rowid/run.sh index 8e61c58c03267..f170c3d338b68 100644 --- a/tests/lightning_shard_rowid/run.sh +++ b/tests/lightning_shard_rowid/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_source_linkfile/run.sh b/tests/lightning_source_linkfile/run.sh index 83608d664d07e..c55266cc8a90f 100644 --- a/tests/lightning_source_linkfile/run.sh +++ b/tests/lightning_source_linkfile/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_sqlmode/run.sh b/tests/lightning_sqlmode/run.sh index 67643d5ce5942..e2829964009dc 100755 --- a/tests/lightning_sqlmode/run.sh +++ b/tests/lightning_sqlmode/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_tidb_duplicate_data/run.sh b/tests/lightning_tidb_duplicate_data/run.sh index 4fe6961d58e2f..2c013827daa4b 100644 --- a/tests/lightning_tidb_duplicate_data/run.sh +++ b/tests/lightning_tidb_duplicate_data/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_tidb_rowid/run.sh b/tests/lightning_tidb_rowid/run.sh index 395c219784938..e877f420cf43f 100755 --- a/tests/lightning_tidb_rowid/run.sh +++ b/tests/lightning_tidb_rowid/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_tiflash/run.sh b/tests/lightning_tiflash/run.sh index 74d4d094e18a6..c7ac62a6db0db 100644 --- a/tests/lightning_tiflash/run.sh +++ b/tests/lightning_tiflash/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_too_many_columns/run.sh b/tests/lightning_too_many_columns/run.sh index 22a5f476abefb..2f8b8587f3ec3 100644 --- a/tests/lightning_too_many_columns/run.sh +++ b/tests/lightning_too_many_columns/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_tool_135/run.sh b/tests/lightning_tool_135/run.sh index 3e7a527765912..4887f2a4c5a88 100755 --- a/tests/lightning_tool_135/run.sh +++ b/tests/lightning_tool_135/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_tool_1420/run.sh b/tests/lightning_tool_1420/run.sh index f8ee83b12a4da..fd424f60ebc20 100755 --- a/tests/lightning_tool_1420/run.sh +++ b/tests/lightning_tool_1420/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_tool_1472/run.sh b/tests/lightning_tool_1472/run.sh index 050948edd6a45..71efe4a079a56 100755 --- a/tests/lightning_tool_1472/run.sh +++ b/tests/lightning_tool_1472/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_tool_241/run.sh b/tests/lightning_tool_241/run.sh index 63fe4440121f8..159e92eb6a5c9 100755 --- a/tests/lightning_tool_241/run.sh +++ b/tests/lightning_tool_241/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_unused_config_keys/run.sh b/tests/lightning_unused_config_keys/run.sh index 0005f050772a0..0420cf457790f 100755 --- a/tests/lightning_unused_config_keys/run.sh +++ b/tests/lightning_unused_config_keys/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_various_types/run.sh b/tests/lightning_various_types/run.sh index 5e8dec1ba3391..d46b9fa068e63 100755 --- a/tests/lightning_various_types/run.sh +++ b/tests/lightning_various_types/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/lightning_view/run.sh b/tests/lightning_view/run.sh index 793e29a028195..868c170c901c6 100755 --- a/tests/lightning_view/run.sh +++ b/tests/lightning_view/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/run.sh b/tests/run.sh index be8c1b57e8642..140491caddc90 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tests/run_compatible.sh b/tests/run_compatible.sh index 9fcb2446cfe88..df0a98074938f 100755 --- a/tests/run_compatible.sh +++ b/tests/run_compatible.sh @@ -10,6 +10,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/tools/check-errdoc.sh b/tools/check-errdoc.sh index f3172ab84988d..ea79d73b32260 100755 --- a/tools/check-errdoc.sh +++ b/tools/check-errdoc.sh @@ -9,6 +9,7 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. diff --git a/web/src/ChunksProgressPanel.tsx b/web/src/ChunksProgressPanel.tsx index 4100e3d5c4b10..bc784243d3f81 100644 --- a/web/src/ChunksProgressPanel.tsx +++ b/web/src/ChunksProgressPanel.tsx @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/web/src/DottedProgress.tsx b/web/src/DottedProgress.tsx index 1a129669cad9e..69f5a1c1a6ef0 100644 --- a/web/src/DottedProgress.tsx +++ b/web/src/DottedProgress.tsx @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/web/src/EnginesProgressPanel.tsx b/web/src/EnginesProgressPanel.tsx index 95095221d9588..712df13f264b3 100644 --- a/web/src/EnginesProgressPanel.tsx +++ b/web/src/EnginesProgressPanel.tsx @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/web/src/ErrorButton.tsx b/web/src/ErrorButton.tsx index 3f45d939662b1..6a272de92f4e0 100644 --- a/web/src/ErrorButton.tsx +++ b/web/src/ErrorButton.tsx @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/web/src/InfoButton.tsx b/web/src/InfoButton.tsx index 6722f09007435..a0762263f2fa7 100644 --- a/web/src/InfoButton.tsx +++ b/web/src/InfoButton.tsx @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/web/src/InfoPage.tsx b/web/src/InfoPage.tsx index 32ffdecddbd40..6d9ac98e5ba59 100644 --- a/web/src/InfoPage.tsx +++ b/web/src/InfoPage.tsx @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/web/src/MoveTaskButton.tsx b/web/src/MoveTaskButton.tsx index 4a3f038124ac7..33d34e68a23d9 100644 --- a/web/src/MoveTaskButton.tsx +++ b/web/src/MoveTaskButton.tsx @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/web/src/PauseButton.tsx b/web/src/PauseButton.tsx index d100d478d356d..c4bbb373830ef 100644 --- a/web/src/PauseButton.tsx +++ b/web/src/PauseButton.tsx @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/web/src/ProgressPage.tsx b/web/src/ProgressPage.tsx index 7ed60dbd35045..01d0f846850b0 100644 --- a/web/src/ProgressPage.tsx +++ b/web/src/ProgressPage.tsx @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/web/src/RefreshButton.tsx b/web/src/RefreshButton.tsx index 3e151f8a0bab8..234e0d2fd1c12 100644 --- a/web/src/RefreshButton.tsx +++ b/web/src/RefreshButton.tsx @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/web/src/TableProgressCard.tsx b/web/src/TableProgressCard.tsx index b7df82d9f4cee..16a846b0b5794 100644 --- a/web/src/TableProgressCard.tsx +++ b/web/src/TableProgressCard.tsx @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/web/src/TableProgressPage.tsx b/web/src/TableProgressPage.tsx index ad06a7b15f085..514cf99b792fe 100644 --- a/web/src/TableProgressPage.tsx +++ b/web/src/TableProgressPage.tsx @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/web/src/TaskButton.tsx b/web/src/TaskButton.tsx index 6b781a1028bd0..f717a385dcfda 100644 --- a/web/src/TaskButton.tsx +++ b/web/src/TaskButton.tsx @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/web/src/TitleBar.tsx b/web/src/TitleBar.tsx index a6687991d29c8..4c58c0d4d9c06 100644 --- a/web/src/TitleBar.tsx +++ b/web/src/TitleBar.tsx @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. @@ -92,4 +93,4 @@ class TitleBar extends React.Component { } } -export default withStyles(styles)(TitleBar); \ No newline at end of file +export default withStyles(styles)(TitleBar); diff --git a/web/src/TitleLink.tsx b/web/src/TitleLink.tsx index 8a2ee6792e61b..3fee8bc2e225b 100644 --- a/web/src/TitleLink.tsx +++ b/web/src/TitleLink.tsx @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/web/src/api.ts b/web/src/api.ts index 882ad44742799..b6f5315d65171 100644 --- a/web/src/api.ts +++ b/web/src/api.ts @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/web/src/index.tsx b/web/src/index.tsx index 53146a7c7b9a7..0f5bd6329b6ea 100644 --- a/web/src/index.tsx +++ b/web/src/index.tsx @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. diff --git a/web/src/json-bigint.d.ts b/web/src/json-bigint.d.ts index a240181285000..440930b81c4b6 100644 --- a/web/src/json-bigint.d.ts +++ b/web/src/json-bigint.d.ts @@ -8,6 +8,7 @@ // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License.