diff --git a/LICENSE b/LICENSE index cf82761a..959479c5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ dart_wot -Copyright 2021 The NAMIB Project Developers. All rights reserved. +Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/example/coap_discovery.dart b/example/coap_discovery.dart index 7ed07f68..494cebe8 100644 --- a/example/coap_discovery.dart +++ b/example/coap_discovery.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/example/coap_dns_sd_discovery.dart b/example/coap_dns_sd_discovery.dart index e487b25d..48013414 100644 --- a/example/coap_dns_sd_discovery.dart +++ b/example/coap_dns_sd_discovery.dart @@ -1,4 +1,4 @@ -// Copyright 2023 The NAMIB Project Developers. All rights reserved. +// Copyright 2023 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/example/coaps_readproperty.dart b/example/coaps_readproperty.dart index 65fcc789..6bd3f165 100644 --- a/example/coaps_readproperty.dart +++ b/example/coaps_readproperty.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/example/complex_example.dart b/example/complex_example.dart index c897863c..6f3f4e0c 100644 --- a/example/complex_example.dart +++ b/example/complex_example.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/example/core_link_format_discovery.dart b/example/core_link_format_discovery.dart index 57412db1..1cfcfbca 100644 --- a/example/core_link_format_discovery.dart +++ b/example/core_link_format_discovery.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/example/example.dart b/example/example.dart index ce902821..98fbea13 100644 --- a/example/example.dart +++ b/example/example.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/example/http_basic_authentication.dart b/example/http_basic_authentication.dart index 82dd6b52..e0f27515 100644 --- a/example/http_basic_authentication.dart +++ b/example/http_basic_authentication.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/binding_coap.dart b/lib/binding_coap.dart index 3aa0563b..e6481001 100644 --- a/lib/binding_coap.dart +++ b/lib/binding_coap.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/binding_http.dart b/lib/binding_http.dart index 316ec994..015a1445 100644 --- a/lib/binding_http.dart +++ b/lib/binding_http.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/binding_mqtt.dart b/lib/binding_mqtt.dart index 3e7b49a8..fbd87957 100644 --- a/lib/binding_mqtt.dart +++ b/lib/binding_mqtt.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/core.dart b/lib/core.dart index 91aa4074..99492a7d 100644 --- a/lib/core.dart +++ b/lib/core.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/dart_wot.dart b/lib/dart_wot.dart index 0bd7db86..5843ffeb 100644 --- a/lib/dart_wot.dart +++ b/lib/dart_wot.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/definitions.dart b/lib/definitions.dart index e5c2549c..75b33abb 100644 --- a/lib/definitions.dart +++ b/lib/definitions.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/scripting_api.dart b/lib/scripting_api.dart index 09237a73..6f7d573e 100644 --- a/lib/scripting_api.dart +++ b/lib/scripting_api.dart @@ -1,4 +1,4 @@ -// Copyright 2012 The NAMIB Project Developers. All rights reserved. +// Copyright 2012 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/binding_coap/coap_binding_exception.dart b/lib/src/binding_coap/coap_binding_exception.dart index a370e4a4..b54c653c 100644 --- a/lib/src/binding_coap/coap_binding_exception.dart +++ b/lib/src/binding_coap/coap_binding_exception.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/binding_coap/coap_client.dart b/lib/src/binding_coap/coap_client.dart index 09c5c9a3..e68cfb64 100644 --- a/lib/src/binding_coap/coap_client.dart +++ b/lib/src/binding_coap/coap_client.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/binding_coap/coap_client_factory.dart b/lib/src/binding_coap/coap_client_factory.dart index ff4aa900..4a761cd2 100644 --- a/lib/src/binding_coap/coap_client_factory.dart +++ b/lib/src/binding_coap/coap_client_factory.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/binding_coap/coap_config.dart b/lib/src/binding_coap/coap_config.dart index cb9a4392..0431c053 100644 --- a/lib/src/binding_coap/coap_config.dart +++ b/lib/src/binding_coap/coap_config.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/binding_coap/coap_definitions.dart b/lib/src/binding_coap/coap_definitions.dart index 08f0f2dd..dd65b986 100644 --- a/lib/src/binding_coap/coap_definitions.dart +++ b/lib/src/binding_coap/coap_definitions.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/binding_coap/coap_server.dart b/lib/src/binding_coap/coap_server.dart index 30948f8f..c5bce825 100644 --- a/lib/src/binding_coap/coap_server.dart +++ b/lib/src/binding_coap/coap_server.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/binding_coap/coap_subscription.dart b/lib/src/binding_coap/coap_subscription.dart index 083c78a7..80ad0be8 100644 --- a/lib/src/binding_coap/coap_subscription.dart +++ b/lib/src/binding_coap/coap_subscription.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/binding_http/http_client.dart b/lib/src/binding_http/http_client.dart index b6df4ecd..ae7445de 100644 --- a/lib/src/binding_http/http_client.dart +++ b/lib/src/binding_http/http_client.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/binding_http/http_client_factory.dart b/lib/src/binding_http/http_client_factory.dart index b6b72dcf..834754ab 100644 --- a/lib/src/binding_http/http_client_factory.dart +++ b/lib/src/binding_http/http_client_factory.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/binding_http/http_config.dart b/lib/src/binding_http/http_config.dart index 290060be..7bf2fd47 100644 --- a/lib/src/binding_http/http_config.dart +++ b/lib/src/binding_http/http_config.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/binding_http/http_security_exception.dart b/lib/src/binding_http/http_security_exception.dart index 332f7b7b..b8e0c192 100644 --- a/lib/src/binding_http/http_security_exception.dart +++ b/lib/src/binding_http/http_security_exception.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/binding_http/http_server.dart b/lib/src/binding_http/http_server.dart index 528f8eb4..3bccf531 100644 --- a/lib/src/binding_http/http_server.dart +++ b/lib/src/binding_http/http_server.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/binding_mqtt/constants.dart b/lib/src/binding_mqtt/constants.dart index b057d9b3..9b9fbacf 100644 --- a/lib/src/binding_mqtt/constants.dart +++ b/lib/src/binding_mqtt/constants.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/binding_mqtt/mqtt_binding_exception.dart b/lib/src/binding_mqtt/mqtt_binding_exception.dart index b20305f0..5994003b 100644 --- a/lib/src/binding_mqtt/mqtt_binding_exception.dart +++ b/lib/src/binding_mqtt/mqtt_binding_exception.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/binding_mqtt/mqtt_client.dart b/lib/src/binding_mqtt/mqtt_client.dart index cbb1ab6c..6ba4a776 100644 --- a/lib/src/binding_mqtt/mqtt_client.dart +++ b/lib/src/binding_mqtt/mqtt_client.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/binding_mqtt/mqtt_client_factory.dart b/lib/src/binding_mqtt/mqtt_client_factory.dart index 400b8ca0..10cc0ce0 100644 --- a/lib/src/binding_mqtt/mqtt_client_factory.dart +++ b/lib/src/binding_mqtt/mqtt_client_factory.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/binding_mqtt/mqtt_config.dart b/lib/src/binding_mqtt/mqtt_config.dart index a9e6babb..4febf344 100644 --- a/lib/src/binding_mqtt/mqtt_config.dart +++ b/lib/src/binding_mqtt/mqtt_config.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/binding_mqtt/mqtt_extensions.dart b/lib/src/binding_mqtt/mqtt_extensions.dart index 332a29dc..4e9fb468 100644 --- a/lib/src/binding_mqtt/mqtt_extensions.dart +++ b/lib/src/binding_mqtt/mqtt_extensions.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/binding_mqtt/mqtt_subscription.dart b/lib/src/binding_mqtt/mqtt_subscription.dart index 5b42529f..d01a3ee1 100644 --- a/lib/src/binding_mqtt/mqtt_subscription.dart +++ b/lib/src/binding_mqtt/mqtt_subscription.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/core/codecs/cbor_codec.dart b/lib/src/core/codecs/cbor_codec.dart index 8ec74839..27e1ab82 100644 --- a/lib/src/core/codecs/cbor_codec.dart +++ b/lib/src/core/codecs/cbor_codec.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/core/codecs/codec_media_type.dart b/lib/src/core/codecs/codec_media_type.dart index bdb378ff..8b96eee7 100644 --- a/lib/src/core/codecs/codec_media_type.dart +++ b/lib/src/core/codecs/codec_media_type.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/core/codecs/content_codec.dart b/lib/src/core/codecs/content_codec.dart index a9326321..190622b1 100644 --- a/lib/src/core/codecs/content_codec.dart +++ b/lib/src/core/codecs/content_codec.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/core/codecs/json_codec.dart b/lib/src/core/codecs/json_codec.dart index b2262945..655b591d 100644 --- a/lib/src/core/codecs/json_codec.dart +++ b/lib/src/core/codecs/json_codec.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/core/codecs/link_format_codec.dart b/lib/src/core/codecs/link_format_codec.dart index 65376f36..688983e1 100644 --- a/lib/src/core/codecs/link_format_codec.dart +++ b/lib/src/core/codecs/link_format_codec.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/core/consumed_thing.dart b/lib/src/core/consumed_thing.dart index 5e1ded06..14a1ebf3 100644 --- a/lib/src/core/consumed_thing.dart +++ b/lib/src/core/consumed_thing.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/core/content.dart b/lib/src/core/content.dart index ae6ba0b8..293529da 100644 --- a/lib/src/core/content.dart +++ b/lib/src/core/content.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/core/content_serdes.dart b/lib/src/core/content_serdes.dart index 979536f2..e3b3267e 100644 --- a/lib/src/core/content_serdes.dart +++ b/lib/src/core/content_serdes.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/core/credentials/ace_credentials.dart b/lib/src/core/credentials/ace_credentials.dart index 90f0031d..27ba5ac1 100644 --- a/lib/src/core/credentials/ace_credentials.dart +++ b/lib/src/core/credentials/ace_credentials.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/core/credentials/apikey_credentials.dart b/lib/src/core/credentials/apikey_credentials.dart index 786b7988..49e3ffd1 100644 --- a/lib/src/core/credentials/apikey_credentials.dart +++ b/lib/src/core/credentials/apikey_credentials.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/core/credentials/basic_credentials.dart b/lib/src/core/credentials/basic_credentials.dart index 1016d955..e0f1426d 100644 --- a/lib/src/core/credentials/basic_credentials.dart +++ b/lib/src/core/credentials/basic_credentials.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/core/credentials/bearer_credentials.dart b/lib/src/core/credentials/bearer_credentials.dart index 76a4d0ba..b876f5e7 100644 --- a/lib/src/core/credentials/bearer_credentials.dart +++ b/lib/src/core/credentials/bearer_credentials.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/core/credentials/credentials.dart b/lib/src/core/credentials/credentials.dart index ff375bec..43d1d0ee 100644 --- a/lib/src/core/credentials/credentials.dart +++ b/lib/src/core/credentials/credentials.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/core/credentials/digest_credentials.dart b/lib/src/core/credentials/digest_credentials.dart index 11eb7964..ebed7529 100644 --- a/lib/src/core/credentials/digest_credentials.dart +++ b/lib/src/core/credentials/digest_credentials.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/core/credentials/oauth2_credentials.dart b/lib/src/core/credentials/oauth2_credentials.dart index c84ee02d..166c4232 100644 --- a/lib/src/core/credentials/oauth2_credentials.dart +++ b/lib/src/core/credentials/oauth2_credentials.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/core/credentials/psk_credentials.dart b/lib/src/core/credentials/psk_credentials.dart index 9f01dba1..fa7ea115 100644 --- a/lib/src/core/credentials/psk_credentials.dart +++ b/lib/src/core/credentials/psk_credentials.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/core/exposed_thing.dart b/lib/src/core/exposed_thing.dart index cac90eba..efdaf6d9 100644 --- a/lib/src/core/exposed_thing.dart +++ b/lib/src/core/exposed_thing.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/core/interaction_output.dart b/lib/src/core/interaction_output.dart index 2d3e94d1..30d74202 100644 --- a/lib/src/core/interaction_output.dart +++ b/lib/src/core/interaction_output.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/core/protocol_interfaces/protocol_client.dart b/lib/src/core/protocol_interfaces/protocol_client.dart index 3d583783..06298c26 100644 --- a/lib/src/core/protocol_interfaces/protocol_client.dart +++ b/lib/src/core/protocol_interfaces/protocol_client.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/core/protocol_interfaces/protocol_client_factory.dart b/lib/src/core/protocol_interfaces/protocol_client_factory.dart index 21899aee..b495a0f0 100644 --- a/lib/src/core/protocol_interfaces/protocol_client_factory.dart +++ b/lib/src/core/protocol_interfaces/protocol_client_factory.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/core/protocol_interfaces/protocol_server.dart b/lib/src/core/protocol_interfaces/protocol_server.dart index 2a2dd071..9b4c261f 100644 --- a/lib/src/core/protocol_interfaces/protocol_server.dart +++ b/lib/src/core/protocol_interfaces/protocol_server.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/core/security_provider.dart b/lib/src/core/security_provider.dart index 1f076879..2e15848f 100644 --- a/lib/src/core/security_provider.dart +++ b/lib/src/core/security_provider.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/core/servient.dart b/lib/src/core/servient.dart index 63c8aa51..ce1d4ddb 100644 --- a/lib/src/core/servient.dart +++ b/lib/src/core/servient.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/core/thing_discovery.dart b/lib/src/core/thing_discovery.dart index 90ae3c94..28223b44 100644 --- a/lib/src/core/thing_discovery.dart +++ b/lib/src/core/thing_discovery.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/core/wot.dart b/lib/src/core/wot.dart index dae78dcc..7408e17e 100644 --- a/lib/src/core/wot.dart +++ b/lib/src/core/wot.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/definitions/additional_expected_response.dart b/lib/src/definitions/additional_expected_response.dart index 832e29da..3e3201c4 100644 --- a/lib/src/definitions/additional_expected_response.dart +++ b/lib/src/definitions/additional_expected_response.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/definitions/data_schema.dart b/lib/src/definitions/data_schema.dart index 13956dce..d6711ffe 100644 --- a/lib/src/definitions/data_schema.dart +++ b/lib/src/definitions/data_schema.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/definitions/expected_response.dart b/lib/src/definitions/expected_response.dart index 864f28f0..04a432f9 100644 --- a/lib/src/definitions/expected_response.dart +++ b/lib/src/definitions/expected_response.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/definitions/form.dart b/lib/src/definitions/form.dart index f781d23c..df164a18 100644 --- a/lib/src/definitions/form.dart +++ b/lib/src/definitions/form.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/definitions/interaction_affordances/action.dart b/lib/src/definitions/interaction_affordances/action.dart index f1a4c0af..7fbe4265 100644 --- a/lib/src/definitions/interaction_affordances/action.dart +++ b/lib/src/definitions/interaction_affordances/action.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/definitions/interaction_affordances/event.dart b/lib/src/definitions/interaction_affordances/event.dart index 31b4b218..39863dfb 100644 --- a/lib/src/definitions/interaction_affordances/event.dart +++ b/lib/src/definitions/interaction_affordances/event.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/definitions/interaction_affordances/interaction_affordance.dart b/lib/src/definitions/interaction_affordances/interaction_affordance.dart index 6a22d4e9..2ba95b09 100644 --- a/lib/src/definitions/interaction_affordances/interaction_affordance.dart +++ b/lib/src/definitions/interaction_affordances/interaction_affordance.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/definitions/interaction_affordances/property.dart b/lib/src/definitions/interaction_affordances/property.dart index 129b6e64..5053fd5e 100644 --- a/lib/src/definitions/interaction_affordances/property.dart +++ b/lib/src/definitions/interaction_affordances/property.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/definitions/link.dart b/lib/src/definitions/link.dart index d4ee733e..58c87600 100644 --- a/lib/src/definitions/link.dart +++ b/lib/src/definitions/link.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/definitions/operation_type.dart b/lib/src/definitions/operation_type.dart index 46ddef1f..2d78ae41 100644 --- a/lib/src/definitions/operation_type.dart +++ b/lib/src/definitions/operation_type.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/definitions/security/ace_security_scheme.dart b/lib/src/definitions/security/ace_security_scheme.dart index 9f04f64f..14a57df2 100644 --- a/lib/src/definitions/security/ace_security_scheme.dart +++ b/lib/src/definitions/security/ace_security_scheme.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/definitions/security/apikey_security_scheme.dart b/lib/src/definitions/security/apikey_security_scheme.dart index 637aa76c..21e29451 100644 --- a/lib/src/definitions/security/apikey_security_scheme.dart +++ b/lib/src/definitions/security/apikey_security_scheme.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/definitions/security/auto_security_scheme.dart b/lib/src/definitions/security/auto_security_scheme.dart index 2ff453ff..a766b475 100644 --- a/lib/src/definitions/security/auto_security_scheme.dart +++ b/lib/src/definitions/security/auto_security_scheme.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/definitions/security/basic_security_scheme.dart b/lib/src/definitions/security/basic_security_scheme.dart index 3df4d69f..baeb8658 100644 --- a/lib/src/definitions/security/basic_security_scheme.dart +++ b/lib/src/definitions/security/basic_security_scheme.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/definitions/security/bearer_security_scheme.dart b/lib/src/definitions/security/bearer_security_scheme.dart index 7a2fc0fd..1a3ecc3e 100644 --- a/lib/src/definitions/security/bearer_security_scheme.dart +++ b/lib/src/definitions/security/bearer_security_scheme.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/definitions/security/combo_security_scheme.dart b/lib/src/definitions/security/combo_security_scheme.dart index 41e722d6..272a8c3c 100644 --- a/lib/src/definitions/security/combo_security_scheme.dart +++ b/lib/src/definitions/security/combo_security_scheme.dart @@ -1,4 +1,4 @@ -// Copyright 2023 The NAMIB Project Developers. All rights reserved. +// Copyright 2023 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/definitions/security/digest_security_scheme.dart b/lib/src/definitions/security/digest_security_scheme.dart index 3ef7087c..08c2ae2f 100644 --- a/lib/src/definitions/security/digest_security_scheme.dart +++ b/lib/src/definitions/security/digest_security_scheme.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/definitions/security/no_security_scheme.dart b/lib/src/definitions/security/no_security_scheme.dart index b013af7d..7c95911d 100644 --- a/lib/src/definitions/security/no_security_scheme.dart +++ b/lib/src/definitions/security/no_security_scheme.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/definitions/security/oauth2_security_scheme.dart b/lib/src/definitions/security/oauth2_security_scheme.dart index bb4d3b9c..30b171d0 100644 --- a/lib/src/definitions/security/oauth2_security_scheme.dart +++ b/lib/src/definitions/security/oauth2_security_scheme.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/definitions/security/psk_security_scheme.dart b/lib/src/definitions/security/psk_security_scheme.dart index fc73c83f..f93c264e 100644 --- a/lib/src/definitions/security/psk_security_scheme.dart +++ b/lib/src/definitions/security/psk_security_scheme.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/definitions/security/security_scheme.dart b/lib/src/definitions/security/security_scheme.dart index 3bd5c7f9..2ea28490 100644 --- a/lib/src/definitions/security/security_scheme.dart +++ b/lib/src/definitions/security/security_scheme.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/definitions/thing_description.dart b/lib/src/definitions/thing_description.dart index 15663763..723d49a4 100644 --- a/lib/src/definitions/thing_description.dart +++ b/lib/src/definitions/thing_description.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/definitions/thing_model.dart b/lib/src/definitions/thing_model.dart index f623eedc..1ac286cc 100644 --- a/lib/src/definitions/thing_model.dart +++ b/lib/src/definitions/thing_model.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/definitions/validation/thing_description_schema.dart b/lib/src/definitions/validation/thing_description_schema.dart index 030deaef..16f9f1b4 100644 --- a/lib/src/definitions/validation/thing_description_schema.dart +++ b/lib/src/definitions/validation/thing_description_schema.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/definitions/validation/validation_exception.dart b/lib/src/definitions/validation/validation_exception.dart index 335af5ac..c5c48ff8 100644 --- a/lib/src/definitions/validation/validation_exception.dart +++ b/lib/src/definitions/validation/validation_exception.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/scripting_api/consumed_thing.dart b/lib/src/scripting_api/consumed_thing.dart index 1e57fc0a..b6711a04 100644 --- a/lib/src/scripting_api/consumed_thing.dart +++ b/lib/src/scripting_api/consumed_thing.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/scripting_api/discovery/discovery_method.dart b/lib/src/scripting_api/discovery/discovery_method.dart index 30ebbeca..54578f5f 100644 --- a/lib/src/scripting_api/discovery/discovery_method.dart +++ b/lib/src/scripting_api/discovery/discovery_method.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/scripting_api/discovery/thing_discovery.dart b/lib/src/scripting_api/discovery/thing_discovery.dart index 35328dfd..a50443d9 100644 --- a/lib/src/scripting_api/discovery/thing_discovery.dart +++ b/lib/src/scripting_api/discovery/thing_discovery.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/scripting_api/discovery/thing_filter.dart b/lib/src/scripting_api/discovery/thing_filter.dart index 05e9f0ef..667a4a9f 100644 --- a/lib/src/scripting_api/discovery/thing_filter.dart +++ b/lib/src/scripting_api/discovery/thing_filter.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/scripting_api/exposed_thing.dart b/lib/src/scripting_api/exposed_thing.dart index 0ce3913c..2406f694 100644 --- a/lib/src/scripting_api/exposed_thing.dart +++ b/lib/src/scripting_api/exposed_thing.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/scripting_api/interaction_options.dart b/lib/src/scripting_api/interaction_options.dart index 0c7c5f4d..445f298f 100644 --- a/lib/src/scripting_api/interaction_options.dart +++ b/lib/src/scripting_api/interaction_options.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/scripting_api/interaction_output.dart b/lib/src/scripting_api/interaction_output.dart index 7e1ea9da..db8521c3 100644 --- a/lib/src/scripting_api/interaction_output.dart +++ b/lib/src/scripting_api/interaction_output.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/scripting_api/subscription.dart b/lib/src/scripting_api/subscription.dart index 36100063..e2b82d39 100644 --- a/lib/src/scripting_api/subscription.dart +++ b/lib/src/scripting_api/subscription.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/scripting_api/types.dart b/lib/src/scripting_api/types.dart index ccdf3252..448a4b1a 100644 --- a/lib/src/scripting_api/types.dart +++ b/lib/src/scripting_api/types.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/lib/src/scripting_api/wot.dart b/lib/src/scripting_api/wot.dart index 4aa6208f..5efc82eb 100644 --- a/lib/src/scripting_api/wot.dart +++ b/lib/src/scripting_api/wot.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/test/binding_coap/binding_coap_test.dart b/test/binding_coap/binding_coap_test.dart index 212dbf09..2eaba109 100644 --- a/test/binding_coap/binding_coap_test.dart +++ b/test/binding_coap/binding_coap_test.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers +// Copyright 2022 Contributors to the Eclipse Foundation // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/test/binding_coap/coap_vocabulary_test.dart b/test/binding_coap/coap_vocabulary_test.dart index 84841f58..38d02a10 100644 --- a/test/binding_coap/coap_vocabulary_test.dart +++ b/test/binding_coap/coap_vocabulary_test.dart @@ -1,4 +1,4 @@ -// Copyright 2023 The NAMIB Project Developers +// Copyright 2023 Contributors to the Eclipse Foundation // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/test/binding_http/http_test.dart b/test/binding_http/http_test.dart index 38d12d66..6a878461 100644 --- a/test/binding_http/http_test.dart +++ b/test/binding_http/http_test.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/test/core/consumed_thing_test.dart b/test/core/consumed_thing_test.dart index 75e4ccc7..5e1bf26a 100644 --- a/test/core/consumed_thing_test.dart +++ b/test/core/consumed_thing_test.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/test/core/content_serdes_test.dart b/test/core/content_serdes_test.dart index 08c0fa41..21812375 100644 --- a/test/core/content_serdes_test.dart +++ b/test/core/content_serdes_test.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/test/core/dart_wot_test.dart b/test/core/dart_wot_test.dart index 9e4fcf99..2f0ff115 100644 --- a/test/core/dart_wot_test.dart +++ b/test/core/dart_wot_test.dart @@ -1,4 +1,4 @@ -// Copyright 2021 The NAMIB Project Developers. All rights reserved. +// Copyright 2021 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/test/core/definitions_test.dart b/test/core/definitions_test.dart index 06c9de94..ccae3920 100644 --- a/test/core/definitions_test.dart +++ b/test/core/definitions_test.dart @@ -1,4 +1,4 @@ -// Copyright 2022 The NAMIB Project Developers. All rights reserved. +// Copyright 2022 Contributors to the Eclipse Foundation. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //