From 3c6edd7c2e95a803170f5658387e22175be0676c Mon Sep 17 00:00:00 2001 From: Duncan Brown Date: Thu, 1 Aug 2024 11:08:02 -0400 Subject: [PATCH] DPM-22076. bulk update/add IBM copyrights --- BUILD.md | 3 +++ CONTRIBUTING.md | 3 +++ README.md | 3 +++ api/batch.go | 5 +++++ api/batch_maker.go | 5 +++++ api/configtype/config_type.go | 5 +++++ api/dataformats/dataformat_generator_service.go | 5 +++++ api/dataformats/dataformat_parser_service.go | 5 +++++ api/destination.go | 5 +++++ api/error_message.go | 5 +++++ api/field.go | 5 +++++ api/fieldtype/field_type.go | 5 +++++ api/file_ref.go | 5 +++++ api/linkedhashmap/collections/entry.go | 5 +++++ api/linkedhashmap/collections/iterator.go | 5 +++++ api/linkedhashmap/linkedhashmap.go | 5 +++++ api/linkedhashmap/linkedhasmapiterator.go | 5 +++++ api/origin.go | 5 +++++ api/processor.go | 5 +++++ api/record.go | 5 +++++ api/service.go | 5 +++++ api/stage.go | 5 +++++ api/stage_context.go | 5 +++++ api/validation/issue.go | 5 +++++ api/validation/issues.go | 5 +++++ container/common/base_stage.go | 5 +++++ container/common/buildinfo.go | 5 +++++ container/common/constants.go | 5 +++++ container/common/error_sink.go | 5 +++++ container/common/event_sink.go | 5 +++++ container/common/path_element.go | 5 +++++ container/common/path_element_test.go | 5 +++++ container/common/pipeline_configuration.go | 5 +++++ container/common/pipeline_configuration_test.go | 5 +++++ container/common/pipeline_state.go | 5 +++++ container/common/record.go | 5 +++++ container/common/record_test.go | 5 +++++ container/common/runtimeinfo.go | 5 +++++ container/common/service_definition.go | 5 +++++ container/common/source_offset.go | 5 +++++ container/common/stage_context.go | 5 +++++ container/common/stage_definition.go | 5 +++++ container/controlhub/config.go | 5 +++++ container/controlhub/event_types.go | 5 +++++ container/controlhub/message_event_handler.go | 5 +++++ container/controlhub/registration.go | 5 +++++ container/creation/pipeline_bean.go | 5 +++++ container/creation/pipeline_config_bean.go | 5 +++++ container/creation/service_bean.go | 5 +++++ container/creation/stage_bean.go | 5 +++++ container/creation/stage_config_bean.go | 5 +++++ container/edge/config.go | 5 +++++ container/edge/edge.go | 5 +++++ container/el/el_evaluator.go | 5 +++++ container/el/el_evaluator_test.go | 5 +++++ container/el/el_util.go | 5 +++++ container/el/job_el.go | 5 +++++ container/el/job_el_test.go | 5 +++++ container/el/map_list_el.go | 5 +++++ container/el/map_list_el_test.go | 5 +++++ container/el/math_el.go | 5 +++++ container/el/math_el_test.go | 5 +++++ container/el/pipeline_el.go | 5 +++++ container/el/pipeline_el_test.go | 5 +++++ container/el/record_el.go | 5 +++++ container/el/record_el_test.go | 5 +++++ container/el/sdc_el.go | 5 +++++ container/el/sdc_el_test.go | 5 +++++ container/el/string_el.go | 5 +++++ container/el/stringel_test.go | 5 +++++ container/execution/config.go | 5 +++++ container/execution/manager/manager.go | 5 +++++ container/execution/manager/pipeline_manager.go | 5 +++++ container/execution/preview/async_previewer.go | 5 +++++ container/execution/preview/pipeline.go | 5 +++++ container/execution/preview/preview_source_offset_tracker.go | 5 +++++ container/execution/preview/sync_previewer.go | 5 +++++ container/execution/preview_output.go | 5 +++++ container/execution/previewer.go | 5 +++++ container/execution/runner.go | 5 +++++ container/execution/runner/batch_impl.go | 5 +++++ container/execution/runner/batch_maker_impl.go | 5 +++++ container/execution/runner/batch_maker_impl_test.go | 5 +++++ container/execution/runner/edge_runner.go | 5 +++++ container/execution/runner/metrics_event_runnable.go | 5 +++++ container/execution/runner/pipe.go | 5 +++++ container/execution/runner/pipe_batch.go | 5 +++++ container/execution/runner/pipeline.go | 5 +++++ container/execution/runner/production_pipeline.go | 5 +++++ .../execution/runner/production_source_offset_tracker.go | 5 +++++ container/execution/runner/stage_runtime.go | 5 +++++ container/execution/source_offset_tracker.go | 5 +++++ container/execution/stage_output.go | 5 +++++ container/execution/store/offset_store.go | 5 +++++ container/execution/store/state_store.go | 5 +++++ container/http/config.go | 5 +++++ container/http/manager.go | 5 +++++ container/http/pipeline_store.go | 5 +++++ container/http/preview.go | 5 +++++ container/http/webservertask.go | 5 +++++ container/process/ProcessManager.go | 5 +++++ container/process/config.go | 5 +++++ container/recordio/binaryrecord/binary_reader.go | 5 +++++ container/recordio/binaryrecord/binary_reader_test.go | 5 +++++ container/recordio/binaryrecord/binary_writer.go | 5 +++++ container/recordio/binaryrecord/binary_writer_test.go | 5 +++++ container/recordio/delimitedrecord/delimited_reader.go | 5 +++++ container/recordio/delimitedrecord/delimited_reader_test.go | 5 +++++ .../recordio/delimitedrecord/delimited_record_creator.go | 5 +++++ .../delimitedrecord/delimited_record_creator_test.go | 5 +++++ container/recordio/jsonrecord/json_reader.go | 5 +++++ container/recordio/jsonrecord/json_reader_test.go | 5 +++++ container/recordio/jsonrecord/json_record_creator.go | 5 +++++ container/recordio/jsonrecord/json_writer.go | 5 +++++ container/recordio/jsonrecord/json_writer_test.go | 5 +++++ container/recordio/record_creator.go | 5 +++++ container/recordio/record_reader_writer.go | 5 +++++ container/recordio/sdcrecord/sdc_record.go | 5 +++++ container/recordio/sdcrecord/sdc_record_creator.go | 5 +++++ container/recordio/sdcrecord/sdc_record_reader_writer.go | 5 +++++ .../recordio/sdcrecord/sdc_record_reader_writer_test.go | 5 +++++ container/recordio/textrecord/text_reader.go | 5 +++++ container/recordio/textrecord/text_reader_test.go | 5 +++++ container/recordio/textrecord/text_record_creator.go | 5 +++++ container/recordio/textrecord/text_writer.go | 5 +++++ container/recordio/textrecord/text_writer_test.go | 5 +++++ container/recordio/wholefilerecord/file_ref_util.go | 5 +++++ container/recordio/wholefilerecord/limio/distribute.go | 5 +++++ container/recordio/wholefilerecord/limio/limiter.go | 5 +++++ container/recordio/wholefilerecord/limio/notify.go | 5 +++++ container/recordio/wholefilerecord/limio/reader.go | 5 +++++ container/recordio/wholefilerecord/local_file_ref.go | 5 +++++ container/recordio/wholefilerecord/wholefile_reader.go | 5 +++++ container/recordio/wholefilerecord/wholefile_reader_test.go | 5 +++++ container/store/file_pipeline_store_task.go | 5 +++++ container/store/file_pipeline_store_task_test.go | 5 +++++ container/store/pipeline_store_task.go | 5 +++++ container/util/log_level.go | 5 +++++ container/util/metrics.go | 5 +++++ container/util/util.go | 5 +++++ container/util/util_test.go | 5 +++++ create_images.sh | 3 +++ dev-support/update-version.sh | 5 ++++- gradle.properties | 3 +++ gradle/wrapper/gradle-wrapper.properties | 3 +++ install.sh | 3 +++ main.go | 5 +++++ resources/QUICKSTART.md | 3 +++ resources/docker/README.md | 3 +++ resources/docker/tensorflow/build.sh | 3 +++ resources/etc/edge.conf | 3 +++ .../samplePipelines/devRawDataToExpressionToKafka/README.md | 3 +++ resources/samplePipelines/directoryToHttp/README.md | 3 +++ resources/samplePipelines/gRPCClientToKafka/README.md | 3 +++ resources/samplePipelines/httpServerToTrash/README.md | 3 +++ resources/samplePipelines/mqttToHttp/README.md | 3 +++ resources/samplePipelines/randomToCoap/README.md | 3 +++ .../samplePipelines/randomToFieldFilterToHttp/README.md | 3 +++ resources/samplePipelines/randomToHttp/README.md | 3 +++ resources/samplePipelines/randomToIdentityToTrash/README.md | 3 +++ resources/samplePipelines/randomToMqtt/README.md | 3 +++ resources/samplePipelines/randomToWebSocket/README.md | 3 +++ resources/samplePipelines/randomtoExpressionToHttp/README.md | 3 +++ resources/samplePipelines/sensorBME280ToHttp/README.md | 3 +++ resources/samplePipelines/systemMetricsToHttp/README.md | 3 +++ resources/samplePipelines/tailFileToHttp/README.md | 3 +++ resources/samplePipelines/websocketClientToTrash/README.md | 3 +++ resources/samplePipelines/windowsEventToHttp/README.md | 3 +++ stages/destinations/azure/eventhubs/eventhubs.go | 5 +++++ stages/destinations/azure/eventhubs/eventhubs_test.go | 5 +++++ stages/destinations/azure/iothub/iothub.go | 5 +++++ stages/destinations/azure/iothub/iothub_test.go | 5 +++++ stages/destinations/coap/coap.go | 5 +++++ stages/destinations/coap/coap_test.go | 5 +++++ stages/destinations/destinations.go | 5 +++++ stages/destinations/firehose/dummy.go | 5 +++++ stages/destinations/firehose/firehose.go | 5 +++++ stages/destinations/firehose/firehose_test.go | 5 +++++ stages/destinations/http/http.go | 5 +++++ stages/destinations/http/http_test.go | 5 +++++ stages/destinations/influxdb/collectd.go | 5 +++++ stages/destinations/influxdb/custom.go | 5 +++++ stages/destinations/influxdb/influxdb.go | 5 +++++ stages/destinations/influxdb/influxdb_test.go | 5 +++++ stages/destinations/kafka/dummy.go | 5 +++++ stages/destinations/kafka/kafka.go | 5 +++++ stages/destinations/kafka/kafka_test.go | 5 +++++ stages/destinations/kafka/kafka_util.go | 5 +++++ stages/destinations/kinesis/dummy.go | 5 +++++ stages/destinations/kinesis/kinesis.go | 5 +++++ stages/destinations/kinesis/kinesis_test.go | 5 +++++ stages/destinations/mqtt/mqtt.go | 5 +++++ stages/destinations/mqtt/mqtt_test.go | 5 +++++ stages/destinations/s3/default_file_helper.go | 5 +++++ stages/destinations/s3/dummy.go | 5 +++++ stages/destinations/s3/file_helper.go | 5 +++++ stages/destinations/s3/s3.go | 5 +++++ stages/destinations/s3/s3_test.go | 5 +++++ stages/destinations/s3/whole_file_helper.go | 5 +++++ stages/destinations/toerror/toerror.go | 5 +++++ stages/destinations/toerror/toerror_test.go | 5 +++++ stages/destinations/toevent/toevent.go | 5 +++++ stages/destinations/toevent/toevent_test.go | 5 +++++ stages/destinations/trash/trash.go | 5 +++++ stages/destinations/websocket/websocket.go | 5 +++++ stages/destinations/websocket/websocket_test.go | 5 +++++ stages/lib/awscommon/awscommon.go | 5 +++++ stages/lib/awscommon/dummy.go | 5 +++++ stages/lib/datagenerator/datagenerator.go | 5 +++++ stages/lib/dataparser/dataparser.go | 5 +++++ stages/lib/httpcommon/httpcommon.go | 5 +++++ stages/lib/lib.go | 5 +++++ stages/lib/mqtt/mqtt.go | 5 +++++ stages/lib/scripting/script_object_factory.go | 5 +++++ stages/lib/scripting/script_record.go | 5 +++++ stages/lib/scripting/script_typed_null_object.go | 5 +++++ stages/lib/util.go | 5 +++++ stages/origins/dev_data_generator/dev_data_generator.go | 5 +++++ stages/origins/dev_data_generator/dev_data_generator_test.go | 5 +++++ stages/origins/dev_random/dev_random.go | 5 +++++ stages/origins/dev_random/dev_random_test.go | 5 +++++ stages/origins/dev_rawdata/dev_rawdata.go | 5 +++++ stages/origins/dev_rawdata/dev_rawdata_test.go | 5 +++++ stages/origins/filetail/filetail.go | 5 +++++ stages/origins/filetail/filetail_test.go | 5 +++++ stages/origins/httpclient/httpclient.go | 5 +++++ stages/origins/httpclient/httpclient_test.go | 5 +++++ stages/origins/httpserver/README.md | 3 +++ stages/origins/httpserver/httpserver.go | 5 +++++ stages/origins/httpserver/httpserver_test.go | 5 +++++ stages/origins/mqtt/mqtt.go | 5 +++++ stages/origins/mqtt/mqtt_test.go | 5 +++++ stages/origins/origins.go | 5 +++++ stages/origins/sensor_reader/dummy.go | 5 +++++ stages/origins/sensor_reader/sensor_reader.go | 5 +++++ stages/origins/spooler/directory_spooler.go | 5 +++++ stages/origins/spooler/file_information.go | 5 +++++ stages/origins/spooler/file_purger.go | 5 +++++ stages/origins/spooler/file_purger_test.go | 5 +++++ stages/origins/spooler/files_heap.go | 5 +++++ stages/origins/spooler/spool_dir_source.go | 5 +++++ stages/origins/spooler/spooler_test.go | 5 +++++ stages/origins/spooler/whole_file.go | 5 +++++ stages/origins/system_metrics/system_metrics.go | 5 +++++ stages/origins/system_metrics/system_metrics_test.go | 5 +++++ stages/origins/websocketclient/websocketclient.go | 5 +++++ stages/origins/websocketclient/websocketclient_test.go | 5 +++++ stages/origins/windows/common/event_log_reader.go | 5 +++++ stages/origins/windows/common/windows_common.go | 5 +++++ stages/origins/windows/dummy.go | 5 +++++ stages/origins/windows/eventlogging/event_logging_reader.go | 5 +++++ stages/origins/windows/eventlogging/eventmessages.go | 5 +++++ stages/origins/windows/eventlogging/loadlibraryex.go | 5 +++++ stages/origins/windows/eventlogging/servicestore.go | 5 +++++ stages/origins/windows/windows_event_log_source.go | 5 +++++ stages/origins/windows/windows_event_log_source_test.go | 5 +++++ .../windows/wineventlog/common/win_event_log_common.go | 5 +++++ .../rendering/win_event_log_publisher_manager.go | 5 +++++ .../subscription/rendering/win_event_log_renderer.go | 5 +++++ .../subscription/win_event_log_pull_subscriber.go | 5 +++++ .../subscription/win_event_log_push_subscriber.go | 5 +++++ .../wineventlog/subscription/win_event_log_subscriber.go | 5 +++++ .../origins/windows/wineventlog/windows_event_log_reader.go | 5 +++++ stages/processors/delay/delay.go | 5 +++++ stages/processors/delay/delay_test.go | 5 +++++ stages/processors/expression/expression_evaluator.go | 5 +++++ stages/processors/expression/expression_evaluator_test.go | 5 +++++ stages/processors/fieldremover/fieldremover.go | 5 +++++ stages/processors/fieldremover/fieldremover_test.go | 5 +++++ stages/processors/http/http.go | 5 +++++ stages/processors/http/http_test.go | 5 +++++ stages/processors/identity/identity.go | 5 +++++ stages/processors/identity/identity_test.go | 5 +++++ stages/processors/javascript/dummy.go | 5 +++++ stages/processors/javascript/javascript_evaluator.go | 5 +++++ stages/processors/javascript/javascript_evaluator_test.go | 5 +++++ stages/processors/processors.go | 5 +++++ stages/processors/random_error/random_error.go | 5 +++++ stages/processors/random_error/random_error_test.go | 5 +++++ stages/processors/selector/selector.go | 5 +++++ stages/processors/selector/selector_test.go | 5 +++++ stages/processors/tensorflow/dummy.go | 5 +++++ stages/processors/tensorflow/field_to_tensor.go | 5 +++++ stages/processors/tensorflow/tensor_to_field.go | 5 +++++ stages/processors/tensorflow/tensorflow.go | 5 +++++ stages/processors/tensorflow/tensorflow_test.go | 5 +++++ stages/services/datagenerator_service.go | 5 +++++ stages/services/dataparser_service.go | 5 +++++ stages/stagelibrary/stagelibrary.go | 5 +++++ 289 files changed, 1386 insertions(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 961f464..94d831a 100644 --- a/BUILD.md +++ b/BUILD.md @@ -1,3 +1,6 @@ +[comment]: <> ( IBM Confidential ) +[comment]: <> ( PID 5900-BAF ) +[comment]: <> ( Copyright StreamSets Inc., an IBM Company 2024 ) # StreamSets Data Collector Edge (SDC Edge) ## Minimum Requirements diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2ede1a1..75fcf04 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,6 @@ +[comment]: <> ( IBM Confidential ) +[comment]: <> ( PID 5900-BAF ) +[comment]: <> ( Copyright StreamSets Inc., an IBM Company 2024 )