summaryrefslogtreecommitdiff
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
parent745c20df37d4e7808dfd394337c4ef28e2b4dd91 (diff)
Use proper Unicode copyright glyph before someone gets upset.
-rw-r--r--Codec/Encryption/OpenPGP/ASCIIArmor.hs2
-rw-r--r--Codec/Encryption/OpenPGP/ASCIIArmor/Decode.hs2
-rw-r--r--Codec/Encryption/OpenPGP/ASCIIArmor/Encode.hs2
-rw-r--r--Codec/Encryption/OpenPGP/ASCIIArmor/Multipart.hs2
-rw-r--r--Codec/Encryption/OpenPGP/ASCIIArmor/Types.hs2
-rw-r--r--Codec/Encryption/OpenPGP/ASCIIArmor/Utils.hs2
-rw-r--r--Data/Digest/CRC24.hs2
-rw-r--r--LICENSE2
8 files changed, 8 insertions, 8 deletions
diff --git a/Codec/Encryption/OpenPGP/ASCIIArmor.hs b/Codec/Encryption/OpenPGP/ASCIIArmor.hs
index fcb7337..e38738a 100644
--- a/Codec/Encryption/OpenPGP/ASCIIArmor.hs
+++ b/Codec/Encryption/OpenPGP/ASCIIArmor.hs
@@ -1,5 +1,5 @@
1-- ASCIIArmor.hs: OpenPGP (RFC4880) ASCII armor implementation 1-- ASCIIArmor.hs: OpenPGP (RFC4880) ASCII armor 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
diff --git a/Codec/Encryption/OpenPGP/ASCIIArmor/Decode.hs b/Codec/Encryption/OpenPGP/ASCIIArmor/Decode.hs
index bfaef39..b1cc5c0 100644
--- a/Codec/Encryption/OpenPGP/ASCIIArmor/Decode.hs
+++ b/Codec/Encryption/OpenPGP/ASCIIArmor/Decode.hs
@@ -1,6 +1,6 @@
1{-# LANGUAGE OverloadedStrings #-} 1{-# LANGUAGE OverloadedStrings #-}
2-- ASCIIArmor/Decode.hs: OpenPGP (RFC4880) ASCII armor implementation 2-- ASCIIArmor/Decode.hs: OpenPGP (RFC4880) ASCII armor implementation
3-- Copyright 2012 Clint Adams 3-- Copyright © 2012 Clint Adams
4-- This software is released under the terms of the ISC license. 4-- This software is released under the terms of the ISC license.
5-- (See the LICENSE file). 5-- (See the LICENSE file).
6 6
diff --git a/Codec/Encryption/OpenPGP/ASCIIArmor/Encode.hs b/Codec/Encryption/OpenPGP/ASCIIArmor/Encode.hs
index cb7eb3d..a1f8bba 100644
--- a/Codec/Encryption/OpenPGP/ASCIIArmor/Encode.hs
+++ b/Codec/Encryption/OpenPGP/ASCIIArmor/Encode.hs
@@ -1,5 +1,5 @@
1-- ASCIIArmor/Encode.hs: OpenPGP (RFC4880) ASCII armor implementation 1-- ASCIIArmor/Encode.hs: OpenPGP (RFC4880) ASCII armor 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
diff --git a/Codec/Encryption/OpenPGP/ASCIIArmor/Multipart.hs b/Codec/Encryption/OpenPGP/ASCIIArmor/Multipart.hs
index e3f6c34..385074f 100644
--- a/Codec/Encryption/OpenPGP/ASCIIArmor/Multipart.hs
+++ b/Codec/Encryption/OpenPGP/ASCIIArmor/Multipart.hs
@@ -1,5 +1,5 @@
1-- ASCIIArmor/Multipart.hs: OpenPGP (RFC4880) ASCII armor implementation 1-- ASCIIArmor/Multipart.hs: OpenPGP (RFC4880) ASCII armor 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
diff --git a/Codec/Encryption/OpenPGP/ASCIIArmor/Types.hs b/Codec/Encryption/OpenPGP/ASCIIArmor/Types.hs
index fa83d23..bcc74a2 100644
--- a/Codec/Encryption/OpenPGP/ASCIIArmor/Types.hs
+++ b/Codec/Encryption/OpenPGP/ASCIIArmor/Types.hs
@@ -1,5 +1,5 @@
1-- ASCIIArmor/Decode.hs: OpenPGP (RFC4880) ASCII armor implementation 1-- ASCIIArmor/Decode.hs: OpenPGP (RFC4880) ASCII armor 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
diff --git a/Codec/Encryption/OpenPGP/ASCIIArmor/Utils.hs b/Codec/Encryption/OpenPGP/ASCIIArmor/Utils.hs
index dddecab..8dacc70 100644
--- a/Codec/Encryption/OpenPGP/ASCIIArmor/Utils.hs
+++ b/Codec/Encryption/OpenPGP/ASCIIArmor/Utils.hs
@@ -1,5 +1,5 @@
1-- ASCIIArmor/Utils.hs: OpenPGP (RFC4880) ASCII armor implementation 1-- ASCIIArmor/Utils.hs: OpenPGP (RFC4880) ASCII armor 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
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
diff --git a/LICENSE b/LICENSE
index db7a166..f37d724 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
1Copyright 2012 Clint Adams <clint@debian.org> 1Copyright © 2012 Clint Adams <clint@debian.org>
2 2
3Permission to use, copy, modify, and/or distribute this software 3Permission to use, copy, modify, and/or distribute this software
4for any purpose with or without fee is hereby granted, provided 4for any purpose with or without fee is hereby granted, provided