From 3f526b003cb18b4f342c01784d073450c000ed33 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 9 Dec 2021 17:25:35 +1100 Subject: Updated licenses according to gpl-howto. --- Puzzle10.hs | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'Puzzle10.hs') diff --git a/Puzzle10.hs b/Puzzle10.hs index f27d9df..c8b7bfa 100644 --- a/Puzzle10.hs +++ b/Puzzle10.hs @@ -1,4 +1,20 @@ --- Author: Yuchen Pei (me@ypei.me) +{- +Copyright (C) 2017 Yuchen Pei. + +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 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 +. +-} module Puzzle10 (knotHash) where import Data.List.Split (splitOn) import Data.Bits (xor) -- cgit v1.2.3