Skip to content

Commit

Permalink
replace file header license with spdx
Browse files Browse the repository at this point in the history
  • Loading branch information
anthochamp committed Feb 4, 2024
1 parent 4b0f5af commit faf53fb
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions lib/ac_inet_connectivity_checker.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2023, Anthony Champagne. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// SPDX-FileCopyrightText: © 2023 - 2024 Anthony Champagne <dev@anthonychampagne.fr>
//
// SPDX-License-Identifier: BSD-3-Clause

export 'src/inet_concurrent_connectivity_checker.dart';
export 'src/inet_connectivity_checker.dart';
Expand Down
6 changes: 3 additions & 3 deletions lib/src/inet_concurrent_connectivity_checker.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2023, Anthony Champagne. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// SPDX-FileCopyrightText: © 2023 - 2024 Anthony Champagne <dev@anthonychampagne.fr>
//
// SPDX-License-Identifier: BSD-3-Clause

import 'dart:async';

Expand Down
6 changes: 3 additions & 3 deletions lib/src/inet_connectivity_checker.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2023, Anthony Champagne. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// SPDX-FileCopyrightText: © 2023 - 2024 Anthony Champagne <dev@anthonychampagne.fr>
//
// SPDX-License-Identifier: BSD-3-Clause

import 'dart:async';
import 'dart:io';
Expand Down
6 changes: 3 additions & 3 deletions lib/src/inet_endpoint.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2023, Anthony Champagne. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// SPDX-FileCopyrightText: © 2023 - 2024 Anthony Champagne <dev@anthonychampagne.fr>
//
// SPDX-License-Identifier: BSD-3-Clause

import 'package:freezed_annotation/freezed_annotation.dart';

Expand Down
6 changes: 3 additions & 3 deletions lib/src/root_name_servers.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2023, Anthony Champagne. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// SPDX-FileCopyrightText: © 2023 - 2024 Anthony Champagne <dev@anthonychampagne.fr>
//
// SPDX-License-Identifier: BSD-3-Clause

import 'inet_endpoint.dart';

Expand Down

0 comments on commit faf53fb

Please sign in to comment.