From 277bc4f9eb3c9073d34e778a8c3b5b5de070e6d9 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 31 Mar 2025 14:38:59 +0800 Subject: Add missing license header to irc.go --- irc.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'irc.go') diff --git a/irc.go b/irc.go index a5d6723..dac9379 100644 --- a/irc.go +++ b/irc.go @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu + package main import ( -- cgit v1.2.3