From ce38cd3836c4954c4bc03db9c7e43e89b01ee0a8 Mon Sep 17 00:00:00 2001 From: Adrien Hopkins Date: Sun, 12 Nov 2023 15:33:53 -0500 Subject: 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! --- print_digit_map.go | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'print_digit_map.go') diff --git a/print_digit_map.go b/print_digit_map.go index 3e59c8c..1bbfa8b 100644 --- a/print_digit_map.go +++ b/print_digit_map.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 . +*/ + package main import ( -- cgit v1.2.3