Skip to content

Commit

Permalink
chore: add missing copyright header to coap_extensions file
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jan 5, 2024
1 parent a6396c2 commit 2896557
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/src/binding_coap/coap_extensions.dart
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit 2896557

Please sign in to comment.