From d3ff4b1d32f2b5ab6b27f13a315f10dd6d49076a Mon Sep 17 00:00:00 2001 From: sneurlax Date: Thu, 3 Oct 2024 17:57:16 -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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/socks_socket.dart b/lib/socks_socket.dart index 23bd5f8..b4a9efe 100644 --- a/lib/socks_socket.dart +++ b/lib/socks_socket.dart @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2024 Cypher Stack LLC +// SPDX-License-Identifier: MIT + import 'dart:async'; import 'dart:convert'; import 'dart:io';