From 33e412b59b4fbcbbd16a58e42c6b897c6cf708aa Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Mon, 26 Dec 2016 17:49:43 +0000 Subject: [PATCH] bump license --- LICENSE | 2 +- README.md | 2 +- docs/List.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 4c9be4152..fd522c54c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2016, Stephen Diehl +Copyright (c) 2016-2017, Stephen Diehl Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/README.md b/README.md index c12b2451a..128b71c9e 100644 --- a/README.md +++ b/README.md @@ -161,4 +161,4 @@ License ------- Released under the MIT License. -Copyright (c) 2016, Stephen Diehl +Copyright (c) 2016-2017, Stephen Diehl diff --git a/docs/List.md b/docs/List.md index d70db3a19..7c39f02b2 100644 --- a/docs/List.md +++ b/docs/List.md @@ -79,7 +79,7 @@ uncons :: [a] -> Maybe (a, [a]) unsnoc :: [x] -> Maybe ([x],x) ``` -#### unsnoc +#### list ```haskell list :: [b] -> (a -> b) -> [a] -> [b]