summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2019-06-30 11:07:59 -0400
committerClint Adams <clint@debian.org>2019-06-30 11:07:59 -0400
commit2e668b8a7befac97a4fd4c1d928fc55a4f3eefc3 (patch)
treeff4cebce1ee05fd4fe6640f696b4632b395ff667 /bench
parent0734e5bbe64e1daeaea74cc29a6631d84cf6c3e1 (diff)
switch license to MIT/Expat
Diffstat (limited to 'bench')
-rw-r--r--bench/mark.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/mark.hs b/bench/mark.hs
index cf1f20f..607b9ee 100644
--- a/bench/mark.hs
+++ b/bench/mark.hs
@@ -1,6 +1,6 @@
1-- mark.hs: openpgp-asciiarmor benchmark suite 1-- mark.hs: openpgp-asciiarmor benchmark suite
2-- Copyright © 2018-2019 Clint Adams 2-- Copyright © 2018-2019 Clint Adams
3-- This software is released under the terms of the ISC license. 3-- This software is released under the terms of the Expat license.
4-- (See the LICENSE file). 4-- (See the LICENSE file).
5 5
6{-# LANGUAGE FlexibleContexts, OverloadedStrings #-} 6{-# LANGUAGE FlexibleContexts, OverloadedStrings #-}