From 2896557e40811702ded298cff3bece1997a2ece8 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Fri, 5 Jan 2024 03:59:04 +0100 Subject: [PATCH 1/4] chore: add missing copyright header to coap_extensions file --- lib/src/binding_coap/coap_extensions.dart | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/src/binding_coap/coap_extensions.dart b/lib/src/binding_coap/coap_extensions.dart index 8e409f04..3b25f49e 100644 --- a/lib/src/binding_coap/coap_extensions.dart +++ b/lib/src/binding_coap/coap_extensions.dart @@ -1,3 +1,9 @@ +// 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. +// +// SPDX-License-Identifier: BSD-3-Clause + import "dart:io"; import "dart:typed_data"; From 4164509ab90157c48178ab2fea1bfbf98f097f99 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Fri, 5 Jan 2024 04:01:26 +0100 Subject: [PATCH 2/4] chore: add missing copyright header to http_request_method file --- lib/src/binding_http/http_request_method.dart | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/src/binding_http/http_request_method.dart b/lib/src/binding_http/http_request_method.dart index c8551bbe..4d7ed258 100644 --- a/lib/src/binding_http/http_request_method.dart +++ b/lib/src/binding_http/http_request_method.dart @@ -1,3 +1,9 @@ +// 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. +// +// SPDX-License-Identifier: BSD-3-Clause + import "../definitions/form.dart"; import "../definitions/operation_type.dart"; From 2ff4c9c242c5626bfbb0261a38c19240081adf56 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Fri, 5 Jan 2024 04:04:58 +0100 Subject: [PATCH 3/4] chore: add missing copyright header to json_parser file --- lib/src/definitions/extensions/json_parser.dart | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/src/definitions/extensions/json_parser.dart b/lib/src/definitions/extensions/json_parser.dart index bd1c1391..b1a3b01d 100644 --- a/lib/src/definitions/extensions/json_parser.dart +++ b/lib/src/definitions/extensions/json_parser.dart @@ -1,3 +1,9 @@ +// 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. +// +// SPDX-License-Identifier: BSD-3-Clause + import "package:collection/collection.dart"; import "package:curie/curie.dart"; From 2c238e31356bba7c1e6a3e201a68ced3e0ae4222 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Fri, 5 Jan 2024 04:06:07 +0100 Subject: [PATCH 4/4] chore: add missing copyright header to version_info file --- lib/src/definitions/version_info.dart | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/src/definitions/version_info.dart b/lib/src/definitions/version_info.dart index 1c3550f7..c2a485e7 100644 --- a/lib/src/definitions/version_info.dart +++ b/lib/src/definitions/version_info.dart @@ -1,3 +1,9 @@ +// 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. +// +// SPDX-License-Identifier: BSD-3-Clause + import "package:curie/curie.dart"; import "extensions/json_parser.dart";