diff --git a/CHANGELOG.md b/CHANGELOG.md index f1169da5..b92d97f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## NGSI Go v0.13.0-next +- Update: Update copyright date (#266) - Update: Update Dockerfile for release build (#265) ## NGSI Go v0.13.0 - 19 August, 2023 diff --git a/LICENSE b/LICENSE index d59f2e38..958657a6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Makefile b/Makefile index 0a9d5533..67c05256 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/README.md b/README.md index b3b40465..d89d4e65 100644 --- a/README.md +++ b/README.md @@ -262,5 +262,5 @@ The NGSI Go makes no use of third-party packages. ## Copyright and License -Copyright (c) 2020-2023 Kazuhito Suda
+Copyright (c) 2020-2024 Kazuhito Suda
Licensed under the [MIT License](./LICENSE). diff --git a/cmd/ngsi/main.go b/cmd/ngsi/main.go index 06556ddf..1618cff0 100644 --- a/cmd/ngsi/main.go +++ b/cmd/ngsi/main.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/docker/Dockerfile b/docker/Dockerfile index db6ac4c6..28151ae3 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/docker/Makefile b/docker/Makefile index c917a43e..3382e814 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/docker/build.sh b/docker/build.sh index a4a3ea5f..934719f9 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -1,7 +1,7 @@ #!/bin/sh # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/docs/index.md b/docs/index.md index 9361a4af..f5484530 100644 --- a/docs/index.md +++ b/docs/index.md @@ -173,5 +173,5 @@ It's a powerful tool and easy to use. It has various features as shown: ## Copyright and License -Copyright (c) 2020-2023 Kazuhito Suda
+Copyright (c) 2020-2024 Kazuhito Suda
Licensed under the [MIT License](https://raw.githubusercontent.com/lets-fiware/ngsi-go/main/LICENSE). diff --git a/e2e/Makefile b/e2e/Makefile index 0750585c..20c82a91 100644 --- a/e2e/Makefile +++ b/e2e/Makefile @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/0000_prepare/0001_wait_for_services.test b/e2e/cases/0000_prepare/0001_wait_for_services.test index c185cd26..ef5cb794 100644 --- a/e2e/cases/0000_prepare/0001_wait_for_services.test +++ b/e2e/cases/0000_prepare/0001_wait_for_services.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/0000_prepare/0002_setup_atcontext_server.test b/e2e/cases/0000_prepare/0002_setup_atcontext_server.test index 979e122f..8bdac028 100644 --- a/e2e/cases/0000_prepare/0002_setup_atcontext_server.test +++ b/e2e/cases/0000_prepare/0002_setup_atcontext_server.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/0000_prepare/0003_setup_csource_server.test b/e2e/cases/0000_prepare/0003_setup_csource_server.test index 1eb3cd81..de72878f 100644 --- a/e2e/cases/0000_prepare/0003_setup_csource_server.test +++ b/e2e/cases/0000_prepare/0003_setup_csource_server.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/0000_prepare/0004_setup_oauth_server.test b/e2e/cases/0000_prepare/0004_setup_oauth_server.test index e92a0f91..2847a6e4 100644 --- a/e2e/cases/0000_prepare/0004_setup_oauth_server.test +++ b/e2e/cases/0000_prepare/0004_setup_oauth_server.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/1000_common/0001_ngsi.test b/e2e/cases/1000_common/0001_ngsi.test index 05e389aa..7a4b5120 100644 --- a/e2e/cases/1000_common/0001_ngsi.test +++ b/e2e/cases/1000_common/0001_ngsi.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/1000_common/0002_ngsi_version.test b/e2e/cases/1000_common/0002_ngsi_version.test index 565f42e4..be514c32 100644 --- a/e2e/cases/1000_common/0002_ngsi_version.test +++ b/e2e/cases/1000_common/0002_ngsi_version.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/1000_common/0003_help.test b/e2e/cases/1000_common/0003_help.test index 722e56bc..7bc3f552 100644 --- a/e2e/cases/1000_common/0003_help.test +++ b/e2e/cases/1000_common/0003_help.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/1000_common/1001_stderr.test b/e2e/cases/1000_common/1001_stderr.test index c2ab488f..860c8570 100644 --- a/e2e/cases/1000_common/1001_stderr.test +++ b/e2e/cases/1000_common/1001_stderr.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/1000_common/1002_config.test b/e2e/cases/1000_common/1002_config.test index 7a1004c9..bc940959 100644 --- a/e2e/cases/1000_common/1002_config.test +++ b/e2e/cases/1000_common/1002_config.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/2000_convenience/0201_cp_command.test b/e2e/cases/2000_convenience/0201_cp_command.test index 534c69f9..ad8fb44c 100644 --- a/e2e/cases/2000_convenience/0201_cp_command.test +++ b/e2e/cases/2000_convenience/0201_cp_command.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/2000_convenience/0202_cp_command_v2v2.test b/e2e/cases/2000_convenience/0202_cp_command_v2v2.test index 648f0b25..436085b5 100644 --- a/e2e/cases/2000_convenience/0202_cp_command_v2v2.test +++ b/e2e/cases/2000_convenience/0202_cp_command_v2v2.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/2000_convenience/0203_cp_command_ldld.test b/e2e/cases/2000_convenience/0203_cp_command_ldld.test index fce05e54..903ba764 100644 --- a/e2e/cases/2000_convenience/0203_cp_command_ldld.test +++ b/e2e/cases/2000_convenience/0203_cp_command_ldld.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/2000_convenience/0204_cp_command_v1v1.test b/e2e/cases/2000_convenience/0204_cp_command_v1v1.test index 06fb2b0d..5f5001e0 100644 --- a/e2e/cases/2000_convenience/0204_cp_command_v1v1.test +++ b/e2e/cases/2000_convenience/0204_cp_command_v1v1.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/2000_convenience/0205_cp_command_v2ld.test b/e2e/cases/2000_convenience/0205_cp_command_v2ld.test index 6b76531f..39da8dd0 100644 --- a/e2e/cases/2000_convenience/0205_cp_command_v2ld.test +++ b/e2e/cases/2000_convenience/0205_cp_command_v2ld.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/2000_convenience/0301_wc_command.test b/e2e/cases/2000_convenience/0301_wc_command.test index b5995f9e..708b37d6 100644 --- a/e2e/cases/2000_convenience/0301_wc_command.test +++ b/e2e/cases/2000_convenience/0301_wc_command.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/2000_convenience/0401_man_command.test b/e2e/cases/2000_convenience/0401_man_command.test index 9f7798a5..f1104a0a 100644 --- a/e2e/cases/2000_convenience/0401_man_command.test +++ b/e2e/cases/2000_convenience/0401_man_command.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/2000_convenience/0601_rm_command.test b/e2e/cases/2000_convenience/0601_rm_command.test index 71cbc1fd..f459e9ef 100644 --- a/e2e/cases/2000_convenience/0601_rm_command.test +++ b/e2e/cases/2000_convenience/0601_rm_command.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/2000_convenience/0901_version_command.test b/e2e/cases/2000_convenience/0901_version_command.test index 538ea1ce..71753db8 100644 --- a/e2e/cases/2000_convenience/0901_version_command.test +++ b/e2e/cases/2000_convenience/0901_version_command.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/2000_convenience/1102_tokenproxy_command.test b/e2e/cases/2000_convenience/1102_tokenproxy_command.test index 8aad1e22..cd9a4b8a 100644 --- a/e2e/cases/2000_convenience/1102_tokenproxy_command.test +++ b/e2e/cases/2000_convenience/1102_tokenproxy_command.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/3000_management/0102_broker_list.test b/e2e/cases/3000_management/0102_broker_list.test index 8d755c85..1d7ecde4 100644 --- a/e2e/cases/3000_management/0102_broker_list.test +++ b/e2e/cases/3000_management/0102_broker_list.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/3000_management/0103_broker_get.test b/e2e/cases/3000_management/0103_broker_get.test index d56f1147..60cad4fc 100644 --- a/e2e/cases/3000_management/0103_broker_get.test +++ b/e2e/cases/3000_management/0103_broker_get.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/3000_management/0104_broker_add.test b/e2e/cases/3000_management/0104_broker_add.test index f6615ed4..09f111b4 100644 --- a/e2e/cases/3000_management/0104_broker_add.test +++ b/e2e/cases/3000_management/0104_broker_add.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/3000_management/0105_broker_update.test b/e2e/cases/3000_management/0105_broker_update.test index df22f32e..e885a7c1 100644 --- a/e2e/cases/3000_management/0105_broker_update.test +++ b/e2e/cases/3000_management/0105_broker_update.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/3000_management/0106_broker_delete.test b/e2e/cases/3000_management/0106_broker_delete.test index 83ef396e..7c472148 100644 --- a/e2e/cases/3000_management/0106_broker_delete.test +++ b/e2e/cases/3000_management/0106_broker_delete.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/3000_management/0204_server_add.test b/e2e/cases/3000_management/0204_server_add.test index 3ae7014f..e439e3f5 100644 --- a/e2e/cases/3000_management/0204_server_add.test +++ b/e2e/cases/3000_management/0204_server_add.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/3000_management/0301_settings_command.test b/e2e/cases/3000_management/0301_settings_command.test index 69df30a6..a2892187 100644 --- a/e2e/cases/3000_management/0301_settings_command.test +++ b/e2e/cases/3000_management/0301_settings_command.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/3000_management/0302_settings_command_previous_args.test b/e2e/cases/3000_management/0302_settings_command_previous_args.test index 129a11b8..c2452a07 100644 --- a/e2e/cases/3000_management/0302_settings_command_previous_args.test +++ b/e2e/cases/3000_management/0302_settings_command_previous_args.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/3000_management/0402_token_keystone.test b/e2e/cases/3000_management/0402_token_keystone.test index f5c4bde7..9b19e97d 100644 --- a/e2e/cases/3000_management/0402_token_keystone.test +++ b/e2e/cases/3000_management/0402_token_keystone.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/3000_management/0501_license.test b/e2e/cases/3000_management/0501_license.test index 66d1babf..3bf1681a 100644 --- a/e2e/cases/3000_management/0501_license.test +++ b/e2e/cases/3000_management/0501_license.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/3000_management/1000_clear_text.test b/e2e/cases/3000_management/1000_clear_text.test index c1d54669..2733c702 100644 --- a/e2e/cases/3000_management/1000_clear_text.test +++ b/e2e/cases/3000_management/1000_clear_text.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/3000_management/1001_server_add_idms.test b/e2e/cases/3000_management/1001_server_add_idms.test index 62abe5c3..69499e35 100644 --- a/e2e/cases/3000_management/1001_server_add_idms.test +++ b/e2e/cases/3000_management/1001_server_add_idms.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/3000_management/1002_broker_add_idms.test b/e2e/cases/3000_management/1002_broker_add_idms.test index 02a74daa..12ce2a53 100644 --- a/e2e/cases/3000_management/1002_broker_add_idms.test +++ b/e2e/cases/3000_management/1002_broker_add_idms.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/4000_ngsi-v2/0000_import-data.test b/e2e/cases/4000_ngsi-v2/0000_import-data.test index efeeb5e3..a0d96ee5 100644 --- a/e2e/cases/4000_ngsi-v2/0000_import-data.test +++ b/e2e/cases/4000_ngsi-v2/0000_import-data.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/4000_ngsi-v2/0001_ngsiv2_crud.test b/e2e/cases/4000_ngsi-v2/0001_ngsiv2_crud.test index c60387d2..bb922640 100644 --- a/e2e/cases/4000_ngsi-v2/0001_ngsiv2_crud.test +++ b/e2e/cases/4000_ngsi-v2/0001_ngsiv2_crud.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/4000_ngsi-v2/0502_list_entities_command.test b/e2e/cases/4000_ngsi-v2/0502_list_entities_command.test index 8312dfe9..803d9111 100644 --- a/e2e/cases/4000_ngsi-v2/0502_list_entities_command.test +++ b/e2e/cases/4000_ngsi-v2/0502_list_entities_command.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/4000_ngsi-v2/0702_update_attr_command.test b/e2e/cases/4000_ngsi-v2/0702_update_attr_command.test index 5ab4844f..4e8b0f17 100644 --- a/e2e/cases/4000_ngsi-v2/0702_update_attr_command.test +++ b/e2e/cases/4000_ngsi-v2/0702_update_attr_command.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/4000_ngsi-v2/1001_registration.test b/e2e/cases/4000_ngsi-v2/1001_registration.test index 9db4b90c..bfeea247 100644 --- a/e2e/cases/4000_ngsi-v2/1001_registration.test +++ b/e2e/cases/4000_ngsi-v2/1001_registration.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/4000_ngsi-v2/2001_safe_string.test b/e2e/cases/4000_ngsi-v2/2001_safe_string.test index 4849339b..f19b38fc 100644 --- a/e2e/cases/4000_ngsi-v2/2001_safe_string.test +++ b/e2e/cases/4000_ngsi-v2/2001_safe_string.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/4000_ngsi-v2/2002_simplified_entity_representation b/e2e/cases/4000_ngsi-v2/2002_simplified_entity_representation index dc091c77..1ed5b4e7 100644 --- a/e2e/cases/4000_ngsi-v2/2002_simplified_entity_representation +++ b/e2e/cases/4000_ngsi-v2/2002_simplified_entity_representation @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/4000_ngsi-v2/2003_partial_representations b/e2e/cases/4000_ngsi-v2/2003_partial_representations index e5afba51..1ff5170e 100644 --- a/e2e/cases/4000_ngsi-v2/2003_partial_representations +++ b/e2e/cases/4000_ngsi-v2/2003_partial_representations @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/4000_ngsi-v2/2004_special_attribute_types b/e2e/cases/4000_ngsi-v2/2004_special_attribute_types index bc408f67..575884f1 100644 --- a/e2e/cases/4000_ngsi-v2/2004_special_attribute_types +++ b/e2e/cases/4000_ngsi-v2/2004_special_attribute_types @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/4000_ngsi-v2/2005_builtin_attributes.test b/e2e/cases/4000_ngsi-v2/2005_builtin_attributes.test index 907e7973..ec4dc9ae 100644 --- a/e2e/cases/4000_ngsi-v2/2005_builtin_attributes.test +++ b/e2e/cases/4000_ngsi-v2/2005_builtin_attributes.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/4000_ngsi-v2/2006_builtin_metadata.test b/e2e/cases/4000_ngsi-v2/2006_builtin_metadata.test index 490eee69..01596ab6 100644 --- a/e2e/cases/4000_ngsi-v2/2006_builtin_metadata.test +++ b/e2e/cases/4000_ngsi-v2/2006_builtin_metadata.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/4000_ngsi-v2/2007_simple_query_language.test b/e2e/cases/4000_ngsi-v2/2007_simple_query_language.test index ae42eb92..69b0b7b6 100644 --- a/e2e/cases/4000_ngsi-v2/2007_simple_query_language.test +++ b/e2e/cases/4000_ngsi-v2/2007_simple_query_language.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/4000_ngsi-v2/9001_attrs_NONE.test b/e2e/cases/4000_ngsi-v2/9001_attrs_NONE.test index 9476dbab..1f751e3c 100644 --- a/e2e/cases/4000_ngsi-v2/9001_attrs_NONE.test +++ b/e2e/cases/4000_ngsi-v2/9001_attrs_NONE.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/4000_ngsi-v2/9002_issue_201_subs.test b/e2e/cases/4000_ngsi-v2/9002_issue_201_subs.test index c7a75258..2cc84f86 100644 --- a/e2e/cases/4000_ngsi-v2/9002_issue_201_subs.test +++ b/e2e/cases/4000_ngsi-v2/9002_issue_201_subs.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/4000_ngsi-v2/9003_subs_only_uri.test b/e2e/cases/4000_ngsi-v2/9003_subs_only_uri.test index fbff837f..5cb1d479 100644 --- a/e2e/cases/4000_ngsi-v2/9003_subs_only_uri.test +++ b/e2e/cases/4000_ngsi-v2/9003_subs_only_uri.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/5000_ngsi-ld/0001_ngsi-ld_crud.test b/e2e/cases/5000_ngsi-ld/0001_ngsi-ld_crud.test index 31b56f85..392124e5 100644 --- a/e2e/cases/5000_ngsi-ld/0001_ngsi-ld_crud.test +++ b/e2e/cases/5000_ngsi-ld/0001_ngsi-ld_crud.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/5000_ngsi-ld/0002_at_context_link.test b/e2e/cases/5000_ngsi-ld/0002_at_context_link.test index b7fb2567..21fd2fa5 100644 --- a/e2e/cases/5000_ngsi-ld/0002_at_context_link.test +++ b/e2e/cases/5000_ngsi-ld/0002_at_context_link.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/5000_ngsi-ld/0003_at_context_context.test b/e2e/cases/5000_ngsi-ld/0003_at_context_context.test index 850b11d6..d4ee5cdd 100644 --- a/e2e/cases/5000_ngsi-ld/0003_at_context_context.test +++ b/e2e/cases/5000_ngsi-ld/0003_at_context_context.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/5000_ngsi-ld/0010_list_entities.text b/e2e/cases/5000_ngsi-ld/0010_list_entities.text index 59cd2884..4a25a0cb 100644 --- a/e2e/cases/5000_ngsi-ld/0010_list_entities.text +++ b/e2e/cases/5000_ngsi-ld/0010_list_entities.text @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/5000_ngsi-ld/0012_list_attributes.text b/e2e/cases/5000_ngsi-ld/0012_list_attributes.text index ff9df278..55c8b862 100644 --- a/e2e/cases/5000_ngsi-ld/0012_list_attributes.text +++ b/e2e/cases/5000_ngsi-ld/0012_list_attributes.text @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/5000_ngsi-ld/0020_create_entities.test b/e2e/cases/5000_ngsi-ld/0020_create_entities.test index 0400e85b..aa20f51e 100644 --- a/e2e/cases/5000_ngsi-ld/0020_create_entities.test +++ b/e2e/cases/5000_ngsi-ld/0020_create_entities.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/5000_ngsi-ld/0030_upsert_entities.test b/e2e/cases/5000_ngsi-ld/0030_upsert_entities.test index b3dd22c5..6afcea61 100644 --- a/e2e/cases/5000_ngsi-ld/0030_upsert_entities.test +++ b/e2e/cases/5000_ngsi-ld/0030_upsert_entities.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/5000_ngsi-ld/1000_types_list.test b/e2e/cases/5000_ngsi-ld/1000_types_list.test index 9cae89c9..54deeeba 100644 --- a/e2e/cases/5000_ngsi-ld/1000_types_list.test +++ b/e2e/cases/5000_ngsi-ld/1000_types_list.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/5000_ngsi-ld/1001_type_get.test b/e2e/cases/5000_ngsi-ld/1001_type_get.test index c2950336..417414e8 100644 --- a/e2e/cases/5000_ngsi-ld/1001_type_get.test +++ b/e2e/cases/5000_ngsi-ld/1001_type_get.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/5000_ngsi-ld/1010_geojson.test b/e2e/cases/5000_ngsi-ld/1010_geojson.test index 836ea81e..b1f6557b 100644 --- a/e2e/cases/5000_ngsi-ld/1010_geojson.test +++ b/e2e/cases/5000_ngsi-ld/1010_geojson.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/5000_ngsi-ld/9000_jsonld_contexts.test b/e2e/cases/5000_ngsi-ld/9000_jsonld_contexts.test index 189f5f02..de249706 100644 --- a/e2e/cases/5000_ngsi-ld/9000_jsonld_contexts.test +++ b/e2e/cases/5000_ngsi-ld/9000_jsonld_contexts.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6000_time_series/1000_comet/0001_comet_version.test b/e2e/cases/6000_time_series/1000_comet/0001_comet_version.test index fb20d524..3abe1cd5 100644 --- a/e2e/cases/6000_time_series/1000_comet/0001_comet_version.test +++ b/e2e/cases/6000_time_series/1000_comet/0001_comet_version.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6000_time_series/1000_comet/0002_create_historical_data.test b/e2e/cases/6000_time_series/1000_comet/0002_create_historical_data.test index fcdf8ddb..15a90a7d 100644 --- a/e2e/cases/6000_time_series/1000_comet/0002_create_historical_data.test +++ b/e2e/cases/6000_time_series/1000_comet/0002_create_historical_data.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6000_time_series/1000_comet/0010_comet.test b/e2e/cases/6000_time_series/1000_comet/0010_comet.test index 58b61618..255a9fe3 100644 --- a/e2e/cases/6000_time_series/1000_comet/0010_comet.test +++ b/e2e/cases/6000_time_series/1000_comet/0010_comet.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6000_time_series/2000_quantumleap/0001_quantumleap_version.test b/e2e/cases/6000_time_series/2000_quantumleap/0001_quantumleap_version.test index 47d455d9..42c403a6 100644 --- a/e2e/cases/6000_time_series/2000_quantumleap/0001_quantumleap_version.test +++ b/e2e/cases/6000_time_series/2000_quantumleap/0001_quantumleap_version.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6000_time_series/2000_quantumleap/0002_quantumleap_health.test b/e2e/cases/6000_time_series/2000_quantumleap/0002_quantumleap_health.test index 90c6e8d0..10e80a62 100644 --- a/e2e/cases/6000_time_series/2000_quantumleap/0002_quantumleap_health.test +++ b/e2e/cases/6000_time_series/2000_quantumleap/0002_quantumleap_health.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6000_time_series/2000_quantumleap/0003_create_historical_data.test~ b/e2e/cases/6000_time_series/2000_quantumleap/0003_create_historical_data.test~ index 33037c3e..b9bd67c3 100644 --- a/e2e/cases/6000_time_series/2000_quantumleap/0003_create_historical_data.test~ +++ b/e2e/cases/6000_time_series/2000_quantumleap/0003_create_historical_data.test~ @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6000_time_series/2000_quantumleap/0010_hget_entities.test b/e2e/cases/6000_time_series/2000_quantumleap/0010_hget_entities.test index 8ad0d01b..83fde1f3 100644 --- a/e2e/cases/6000_time_series/2000_quantumleap/0010_hget_entities.test +++ b/e2e/cases/6000_time_series/2000_quantumleap/0010_hget_entities.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6000_time_series/2000_quantumleap/0020_hget_attr_an_entity.test b/e2e/cases/6000_time_series/2000_quantumleap/0020_hget_attr_an_entity.test index 8f39cfe7..9ba212ab 100644 --- a/e2e/cases/6000_time_series/2000_quantumleap/0020_hget_attr_an_entity.test +++ b/e2e/cases/6000_time_series/2000_quantumleap/0020_hget_attr_an_entity.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6000_time_series/2000_quantumleap/0030_hget_attr_same_type.test b/e2e/cases/6000_time_series/2000_quantumleap/0030_hget_attr_same_type.test index 7e2f5c1e..9b59075d 100644 --- a/e2e/cases/6000_time_series/2000_quantumleap/0030_hget_attr_same_type.test +++ b/e2e/cases/6000_time_series/2000_quantumleap/0030_hget_attr_same_type.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6000_time_series/2000_quantumleap/0040_hget_attr_n_types.test b/e2e/cases/6000_time_series/2000_quantumleap/0040_hget_attr_n_types.test index 6fd07337..5066244f 100644 --- a/e2e/cases/6000_time_series/2000_quantumleap/0040_hget_attr_n_types.test +++ b/e2e/cases/6000_time_series/2000_quantumleap/0040_hget_attr_n_types.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6000_time_series/2000_quantumleap/0050_hget_attrs_n_attrs_an_entity.test b/e2e/cases/6000_time_series/2000_quantumleap/0050_hget_attrs_n_attrs_an_entity.test index 059aaa60..fcff5ead 100644 --- a/e2e/cases/6000_time_series/2000_quantumleap/0050_hget_attrs_n_attrs_an_entity.test +++ b/e2e/cases/6000_time_series/2000_quantumleap/0050_hget_attrs_n_attrs_an_entity.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6000_time_series/2000_quantumleap/0060_hget_attrs_n_attrs_n_entities_same_type.test b/e2e/cases/6000_time_series/2000_quantumleap/0060_hget_attrs_n_attrs_n_entities_same_type.test index 22755fe1..7f229ec3 100644 --- a/e2e/cases/6000_time_series/2000_quantumleap/0060_hget_attrs_n_attrs_n_entities_same_type.test +++ b/e2e/cases/6000_time_series/2000_quantumleap/0060_hget_attrs_n_attrs_n_entities_same_type.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6000_time_series/2000_quantumleap/0070_hget_attrs_n_types.test b/e2e/cases/6000_time_series/2000_quantumleap/0070_hget_attrs_n_types.test index 8ae61cbe..8a27748b 100644 --- a/e2e/cases/6000_time_series/2000_quantumleap/0070_hget_attrs_n_types.test +++ b/e2e/cases/6000_time_series/2000_quantumleap/0070_hget_attrs_n_types.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6000_time_series/2000_quantumleap/0900_hdelete_entity.test b/e2e/cases/6000_time_series/2000_quantumleap/0900_hdelete_entity.test index 50b8546f..6eda4ada 100644 --- a/e2e/cases/6000_time_series/2000_quantumleap/0900_hdelete_entity.test +++ b/e2e/cases/6000_time_series/2000_quantumleap/0900_hdelete_entity.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6100_iot_agent/0011_iota_version.test b/e2e/cases/6100_iot_agent/0011_iota_version.test index 4f6fd1dc..87239e74 100644 --- a/e2e/cases/6100_iot_agent/0011_iota_version.test +++ b/e2e/cases/6100_iot_agent/0011_iota_version.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6100_iot_agent/0021_iota_services.test b/e2e/cases/6100_iot_agent/0021_iota_services.test index ba866e36..4783cf1d 100644 --- a/e2e/cases/6100_iot_agent/0021_iota_services.test +++ b/e2e/cases/6100_iot_agent/0021_iota_services.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6100_iot_agent/0022_iota_services_create.test b/e2e/cases/6100_iot_agent/0022_iota_services_create.test index 341c86cf..856a348f 100644 --- a/e2e/cases/6100_iot_agent/0022_iota_services_create.test +++ b/e2e/cases/6100_iot_agent/0022_iota_services_create.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6100_iot_agent/0030_iota_devices_create.test b/e2e/cases/6100_iot_agent/0030_iota_devices_create.test index fa439c09..cb9349e2 100644 --- a/e2e/cases/6100_iot_agent/0030_iota_devices_create.test +++ b/e2e/cases/6100_iot_agent/0030_iota_devices_create.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6200_perseo/0001_perseo.test b/e2e/cases/6200_perseo/0001_perseo.test index 11489095..88b33a20 100644 --- a/e2e/cases/6200_perseo/0001_perseo.test +++ b/e2e/cases/6200_perseo/0001_perseo.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6200_perseo/0002_perseo_version.test b/e2e/cases/6200_perseo/0002_perseo_version.test index b89f16d8..3a1eb13c 100644 --- a/e2e/cases/6200_perseo/0002_perseo_version.test +++ b/e2e/cases/6200_perseo/0002_perseo_version.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6200_perseo/0003_perseo_admin_log.test b/e2e/cases/6200_perseo/0003_perseo_admin_log.test index 756b03cc..22d3cca0 100644 --- a/e2e/cases/6200_perseo/0003_perseo_admin_log.test +++ b/e2e/cases/6200_perseo/0003_perseo_admin_log.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6200_perseo/0010_perseo_rules.test b/e2e/cases/6200_perseo/0010_perseo_rules.test index 2bd392e4..daad8f43 100644 --- a/e2e/cases/6200_perseo/0010_perseo_rules.test +++ b/e2e/cases/6200_perseo/0010_perseo_rules.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6200_perseo/1000_perseo-core_version.test b/e2e/cases/6200_perseo/1000_perseo-core_version.test index 0695edff..aea47c92 100644 --- a/e2e/cases/6200_perseo/1000_perseo-core_version.test +++ b/e2e/cases/6200_perseo/1000_perseo-core_version.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6300_cygnus/0001_cygnus.test b/e2e/cases/6300_cygnus/0001_cygnus.test index 9ccb3d92..329ecbf2 100644 --- a/e2e/cases/6300_cygnus/0001_cygnus.test +++ b/e2e/cases/6300_cygnus/0001_cygnus.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6300_cygnus/0003_cygnus_version.test b/e2e/cases/6300_cygnus/0003_cygnus_version.test index 22d0a450..78210b01 100644 --- a/e2e/cases/6300_cygnus/0003_cygnus_version.test +++ b/e2e/cases/6300_cygnus/0003_cygnus_version.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6300_cygnus/0010_cygnus_namemappings.test b/e2e/cases/6300_cygnus/0010_cygnus_namemappings.test index 4ab4d7cc..a56ecc83 100644 --- a/e2e/cases/6300_cygnus/0010_cygnus_namemappings.test +++ b/e2e/cases/6300_cygnus/0010_cygnus_namemappings.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6300_cygnus/0060_metrics.test b/e2e/cases/6300_cygnus/0060_metrics.test index 285b1093..44182584 100644 --- a/e2e/cases/6300_cygnus/0060_metrics.test +++ b/e2e/cases/6300_cygnus/0060_metrics.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6400_wirecloud/0001_wirecloud.test b/e2e/cases/6400_wirecloud/0001_wirecloud.test index 76517c65..37993572 100644 --- a/e2e/cases/6400_wirecloud/0001_wirecloud.test +++ b/e2e/cases/6400_wirecloud/0001_wirecloud.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6400_wirecloud/0002_wirecloud_version.test b/e2e/cases/6400_wirecloud/0002_wirecloud_version.test index dc888b15..a97e29c4 100644 --- a/e2e/cases/6400_wirecloud/0002_wirecloud_version.test +++ b/e2e/cases/6400_wirecloud/0002_wirecloud_version.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6400_wirecloud/1001_wirecloud.test b/e2e/cases/6400_wirecloud/1001_wirecloud.test index 025ef1c9..d533db49 100644 --- a/e2e/cases/6400_wirecloud/1001_wirecloud.test +++ b/e2e/cases/6400_wirecloud/1001_wirecloud.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6500_keyrock/0010_version.test b/e2e/cases/6500_keyrock/0010_version.test index 6342d945..3b0fd340 100644 --- a/e2e/cases/6500_keyrock/0010_version.test +++ b/e2e/cases/6500_keyrock/0010_version.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6500_keyrock/0020_users.test b/e2e/cases/6500_keyrock/0020_users.test index d914993e..a2ee8aae 100644 --- a/e2e/cases/6500_keyrock/0020_users.test +++ b/e2e/cases/6500_keyrock/0020_users.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6500_keyrock/0030_organizations.test b/e2e/cases/6500_keyrock/0030_organizations.test index 20920b98..537b888b 100644 --- a/e2e/cases/6500_keyrock/0030_organizations.test +++ b/e2e/cases/6500_keyrock/0030_organizations.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6500_keyrock/0040_applications.test b/e2e/cases/6500_keyrock/0040_applications.test index b1877599..3830a80e 100644 --- a/e2e/cases/6500_keyrock/0040_applications.test +++ b/e2e/cases/6500_keyrock/0040_applications.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6500_keyrock/0041_applications_openid.test b/e2e/cases/6500_keyrock/0041_applications_openid.test index 9be3b043..fc440ce3 100644 --- a/e2e/cases/6500_keyrock/0041_applications_openid.test +++ b/e2e/cases/6500_keyrock/0041_applications_openid.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6500_keyrock/0050_roles.test b/e2e/cases/6500_keyrock/0050_roles.test index f6e1f1a0..61351f15 100644 --- a/e2e/cases/6500_keyrock/0050_roles.test +++ b/e2e/cases/6500_keyrock/0050_roles.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6500_keyrock/0060_permissions.test b/e2e/cases/6500_keyrock/0060_permissions.test index 178a3516..dbd872b2 100644 --- a/e2e/cases/6500_keyrock/0060_permissions.test +++ b/e2e/cases/6500_keyrock/0060_permissions.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6500_keyrock/0070_pep_proxies.test b/e2e/cases/6500_keyrock/0070_pep_proxies.test index 4250fdc2..067e030f 100644 --- a/e2e/cases/6500_keyrock/0070_pep_proxies.test +++ b/e2e/cases/6500_keyrock/0070_pep_proxies.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6500_keyrock/0080_iot_agent.test b/e2e/cases/6500_keyrock/0080_iot_agent.test index f4996d66..54659153 100644 --- a/e2e/cases/6500_keyrock/0080_iot_agent.test +++ b/e2e/cases/6500_keyrock/0080_iot_agent.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6500_keyrock/0090_role_permission.test b/e2e/cases/6500_keyrock/0090_role_permission.test index 5381a454..22beebbb 100644 --- a/e2e/cases/6500_keyrock/0090_role_permission.test +++ b/e2e/cases/6500_keyrock/0090_role_permission.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6500_keyrock/0100_organizations-users.test b/e2e/cases/6500_keyrock/0100_organizations-users.test index 0b324f4a..3bf87ba2 100644 --- a/e2e/cases/6500_keyrock/0100_organizations-users.test +++ b/e2e/cases/6500_keyrock/0100_organizations-users.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6500_keyrock/0110_applications-organization.test b/e2e/cases/6500_keyrock/0110_applications-organization.test index 17034329..7fe3febf 100644 --- a/e2e/cases/6500_keyrock/0110_applications-organization.test +++ b/e2e/cases/6500_keyrock/0110_applications-organization.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6500_keyrock/0200_trusted_applications.test b/e2e/cases/6500_keyrock/0200_trusted_applications.test index d6077dd9..59ad5875 100644 --- a/e2e/cases/6500_keyrock/0200_trusted_applications.test +++ b/e2e/cases/6500_keyrock/0200_trusted_applications.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/cases/6500_keyrock/1000_service_provider.test b/e2e/cases/6500_keyrock/1000_service_provider.test index 9922b34a..d7fb9de6 100644 --- a/e2e/cases/6500_keyrock/1000_service_provider.test +++ b/e2e/cases/6500_keyrock/1000_service_provider.test @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/docker-compose.yml b/e2e/docker-compose.yml index 446847e5..e6663331 100644 --- a/e2e/docker-compose.yml +++ b/e2e/docker-compose.yml @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/ngsi-test/9999_HALT b/e2e/ngsi-test/9999_HALT index a8c8b98c..30111464 100644 --- a/e2e/ngsi-test/9999_HALT +++ b/e2e/ngsi-test/9999_HALT @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/ngsi-test/Dockerfile b/e2e/ngsi-test/Dockerfile index edaeab04..06101c38 100644 --- a/e2e/ngsi-test/Dockerfile +++ b/e2e/ngsi-test/Dockerfile @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/ngsi-test/command.go b/e2e/ngsi-test/command.go index d627330e..d1f4810f 100644 --- a/e2e/ngsi-test/command.go +++ b/e2e/ngsi-test/command.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/e2e/ngsi-test/create-data-cmd.go b/e2e/ngsi-test/create-data-cmd.go index ce055618..244d934d 100644 --- a/e2e/ngsi-test/create-data-cmd.go +++ b/e2e/ngsi-test/create-data-cmd.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/e2e/ngsi-test/diff.go b/e2e/ngsi-test/diff.go index 1e1b0356..bd4aeede 100644 --- a/e2e/ngsi-test/diff.go +++ b/e2e/ngsi-test/diff.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/e2e/ngsi-test/errors.go b/e2e/ngsi-test/errors.go index e88a8339..afcd56fb 100644 --- a/e2e/ngsi-test/errors.go +++ b/e2e/ngsi-test/errors.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/e2e/ngsi-test/lexer.go b/e2e/ngsi-test/lexer.go index e34854e0..bd3a1ef5 100644 --- a/e2e/ngsi-test/lexer.go +++ b/e2e/ngsi-test/lexer.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/e2e/ngsi-test/main.go b/e2e/ngsi-test/main.go index 167be1b3..309697ae 100644 --- a/e2e/ngsi-test/main.go +++ b/e2e/ngsi-test/main.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/e2e/ngsi-test/ngsi-test.go b/e2e/ngsi-test/ngsi-test.go index fa04fa43..6c197b75 100644 --- a/e2e/ngsi-test/ngsi-test.go +++ b/e2e/ngsi-test/ngsi-test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/e2e/run.sh b/e2e/run.sh index d66ea544..f8aa011c 100755 --- a/e2e/run.sh +++ b/e2e/run.sh @@ -1,7 +1,7 @@ #!/bin/sh # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/server/accumulator/Dockerfile b/e2e/server/accumulator/Dockerfile index 5dabedd6..a09efb20 100644 --- a/e2e/server/accumulator/Dockerfile +++ b/e2e/server/accumulator/Dockerfile @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/server/accumulator/main.go b/e2e/server/accumulator/main.go index c1411335..4c558d31 100644 --- a/e2e/server/accumulator/main.go +++ b/e2e/server/accumulator/main.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/e2e/server/atcontext/Dockerfile b/e2e/server/atcontext/Dockerfile index c7cb9793..b2885676 100644 --- a/e2e/server/atcontext/Dockerfile +++ b/e2e/server/atcontext/Dockerfile @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/server/atcontext/main.go b/e2e/server/atcontext/main.go index 9b441ebf..bb3c0c18 100644 --- a/e2e/server/atcontext/main.go +++ b/e2e/server/atcontext/main.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/e2e/server/csource/Dockerfile b/e2e/server/csource/Dockerfile index d003eeb3..f1c8eabe 100644 --- a/e2e/server/csource/Dockerfile +++ b/e2e/server/csource/Dockerfile @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/server/csource/main.go b/e2e/server/csource/main.go index 2c9f59ee..3ea35cb6 100644 --- a/e2e/server/csource/main.go +++ b/e2e/server/csource/main.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/e2e/server/oauth/Dockerfile b/e2e/server/oauth/Dockerfile index 76b7a7f8..35f46101 100644 --- a/e2e/server/oauth/Dockerfile +++ b/e2e/server/oauth/Dockerfile @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/e2e/server/oauth/main.go b/e2e/server/oauth/main.go index bc029351..879ade63 100644 --- a/e2e/server/oauth/main.go +++ b/e2e/server/oauth/main.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/e2e/tokenproxy/Dockerfile b/e2e/tokenproxy/Dockerfile index 3700e4fd..ed8e61ee 100644 --- a/e2e/tokenproxy/Dockerfile +++ b/e2e/tokenproxy/Dockerfile @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/extras/queryproxy/Dockerfile b/extras/queryproxy/Dockerfile index 50884b1c..fdd7a584 100644 --- a/extras/queryproxy/Dockerfile +++ b/extras/queryproxy/Dockerfile @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/extras/registration_proxy/Dockerfile b/extras/registration_proxy/Dockerfile index d01a354e..962170a9 100644 --- a/extras/registration_proxy/Dockerfile +++ b/extras/registration_proxy/Dockerfile @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/extras/tokenproxy/Dockerfile b/extras/tokenproxy/Dockerfile index 51527653..bc554561 100644 --- a/extras/tokenproxy/Dockerfile +++ b/extras/tokenproxy/Dockerfile @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/internal/assert/assert.go b/internal/assert/assert.go index fcea12d1..b91242ee 100644 --- a/internal/assert/assert.go +++ b/internal/assert/assert.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/assert/assert_test.go b/internal/assert/assert_test.go index dbb4bd15..8ae424ca 100644 --- a/internal/assert/assert_test.go +++ b/internal/assert/assert_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/admin.go b/internal/convenience/admin.go index cebceeac..8939535f 100644 --- a/internal/convenience/admin.go +++ b/internal/convenience/admin.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/admin_test.go b/internal/convenience/admin_test.go index a912f04f..099dd59a 100644 --- a/internal/convenience/admin_test.go +++ b/internal/convenience/admin_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/apis.go b/internal/convenience/apis.go index cf57e447..19036031 100644 --- a/internal/convenience/apis.go +++ b/internal/convenience/apis.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/apis_test.go b/internal/convenience/apis_test.go index e5009266..fcf7c39a 100644 --- a/internal/convenience/apis_test.go +++ b/internal/convenience/apis_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/command.go b/internal/convenience/command.go index 43498fcd..1955684c 100644 --- a/internal/convenience/command.go +++ b/internal/convenience/command.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/command_test.go b/internal/convenience/command_test.go index 7aa45f05..e5e90174 100644 --- a/internal/convenience/command_test.go +++ b/internal/convenience/command_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/copy.go b/internal/convenience/copy.go index 5da8a7b8..f5bac89a 100644 --- a/internal/convenience/copy.go +++ b/internal/convenience/copy.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/copy_test.go b/internal/convenience/copy_test.go index d2bfeded..1d52c44a 100644 --- a/internal/convenience/copy_test.go +++ b/internal/convenience/copy_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/debug.go b/internal/convenience/debug.go index 95c77506..d5e17e8d 100644 --- a/internal/convenience/debug.go +++ b/internal/convenience/debug.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/debug_test.go b/internal/convenience/debug_test.go index 94bf638f..64c55f1e 100644 --- a/internal/convenience/debug_test.go +++ b/internal/convenience/debug_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/documents.go b/internal/convenience/documents.go index 64743574..9d9e6dd7 100644 --- a/internal/convenience/documents.go +++ b/internal/convenience/documents.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/documents_test.go b/internal/convenience/documents_test.go index 312e0843..3a05ef73 100644 --- a/internal/convenience/documents_test.go +++ b/internal/convenience/documents_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/flags.go b/internal/convenience/flags.go index 2e34bb83..5a4880ae 100644 --- a/internal/convenience/flags.go +++ b/internal/convenience/flags.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/health.go b/internal/convenience/health.go index bcb8e3b9..4d95568f 100644 --- a/internal/convenience/health.go +++ b/internal/convenience/health.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/health_test.go b/internal/convenience/health_test.go index b06354e4..c1e4b5c3 100644 --- a/internal/convenience/health_test.go +++ b/internal/convenience/health_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/helper_test.go b/internal/convenience/helper_test.go index 12ab4b31..a384725c 100644 --- a/internal/convenience/helper_test.go +++ b/internal/convenience/helper_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/queryproxy_server.go b/internal/convenience/queryproxy_server.go index 483dd63c..0ea41634 100644 --- a/internal/convenience/queryproxy_server.go +++ b/internal/convenience/queryproxy_server.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/queryproxy_server_test.go b/internal/convenience/queryproxy_server_test.go index d41a3ff1..ef008143 100644 --- a/internal/convenience/queryproxy_server_test.go +++ b/internal/convenience/queryproxy_server_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/receiver.go b/internal/convenience/receiver.go index b30cc8d0..62815344 100644 --- a/internal/convenience/receiver.go +++ b/internal/convenience/receiver.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/receiver_test.go b/internal/convenience/receiver_test.go index 543d9dbb..88c1941e 100644 --- a/internal/convenience/receiver_test.go +++ b/internal/convenience/receiver_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/regproxy.go b/internal/convenience/regproxy.go index 589518f1..870f877a 100644 --- a/internal/convenience/regproxy.go +++ b/internal/convenience/regproxy.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/regproxy_test.go b/internal/convenience/regproxy_test.go index 3daa87c7..c8522dca 100644 --- a/internal/convenience/regproxy_test.go +++ b/internal/convenience/regproxy_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/remove.go b/internal/convenience/remove.go index bce9d834..9fa67f06 100644 --- a/internal/convenience/remove.go +++ b/internal/convenience/remove.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/remove_test.go b/internal/convenience/remove_test.go index cf3453a8..f5301880 100644 --- a/internal/convenience/remove_test.go +++ b/internal/convenience/remove_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/scorpio.go b/internal/convenience/scorpio.go index 5a666d4b..3c22aeff 100644 --- a/internal/convenience/scorpio.go +++ b/internal/convenience/scorpio.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/scorpio_test.go b/internal/convenience/scorpio_test.go index 5e25af8b..fe0a05b9 100644 --- a/internal/convenience/scorpio_test.go +++ b/internal/convenience/scorpio_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/tokenproxy_server.go b/internal/convenience/tokenproxy_server.go index 6a4cbe0d..8bc48af2 100644 --- a/internal/convenience/tokenproxy_server.go +++ b/internal/convenience/tokenproxy_server.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/tokenproxy_server_test.go b/internal/convenience/tokenproxy_server_test.go index 5b5d8f02..46f65a8f 100644 --- a/internal/convenience/tokenproxy_server_test.go +++ b/internal/convenience/tokenproxy_server_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/version.go b/internal/convenience/version.go index 2ea77a9f..af8d6923 100644 --- a/internal/convenience/version.go +++ b/internal/convenience/version.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/convenience/version_test.go b/internal/convenience/version_test.go index 553c1239..e55e965a 100644 --- a/internal/convenience/version_test.go +++ b/internal/convenience/version_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/cygnus/appenders.go b/internal/cygnus/appenders.go index 330848cf..89c868b6 100644 --- a/internal/cygnus/appenders.go +++ b/internal/cygnus/appenders.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/cygnus/appenders_test.go b/internal/cygnus/appenders_test.go index 80427718..4441a2bd 100644 --- a/internal/cygnus/appenders_test.go +++ b/internal/cygnus/appenders_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/cygnus/command.go b/internal/cygnus/command.go index cfbdd46d..72f5d19b 100644 --- a/internal/cygnus/command.go +++ b/internal/cygnus/command.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/cygnus/command_test.go b/internal/cygnus/command_test.go index de05b503..da13e597 100644 --- a/internal/cygnus/command_test.go +++ b/internal/cygnus/command_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/cygnus/flags.go b/internal/cygnus/flags.go index a6b3d6e3..de0db60c 100644 --- a/internal/cygnus/flags.go +++ b/internal/cygnus/flags.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/cygnus/groupingrules.go b/internal/cygnus/groupingrules.go index b5949c85..da3b3432 100644 --- a/internal/cygnus/groupingrules.go +++ b/internal/cygnus/groupingrules.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/cygnus/groupingrules_test.go b/internal/cygnus/groupingrules_test.go index eba93425..7e9c7f09 100644 --- a/internal/cygnus/groupingrules_test.go +++ b/internal/cygnus/groupingrules_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/cygnus/helper_test.go b/internal/cygnus/helper_test.go index f99b091c..5ff5739f 100644 --- a/internal/cygnus/helper_test.go +++ b/internal/cygnus/helper_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/cygnus/loggers.go b/internal/cygnus/loggers.go index 7cf190f5..9cfe3d96 100644 --- a/internal/cygnus/loggers.go +++ b/internal/cygnus/loggers.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/cygnus/loggers_test.go b/internal/cygnus/loggers_test.go index d168a9e0..6851ae6e 100644 --- a/internal/cygnus/loggers_test.go +++ b/internal/cygnus/loggers_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/cygnus/namemappings.go b/internal/cygnus/namemappings.go index e1c68400..4daf4f03 100644 --- a/internal/cygnus/namemappings.go +++ b/internal/cygnus/namemappings.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/cygnus/namemappings_test.go b/internal/cygnus/namemappings_test.go index ebffdd4d..2d426cf9 100644 --- a/internal/cygnus/namemappings_test.go +++ b/internal/cygnus/namemappings_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/file_lib.go b/internal/helper/file_lib.go index 097e0811..9bf70394 100644 --- a/internal/helper/file_lib.go +++ b/internal/helper/file_lib.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/file_lib_test.go b/internal/helper/file_lib_test.go index 9156fc6f..fabfb5dc 100644 --- a/internal/helper/file_lib_test.go +++ b/internal/helper/file_lib_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/filepath_lib.go b/internal/helper/filepath_lib.go index fd544823..c4a540d7 100644 --- a/internal/helper/filepath_lib.go +++ b/internal/helper/filepath_lib.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/filepath_lib_test.go b/internal/helper/filepath_lib_test.go index 9a49a087..718f4db7 100644 --- a/internal/helper/filepath_lib_test.go +++ b/internal/helper/filepath_lib_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/helper.go b/internal/helper/helper.go index fabc4bd9..a66c2d02 100644 --- a/internal/helper/helper.go +++ b/internal/helper/helper.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/helper_test.go b/internal/helper/helper_test.go index a7398943..40cc379c 100644 --- a/internal/helper/helper_test.go +++ b/internal/helper/helper_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/http_lib.go b/internal/helper/http_lib.go index 6cd2b517..ff82ba27 100644 --- a/internal/helper/http_lib.go +++ b/internal/helper/http_lib.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/http_lib_test.go b/internal/helper/http_lib_test.go index 286c83d9..2ec768be 100644 --- a/internal/helper/http_lib_test.go +++ b/internal/helper/http_lib_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/iolib.go b/internal/helper/iolib.go index 195f2077..1ec22b24 100644 --- a/internal/helper/iolib.go +++ b/internal/helper/iolib.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/iolib_test.go b/internal/helper/iolib_test.go index e330a081..bc24e408 100644 --- a/internal/helper/iolib_test.go +++ b/internal/helper/iolib_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/ioutil_lib.go b/internal/helper/ioutil_lib.go index 608e7a41..0105316e 100644 --- a/internal/helper/ioutil_lib.go +++ b/internal/helper/ioutil_lib.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/ioutil_lib_test.go b/internal/helper/ioutil_lib_test.go index f3d83cf9..a641e614 100644 --- a/internal/helper/ioutil_lib_test.go +++ b/internal/helper/ioutil_lib_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/json_lib.go b/internal/helper/json_lib.go index c2584d1f..b29dc39b 100644 --- a/internal/helper/json_lib.go +++ b/internal/helper/json_lib.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/json_lib_test.go b/internal/helper/json_lib_test.go index c1d50709..7c1e8473 100644 --- a/internal/helper/json_lib_test.go +++ b/internal/helper/json_lib_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/multipart_lib.go b/internal/helper/multipart_lib.go index 4690e5da..8586630b 100644 --- a/internal/helper/multipart_lib.go +++ b/internal/helper/multipart_lib.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/multipart_lib_test.go b/internal/helper/multipart_lib_test.go index c07a84bb..f7c65c4e 100644 --- a/internal/helper/multipart_lib_test.go +++ b/internal/helper/multipart_lib_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/net_lib.go b/internal/helper/net_lib.go index 1e2189b4..a7145d4f 100644 --- a/internal/helper/net_lib.go +++ b/internal/helper/net_lib.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/net_lib_test.go b/internal/helper/net_lib_test.go index 03755300..4479d783 100644 --- a/internal/helper/net_lib_test.go +++ b/internal/helper/net_lib_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/reader.go b/internal/helper/reader.go index 060e3c83..92e846dd 100644 --- a/internal/helper/reader.go +++ b/internal/helper/reader.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/reader_test.go b/internal/helper/reader_test.go index 5ebbfd9c..ad0af05b 100644 --- a/internal/helper/reader_test.go +++ b/internal/helper/reader_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/syslog_lib.go b/internal/helper/syslog_lib.go index 5058551d..c7353b8d 100644 --- a/internal/helper/syslog_lib.go +++ b/internal/helper/syslog_lib.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/syslog_lib_test.go b/internal/helper/syslog_lib_test.go index 3505a5d3..141c6493 100644 --- a/internal/helper/syslog_lib_test.go +++ b/internal/helper/syslog_lib_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/time_lib.go b/internal/helper/time_lib.go index a5fcd4d2..00ee5b05 100644 --- a/internal/helper/time_lib.go +++ b/internal/helper/time_lib.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/time_lib_test.go b/internal/helper/time_lib_test.go index ecfbd2b9..cd967bfe 100644 --- a/internal/helper/time_lib_test.go +++ b/internal/helper/time_lib_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/zip_file.go b/internal/helper/zip_file.go index b28f758a..406d8592 100644 --- a/internal/helper/zip_file.go +++ b/internal/helper/zip_file.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/zip_file_test.go b/internal/helper/zip_file_test.go index 5467fc47..88ebd353 100644 --- a/internal/helper/zip_file_test.go +++ b/internal/helper/zip_file_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/zip_lib.go b/internal/helper/zip_lib.go index 606cc881..abc822a9 100644 --- a/internal/helper/zip_lib.go +++ b/internal/helper/zip_lib.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/helper/zip_lib_test.go b/internal/helper/zip_lib_test.go index 351d8c6a..835ef50d 100644 --- a/internal/helper/zip_lib_test.go +++ b/internal/helper/zip_lib_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/iotagent/command.go b/internal/iotagent/command.go index 8f23c9c3..705830e0 100644 --- a/internal/iotagent/command.go +++ b/internal/iotagent/command.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/iotagent/command_test.go b/internal/iotagent/command_test.go index 55cea03f..1512b6df 100644 --- a/internal/iotagent/command_test.go +++ b/internal/iotagent/command_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/iotagent/devices.go b/internal/iotagent/devices.go index 313ac480..6a29c608 100644 --- a/internal/iotagent/devices.go +++ b/internal/iotagent/devices.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/iotagent/devices_test.go b/internal/iotagent/devices_test.go index bdf14e33..cc751867 100644 --- a/internal/iotagent/devices_test.go +++ b/internal/iotagent/devices_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/iotagent/flags.go b/internal/iotagent/flags.go index 9911accd..bde26758 100644 --- a/internal/iotagent/flags.go +++ b/internal/iotagent/flags.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/iotagent/helper_test.go b/internal/iotagent/helper_test.go index 6085baad..d359bfd2 100644 --- a/internal/iotagent/helper_test.go +++ b/internal/iotagent/helper_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/iotagent/services.go b/internal/iotagent/services.go index 008925f2..8b120ef6 100644 --- a/internal/iotagent/services.go +++ b/internal/iotagent/services.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/iotagent/services_test.go b/internal/iotagent/services_test.go index 92581816..58e8afc8 100644 --- a/internal/iotagent/services_test.go +++ b/internal/iotagent/services_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/applications.go b/internal/keyrock/applications.go index 98444797..68fec888 100644 --- a/internal/keyrock/applications.go +++ b/internal/keyrock/applications.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/applications_test.go b/internal/keyrock/applications_test.go index e77969d2..7baf60b4 100644 --- a/internal/keyrock/applications_test.go +++ b/internal/keyrock/applications_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/apps_orgs_roles.go b/internal/keyrock/apps_orgs_roles.go index 7164bef1..cc5a3000 100644 --- a/internal/keyrock/apps_orgs_roles.go +++ b/internal/keyrock/apps_orgs_roles.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/apps_orgs_roles_test.go b/internal/keyrock/apps_orgs_roles_test.go index 29fc9ef8..89131bfe 100644 --- a/internal/keyrock/apps_orgs_roles_test.go +++ b/internal/keyrock/apps_orgs_roles_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/command.go b/internal/keyrock/command.go index 6972595e..947d229d 100644 --- a/internal/keyrock/command.go +++ b/internal/keyrock/command.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/command_test.go b/internal/keyrock/command_test.go index 77e4c2aa..16317761 100644 --- a/internal/keyrock/command_test.go +++ b/internal/keyrock/command_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/flags.go b/internal/keyrock/flags.go index 6adc846c..e9eca011 100644 --- a/internal/keyrock/flags.go +++ b/internal/keyrock/flags.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/helper_test.go b/internal/keyrock/helper_test.go index 522e4f08..61b0e6bf 100644 --- a/internal/keyrock/helper_test.go +++ b/internal/keyrock/helper_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/iot_agent.go b/internal/keyrock/iot_agent.go index 57a10129..760fe5fd 100644 --- a/internal/keyrock/iot_agent.go +++ b/internal/keyrock/iot_agent.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/iot_agent_test.go b/internal/keyrock/iot_agent_test.go index 14c02a4a..0ecc564c 100644 --- a/internal/keyrock/iot_agent_test.go +++ b/internal/keyrock/iot_agent_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/organizations.go b/internal/keyrock/organizations.go index 6ef01265..014f8e63 100644 --- a/internal/keyrock/organizations.go +++ b/internal/keyrock/organizations.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/organizations_test.go b/internal/keyrock/organizations_test.go index 555d35d3..1dc37e98 100644 --- a/internal/keyrock/organizations_test.go +++ b/internal/keyrock/organizations_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/organizations_users.go b/internal/keyrock/organizations_users.go index 3e97cd2b..0c952955 100644 --- a/internal/keyrock/organizations_users.go +++ b/internal/keyrock/organizations_users.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/organizations_users_test.go b/internal/keyrock/organizations_users_test.go index 626a31f7..b98d1b86 100644 --- a/internal/keyrock/organizations_users_test.go +++ b/internal/keyrock/organizations_users_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/pep_proxies.go b/internal/keyrock/pep_proxies.go index 8c8a5dd4..c1dce7ad 100644 --- a/internal/keyrock/pep_proxies.go +++ b/internal/keyrock/pep_proxies.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/pep_proxies_test.go b/internal/keyrock/pep_proxies_test.go index f1de1c33..335dc160 100644 --- a/internal/keyrock/pep_proxies_test.go +++ b/internal/keyrock/pep_proxies_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/permissions.go b/internal/keyrock/permissions.go index 732d06e0..1035438a 100644 --- a/internal/keyrock/permissions.go +++ b/internal/keyrock/permissions.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/permissions_test.go b/internal/keyrock/permissions_test.go index aa465161..9db545ee 100644 --- a/internal/keyrock/permissions_test.go +++ b/internal/keyrock/permissions_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/providers.go b/internal/keyrock/providers.go index ec00bf49..a737d328 100644 --- a/internal/keyrock/providers.go +++ b/internal/keyrock/providers.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/providers_test.go b/internal/keyrock/providers_test.go index 22a0650f..24fc28d0 100644 --- a/internal/keyrock/providers_test.go +++ b/internal/keyrock/providers_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/role_permission_assignments.go b/internal/keyrock/role_permission_assignments.go index 78db00cb..d12bf6ce 100644 --- a/internal/keyrock/role_permission_assignments.go +++ b/internal/keyrock/role_permission_assignments.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/role_permission_assignments_test.go b/internal/keyrock/role_permission_assignments_test.go index 69a42d99..846a1684 100644 --- a/internal/keyrock/role_permission_assignments_test.go +++ b/internal/keyrock/role_permission_assignments_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/role_user_assignments.go b/internal/keyrock/role_user_assignments.go index f835dafa..ac5582ab 100644 --- a/internal/keyrock/role_user_assignments.go +++ b/internal/keyrock/role_user_assignments.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/role_user_assignments_test.go b/internal/keyrock/role_user_assignments_test.go index 172d066e..ee066c97 100644 --- a/internal/keyrock/role_user_assignments_test.go +++ b/internal/keyrock/role_user_assignments_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/roles.go b/internal/keyrock/roles.go index b1689b4e..61ac9542 100644 --- a/internal/keyrock/roles.go +++ b/internal/keyrock/roles.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/roles_test.go b/internal/keyrock/roles_test.go index d7f77420..8803f086 100644 --- a/internal/keyrock/roles_test.go +++ b/internal/keyrock/roles_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/trusted.go b/internal/keyrock/trusted.go index a7e7bca7..b05098ed 100644 --- a/internal/keyrock/trusted.go +++ b/internal/keyrock/trusted.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/trusted_test.go b/internal/keyrock/trusted_test.go index 086d2cb9..a1d89629 100644 --- a/internal/keyrock/trusted_test.go +++ b/internal/keyrock/trusted_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/users.go b/internal/keyrock/users.go index 56c5afb1..54695597 100644 --- a/internal/keyrock/users.go +++ b/internal/keyrock/users.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/keyrock/users_test.go b/internal/keyrock/users_test.go index 2b684d48..7ab9023f 100644 --- a/internal/keyrock/users_test.go +++ b/internal/keyrock/users_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/management/broker.go b/internal/management/broker.go index 8f0501e2..35717686 100644 --- a/internal/management/broker.go +++ b/internal/management/broker.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/management/broker_test.go b/internal/management/broker_test.go index b6299d7a..5327475e 100644 --- a/internal/management/broker_test.go +++ b/internal/management/broker_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/management/command.go b/internal/management/command.go index b56d3a36..71b624f6 100644 --- a/internal/management/command.go +++ b/internal/management/command.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/management/command_test.go b/internal/management/command_test.go index 5b434b2b..48fc77df 100644 --- a/internal/management/command_test.go +++ b/internal/management/command_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/management/context.go b/internal/management/context.go index fab497ef..daf9e584 100644 --- a/internal/management/context.go +++ b/internal/management/context.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/management/context_test.go b/internal/management/context_test.go index 9a220925..b7b3e633 100644 --- a/internal/management/context_test.go +++ b/internal/management/context_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/management/flags.go b/internal/management/flags.go index 3fe3c229..932cc756 100644 --- a/internal/management/flags.go +++ b/internal/management/flags.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/management/helper_test.go b/internal/management/helper_test.go index 305cf9f7..b69de512 100644 --- a/internal/management/helper_test.go +++ b/internal/management/helper_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/management/license.go b/internal/management/license.go index a8c4f4c6..83f47ac1 100644 --- a/internal/management/license.go +++ b/internal/management/license.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go @@ -42,7 +42,7 @@ the NGSI Go from https://github.com/lets-fiware/ngsi-go. MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/management/license_test.go b/internal/management/license_test.go index ffff74f3..d4f8f0ac 100644 --- a/internal/management/license_test.go +++ b/internal/management/license_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go @@ -43,6 +43,6 @@ func TestLicenseCommand(t *testing.T) { if assert.NoError(t, err) { actual := helper.GetStderrString(c) - assert.Equal(t, "\nThis is the OSS license information for NGSI Go. You can get the source code for\nthe NGSI Go from https://github.com/lets-fiware/ngsi-go.\n\nMIT License\n\nCopyright (c) 2020-2023 Kazuhito Suda\n\nThis file is part of NGSI Go\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n", actual) + assert.Equal(t, "\nThis is the OSS license information for NGSI Go. You can get the source code for\nthe NGSI Go from https://github.com/lets-fiware/ngsi-go.\n\nMIT License\n\nCopyright (c) 2020-2024 Kazuhito Suda\n\nThis file is part of NGSI Go\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n", actual) } } diff --git a/internal/management/server.go b/internal/management/server.go index f9bbf257..c7db2975 100644 --- a/internal/management/server.go +++ b/internal/management/server.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/management/server_test.go b/internal/management/server_test.go index 08c915df..a29afd08 100644 --- a/internal/management/server_test.go +++ b/internal/management/server_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/management/settings.go b/internal/management/settings.go index 45940aa5..27223c94 100644 --- a/internal/management/settings.go +++ b/internal/management/settings.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/management/settings_test.go b/internal/management/settings_test.go index dd90dff1..11384206 100644 --- a/internal/management/settings_test.go +++ b/internal/management/settings_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/management/token.go b/internal/management/token.go index 0899c5e9..beb842fd 100644 --- a/internal/management/token.go +++ b/internal/management/token.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/management/token_test.go b/internal/management/token_test.go index 8bdc70ba..3ae810d7 100644 --- a/internal/management/token_test.go +++ b/internal/management/token_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicli/args.go b/internal/ngsicli/args.go index 42304cb9..6479927f 100644 --- a/internal/ngsicli/args.go +++ b/internal/ngsicli/args.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicli/args_test.go b/internal/ngsicli/args_test.go index 3093d8af..362616e7 100644 --- a/internal/ngsicli/args_test.go +++ b/internal/ngsicli/args_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicli/common_flags.go b/internal/ngsicli/common_flags.go index 71981843..491fe980 100644 --- a/internal/ngsicli/common_flags.go +++ b/internal/ngsicli/common_flags.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicli/context.go b/internal/ngsicli/context.go index c3db4c71..3cd1e029 100644 --- a/internal/ngsicli/context.go +++ b/internal/ngsicli/context.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicli/context_test.go b/internal/ngsicli/context_test.go index c26532ad..73ab9d89 100644 --- a/internal/ngsicli/context_test.go +++ b/internal/ngsicli/context_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicli/flag.go b/internal/ngsicli/flag.go index 0a128a85..049e3ad0 100644 --- a/internal/ngsicli/flag.go +++ b/internal/ngsicli/flag.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicli/flag_test.go b/internal/ngsicli/flag_test.go index 18d5182e..7ae616b4 100644 --- a/internal/ngsicli/flag_test.go +++ b/internal/ngsicli/flag_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicli/help.go b/internal/ngsicli/help.go index 78e128ba..d0dc4670 100644 --- a/internal/ngsicli/help.go +++ b/internal/ngsicli/help.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicli/help_test.go b/internal/ngsicli/help_test.go index 47e8d0af..9497944e 100644 --- a/internal/ngsicli/help_test.go +++ b/internal/ngsicli/help_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicli/helper_test.go b/internal/ngsicli/helper_test.go index 84a6c578..ebe826f3 100644 --- a/internal/ngsicli/helper_test.go +++ b/internal/ngsicli/helper_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicli/initcmd.go b/internal/ngsicli/initcmd.go index 906a3894..67a166bf 100644 --- a/internal/ngsicli/initcmd.go +++ b/internal/ngsicli/initcmd.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicli/initcmd_test.go b/internal/ngsicli/initcmd_test.go index 7670f3a3..ffd1d7e6 100644 --- a/internal/ngsicli/initcmd_test.go +++ b/internal/ngsicli/initcmd_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicli/new_client.go b/internal/ngsicli/new_client.go index 883b333e..7da4e905 100644 --- a/internal/ngsicli/new_client.go +++ b/internal/ngsicli/new_client.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicli/new_client_test.go b/internal/ngsicli/new_client_test.go index a21cfff0..a1674939 100644 --- a/internal/ngsicli/new_client_test.go +++ b/internal/ngsicli/new_client_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicli/ngsicli.go b/internal/ngsicli/ngsicli.go index ed5aa10e..b0808b2d 100644 --- a/internal/ngsicli/ngsicli.go +++ b/internal/ngsicli/ngsicli.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicli/ngsicli_test.go b/internal/ngsicli/ngsicli_test.go index 240e4008..29447ca9 100644 --- a/internal/ngsicli/ngsicli_test.go +++ b/internal/ngsicli/ngsicli_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicli/parse.go b/internal/ngsicli/parse.go index f8d9704d..f0fc0904 100644 --- a/internal/ngsicli/parse.go +++ b/internal/ngsicli/parse.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicli/parse_test.go b/internal/ngsicli/parse_test.go index 84399a7e..2e2a2897 100644 --- a/internal/ngsicli/parse_test.go +++ b/internal/ngsicli/parse_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicli/token.go b/internal/ngsicli/token.go index 5ed55b6d..896dc8ab 100644 --- a/internal/ngsicli/token.go +++ b/internal/ngsicli/token.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicli/token_test.go b/internal/ngsicli/token_test.go index d533d758..37fb0d32 100644 --- a/internal/ngsicli/token_test.go +++ b/internal/ngsicli/token_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicli/validation.go b/internal/ngsicli/validation.go index 3cb91e92..9f0fe0d6 100644 --- a/internal/ngsicli/validation.go +++ b/internal/ngsicli/validation.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicli/validation_test.go b/internal/ngsicli/validation_test.go index ebb0af58..97872e6e 100644 --- a/internal/ngsicli/validation_test.go +++ b/internal/ngsicli/validation_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/attr.go b/internal/ngsicmd/attr.go index 66e34e36..8d433560 100644 --- a/internal/ngsicmd/attr.go +++ b/internal/ngsicmd/attr.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/attr_test.go b/internal/ngsicmd/attr_test.go index 76c42e67..e21ecf39 100644 --- a/internal/ngsicmd/attr_test.go +++ b/internal/ngsicmd/attr_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/attributes.go b/internal/ngsicmd/attributes.go index e9098ee9..16869d63 100644 --- a/internal/ngsicmd/attributes.go +++ b/internal/ngsicmd/attributes.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/attributes_test.go b/internal/ngsicmd/attributes_test.go index d621adf5..04e06cd1 100644 --- a/internal/ngsicmd/attributes_test.go +++ b/internal/ngsicmd/attributes_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/attrs.go b/internal/ngsicmd/attrs.go index 7f25aafe..58e337c0 100644 --- a/internal/ngsicmd/attrs.go +++ b/internal/ngsicmd/attrs.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/attrs_test.go b/internal/ngsicmd/attrs_test.go index c1c61d7c..9d8e9be1 100644 --- a/internal/ngsicmd/attrs_test.go +++ b/internal/ngsicmd/attrs_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/batch.go b/internal/ngsicmd/batch.go index 7891c6af..e3fb6e9d 100644 --- a/internal/ngsicmd/batch.go +++ b/internal/ngsicmd/batch.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/batch_test.go b/internal/ngsicmd/batch_test.go index 74e8665e..c74c717b 100644 --- a/internal/ngsicmd/batch_test.go +++ b/internal/ngsicmd/batch_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/command.go b/internal/ngsicmd/command.go index d384b84d..58d6a76a 100644 --- a/internal/ngsicmd/command.go +++ b/internal/ngsicmd/command.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/command_test.go b/internal/ngsicmd/command_test.go index eb246775..d994fd14 100644 --- a/internal/ngsicmd/command_test.go +++ b/internal/ngsicmd/command_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/entities.go b/internal/ngsicmd/entities.go index 4591935a..7eb6c667 100644 --- a/internal/ngsicmd/entities.go +++ b/internal/ngsicmd/entities.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/entities_test.go b/internal/ngsicmd/entities_test.go index 90a4ecc0..4f4bd8dd 100644 --- a/internal/ngsicmd/entities_test.go +++ b/internal/ngsicmd/entities_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/entity.go b/internal/ngsicmd/entity.go index 80d2bd0b..14c83c03 100644 --- a/internal/ngsicmd/entity.go +++ b/internal/ngsicmd/entity.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/entity_test.go b/internal/ngsicmd/entity_test.go index 7b19232c..6b8c075b 100644 --- a/internal/ngsicmd/entity_test.go +++ b/internal/ngsicmd/entity_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/flags.go b/internal/ngsicmd/flags.go index e7ffabea..7b9688d5 100644 --- a/internal/ngsicmd/flags.go +++ b/internal/ngsicmd/flags.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/helper_test.go b/internal/ngsicmd/helper_test.go index a77f7513..75b1792e 100644 --- a/internal/ngsicmd/helper_test.go +++ b/internal/ngsicmd/helper_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/jsonld_contexts.go b/internal/ngsicmd/jsonld_contexts.go index 6e25ca71..17ab5514 100644 --- a/internal/ngsicmd/jsonld_contexts.go +++ b/internal/ngsicmd/jsonld_contexts.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/jsonld_contexts_test.go b/internal/ngsicmd/jsonld_contexts_test.go index 64b75d96..eb43a66b 100644 --- a/internal/ngsicmd/jsonld_contexts_test.go +++ b/internal/ngsicmd/jsonld_contexts_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/op_query.go b/internal/ngsicmd/op_query.go index ae8f16fb..222a1143 100644 --- a/internal/ngsicmd/op_query.go +++ b/internal/ngsicmd/op_query.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/op_query_test.go b/internal/ngsicmd/op_query_test.go index 19ed1b45..7445a720 100644 --- a/internal/ngsicmd/op_query_test.go +++ b/internal/ngsicmd/op_query_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/op_update.go b/internal/ngsicmd/op_update.go index f7a4b31a..9918b370 100644 --- a/internal/ngsicmd/op_update.go +++ b/internal/ngsicmd/op_update.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/op_update_test.go b/internal/ngsicmd/op_update_test.go index ab3a4e75..10a0dd13 100644 --- a/internal/ngsicmd/op_update_test.go +++ b/internal/ngsicmd/op_update_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/registrations.go b/internal/ngsicmd/registrations.go index b53e31d2..745a94da 100644 --- a/internal/ngsicmd/registrations.go +++ b/internal/ngsicmd/registrations.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/registrationsLd.go b/internal/ngsicmd/registrationsLd.go index faed57d8..a3b3bcc8 100644 --- a/internal/ngsicmd/registrationsLd.go +++ b/internal/ngsicmd/registrationsLd.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/registrationsLd_test.go b/internal/ngsicmd/registrationsLd_test.go index 2103c8b1..8850de9e 100644 --- a/internal/ngsicmd/registrationsLd_test.go +++ b/internal/ngsicmd/registrationsLd_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/registrationsV2.go b/internal/ngsicmd/registrationsV2.go index f3e0ef1f..3941b044 100644 --- a/internal/ngsicmd/registrationsV2.go +++ b/internal/ngsicmd/registrationsV2.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/registrationsV2_test.go b/internal/ngsicmd/registrationsV2_test.go index 8f3d00ec..9465340c 100644 --- a/internal/ngsicmd/registrationsV2_test.go +++ b/internal/ngsicmd/registrationsV2_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/registrations_test.go b/internal/ngsicmd/registrations_test.go index d8e19ca7..ec4d4259 100644 --- a/internal/ngsicmd/registrations_test.go +++ b/internal/ngsicmd/registrations_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/subscriptions.go b/internal/ngsicmd/subscriptions.go index 15367db0..de69ec8a 100644 --- a/internal/ngsicmd/subscriptions.go +++ b/internal/ngsicmd/subscriptions.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/subscriptionsLd.go b/internal/ngsicmd/subscriptionsLd.go index 23fea7ed..c09700bc 100644 --- a/internal/ngsicmd/subscriptionsLd.go +++ b/internal/ngsicmd/subscriptionsLd.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/subscriptionsLd_test.go b/internal/ngsicmd/subscriptionsLd_test.go index 34f6216b..c4bad801 100644 --- a/internal/ngsicmd/subscriptionsLd_test.go +++ b/internal/ngsicmd/subscriptionsLd_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/subscriptionsV2.go b/internal/ngsicmd/subscriptionsV2.go index aa01721f..b3665964 100644 --- a/internal/ngsicmd/subscriptionsV2.go +++ b/internal/ngsicmd/subscriptionsV2.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/subscriptionsV2_test.go b/internal/ngsicmd/subscriptionsV2_test.go index b53a3c01..87598905 100644 --- a/internal/ngsicmd/subscriptionsV2_test.go +++ b/internal/ngsicmd/subscriptionsV2_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/subscriptions_test.go b/internal/ngsicmd/subscriptions_test.go index f7aef0c7..9d0f857e 100644 --- a/internal/ngsicmd/subscriptions_test.go +++ b/internal/ngsicmd/subscriptions_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/temporal.go b/internal/ngsicmd/temporal.go index e147636d..b231ceff 100644 --- a/internal/ngsicmd/temporal.go +++ b/internal/ngsicmd/temporal.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/temporal_test.go b/internal/ngsicmd/temporal_test.go index 9f93786a..2a7cdddb 100644 --- a/internal/ngsicmd/temporal_test.go +++ b/internal/ngsicmd/temporal_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/types.go b/internal/ngsicmd/types.go index 22cded91..1e1b3a4b 100644 --- a/internal/ngsicmd/types.go +++ b/internal/ngsicmd/types.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsicmd/types_test.go b/internal/ngsicmd/types_test.go index f81d21fb..52bfde79 100644 --- a/internal/ngsicmd/types_test.go +++ b/internal/ngsicmd/types_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsierr/errors.go b/internal/ngsierr/errors.go index 6f0c308b..6619058f 100644 --- a/internal/ngsierr/errors.go +++ b/internal/ngsierr/errors.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsierr/errors_test.go b/internal/ngsierr/errors_test.go index a767edff..0f46540d 100644 --- a/internal/ngsierr/errors_test.go +++ b/internal/ngsierr/errors_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/atcontext.go b/internal/ngsilib/atcontext.go index 21fcfbb9..9a9e427a 100644 --- a/internal/ngsilib/atcontext.go +++ b/internal/ngsilib/atcontext.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/atcontext_test.go b/internal/ngsilib/atcontext_test.go index ef4f4e49..43b4e1f8 100644 --- a/internal/ngsilib/atcontext_test.go +++ b/internal/ngsilib/atcontext_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/buffer.go b/internal/ngsilib/buffer.go index 9d4c4193..b294a9c4 100644 --- a/internal/ngsilib/buffer.go +++ b/internal/ngsilib/buffer.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/buffer_test.go b/internal/ngsilib/buffer_test.go index 950c995f..00d38ada 100644 --- a/internal/ngsilib/buffer_test.go +++ b/internal/ngsilib/buffer_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/client.go b/internal/ngsilib/client.go index d2fd99e0..c619fc98 100644 --- a/internal/ngsilib/client.go +++ b/internal/ngsilib/client.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/client_test.go b/internal/ngsilib/client_test.go index 14564a0a..7890bec5 100644 --- a/internal/ngsilib/client_test.go +++ b/internal/ngsilib/client_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/config.go b/internal/ngsilib/config.go index 9c7976d6..9f86cc36 100644 --- a/internal/ngsilib/config.go +++ b/internal/ngsilib/config.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/config_test.go b/internal/ngsilib/config_test.go index a10734d3..5d995670 100644 --- a/internal/ngsilib/config_test.go +++ b/internal/ngsilib/config_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/context.go b/internal/ngsilib/context.go index 26a8b71d..06cf6bf7 100644 --- a/internal/ngsilib/context.go +++ b/internal/ngsilib/context.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/context_test.go b/internal/ngsilib/context_test.go index 2ff53844..f429a065 100644 --- a/internal/ngsilib/context_test.go +++ b/internal/ngsilib/context_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/encoding.go b/internal/ngsilib/encoding.go index c0210458..f7f44337 100644 --- a/internal/ngsilib/encoding.go +++ b/internal/ngsilib/encoding.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/encoding_test.go b/internal/ngsilib/encoding_test.go index 33e9431e..47b5be97 100644 --- a/internal/ngsilib/encoding_test.go +++ b/internal/ngsilib/encoding_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/filelib.go b/internal/ngsilib/filelib.go index 03e9c092..8f130eec 100644 --- a/internal/ngsilib/filelib.go +++ b/internal/ngsilib/filelib.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/filelib_test.go b/internal/ngsilib/filelib_test.go index a95f0787..d5c9eece 100644 --- a/internal/ngsilib/filelib_test.go +++ b/internal/ngsilib/filelib_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/filepathlib.go b/internal/ngsilib/filepathlib.go index fa7ad30a..5582ebe5 100644 --- a/internal/ngsilib/filepathlib.go +++ b/internal/ngsilib/filepathlib.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/filepathlib_test.go b/internal/ngsilib/filepathlib_test.go index 588fd2dc..0f86c0a3 100644 --- a/internal/ngsilib/filepathlib_test.go +++ b/internal/ngsilib/filepathlib_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/helper_test.go b/internal/ngsilib/helper_test.go index dd8ab012..b1c24b1e 100644 --- a/internal/ngsilib/helper_test.go +++ b/internal/ngsilib/helper_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/http_lib.go b/internal/ngsilib/http_lib.go index d83bb021..2a911a2f 100644 --- a/internal/ngsilib/http_lib.go +++ b/internal/ngsilib/http_lib.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/http_lib_test.go b/internal/ngsilib/http_lib_test.go index 0debdf36..96092136 100644 --- a/internal/ngsilib/http_lib_test.go +++ b/internal/ngsilib/http_lib_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/iolib.go b/internal/ngsilib/iolib.go index cc3a54e8..ad662563 100644 --- a/internal/ngsilib/iolib.go +++ b/internal/ngsilib/iolib.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/iolib_test.go b/internal/ngsilib/iolib_test.go index 0351e850..39eaa33b 100644 --- a/internal/ngsilib/iolib_test.go +++ b/internal/ngsilib/iolib_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/ioutillib.go b/internal/ngsilib/ioutillib.go index be64087f..a55bd515 100644 --- a/internal/ngsilib/ioutillib.go +++ b/internal/ngsilib/ioutillib.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/ioutillib_test.go b/internal/ngsilib/ioutillib_test.go index f6ab9e05..01d735c8 100644 --- a/internal/ngsilib/ioutillib_test.go +++ b/internal/ngsilib/ioutillib_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/jsonlib.go b/internal/ngsilib/jsonlib.go index b96ee9da..9a2d31b9 100644 --- a/internal/ngsilib/jsonlib.go +++ b/internal/ngsilib/jsonlib.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/jsonlib_test.go b/internal/ngsilib/jsonlib_test.go index 9c4fecae..ddc16d7c 100644 --- a/internal/ngsilib/jsonlib_test.go +++ b/internal/ngsilib/jsonlib_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/keystone.go b/internal/ngsilib/keystone.go index c2aa81a7..b5208e90 100644 --- a/internal/ngsilib/keystone.go +++ b/internal/ngsilib/keystone.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/keystone_test.go b/internal/ngsilib/keystone_test.go index 68a26012..9a820e81 100644 --- a/internal/ngsilib/keystone_test.go +++ b/internal/ngsilib/keystone_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/logger.go b/internal/ngsilib/logger.go index 25b137b2..d280881a 100644 --- a/internal/ngsilib/logger.go +++ b/internal/ngsilib/logger.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/logger_test.go b/internal/ngsilib/logger_test.go index 3d053c17..43530e09 100644 --- a/internal/ngsilib/logger_test.go +++ b/internal/ngsilib/logger_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/multipartlib.go b/internal/ngsilib/multipartlib.go index b51b400e..2f7be5c8 100644 --- a/internal/ngsilib/multipartlib.go +++ b/internal/ngsilib/multipartlib.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/multipartlib_test.go b/internal/ngsilib/multipartlib_test.go index 78421d90..1430139f 100644 --- a/internal/ngsilib/multipartlib_test.go +++ b/internal/ngsilib/multipartlib_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/netlib.go b/internal/ngsilib/netlib.go index 7003dc98..9c486b3a 100644 --- a/internal/ngsilib/netlib.go +++ b/internal/ngsilib/netlib.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/netlib_test.go b/internal/ngsilib/netlib_test.go index 47ca0626..22159952 100644 --- a/internal/ngsilib/netlib_test.go +++ b/internal/ngsilib/netlib_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/new_client.go b/internal/ngsilib/new_client.go index a6b7d89d..59c03208 100644 --- a/internal/ngsilib/new_client.go +++ b/internal/ngsilib/new_client.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/new_client_test.go b/internal/ngsilib/new_client_test.go index 27ef8493..bc84c013 100644 --- a/internal/ngsilib/new_client_test.go +++ b/internal/ngsilib/new_client_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/ngsilib.go b/internal/ngsilib/ngsilib.go index 7afc1f3a..25119fc4 100644 --- a/internal/ngsilib/ngsilib.go +++ b/internal/ngsilib/ngsilib.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/ngsilib_test.go b/internal/ngsilib/ngsilib_test.go index 9b47187f..3f3cc3c6 100644 --- a/internal/ngsilib/ngsilib_test.go +++ b/internal/ngsilib/ngsilib_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/op_update.go b/internal/ngsilib/op_update.go index 0a97d688..783db378 100644 --- a/internal/ngsilib/op_update.go +++ b/internal/ngsilib/op_update.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/op_update_test.go b/internal/ngsilib/op_update_test.go index 8d4e2b19..27ef5be9 100644 --- a/internal/ngsilib/op_update_test.go +++ b/internal/ngsilib/op_update_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/reader.go b/internal/ngsilib/reader.go index 3bf1f637..caaf6bf4 100644 --- a/internal/ngsilib/reader.go +++ b/internal/ngsilib/reader.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/reader_test.go b/internal/ngsilib/reader_test.go index 365e4c2f..cc2be472 100644 --- a/internal/ngsilib/reader_test.go +++ b/internal/ngsilib/reader_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/safe_string.go b/internal/ngsilib/safe_string.go index bba8442e..96df16c2 100644 --- a/internal/ngsilib/safe_string.go +++ b/internal/ngsilib/safe_string.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/safe_string_test.go b/internal/ngsilib/safe_string_test.go index 1f1f943e..34d43757 100644 --- a/internal/ngsilib/safe_string_test.go +++ b/internal/ngsilib/safe_string_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/server.go b/internal/ngsilib/server.go index 5c8af7b8..f6429fc4 100644 --- a/internal/ngsilib/server.go +++ b/internal/ngsilib/server.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/server_list.go b/internal/ngsilib/server_list.go index eb285e9b..c278c357 100644 --- a/internal/ngsilib/server_list.go +++ b/internal/ngsilib/server_list.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/server_list_test.go b/internal/ngsilib/server_list_test.go index f571e709..84903a97 100644 --- a/internal/ngsilib/server_list_test.go +++ b/internal/ngsilib/server_list_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/server_mgr.go b/internal/ngsilib/server_mgr.go index 905f0188..ec0ecdfd 100644 --- a/internal/ngsilib/server_mgr.go +++ b/internal/ngsilib/server_mgr.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/server_mgr_test.go b/internal/ngsilib/server_mgr_test.go index ffda3a6b..efcadd75 100644 --- a/internal/ngsilib/server_mgr_test.go +++ b/internal/ngsilib/server_mgr_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/server_test.go b/internal/ngsilib/server_test.go index e24708d5..85eed80b 100644 --- a/internal/ngsilib/server_test.go +++ b/internal/ngsilib/server_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/syslog_lib.go b/internal/ngsilib/syslog_lib.go index 40fe158d..3465c45e 100644 --- a/internal/ngsilib/syslog_lib.go +++ b/internal/ngsilib/syslog_lib.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/syslog_lib_test.go b/internal/ngsilib/syslog_lib_test.go index 2708d55c..3100c1f9 100644 --- a/internal/ngsilib/syslog_lib_test.go +++ b/internal/ngsilib/syslog_lib_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/timelib.go b/internal/ngsilib/timelib.go index 3588ec74..9ab7498f 100644 --- a/internal/ngsilib/timelib.go +++ b/internal/ngsilib/timelib.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/timelib_test.go b/internal/ngsilib/timelib_test.go index 4b3f23e0..c332861b 100644 --- a/internal/ngsilib/timelib_test.go +++ b/internal/ngsilib/timelib_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/token_apikey.go b/internal/ngsilib/token_apikey.go index ba04c286..384f490f 100644 --- a/internal/ngsilib/token_apikey.go +++ b/internal/ngsilib/token_apikey.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/token_apikey_test.go b/internal/ngsilib/token_apikey_test.go index d734f001..c8fadf58 100644 --- a/internal/ngsilib/token_apikey_test.go +++ b/internal/ngsilib/token_apikey_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/token_basic.go b/internal/ngsilib/token_basic.go index ce28e8e7..ad40abe7 100644 --- a/internal/ngsilib/token_basic.go +++ b/internal/ngsilib/token_basic.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/token_basic_test.go b/internal/ngsilib/token_basic_test.go index 43009445..6093a82c 100644 --- a/internal/ngsilib/token_basic_test.go +++ b/internal/ngsilib/token_basic_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/token_keycloak.go b/internal/ngsilib/token_keycloak.go index bd3085b7..20c4decf 100644 --- a/internal/ngsilib/token_keycloak.go +++ b/internal/ngsilib/token_keycloak.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/token_keycloak_test.go b/internal/ngsilib/token_keycloak_test.go index 014613fa..1091bd6f 100644 --- a/internal/ngsilib/token_keycloak_test.go +++ b/internal/ngsilib/token_keycloak_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/token_keyrock.go b/internal/ngsilib/token_keyrock.go index d4f5eac1..70c42608 100644 --- a/internal/ngsilib/token_keyrock.go +++ b/internal/ngsilib/token_keyrock.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/token_keyrock_idm.go b/internal/ngsilib/token_keyrock_idm.go index f4d9794a..dbe4979d 100644 --- a/internal/ngsilib/token_keyrock_idm.go +++ b/internal/ngsilib/token_keyrock_idm.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/token_keyrock_idm_test.go b/internal/ngsilib/token_keyrock_idm_test.go index f4a645ce..907f16c0 100644 --- a/internal/ngsilib/token_keyrock_idm_test.go +++ b/internal/ngsilib/token_keyrock_idm_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/token_keyrock_test.go b/internal/ngsilib/token_keyrock_test.go index 0146bd96..c0ef88f6 100644 --- a/internal/ngsilib/token_keyrock_test.go +++ b/internal/ngsilib/token_keyrock_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/token_keyrock_token_provider.go b/internal/ngsilib/token_keyrock_token_provider.go index 6f1bfeb6..0e79dbe1 100644 --- a/internal/ngsilib/token_keyrock_token_provider.go +++ b/internal/ngsilib/token_keyrock_token_provider.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/token_keyrock_token_provider_test.go b/internal/ngsilib/token_keyrock_token_provider_test.go index d3119972..a8581a21 100644 --- a/internal/ngsilib/token_keyrock_token_provider_test.go +++ b/internal/ngsilib/token_keyrock_token_provider_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/token_kong.go b/internal/ngsilib/token_kong.go index d2bfc0df..27fba462 100644 --- a/internal/ngsilib/token_kong.go +++ b/internal/ngsilib/token_kong.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/token_kong_test.go b/internal/ngsilib/token_kong_test.go index 9833db29..669dc6c6 100644 --- a/internal/ngsilib/token_kong_test.go +++ b/internal/ngsilib/token_kong_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/token_mgr.go b/internal/ngsilib/token_mgr.go index 35f6cd47..c39d0f48 100644 --- a/internal/ngsilib/token_mgr.go +++ b/internal/ngsilib/token_mgr.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/token_mgr_test.go b/internal/ngsilib/token_mgr_test.go index 5394429f..1a58e585 100644 --- a/internal/ngsilib/token_mgr_test.go +++ b/internal/ngsilib/token_mgr_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/token_password_credentials.go b/internal/ngsilib/token_password_credentials.go index db7af3db..72f3bb78 100644 --- a/internal/ngsilib/token_password_credentials.go +++ b/internal/ngsilib/token_password_credentials.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/token_password_credentials_test.go b/internal/ngsilib/token_password_credentials_test.go index 657bed0e..bae0751a 100644 --- a/internal/ngsilib/token_password_credentials_test.go +++ b/internal/ngsilib/token_password_credentials_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/token_thinking_cities.go b/internal/ngsilib/token_thinking_cities.go index 1dcfd852..8cb2a65d 100644 --- a/internal/ngsilib/token_thinking_cities.go +++ b/internal/ngsilib/token_thinking_cities.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/token_thinking_cities_test.go b/internal/ngsilib/token_thinking_cities_test.go index f56c30af..22f98f8a 100644 --- a/internal/ngsilib/token_thinking_cities_test.go +++ b/internal/ngsilib/token_thinking_cities_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/token_token_proxy.go b/internal/ngsilib/token_token_proxy.go index d0136120..883548d5 100644 --- a/internal/ngsilib/token_token_proxy.go +++ b/internal/ngsilib/token_token_proxy.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/token_token_proxy_test.go b/internal/ngsilib/token_token_proxy_test.go index c3837a0b..2294589c 100644 --- a/internal/ngsilib/token_token_proxy_test.go +++ b/internal/ngsilib/token_token_proxy_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/token_wso2.go b/internal/ngsilib/token_wso2.go index 4002ba62..f2501f95 100644 --- a/internal/ngsilib/token_wso2.go +++ b/internal/ngsilib/token_wso2.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/token_wso2_test.go b/internal/ngsilib/token_wso2_test.go index 1ca78136..c223b7b3 100644 --- a/internal/ngsilib/token_wso2_test.go +++ b/internal/ngsilib/token_wso2_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/typedef.go b/internal/ngsilib/typedef.go index db49255a..6cc8cf80 100644 --- a/internal/ngsilib/typedef.go +++ b/internal/ngsilib/typedef.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/validation.go b/internal/ngsilib/validation.go index d3b7326d..789e360d 100644 --- a/internal/ngsilib/validation.go +++ b/internal/ngsilib/validation.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/validation_test.go b/internal/ngsilib/validation_test.go index fa45bb35..5d284e35 100644 --- a/internal/ngsilib/validation_test.go +++ b/internal/ngsilib/validation_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/ziplib.go b/internal/ngsilib/ziplib.go index 8f3dd874..77e3550e 100644 --- a/internal/ngsilib/ziplib.go +++ b/internal/ngsilib/ziplib.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsilib/ziplib_test.go b/internal/ngsilib/ziplib_test.go index 60295bef..1bc139dd 100644 --- a/internal/ngsilib/ziplib_test.go +++ b/internal/ngsilib/ziplib_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/ngsimain/ngsi.go b/internal/ngsimain/ngsi.go index b6fa9e5c..758bd661 100644 --- a/internal/ngsimain/ngsi.go +++ b/internal/ngsimain/ngsi.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go @@ -56,7 +56,7 @@ var Version = "" // Revision has a git hash value var Revision = "" -const copyright = "(c) 2020-2023 Kazuhito Suda" +const copyright = "(c) 2020-2024 Kazuhito Suda" var usage = "command-line tool for FIWARE Open APIs" diff --git a/internal/ngsimain/ngsi_test.go b/internal/ngsimain/ngsi_test.go index b1c22e7c..7a1c6225 100644 --- a/internal/ngsimain/ngsi_test.go +++ b/internal/ngsimain/ngsi_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/perseo/command.go b/internal/perseo/command.go index 8e17bbd7..9c5ce31b 100644 --- a/internal/perseo/command.go +++ b/internal/perseo/command.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/perseo/command_test.go b/internal/perseo/command_test.go index d78f1860..855515b4 100644 --- a/internal/perseo/command_test.go +++ b/internal/perseo/command_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/perseo/flags.go b/internal/perseo/flags.go index 737133dc..1a4ef9e1 100644 --- a/internal/perseo/flags.go +++ b/internal/perseo/flags.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/perseo/helper_test.go b/internal/perseo/helper_test.go index 13ab34e6..5bb3056a 100644 --- a/internal/perseo/helper_test.go +++ b/internal/perseo/helper_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/perseo/perseo.go b/internal/perseo/perseo.go index 6e5bb681..fbc55253 100644 --- a/internal/perseo/perseo.go +++ b/internal/perseo/perseo.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/perseo/perseo_test.go b/internal/perseo/perseo_test.go index 9f0f400d..1fe60d32 100644 --- a/internal/perseo/perseo_test.go +++ b/internal/perseo/perseo_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/timeseries/comet.go b/internal/timeseries/comet.go index cb302aa0..b95b625b 100644 --- a/internal/timeseries/comet.go +++ b/internal/timeseries/comet.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/timeseries/comet_test.go b/internal/timeseries/comet_test.go index 33453f91..e44a915f 100644 --- a/internal/timeseries/comet_test.go +++ b/internal/timeseries/comet_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/timeseries/command.go b/internal/timeseries/command.go index 31464206..60d4d23a 100644 --- a/internal/timeseries/command.go +++ b/internal/timeseries/command.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/timeseries/command_test.go b/internal/timeseries/command_test.go index 204a71c5..1b72f1c4 100644 --- a/internal/timeseries/command_test.go +++ b/internal/timeseries/command_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/timeseries/flags.go b/internal/timeseries/flags.go index 3f84be81..a083b25c 100644 --- a/internal/timeseries/flags.go +++ b/internal/timeseries/flags.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/timeseries/helper_test.go b/internal/timeseries/helper_test.go index cf424928..f808a1f5 100644 --- a/internal/timeseries/helper_test.go +++ b/internal/timeseries/helper_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/timeseries/quantumleap.go b/internal/timeseries/quantumleap.go index 6ac7b609..788705b3 100644 --- a/internal/timeseries/quantumleap.go +++ b/internal/timeseries/quantumleap.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/timeseries/quantumleap_test.go b/internal/timeseries/quantumleap_test.go index 6e19a434..6b0e3c1c 100644 --- a/internal/timeseries/quantumleap_test.go +++ b/internal/timeseries/quantumleap_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/timeseries/time_series.go b/internal/timeseries/time_series.go index 4cdbd137..7cf67f61 100644 --- a/internal/timeseries/time_series.go +++ b/internal/timeseries/time_series.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/timeseries/time_series_test.go b/internal/timeseries/time_series_test.go index 657f55d2..e5157826 100644 --- a/internal/timeseries/time_series_test.go +++ b/internal/timeseries/time_series_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/wirecloud/command.go b/internal/wirecloud/command.go index 896b2c10..2b624530 100644 --- a/internal/wirecloud/command.go +++ b/internal/wirecloud/command.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/wirecloud/command_test.go b/internal/wirecloud/command_test.go index 064373b5..ae1a0349 100644 --- a/internal/wirecloud/command_test.go +++ b/internal/wirecloud/command_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/wirecloud/flags.go b/internal/wirecloud/flags.go index a7c5d4db..d457e84c 100644 --- a/internal/wirecloud/flags.go +++ b/internal/wirecloud/flags.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/wirecloud/helper_test.go b/internal/wirecloud/helper_test.go index af21f79b..9afb30a6 100644 --- a/internal/wirecloud/helper_test.go +++ b/internal/wirecloud/helper_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/wirecloud/preferences.go b/internal/wirecloud/preferences.go index f14ab2eb..894cb0ec 100644 --- a/internal/wirecloud/preferences.go +++ b/internal/wirecloud/preferences.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/wirecloud/preferences_test.go b/internal/wirecloud/preferences_test.go index 2afd2efd..fdd3ecc0 100644 --- a/internal/wirecloud/preferences_test.go +++ b/internal/wirecloud/preferences_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/wirecloud/resources.go b/internal/wirecloud/resources.go index 8649167c..04c399c1 100644 --- a/internal/wirecloud/resources.go +++ b/internal/wirecloud/resources.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/wirecloud/resources_test.go b/internal/wirecloud/resources_test.go index e2c95992..16f2992e 100644 --- a/internal/wirecloud/resources_test.go +++ b/internal/wirecloud/resources_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/wirecloud/tabs.go b/internal/wirecloud/tabs.go index 0eb9076a..58d0543b 100644 --- a/internal/wirecloud/tabs.go +++ b/internal/wirecloud/tabs.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/wirecloud/tabs_test.go b/internal/wirecloud/tabs_test.go index 3262f70d..fff5ba23 100644 --- a/internal/wirecloud/tabs_test.go +++ b/internal/wirecloud/tabs_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/wirecloud/workspaces.go b/internal/wirecloud/workspaces.go index 5a10da8d..0f26fc2a 100644 --- a/internal/wirecloud/workspaces.go +++ b/internal/wirecloud/workspaces.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/internal/wirecloud/workspaces_test.go b/internal/wirecloud/workspaces_test.go index bf3f24ae..f0937ad0 100644 --- a/internal/wirecloud/workspaces_test.go +++ b/internal/wirecloud/workspaces_test.go @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2020-2023 Kazuhito Suda +Copyright (c) 2020-2024 Kazuhito Suda This file is part of NGSI Go diff --git a/script/all-tests.sh b/script/all-tests.sh index 8dc43b8f..f32b7d5a 100755 --- a/script/all-tests.sh +++ b/script/all-tests.sh @@ -2,7 +2,7 @@ # # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/script/coverage.sh b/script/coverage.sh index e8719b88..c28c447e 100755 --- a/script/coverage.sh +++ b/script/coverage.sh @@ -2,7 +2,7 @@ # # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/script/e2e-test.sh b/script/e2e-test.sh index b1e3d480..292af00b 100755 --- a/script/e2e-test.sh +++ b/script/e2e-test.sh @@ -2,7 +2,7 @@ # # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/script/golangci-lint.sh b/script/golangci-lint.sh index 57819d1c..b6f8e6b9 100755 --- a/script/golangci-lint.sh +++ b/script/golangci-lint.sh @@ -1,7 +1,7 @@ #!/bin/sh # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/script/lint-dockerfile.sh b/script/lint-dockerfile.sh index 3e069ae3..ac3bd92a 100755 --- a/script/lint-dockerfile.sh +++ b/script/lint-dockerfile.sh @@ -2,7 +2,7 @@ # # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/script/lint-docs.sh b/script/lint-docs.sh index e4de7327..b50e55ba 100755 --- a/script/lint-docs.sh +++ b/script/lint-docs.sh @@ -2,7 +2,7 @@ # # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/script/release_buildx.sh b/script/release_buildx.sh index ff7af080..c1bc4417 100755 --- a/script/release_buildx.sh +++ b/script/release_buildx.sh @@ -2,7 +2,7 @@ # # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/script/tutorial.sh b/script/tutorial.sh index 7655a4ef..3ac10581 100755 --- a/script/tutorial.sh +++ b/script/tutorial.sh @@ -2,7 +2,7 @@ # # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/script/unit-test.sh b/script/unit-test.sh index f854f464..788bbcaa 100755 --- a/script/unit-test.sh +++ b/script/unit-test.sh @@ -2,7 +2,7 @@ # # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/tools/mdlint/Dockerfile b/tools/mdlint/Dockerfile index 216eede6..2d77a693 100644 --- a/tools/mdlint/Dockerfile +++ b/tools/mdlint/Dockerfile @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/tools/mdlint/Makefile b/tools/mdlint/Makefile index 978e93d4..6bbcfc9c 100644 --- a/tools/mdlint/Makefile +++ b/tools/mdlint/Makefile @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/tools/textlint/Dockerfile b/tools/textlint/Dockerfile index 323f5cf2..3cb33fb5 100644 --- a/tools/textlint/Dockerfile +++ b/tools/textlint/Dockerfile @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go # diff --git a/tools/textlint/Makefile b/tools/textlint/Makefile index ea8e9c51..4b7f712b 100644 --- a/tools/textlint/Makefile +++ b/tools/textlint/Makefile @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2023 Kazuhito Suda +# Copyright (c) 2020-2024 Kazuhito Suda # # This file is part of NGSI Go #