Skip to content

Commit

Permalink
chore: use correct license header for CoAP test files
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Dec 1, 2023
1 parent b686b57 commit 1cf3176
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
12 changes: 4 additions & 8 deletions test/binding_coap/binding_coap_test.dart
Original file line number Diff line number Diff line change
@@ -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 <LICENSE-APACHE or
// https://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or https://opensource.org/licenses/MIT>, 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';
Expand Down
12 changes: 4 additions & 8 deletions test/binding_coap/coap_vocabulary_test.dart
Original file line number Diff line number Diff line change
@@ -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 <LICENSE-APACHE or
// https://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or https://opensource.org/licenses/MIT>, 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';
Expand Down

0 comments on commit 1cf3176

Please sign in to comment.