From 2ff2c8cddf0463f868b88f312fc4356af44e8820 Mon Sep 17 00:00:00 2001 From: sneurlax Date: Thu, 3 Oct 2024 17:59:08 -0500 Subject: [PATCH] fix linter: attribute, license removing the copyright notice was an oversight, sorry; because you mentioned you're OK with attributing this to Cypher Stack since I wrote it, I've attributed it thusly --- lib/socks_socket.dart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/socks_socket.dart b/lib/socks_socket.dart index 23bd5f8..ef47bde 100644 --- a/lib/socks_socket.dart +++ b/lib/socks_socket.dart @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 Cypher Stack LLC +// +// SPDX-License-Identifier: MIT + import 'dart:async'; import 'dart:convert'; import 'dart:io';