From 5aa30adba3bf3ccacb9287703dbaea9f191157cd Mon Sep 17 00:00:00 2001 From: Md Mizanur Rahman Date: Wed, 12 Mar 2025 06:52:51 +0100 Subject: [PATCH] RGHADAOS-14541:Update copyright for adabas-go-api --- Docker/Dockerfile | 2 +- Makefile | 2 +- Makefile.win | 2 +- README.md | 8 +- adabas/adabas.go | 2 +- adabas/adabas_const.go | 2 +- adabas/adabas_const_test.go | 2 +- adabas/adabas_message.go | 6 +- adabas/adabas_message_test.go | 2 +- adabas/adabas_test.go | 2 +- adabas/adabasbuffer.go | 6 +- adabas/adabasbuffer_test.go | 2 +- adabas/adabasstructure.go | 6 +- adabas/adabasstructure_test.go | 2 +- adabas/adalnk.go | 2 +- adabas/adalnk_test.go | 2 +- adabas/call.go | 2 +- adabas/call_windows.go | 2 +- adabas/connection.go | 4 +- adabas/connection_bench_test.go | 2 +- adabas/connection_cursoring_test.go | 2 +- adabas/connection_descriptor_test.go | 2 +- adabas/connection_hold_test.go | 2 +- adabas/connection_inmap_test.go | 2 +- adabas/connection_interface_test.go | 2 +- adabas/connection_lobstore_test.go | 2 +- adabas/connection_mainframe_test.go | 2 +- adabas/connection_map_test.go | 2 +- adabas/connection_period_group_test.go | 2 +- adabas/connection_secure_test.go | 2 +- adabas/connection_store_test.go | 2 +- adabas/connection_test.go | 2 +- adabas/connection_transaction_test.go | 2 +- adabas/connection_update_test.go | 2 +- adabas/cursoring.go | 2 +- adabas/delete_request.go | 2 +- adabas/delete_request_test.go | 2 +- adabas/doc.go | 109 +++++++++++++------------ adabas/fdt.go | 2 +- adabas/fdt_test.go | 2 +- adabas/field_type_test.go | 2 +- adabas/global_map_repository.go | 2 +- adabas/global_map_repository_test.go | 2 +- adabas/mainframe_test.go | 2 +- adabas/map.go | 2 +- adabas/map_adaption.go | 2 +- adabas/map_export.go | 2 +- adabas/map_import.go | 2 +- adabas/map_import_test.go | 2 +- adabas/map_json.go | 2 +- adabas/map_json_test.go | 2 +- adabas/map_redefinition_test.go | 2 +- adabas/map_repositories.go | 2 +- adabas/map_repositories_test.go | 2 +- adabas/map_test.go | 2 +- adabas/rcall.go | 2 +- adabas/read_request.go | 2 +- adabas/read_request_scan_test.go | 2 +- adabas/read_request_test.go | 2 +- adabas/request.go | 2 +- adabas/request_interface.go | 2 +- adabas/request_result.go | 2 +- adabas/request_result_test.go | 2 +- adabas/result_record.go | 2 +- adabas/result_record_test.go | 2 +- adabas/store_request.go | 2 +- adabas/store_request_test.go | 2 +- adabas/stream.go | 2 +- adabas/stream_store.go | 2 +- adabas/stream_store_test.go | 2 +- adabas/stream_test.go | 2 +- adabas/struct.go | 2 +- adabas/struct_test.go | 2 +- adabas/structure_test.go | 2 +- adabas/tcp.go | 2 +- adabas/tcp_data.go | 2 +- adabas/tcp_test.go | 2 +- adabas/url.go | 8 +- adabas/url_test.go | 2 +- adatypes/ada_value.go | 2 +- adatypes/ada_value_test.go | 2 +- adatypes/adabas_request.go | 2 +- adatypes/adabas_request_test.go | 2 +- adatypes/buffer_helper.go | 2 +- adatypes/buffer_helper_test.go | 2 +- adatypes/byte_array_value.go | 2 +- adatypes/byte_array_value_test.go | 2 +- adatypes/byte_formatter.go | 2 +- adatypes/byte_formatter_test.go | 2 +- adatypes/byte_value.go | 2 +- adatypes/byte_value_test.go | 2 +- adatypes/charsets.go | 2 +- adatypes/charsets_test.go | 2 +- adatypes/collation_value.go | 2 +- adatypes/collation_value_test.go | 2 +- adatypes/common.go | 5 +- adatypes/common_test.go | 2 +- adatypes/common_type.go | 2 +- adatypes/def_traverser.go | 2 +- adatypes/definition.go | 2 +- adatypes/definition_cache.go | 2 +- adatypes/definition_cache_test.go | 2 +- adatypes/definition_interface.go | 2 +- adatypes/definition_restrict.go | 2 +- adatypes/definition_search.go | 2 +- adatypes/definition_test.go | 2 +- adatypes/definition_treecopy.go | 2 +- adatypes/descriptor_type.go | 2 +- adatypes/doc.go | 2 +- adatypes/double_value.go | 2 +- adatypes/double_value_test.go | 2 +- adatypes/dynamic_interface.go | 2 +- adatypes/float_value.go | 2 +- adatypes/float_value_test.go | 2 +- adatypes/int2_value.go | 2 +- adatypes/int2_value_test.go | 2 +- adatypes/int4_value.go | 2 +- adatypes/int4_value_test.go | 2 +- adatypes/int8_value.go | 2 +- adatypes/int8_value_test.go | 2 +- adatypes/length_value.go | 2 +- adatypes/length_value_test.go | 2 +- adatypes/messages.go | 2 +- adatypes/messages_test.go | 2 +- adatypes/packed_value.go | 2 +- adatypes/packed_value_test.go | 2 +- adatypes/phonetic_value.go | 2 +- adatypes/phonetic_value_test.go | 2 +- adatypes/platform.go | 2 +- adatypes/platform_test.go | 2 +- adatypes/range.go | 2 +- adatypes/range_test.go | 2 +- adatypes/redefinition_value.go | 2 +- adatypes/referential_value.go | 2 +- adatypes/referential_value_test.go | 2 +- adatypes/search_tree.go | 2 +- adatypes/search_tree_test.go | 2 +- adatypes/stack.go | 2 +- adatypes/stack_test.go | 2 +- adatypes/static_messages.go | 6 +- adatypes/string_value.go | 2 +- adatypes/string_value_test.go | 2 +- adatypes/structure_type.go | 2 +- adatypes/structure_value.go | 6 +- adatypes/structure_value_test.go | 2 +- adatypes/superdesc_value.go | 2 +- adatypes/superdesc_value_test.go | 2 +- adatypes/type.go | 2 +- adatypes/type_test.go | 2 +- adatypes/unicode_value.go | 2 +- adatypes/unicode_value_test.go | 2 +- adatypes/unpacked_value.go | 2 +- adatypes/unpacked_value_test.go | 2 +- doc/Overview.md | 6 +- doc/README.md | 4 +- files/DataDesigner.fdu | 7 +- generate/message_generate.go | 4 +- make/common.mk | 2 +- messages/adabas.de | 2 +- messages/adabas.en | 2 +- scripts/clean.bat | 2 +- tools/betacluster/main.go | 2 +- tools/clear_map_reference/main.go | 2 +- tools/employee_client/main.go | 2 +- tools/lobload/main.go | 2 +- tools/query/main.go | 2 +- tools/querym/main.go | 2 +- tools/simple_read/main.go | 2 +- tools/testsuite/main.go | 2 +- 169 files changed, 252 insertions(+), 243 deletions(-) diff --git a/Docker/Dockerfile b/Docker/Dockerfile index f3b03d7c..55a81c34 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -19,7 +19,7 @@ RUN groupadd -g $group_id sagadmin && \ COPY --from=adabas /etc/profile.d/sagenv.sh /etc/profile.d/sagenv.sh COPY goenv.sh /etc/profile.d/goenv.sh -# Software AG basic environment +# Software GmbH basic environment ENV SAG /opt/softwareag ENV ADAPROGDIR /opt/softwareag/Adabas diff --git a/Makefile b/Makefile index a61afe2c..dd5fe73f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +# Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors # # SPDX-License-Identifier: Apache-2.0 # diff --git a/Makefile.win b/Makefile.win index 90235180..163eeaab 100644 --- a/Makefile.win +++ b/Makefile.win @@ -1,5 +1,5 @@ # -# Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +# Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors # # SPDX-License-Identifier: Apache-2.0 # diff --git a/README.md b/README.md index db5281eb..d451ef96 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ For details have a look at the API documentation. It can be referenced here: 3 { adatypes.Central.Log.Infof("Error message %s", msg) adatypes.Central.Log.Infof("Add1: %v", adabas.Acbx.Acbxadd1) diff --git a/adabas/adabas_message_test.go b/adabas/adabas_message_test.go index 438541fe..0ec0393e 100644 --- a/adabas/adabas_message_test.go +++ b/adabas/adabas_message_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/adabas_test.go b/adabas/adabas_test.go index be854aa6..9ffa17fb 100644 --- a/adabas/adabas_test.go +++ b/adabas/adabas_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/adabasbuffer.go b/adabas/adabasbuffer.go index c1b3da17..2b917fa9 100644 --- a/adabas/adabasbuffer.go +++ b/adabas/adabasbuffer.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * @@ -33,8 +33,8 @@ import ( */ const abdEyecatcher = 'G' /* G - EYECATCHER */ const abdVersion = '2' /* 2 - VERSION */ -//const E_ABD_EYECATCHER = 0xc7 /* EBCDIC G - EYECATCHER */ -//const E_ABD_VERSION = 0xf2 /* EBCDIC 2 - VERSION */ +// const E_ABD_EYECATCHER = 0xc7 /* EBCDIC G - EYECATCHER */ +// const E_ABD_VERSION = 0xf2 /* EBCDIC 2 - VERSION */ const ( AbdAQFb = ('F') /* F-Format Buffer */ AbdAQRb = ('R') /* R-Record Buffer */ diff --git a/adabas/adabasbuffer_test.go b/adabas/adabasbuffer_test.go index 47fce31b..29659a67 100644 --- a/adabas/adabasbuffer_test.go +++ b/adabas/adabasbuffer_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/adabasstructure.go b/adabas/adabasstructure.go index cf9363ab..83f5b2d0 100644 --- a/adabas/adabasstructure.go +++ b/adabas/adabasstructure.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * @@ -32,8 +32,8 @@ import ( const acbxEyecatcher = 'F' /* F - EYECATCHER */ const acbxVersion = '2' /* 2 - VERSION */ -//const eAcbxEyecatcher = 0xc6 /* EBCDIC F - EYECATCHER */ -//const eAcbxVersion = 0xf2 /* EBCDIC 2 - VERSION */ +// const eAcbxEyecatcher = 0xc6 /* EBCDIC F - EYECATCHER */ +// const eAcbxVersion = 0xf2 /* EBCDIC 2 - VERSION */ const acbxLength = 192 // Dbid Adabas database identifier diff --git a/adabas/adabasstructure_test.go b/adabas/adabasstructure_test.go index fe18ee1d..34acd03d 100644 --- a/adabas/adabasstructure_test.go +++ b/adabas/adabasstructure_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/adalnk.go b/adabas/adalnk.go index 285ee550..2131eb8c 100644 --- a/adabas/adalnk.go +++ b/adabas/adalnk.go @@ -2,7 +2,7 @@ // +build adalnk,cgo /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/adalnk_test.go b/adabas/adalnk_test.go index bab6c261..90a0ee86 100644 --- a/adabas/adalnk_test.go +++ b/adabas/adalnk_test.go @@ -2,7 +2,7 @@ // +build adalnk,cgo /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/call.go b/adabas/call.go index 866665e9..ebde49cf 100644 --- a/adabas/call.go +++ b/adabas/call.go @@ -2,7 +2,7 @@ // +build adalnk,cgo windows /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/call_windows.go b/adabas/call_windows.go index d6a0d42c..48cbfc91 100644 --- a/adabas/call_windows.go +++ b/adabas/call_windows.go @@ -2,7 +2,7 @@ // +build !adalnk,windows /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/connection.go b/adabas/connection.go index e17c836e..ec464d26 100644 --- a/adabas/connection.go +++ b/adabas/connection.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * @@ -56,6 +56,7 @@ var onceBody = func() { // - Database id: 23 // - Adabas TCP on port 60023: 23(adatcp://pchost:60023) // - Adabas Entire Network (Java only): 23(tcpip://pchost:50001) +// // The connection string must contain: // - To access database classic targets // acj;target= @@ -72,6 +73,7 @@ func NewConnection(connectionString string) (*Connection, error) { // - Database id: 23 // - Adabas TCP on port 60023: 23(adatcp://pchost:60023) // - Adabas Entire Network (Java only): 23(tcpip://pchost:50001) +// // The connection string must contain: // - To access database classic targets // acj;target= diff --git a/adabas/connection_bench_test.go b/adabas/connection_bench_test.go index ddfe4345..ecdb2a6d 100644 --- a/adabas/connection_bench_test.go +++ b/adabas/connection_bench_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/connection_cursoring_test.go b/adabas/connection_cursoring_test.go index 7f933959..12902471 100644 --- a/adabas/connection_cursoring_test.go +++ b/adabas/connection_cursoring_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/connection_descriptor_test.go b/adabas/connection_descriptor_test.go index f3dac13c..68f22062 100644 --- a/adabas/connection_descriptor_test.go +++ b/adabas/connection_descriptor_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/connection_hold_test.go b/adabas/connection_hold_test.go index 1bc83393..49ee8a0b 100644 --- a/adabas/connection_hold_test.go +++ b/adabas/connection_hold_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2020-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2020-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/connection_inmap_test.go b/adabas/connection_inmap_test.go index e4a1cdc4..5633e300 100644 --- a/adabas/connection_inmap_test.go +++ b/adabas/connection_inmap_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2020-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2020-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/connection_interface_test.go b/adabas/connection_interface_test.go index f5193ab5..9b15de51 100644 --- a/adabas/connection_interface_test.go +++ b/adabas/connection_interface_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2020-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2020-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/connection_lobstore_test.go b/adabas/connection_lobstore_test.go index 90f6225f..fb2a6afa 100644 --- a/adabas/connection_lobstore_test.go +++ b/adabas/connection_lobstore_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2020-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2020-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/connection_mainframe_test.go b/adabas/connection_mainframe_test.go index c63366f3..39a4a892 100644 --- a/adabas/connection_mainframe_test.go +++ b/adabas/connection_mainframe_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/connection_map_test.go b/adabas/connection_map_test.go index 1395b6aa..6b88ca2a 100644 --- a/adabas/connection_map_test.go +++ b/adabas/connection_map_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/connection_period_group_test.go b/adabas/connection_period_group_test.go index c56293de..f1eac495 100644 --- a/adabas/connection_period_group_test.go +++ b/adabas/connection_period_group_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/connection_secure_test.go b/adabas/connection_secure_test.go index 83efed50..5d0b4cf2 100644 --- a/adabas/connection_secure_test.go +++ b/adabas/connection_secure_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/connection_store_test.go b/adabas/connection_store_test.go index 062f4551..19ffcacc 100644 --- a/adabas/connection_store_test.go +++ b/adabas/connection_store_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/connection_test.go b/adabas/connection_test.go index b4f6957f..11cb1b19 100644 --- a/adabas/connection_test.go +++ b/adabas/connection_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/connection_transaction_test.go b/adabas/connection_transaction_test.go index f2ff92aa..8a8a80db 100644 --- a/adabas/connection_transaction_test.go +++ b/adabas/connection_transaction_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/connection_update_test.go b/adabas/connection_update_test.go index 5ccdcc8f..54af5ce3 100644 --- a/adabas/connection_update_test.go +++ b/adabas/connection_update_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/cursoring.go b/adabas/cursoring.go index ffe6b2cf..38d842f2 100644 --- a/adabas/cursoring.go +++ b/adabas/cursoring.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/delete_request.go b/adabas/delete_request.go index 2d76f766..bc478c8d 100644 --- a/adabas/delete_request.go +++ b/adabas/delete_request.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/delete_request_test.go b/adabas/delete_request_test.go index 984597dc..089a33ac 100644 --- a/adabas/delete_request_test.go +++ b/adabas/delete_request_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/doc.go b/adabas/doc.go index da5352ff..696e96e5 100644 --- a/adabas/doc.go +++ b/adabas/doc.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * @@ -28,7 +28,7 @@ // 2. The new Adabas TCP/IP communication for a direct point-to-point access to the database. This is // support since Adabas version v6.7. // -// Database reference +// # Database reference // // The Adabas database is referenced using a Adabas database URL. Local databases can be referenced using // the database id, the Adabas map or a remote reference with port 0. It is possible to reference remote @@ -42,102 +42,109 @@ // ADALNK library references. // See documentation here: https://github.com/SoftwareAG/adabas-go-api // -// Example +// # Example // // Here a short example showing a database read accces using Adabas maps -// connection, cerr := NewConnection("acj;map;config=[24,4]") -// if cerr != nil { -// return cerr -// } -// defer connection.Close() -// request, rerr := connection.CreateMapReadRequest("EMPLOYEES-NAT-DDM") -// if rerr != nil { -// fmt.Println("Error create request", rerr) -// return rerr -// } -// err := request.QueryFields("NAME,FIRST-NAME,PERSONNEL-ID") -// if !assert.NoError(b, err) { -// return err -// } -// request.Limit = 0 -// result, rErr := request.ReadLogicalBy("NAME") -// result.DumpValues() -// -// Read logic +// +// connection, cerr := NewConnection("acj;map;config=[24,4]") +// if cerr != nil { +// return cerr +// } +// defer connection.Close() +// request, rerr := connection.CreateMapReadRequest("EMPLOYEES-NAT-DDM") +// if rerr != nil { +// fmt.Println("Error create request", rerr) +// return rerr +// } +// err := request.QueryFields("NAME,FIRST-NAME,PERSONNEL-ID") +// if !assert.NoError(b, err) { +// return err +// } +// request.Limit = 0 +// result, rErr := request.ReadLogicalBy("NAME") +// result.DumpValues() +// +// # Read logic // // You may read using search values and descriptor sorted searches. // The received records can be analyzed using traversation logic. // See documentation here: https://github.com/SoftwareAG/adabas-go-api/blob/master/doc/QUERY.md // -// Adabas maps +// # Adabas maps // // For long name and database name usage, a new Adabas map concept is introduced. The Adabas maps // are stored inside the database. // See documentation here: https://github.com/SoftwareAG/adabas-go-api/blob/master/doc/AdabasMap.md // -// Stream +// # Stream // // It is possible to work with the records just-in-time they received // in a stream. A callback function will be called to process the current // received record. // // Example using stream: -// func dumpStream(record *Record, x interface{}) error { -// i := x.(*uint32) -// a, _ := record.SearchValue("AE") -// fmt.Printf("Read %d -> %s = %d\n", record.Isn, a, record.Quantity) -// (*i)++ -// return nil -// } -// result, err := request.ReadLogicalWithStream("AE='SMITH'", dumpStream, &i) // -// Struct usage +// func dumpStream(record *Record, x interface{}) error { +// i := x.(*uint32) +// a, _ := record.SearchValue("AE") +// fmt.Printf("Read %d -> %s = %d\n", record.Isn, a, record.Quantity) +// (*i)++ +// return nil +// } +// result, err := request.ReadLogicalWithStream("AE='SMITH'", dumpStream, &i) +// +// # Struct usage // // Example for a structure: -// type FullName struct { -// FirstName string -// LastName string -// } -// type EmployeeMap struct { -// ID string `adabas:"Id:key"` -// Name *FullName -// Department []byte -// } +// +// type FullName struct { +// FirstName string +// LastName string +// } +// type EmployeeMap struct { +// ID string `adabas:"Id:key"` +// Name *FullName +// Department []byte +// } // // For a Adabas Map called EmployeeMap you can use the structure to read and write // Adabas data into the database. // // Example to read Adabas data using the structure: -// request, rerr := connection.CreateMapReadRequest((*EmployeeMap)(nil)) -// err := request.QueryFields("FullName") -// result, err = request.ReadLogicalBy("LastName") +// +// request, rerr := connection.CreateMapReadRequest((*EmployeeMap)(nil)) +// err := request.QueryFields("FullName") +// result, err = request.ReadLogicalBy("LastName") // // The result list of structure entries will be in the result. You can reference // the list using the result.Data list. // If using the stream callback method, then the stream will get an EmployeesMap // instance instead of a Record instance. // -// Partial large objects +// # Partial large objects // // You can read a large objects using the -// ReadStream() +// +// ReadStream() // // method to subdivide a // big large object into slices reading parts of the large objects instead of // read one big record of the large object. // The blocksize read in one stream call is defined in the -// ReadRequest.Blocksize +// +// ReadRequest.Blocksize // // In addition the field definition does have partial lob API to read a part // of the partial lob only. // A partial lob can be defined using the offset and length in brackets. // This query fields will read field RA (Large alpha object) beginning from // first entry. It will read a block of size 1000. -// err = request.QueryFields("RA(1,1000)") +// +// err = request.QueryFields("RA(1,1000)") // // To define the range in a read or store call procedure, the value instance // of the field can set the partial lob range using -// partialValue := value.(adatypes.PartialValue) -// partialValue.SetPartial(offset, uint32(len(data))) // +// partialValue := value.(adatypes.PartialValue) +// partialValue.SetPartial(offset, uint32(len(data))) package adabas diff --git a/adabas/fdt.go b/adabas/fdt.go index f9380b2f..0b1f453a 100644 --- a/adabas/fdt.go +++ b/adabas/fdt.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/fdt_test.go b/adabas/fdt_test.go index 52e9169a..a081a8c8 100644 --- a/adabas/fdt_test.go +++ b/adabas/fdt_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/field_type_test.go b/adabas/field_type_test.go index dc24dc53..912ed141 100644 --- a/adabas/field_type_test.go +++ b/adabas/field_type_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/global_map_repository.go b/adabas/global_map_repository.go index 6947532d..6e6cc755 100644 --- a/adabas/global_map_repository.go +++ b/adabas/global_map_repository.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/global_map_repository_test.go b/adabas/global_map_repository_test.go index 75b20620..af4f6e14 100644 --- a/adabas/global_map_repository_test.go +++ b/adabas/global_map_repository_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/mainframe_test.go b/adabas/mainframe_test.go index 93c0ef01..7cb85d32 100644 --- a/adabas/mainframe_test.go +++ b/adabas/mainframe_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/map.go b/adabas/map.go index b2dc4ead..2fd1b9b2 100644 --- a/adabas/map.go +++ b/adabas/map.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/map_adaption.go b/adabas/map_adaption.go index 8c917178..19fe2610 100644 --- a/adabas/map_adaption.go +++ b/adabas/map_adaption.go @@ -1,5 +1,5 @@ /* -* Copyright © 2021-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2021-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/map_export.go b/adabas/map_export.go index fa3b6169..bd26b496 100644 --- a/adabas/map_export.go +++ b/adabas/map_export.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/map_import.go b/adabas/map_import.go index cc5c4d08..bfdd43d0 100644 --- a/adabas/map_import.go +++ b/adabas/map_import.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/map_import_test.go b/adabas/map_import_test.go index c853ef57..7f153fa8 100644 --- a/adabas/map_import_test.go +++ b/adabas/map_import_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/map_json.go b/adabas/map_json.go index cabe01a9..83fe43fd 100644 --- a/adabas/map_json.go +++ b/adabas/map_json.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/map_json_test.go b/adabas/map_json_test.go index 8b5daedc..2491084a 100644 --- a/adabas/map_json_test.go +++ b/adabas/map_json_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/map_redefinition_test.go b/adabas/map_redefinition_test.go index 861a0ea7..a0f34972 100644 --- a/adabas/map_redefinition_test.go +++ b/adabas/map_redefinition_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/map_repositories.go b/adabas/map_repositories.go index b0a375b4..e74d6f5a 100644 --- a/adabas/map_repositories.go +++ b/adabas/map_repositories.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/map_repositories_test.go b/adabas/map_repositories_test.go index 35f1c624..95f0bd19 100644 --- a/adabas/map_repositories_test.go +++ b/adabas/map_repositories_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/map_test.go b/adabas/map_test.go index fbda5215..c5060ca4 100644 --- a/adabas/map_test.go +++ b/adabas/map_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/rcall.go b/adabas/rcall.go index cd0f344a..121a6bdb 100644 --- a/adabas/rcall.go +++ b/adabas/rcall.go @@ -2,7 +2,7 @@ // +build !adalnk,!windows /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/read_request.go b/adabas/read_request.go index 32097241..c2f764eb 100644 --- a/adabas/read_request.go +++ b/adabas/read_request.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/read_request_scan_test.go b/adabas/read_request_scan_test.go index e477a1e9..7dc199ac 100644 --- a/adabas/read_request_scan_test.go +++ b/adabas/read_request_scan_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/read_request_test.go b/adabas/read_request_test.go index 77308f8f..039a5349 100644 --- a/adabas/read_request_test.go +++ b/adabas/read_request_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/request.go b/adabas/request.go index 3fdb3e7e..d1b0bb5b 100644 --- a/adabas/request.go +++ b/adabas/request.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/request_interface.go b/adabas/request_interface.go index cea97c19..62d62992 100644 --- a/adabas/request_interface.go +++ b/adabas/request_interface.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/request_result.go b/adabas/request_result.go index c09b1839..4c23b6cf 100644 --- a/adabas/request_result.go +++ b/adabas/request_result.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/request_result_test.go b/adabas/request_result_test.go index b9f2905e..1ef083d0 100644 --- a/adabas/request_result_test.go +++ b/adabas/request_result_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/result_record.go b/adabas/result_record.go index b58d6cb9..79053b38 100644 --- a/adabas/result_record.go +++ b/adabas/result_record.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/result_record_test.go b/adabas/result_record_test.go index 2800ab5e..99bddff6 100644 --- a/adabas/result_record_test.go +++ b/adabas/result_record_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/store_request.go b/adabas/store_request.go index c59898e0..f3521cc8 100644 --- a/adabas/store_request.go +++ b/adabas/store_request.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/store_request_test.go b/adabas/store_request_test.go index 9e207466..393411af 100644 --- a/adabas/store_request_test.go +++ b/adabas/store_request_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/stream.go b/adabas/stream.go index 6be808fb..2fb73a1e 100644 --- a/adabas/stream.go +++ b/adabas/stream.go @@ -1,5 +1,5 @@ /* -* Copyright © 2020-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2020-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/stream_store.go b/adabas/stream_store.go index 8793e63c..d85d3391 100644 --- a/adabas/stream_store.go +++ b/adabas/stream_store.go @@ -1,5 +1,5 @@ /* -* Copyright © 2021-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2021-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/stream_store_test.go b/adabas/stream_store_test.go index 54945739..94527e6c 100644 --- a/adabas/stream_store_test.go +++ b/adabas/stream_store_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2021-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2021-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/stream_test.go b/adabas/stream_test.go index a622126f..31ccf4ff 100644 --- a/adabas/stream_test.go +++ b/adabas/stream_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2020-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2020-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/struct.go b/adabas/struct.go index edf3272d..8eb4c14d 100644 --- a/adabas/struct.go +++ b/adabas/struct.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/struct_test.go b/adabas/struct_test.go index cdef588d..baee7ae6 100644 --- a/adabas/struct_test.go +++ b/adabas/struct_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/structure_test.go b/adabas/structure_test.go index 61d906da..3ba679bc 100644 --- a/adabas/structure_test.go +++ b/adabas/structure_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/tcp.go b/adabas/tcp.go index 8ef1eb0f..dcfa11c4 100644 --- a/adabas/tcp.go +++ b/adabas/tcp.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/tcp_data.go b/adabas/tcp_data.go index badabdd9..6ac19f41 100644 --- a/adabas/tcp_data.go +++ b/adabas/tcp_data.go @@ -1,5 +1,5 @@ /* -* Copyright © 2021-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2021-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/tcp_test.go b/adabas/tcp_test.go index 68150d02..1079fa3a 100644 --- a/adabas/tcp_test.go +++ b/adabas/tcp_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adabas/url.go b/adabas/url.go index bd3e6844..02c99eea 100644 --- a/adabas/url.go +++ b/adabas/url.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * @@ -31,9 +31,9 @@ import ( // URL define the desination of the host. Possible types are // -// - Local call with Driver="" and Port=0 -// - Entire Network calls with Driver="tcpip" and corresponding host and port -// - Adabas TCP/IP calls with Driver="adatcp" and corresponding host and port +// - Local call with Driver="" and Port=0 +// - Entire Network calls with Driver="tcpip" and corresponding host and port +// - Adabas TCP/IP calls with Driver="adatcp" and corresponding host and port // // Dependent on the Driver the corresponding connection is used. To use the local // call access the Adabas Client native library is used. diff --git a/adabas/url_test.go b/adabas/url_test.go index 9ea0e6ac..521760fe 100644 --- a/adabas/url_test.go +++ b/adabas/url_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/ada_value.go b/adatypes/ada_value.go index c82deac1..8de02b4b 100644 --- a/adatypes/ada_value.go +++ b/adatypes/ada_value.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/ada_value_test.go b/adatypes/ada_value_test.go index e3a41f1f..d4e7dff5 100644 --- a/adatypes/ada_value_test.go +++ b/adatypes/ada_value_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/adabas_request.go b/adatypes/adabas_request.go index c758b46a..2a9a0eac 100644 --- a/adatypes/adabas_request.go +++ b/adatypes/adabas_request.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/adabas_request_test.go b/adatypes/adabas_request_test.go index cf88efa2..6e511152 100644 --- a/adatypes/adabas_request_test.go +++ b/adatypes/adabas_request_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/buffer_helper.go b/adatypes/buffer_helper.go index b14387aa..3f832445 100644 --- a/adatypes/buffer_helper.go +++ b/adatypes/buffer_helper.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/buffer_helper_test.go b/adatypes/buffer_helper_test.go index 43a4e088..f5d12366 100644 --- a/adatypes/buffer_helper_test.go +++ b/adatypes/buffer_helper_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/byte_array_value.go b/adatypes/byte_array_value.go index bd59038a..ce8ddc56 100644 --- a/adatypes/byte_array_value.go +++ b/adatypes/byte_array_value.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/byte_array_value_test.go b/adatypes/byte_array_value_test.go index e0c3e90d..a5c02943 100644 --- a/adatypes/byte_array_value_test.go +++ b/adatypes/byte_array_value_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/byte_formatter.go b/adatypes/byte_formatter.go index fd587e35..af8b6e63 100644 --- a/adatypes/byte_formatter.go +++ b/adatypes/byte_formatter.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/byte_formatter_test.go b/adatypes/byte_formatter_test.go index 5cb2a74a..28e6da71 100644 --- a/adatypes/byte_formatter_test.go +++ b/adatypes/byte_formatter_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/byte_value.go b/adatypes/byte_value.go index 08abdd15..cff67de1 100644 --- a/adatypes/byte_value.go +++ b/adatypes/byte_value.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/byte_value_test.go b/adatypes/byte_value_test.go index a5d858e8..4bc31e96 100644 --- a/adatypes/byte_value_test.go +++ b/adatypes/byte_value_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/charsets.go b/adatypes/charsets.go index 2441f8a9..ec01bf02 100644 --- a/adatypes/charsets.go +++ b/adatypes/charsets.go @@ -1,5 +1,5 @@ /* -* Copyright © 2020-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2020-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/charsets_test.go b/adatypes/charsets_test.go index 01f0bd30..861c3d0f 100644 --- a/adatypes/charsets_test.go +++ b/adatypes/charsets_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/collation_value.go b/adatypes/collation_value.go index f2fc510b..45f9e1a5 100644 --- a/adatypes/collation_value.go +++ b/adatypes/collation_value.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/collation_value_test.go b/adatypes/collation_value_test.go index 524f06b4..ff2bdd2d 100644 --- a/adatypes/collation_value_test.go +++ b/adatypes/collation_value_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/common.go b/adatypes/common.go index 907f77ef..08c267a1 100644 --- a/adatypes/common.go +++ b/adatypes/common.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * @@ -89,7 +89,8 @@ func LogMultiLineString(debug bool, logOutput string) { } // TimeTrack defer function measure the difference end log it to log management, like -// defer TimeTrack(time.Now(), "CallAdabas "+string(adabas.Acbx.Acbxcmd[:])) +// +// defer TimeTrack(time.Now(), "CallAdabas "+string(adabas.Acbx.Acbxcmd[:])) func TimeTrack(start time.Time, name string) { elapsed := time.Since(start) Central.Log.Infof("%s took %s", name, elapsed) diff --git a/adatypes/common_test.go b/adatypes/common_test.go index 15163d45..9f7f0097 100644 --- a/adatypes/common_test.go +++ b/adatypes/common_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/common_type.go b/adatypes/common_type.go index 3f2f69bc..4b3521b7 100644 --- a/adatypes/common_type.go +++ b/adatypes/common_type.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/def_traverser.go b/adatypes/def_traverser.go index 13e91a10..a67b8942 100644 --- a/adatypes/def_traverser.go +++ b/adatypes/def_traverser.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/definition.go b/adatypes/definition.go index 2cd88b87..2a56e23e 100644 --- a/adatypes/definition.go +++ b/adatypes/definition.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/definition_cache.go b/adatypes/definition_cache.go index 53115890..3034aead 100644 --- a/adatypes/definition_cache.go +++ b/adatypes/definition_cache.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/definition_cache_test.go b/adatypes/definition_cache_test.go index bccf9474..ff0616fc 100644 --- a/adatypes/definition_cache_test.go +++ b/adatypes/definition_cache_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/definition_interface.go b/adatypes/definition_interface.go index 83bc0664..3413da1b 100644 --- a/adatypes/definition_interface.go +++ b/adatypes/definition_interface.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/definition_restrict.go b/adatypes/definition_restrict.go index 15868981..4ea6eeb6 100644 --- a/adatypes/definition_restrict.go +++ b/adatypes/definition_restrict.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/definition_search.go b/adatypes/definition_search.go index 58b6dde9..492bafd2 100644 --- a/adatypes/definition_search.go +++ b/adatypes/definition_search.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/definition_test.go b/adatypes/definition_test.go index ce26aa8a..394f120d 100644 --- a/adatypes/definition_test.go +++ b/adatypes/definition_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/definition_treecopy.go b/adatypes/definition_treecopy.go index 07ae97e0..56f4a693 100644 --- a/adatypes/definition_treecopy.go +++ b/adatypes/definition_treecopy.go @@ -1,5 +1,5 @@ /* -* Copyright © 2020-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2020-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/descriptor_type.go b/adatypes/descriptor_type.go index 8dec1d61..eb4dfbc8 100644 --- a/adatypes/descriptor_type.go +++ b/adatypes/descriptor_type.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/doc.go b/adatypes/doc.go index fca53371..b51b5cec 100644 --- a/adatypes/doc.go +++ b/adatypes/doc.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/double_value.go b/adatypes/double_value.go index 2e50c225..04ee155e 100644 --- a/adatypes/double_value.go +++ b/adatypes/double_value.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/double_value_test.go b/adatypes/double_value_test.go index 2e008c47..9a1b1918 100644 --- a/adatypes/double_value_test.go +++ b/adatypes/double_value_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/dynamic_interface.go b/adatypes/dynamic_interface.go index 9eeb805b..5167d598 100644 --- a/adatypes/dynamic_interface.go +++ b/adatypes/dynamic_interface.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/float_value.go b/adatypes/float_value.go index 422c25d8..8df512e4 100644 --- a/adatypes/float_value.go +++ b/adatypes/float_value.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/float_value_test.go b/adatypes/float_value_test.go index 5d13bbfc..937bd3c0 100644 --- a/adatypes/float_value_test.go +++ b/adatypes/float_value_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/int2_value.go b/adatypes/int2_value.go index e93cc184..62cdd739 100644 --- a/adatypes/int2_value.go +++ b/adatypes/int2_value.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/int2_value_test.go b/adatypes/int2_value_test.go index 35c7cc8c..8e16f52d 100644 --- a/adatypes/int2_value_test.go +++ b/adatypes/int2_value_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/int4_value.go b/adatypes/int4_value.go index fb2fcd9b..a3f228e1 100644 --- a/adatypes/int4_value.go +++ b/adatypes/int4_value.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/int4_value_test.go b/adatypes/int4_value_test.go index 32e7c9b0..a187d7b9 100644 --- a/adatypes/int4_value_test.go +++ b/adatypes/int4_value_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/int8_value.go b/adatypes/int8_value.go index b39d2696..841f93d3 100644 --- a/adatypes/int8_value.go +++ b/adatypes/int8_value.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/int8_value_test.go b/adatypes/int8_value_test.go index 59b80609..c8d25b37 100644 --- a/adatypes/int8_value_test.go +++ b/adatypes/int8_value_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/length_value.go b/adatypes/length_value.go index e97a0c58..ab40e070 100644 --- a/adatypes/length_value.go +++ b/adatypes/length_value.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/length_value_test.go b/adatypes/length_value_test.go index c98b504b..3e468f0e 100644 --- a/adatypes/length_value_test.go +++ b/adatypes/length_value_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/messages.go b/adatypes/messages.go index 36d451c0..63707a5c 100644 --- a/adatypes/messages.go +++ b/adatypes/messages.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/messages_test.go b/adatypes/messages_test.go index 63adc397..46a77465 100644 --- a/adatypes/messages_test.go +++ b/adatypes/messages_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/packed_value.go b/adatypes/packed_value.go index 1f4b13ea..cac44fb2 100644 --- a/adatypes/packed_value.go +++ b/adatypes/packed_value.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/packed_value_test.go b/adatypes/packed_value_test.go index ca7920f8..5d9c4a8b 100644 --- a/adatypes/packed_value_test.go +++ b/adatypes/packed_value_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/phonetic_value.go b/adatypes/phonetic_value.go index dfa138e9..a0f42d89 100644 --- a/adatypes/phonetic_value.go +++ b/adatypes/phonetic_value.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/phonetic_value_test.go b/adatypes/phonetic_value_test.go index 3c63819e..8f351d26 100644 --- a/adatypes/phonetic_value_test.go +++ b/adatypes/phonetic_value_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/platform.go b/adatypes/platform.go index fa5fc3f5..674c785e 100644 --- a/adatypes/platform.go +++ b/adatypes/platform.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/platform_test.go b/adatypes/platform_test.go index bbe57e2e..d3c2fda1 100644 --- a/adatypes/platform_test.go +++ b/adatypes/platform_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/range.go b/adatypes/range.go index 7235bc02..48b47857 100644 --- a/adatypes/range.go +++ b/adatypes/range.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/range_test.go b/adatypes/range_test.go index c196e5ae..00b5f70e 100644 --- a/adatypes/range_test.go +++ b/adatypes/range_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/redefinition_value.go b/adatypes/redefinition_value.go index 47cacca3..648919ba 100644 --- a/adatypes/redefinition_value.go +++ b/adatypes/redefinition_value.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/referential_value.go b/adatypes/referential_value.go index c5890638..a03d8e4c 100644 --- a/adatypes/referential_value.go +++ b/adatypes/referential_value.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/referential_value_test.go b/adatypes/referential_value_test.go index 6b08d68d..3f1e42a0 100644 --- a/adatypes/referential_value_test.go +++ b/adatypes/referential_value_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/search_tree.go b/adatypes/search_tree.go index 49eb2c24..810c11f6 100644 --- a/adatypes/search_tree.go +++ b/adatypes/search_tree.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/search_tree_test.go b/adatypes/search_tree_test.go index 006482ea..61a37048 100644 --- a/adatypes/search_tree_test.go +++ b/adatypes/search_tree_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/stack.go b/adatypes/stack.go index 785c0041..c17e45b2 100644 --- a/adatypes/stack.go +++ b/adatypes/stack.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/stack_test.go b/adatypes/stack_test.go index 3d02759c..7779e397 100644 --- a/adatypes/stack_test.go +++ b/adatypes/stack_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/static_messages.go b/adatypes/static_messages.go index 2d752700..624d769f 100644 --- a/adatypes/static_messages.go +++ b/adatypes/static_messages.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * @@ -154,7 +154,7 @@ var staticMessages = []struct { {"ADAGE11017", "de", "ECS object could not be located. The following objects must be available in the encoding objects library: File Alpha, File Wide EDD, User Alpha, User Wide EDD, and the PTOs for the combinations between file/user alpha/wide encodings."}, {"ADAGE11018", "de", "ECS function get_attribute() failed."}, {"ADAGE11019", "de", "One of the following occurred: - A required encoding attribute was missing in an ECS object (encoding type, class, and flags) - The default space character length was > 4 - Default space table allocation failed - If DBCS-only plane exists, wide space character was undefined, or the length > 4, or wide space table allocation failed"}, - {"ADAGE1101D", "de", "An Adabas Review communication error has occurred. Contact your Software AG support representative."}, + {"ADAGE1101D", "de", "An Adabas Review communication error has occurred. Contact your Software GmbH support representative."}, {"ADAGE110F9", "de", "This sub-code is given only when Adabas Vista is in use. Review the Adabas Vista documentation for more information."}, {"ADAGE12000", "de", "File-Nummer wurde während der Kommandosequenze geändert"}, {"ADAGE13000", "de", "Kommando für ACC User nicht erlaubt"}, @@ -1005,7 +1005,7 @@ var staticMessages = []struct { {"ADAGE11017", "en", "ECS object could not be located. The following objects must be available in the encoding objects library: File Alpha, File Wide EDD, User Alpha, User Wide EDD, and the PTOs for the combinations between file/user alpha/wide encodings."}, {"ADAGE11018", "en", "ECS function get_attribute() failed."}, {"ADAGE11019", "en", "One of the following occurred: - A required encoding attribute was missing in an ECS object (encoding type, class, and flags) - The default space character length was > 4 - Default space table allocation failed - If DBCS-only plane exists, wide space character was undefined, or the length > 4, or wide space table allocation failed"}, - {"ADAGE1101D", "en", "An Adabas Review communication error has occurred. Contact your Software AG support representative."}, + {"ADAGE1101D", "en", "An Adabas Review communication error has occurred. Contact your Software GmbH support representative."}, {"ADAGE110F9", "en", "This sub-code is given only when Adabas Vista is in use. Review the Adabas Vista documentation for more information."}, {"ADAGE12000", "en", "File number changed during command sequence"}, {"ADAGE13000", "en", "Command not allowed for ACC user"}, diff --git a/adatypes/string_value.go b/adatypes/string_value.go index d1c79d69..a591a4c5 100644 --- a/adatypes/string_value.go +++ b/adatypes/string_value.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/string_value_test.go b/adatypes/string_value_test.go index f4b1c9aa..71ea784c 100644 --- a/adatypes/string_value_test.go +++ b/adatypes/string_value_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/structure_type.go b/adatypes/structure_type.go index 43d2f8ff..b266730c 100644 --- a/adatypes/structure_type.go +++ b/adatypes/structure_type.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/structure_value.go b/adatypes/structure_value.go index b4803e3f..010c9e07 100644 --- a/adatypes/structure_value.go +++ b/adatypes/structure_value.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * @@ -166,8 +166,8 @@ func countPEsize(adaType IAdaType, parentType IAdaType, level int, x interface{} } /* - Parse buffer if a period group contains multiple fields. In that case the buffer parser need to parse - field by field and not the group alltogether +Parse buffer if a period group contains multiple fields. In that case the buffer parser need to parse +field by field and not the group alltogether */ func (value *StructureValue) parseBufferWithMUPE(helper *BufferHelper, option *BufferOption) (res TraverseResult, err error) { Central.Log.Debugf("Parse Buffer structure with (MUPE) name=%s offset=%d remaining=%d length=%d value length=%d", value.Type().Name(), diff --git a/adatypes/structure_value_test.go b/adatypes/structure_value_test.go index 26052d57..bac076d9 100644 --- a/adatypes/structure_value_test.go +++ b/adatypes/structure_value_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/superdesc_value.go b/adatypes/superdesc_value.go index 427b57df..37fb747e 100644 --- a/adatypes/superdesc_value.go +++ b/adatypes/superdesc_value.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/superdesc_value_test.go b/adatypes/superdesc_value_test.go index 181d9eec..1705bd22 100644 --- a/adatypes/superdesc_value_test.go +++ b/adatypes/superdesc_value_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/type.go b/adatypes/type.go index e2249707..2005a92b 100644 --- a/adatypes/type.go +++ b/adatypes/type.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/type_test.go b/adatypes/type_test.go index d6698e5c..1986d5a5 100644 --- a/adatypes/type_test.go +++ b/adatypes/type_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/unicode_value.go b/adatypes/unicode_value.go index a085cb5f..e8416bb0 100644 --- a/adatypes/unicode_value.go +++ b/adatypes/unicode_value.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/unicode_value_test.go b/adatypes/unicode_value_test.go index e232f78d..fbfb2dc4 100644 --- a/adatypes/unicode_value_test.go +++ b/adatypes/unicode_value_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/unpacked_value.go b/adatypes/unpacked_value.go index a65d12ce..1ac40304 100644 --- a/adatypes/unpacked_value.go +++ b/adatypes/unpacked_value.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/adatypes/unpacked_value_test.go b/adatypes/unpacked_value_test.go index 09d5bc18..ece5075f 100644 --- a/adatypes/unpacked_value_test.go +++ b/adatypes/unpacked_value_test.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/doc/Overview.md b/doc/Overview.md index 1978bc76..c3d04a7f 100644 --- a/doc/Overview.md +++ b/doc/Overview.md @@ -20,7 +20,7 @@ To be part of the Go community, all data stores must provide a Go-based interfac The Adabas API for Go provides the possibility to maintain and handle Adabas metadata. Besides Java, Natural and 3GL languages it is compulsory and a logical way to have a state-of-the-art Go based interface for Adabas to be considered as a data store that can be easily used in projects. -The new interface addresses developers and software designers who work primarily with Go and related concepts. However, developers who are used to working with other programming languages also can benefit from this approach. The usage is similar to the Adabas Client for Java product that Software AG provides to work in Java environments. +The new interface addresses developers and software designers who work primarily with Go and related concepts. However, developers who are used to working with other programming languages also can benefit from this approach. The usage is similar to the Adabas Client for Java product that Software GmbH provides to work in Java environments. The Adabas API for Go @@ -39,7 +39,7 @@ Actually, although it's notcompulsory for an interface, but worth mentioning, th ## Feature set -Software AG does not guarantee support if there are issues with the Adabas API for Go. +Software GmbH does not guarantee support if there are issues with the Adabas API for Go. All current Adabas database versions are accessible. On Adabas Mainframe there might be some issues. Current features include: - Read, insert, update and delete records. Reference data in Adabas fields with Adabas short name or logical field names defined in Adabas maps @@ -67,7 +67,7 @@ Included in the sources is a test package that provides a selection of example G Most customers using Adabas have worked with Natural in the past. An important matter when migrating an application is the possibility to use Natural or Predict logical views. Adabas only allows using Adabas short name field definitions and the database ID. To provide a logical name of a database file and a logical name reference to the Adabas short name, a new Adabas Map is introduced. This Adabas Map will be stored inside the Adabas database in an extra Adabas repository file. -Tools managing the Adabas Maps are part of the Adabas Client for Java product Software AG provides. +Tools managing the Adabas Maps are part of the Adabas Client for Java product Software GmbH provides. The new Adabas Map technology is needed because the Natural and Predict logical views are stored separate from the Adabas database. In order to use the logical view independent of Natural storage in Adabas is elementary. The benefit is that the logical view and the data can now be part of a backup strategy and multiple logical views, dependent on the work case, can be provided. diff --git a/doc/README.md b/doc/README.md index 6867d7c0..b02bb5ff 100644 --- a/doc/README.md +++ b/doc/README.md @@ -20,7 +20,7 @@ ## Content This documentation describes the Go-based Adabas API. The API can -provide access to Adabas database data. It is the Go-based implementation of the Adabas Client for Java delivered by Software AG. +provide access to Adabas database data. It is the Go-based implementation of the Adabas Client for Java delivered by Software GmbH. This Go implementation contains various access methods to query Adabas database content. @@ -230,7 +230,7 @@ result, err := request.ReadLogicalWithStream("AE='SMITH'", dumpStream, &i) Inside a `Connection` instance a chain of different requests can define a transaction. A read request combined with a store request can finally end using either the end of transaction or the backout transaction method. ______________________ -These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project. +These tools are provided as-is and without warranty or support. They do not constitute part of the Software GmbH product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software GmbH welcomes contributions, we cannot guarantee to include every contribution in the master project. Contact us at [TECHcommunity](mailto:technologycommunity@softwareag.com?subject=Github/SoftwareAG) if you have any questions. diff --git a/files/DataDesigner.fdu b/files/DataDesigner.fdu index 2eed5c7c..a3b8182c 100644 --- a/files/DataDesigner.fdu +++ b/files/DataDesigner.fdu @@ -4,12 +4,11 @@ ;# Description: Input for ADAFDU to load ADABAS Employees example file ;# Parameter : ;# -;# Copyright (c) 1992-2022 Software AG, Darmstadt, Germany and/or -;# Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries -;# and/or its affiliates and/or their licensors. +;# Copyright (c) 1992-2025 Software GmbH, Darmstadt, Germany and/or its +;# subsidiaries and/or its affiliates and/or their licensors. ;# Use, reproduction, transfer, publication or disclosure is prohibited ;# except as specifically provided for in your License Agreement -;# with Software AG. +;# with Software GmbH. ;# ;# $Id: emp_nat.fdu 22783 2019-01-01 07:08:11Z adainfra $ ;############################################################################## diff --git a/generate/message_generate.go b/generate/message_generate.go index 3dc1ec15..e46ae7df 100644 --- a/generate/message_generate.go +++ b/generate/message_generate.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * @@ -44,7 +44,7 @@ type mesg struct { var locales map[string]map[string]mesg var headerTemplate = `/* -* Copyright © 2019-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2019-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/make/common.mk b/make/common.mk index 351379fb..fef23a61 100644 --- a/make/common.mk +++ b/make/common.mk @@ -1,5 +1,5 @@ # -# Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +# Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors # # SPDX-License-Identifier: Apache-2.0 # diff --git a/messages/adabas.de b/messages/adabas.de index 3dd9adf2..db7206f7 100644 --- a/messages/adabas.de +++ b/messages/adabas.de @@ -122,7 +122,7 @@ ADAGE11016=On mainframe systems, the required ECS objects needed for conversion ADAGE11017=ECS object could not be located. The following objects must be available in the encoding objects library: File Alpha, File Wide EDD, User Alpha, User Wide EDD, and the PTOs for the combinations between file/user alpha/wide encodings. ADAGE11018=ECS function get_attribute() failed. ADAGE11019=One of the following occurred: - A required encoding attribute was missing in an ECS object (encoding type, class, and flags) - The default space character length was > 4 - Default space table allocation failed - If DBCS-only plane exists, wide space character was undefined, or the length > 4, or wide space table allocation failed -ADAGE1101D=An Adabas Review communication error has occurred. Contact your Software AG support representative. +ADAGE1101D=An Adabas Review communication error has occurred. Contact your Software GmbH support representative. ADAGE110F9=This sub-code is given only when Adabas Vista is in use. Review the Adabas Vista documentation for more information. ADAGE12000=File-Nummer wurde während der Kommandosequenze geändert ADAGE13000=Kommando für ACC User nicht erlaubt diff --git a/messages/adabas.en b/messages/adabas.en index 6c0210a6..52facc8b 100644 --- a/messages/adabas.en +++ b/messages/adabas.en @@ -136,7 +136,7 @@ ADAGE11016=On mainframe systems, the required ECS objects needed for conversion ADAGE11017=ECS object could not be located. The following objects must be available in the encoding objects library: File Alpha, File Wide EDD, User Alpha, User Wide EDD, and the PTOs for the combinations between file/user alpha/wide encodings. ADAGE11018=ECS function get_attribute() failed. ADAGE11019=One of the following occurred: - A required encoding attribute was missing in an ECS object (encoding type, class, and flags) - The default space character length was > 4 - Default space table allocation failed - If DBCS-only plane exists, wide space character was undefined, or the length > 4, or wide space table allocation failed -ADAGE1101D=An Adabas Review communication error has occurred. Contact your Software AG support representative. +ADAGE1101D=An Adabas Review communication error has occurred. Contact your Software GmbH support representative. ADAGE110F9=This sub-code is given only when Adabas Vista is in use. Review the Adabas Vista documentation for more information. ADAGE12000=File number changed during command sequence ADAGE13000=Command not allowed for ACC user diff --git a/scripts/clean.bat b/scripts/clean.bat index 18cbb460..25999397 100644 --- a/scripts/clean.bat +++ b/scripts/clean.bat @@ -1,6 +1,6 @@ @echo off rem -rem Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +rem Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors rem rem SPDX-License-Identifier: Apache-2.0 rem diff --git a/tools/betacluster/main.go b/tools/betacluster/main.go index 27c55230..10c10a30 100644 --- a/tools/betacluster/main.go +++ b/tools/betacluster/main.go @@ -1,5 +1,5 @@ /* -* Copyright © 2021-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2021-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/tools/clear_map_reference/main.go b/tools/clear_map_reference/main.go index f36d116b..8a22a2fa 100644 --- a/tools/clear_map_reference/main.go +++ b/tools/clear_map_reference/main.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/tools/employee_client/main.go b/tools/employee_client/main.go index 5a95681e..8e7949a5 100644 --- a/tools/employee_client/main.go +++ b/tools/employee_client/main.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/tools/lobload/main.go b/tools/lobload/main.go index 7ccfa2c8..251cb1fc 100644 --- a/tools/lobload/main.go +++ b/tools/lobload/main.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/tools/query/main.go b/tools/query/main.go index 1abb9c38..2d9a8acd 100644 --- a/tools/query/main.go +++ b/tools/query/main.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/tools/querym/main.go b/tools/querym/main.go index 484856ea..d7e535a0 100644 --- a/tools/querym/main.go +++ b/tools/querym/main.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/tools/simple_read/main.go b/tools/simple_read/main.go index 791707e3..42f64749 100644 --- a/tools/simple_read/main.go +++ b/tools/simple_read/main.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/tools/testsuite/main.go b/tools/testsuite/main.go index 5596983a..0dc1ec23 100644 --- a/tools/testsuite/main.go +++ b/tools/testsuite/main.go @@ -1,5 +1,5 @@ /* -* Copyright © 2018-2022 Software AG, Darmstadt, Germany and/or its licensors +* Copyright © 2018-2025 Software GmbH, Darmstadt, Germany and/or its licensors * * SPDX-License-Identifier: Apache-2.0 *