commit cda8429547a5f9a18a6e12b4d8b5105ceffbce5f parent 171131e3f58e3bfc612cd9f746c18d22f7aa47e7 Author: Lou Woell <lou.woell@posteo.de> Date: Mon, 6 Oct 2025 18:35:16 +0200 [find-refs] add license info Diffstat:
| M | cmd/harehelper/find_refs.ha | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/cmd/harehelper/find_refs.ha b/cmd/harehelper/find_refs.ha @@ -1,3 +1,17 @@ +// Copyright (C) 2025 Lou Woell <lou@repetitions.de> + +// This program is free software: you can redistribute it and/or modify it under +// the terms of the GNU General Public License as published by the Free Software +// Foundation, version 3. + +// 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/>. + use bufio; use fmt; use fs;