summaryrefslogtreecommitdiff
path: root/factor_info.go
diff options
context:
space:
mode:
authorAdrien Hopkins <adrien.p.hopkins@gmail.com>2023-11-12 15:33:53 -0500
committerAdrien Hopkins <adrien.p.hopkins@gmail.com>2023-11-12 15:57:32 -0500
commitce38cd3836c4954c4bc03db9c7e43e89b01ee0a8 (patch)
treef6a90c0d249b611809a3daa127c75d29219ba6f4 /factor_info.go
parent2cc0f9607872b8bd4fc6be2656a7b7a769b538b2 (diff)
Add per-file copyright notices & contact info
This is the safest thing to do to ensure my software is free while avoiding legal trouble ... hopefully, I'm not a lawyer!
Diffstat (limited to 'factor_info.go')
-rw-r--r--factor_info.go16
1 files changed, 16 insertions, 0 deletions
diff --git a/factor_info.go b/factor_info.go
index f3193b5..1988b2c 100644
--- a/factor_info.go
+++ b/factor_info.go
@@ -1,3 +1,19 @@
+/* This script is part of radix_info.
+ Copyright (C) 2023 Adrien Hopkins
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of version 3 of the GNU General Public License
+ as published by the Free Software Foundation.
+
+ 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 General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+*/
+
package main
import (