From 32cdc45f2ccbff56d0f37b7b1105fa775aa2a6df Mon Sep 17 00:00:00 2001 From: guoqiang Date: Thu, 26 Dec 2024 09:14:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E8=AE=B8=E5=8F=AF?= =?UTF-8?q?=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- structnum.go | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/structnum.go b/structnum.go index b0c9bb6..0e239a7 100644 --- a/structnum.go +++ b/structnum.go @@ -1,3 +1,20 @@ +/* + Copyright (c) 2024 l0g1n + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + package docx import (