From 1cf3176ec2eb5fa86f9a15f757222b74b44adb64 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Fri, 1 Dec 2023 12:53:08 +0100 Subject: [PATCH] chore: use correct license header for CoAP test files --- test/binding_coap/binding_coap_test.dart | 12 ++++-------- test/binding_coap/coap_vocabulary_test.dart | 12 ++++-------- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/test/binding_coap/binding_coap_test.dart b/test/binding_coap/binding_coap_test.dart index 2eaba109..c0d100a4 100644 --- a/test/binding_coap/binding_coap_test.dart +++ b/test/binding_coap/binding_coap_test.dart @@ -1,12 +1,8 @@ -// Copyright 2022 Contributors to the Eclipse Foundation +// 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. // -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. -// -// SPDX-License-Identifier: MIT OR Apache-2.0 +// SPDX-License-Identifier: BSD-3-Clause import 'package:dart_wot/dart_wot.dart'; import 'package:mockito/annotations.dart'; diff --git a/test/binding_coap/coap_vocabulary_test.dart b/test/binding_coap/coap_vocabulary_test.dart index a8565c55..1d645cfd 100644 --- a/test/binding_coap/coap_vocabulary_test.dart +++ b/test/binding_coap/coap_vocabulary_test.dart @@ -1,12 +1,8 @@ -// Copyright 2023 Contributors to the Eclipse Foundation +// 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. // -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. -// -// SPDX-License-Identifier: MIT OR Apache-2.0 +// SPDX-License-Identifier: BSD-3-Clause import 'package:coap/coap.dart'; import 'package:dart_wot/dart_wot.dart';