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';