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. --- Puzzle13.hs | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'Puzzle13.hs') diff --git a/Puzzle13.hs b/Puzzle13.hs index b6a8788..3ed1be8 100644 --- a/Puzzle13.hs +++ b/Puzzle13.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 +. +-} import Data.List.Split (splitOn) f :: (Int, Int) -> Int -- cgit v1.2.3