summaryrefslogtreecommitdiff
path: root/Data
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-07-27 23:33:03 -0400
committerClint Adams <clint@debian.org>2012-07-27 23:33:03 -0400
commit3a9f6d91f4b1e36d92ea18237ae8caf1bb639203 (patch)
treec1a1a06ea4ef91990bb9abd21df7fe7285c5673d /Data
parent745c20df37d4e7808dfd394337c4ef28e2b4dd91 (diff)
Use proper Unicode copyright glyph before someone gets upset.
Diffstat (limited to 'Data')
-rw-r--r--Data/Digest/CRC24.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Data/Digest/CRC24.hs b/Data/Digest/CRC24.hs
index 87b3bc9..e8eec92 100644
--- a/Data/Digest/CRC24.hs
+++ b/Data/Digest/CRC24.hs
@@ -1,5 +1,5 @@
1-- CRC24.hs: OpenPGP (RFC4880) CRC24 implementation 1-- CRC24.hs: OpenPGP (RFC4880) CRC24 implementation
2-- Copyright 2012 Clint Adams 2-- Copyright © 2012 Clint Adams
3-- This software is released under the terms of the ISC license. 3-- This software is released under the terms of the ISC license.
4-- (See the LICENSE file). 4-- (See the LICENSE file).
5 5