summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Sanin <aleksey@src.gnome.org>2003-07-21 03:12:58 +0000
committerAleksey Sanin <aleksey@src.gnome.org>2003-07-21 03:12:58 +0000
commit4b75b4dd6a3b9abc5910d0be68efe6347884dc2c (patch)
treedc81f78ef0149a7a4d7d29ddae60d71cafd80b33
parent710ee4cc64942eda029d595d2e400a8d190cc7d7 (diff)
downloadxmlsec1-4b75b4dd6a3b9abc5910d0be68efe6347884dc2c.tar.gz
xmlsec1-4b75b4dd6a3b9abc5910d0be68efe6347884dc2c.tar.bz2
xmlsec1-4b75b4dd6a3b9abc5910d0be68efe6347884dc2c.zip
updated copyrights everywhere
-rw-r--r--ChangeLog5
-rw-r--r--Copyright2
-rw-r--r--apps/cmdline.c2
-rw-r--r--apps/cmdline.h2
-rw-r--r--apps/crypto.c2
-rw-r--r--apps/crypto.h2
-rw-r--r--apps/xmlsec.c2
-rw-r--r--docs/api/xmlsec-custom-keys-manager.html2
-rw-r--r--docs/api/xmlsec-decrypt-with-keys-mngr.html2
-rw-r--r--docs/api/xmlsec-decrypt-with-signle-key.html2
-rw-r--r--docs/api/xmlsec-encrypt-dynamic-template.html2
-rw-r--r--docs/api/xmlsec-encrypt-template-file.html2
-rw-r--r--docs/api/xmlsec-encrypt-with-session-key.html2
-rw-r--r--docs/api/xmlsec-examples-sign-dynamimc-template.html2
-rw-r--r--docs/api/xmlsec-examples-sign-template-file.html2
-rw-r--r--docs/api/xmlsec-examples-sign-x509.html2
-rw-r--r--docs/api/xmlsec-verify-with-key.html2
-rw-r--r--docs/api/xmlsec-verify-with-keys-mngr.html2
-rw-r--r--docs/api/xmlsec-verify-with-restrictions.html2
-rw-r--r--docs/api/xmlsec-verify-with-x509.html2
-rw-r--r--examples/decrypt1.c2
-rw-r--r--examples/decrypt2.c2
-rw-r--r--examples/decrypt3.c2
-rw-r--r--examples/encrypt1.c2
-rw-r--r--examples/encrypt2.c2
-rw-r--r--examples/encrypt3.c2
-rw-r--r--examples/sign1.c2
-rw-r--r--examples/sign2.c2
-rw-r--r--examples/sign3.c2
-rw-r--r--examples/verify1.c2
-rw-r--r--examples/verify2.c2
-rw-r--r--examples/verify3.c2
-rw-r--r--examples/verify4.c2
-rw-r--r--include/xmlsec/base64.h2
-rw-r--r--include/xmlsec/buffer.h2
-rw-r--r--include/xmlsec/crypto.h2
-rw-r--r--include/xmlsec/errors.h2
-rw-r--r--include/xmlsec/exports.h2
-rw-r--r--include/xmlsec/gnutls/app.h2
-rw-r--r--include/xmlsec/gnutls/crypto.h2
-rw-r--r--include/xmlsec/gnutls/symbols.h2
-rw-r--r--include/xmlsec/io.h2
-rw-r--r--include/xmlsec/keyinfo.h2
-rw-r--r--include/xmlsec/keys.h2
-rw-r--r--include/xmlsec/keysdata.h2
-rw-r--r--include/xmlsec/keysmngr.h2
-rw-r--r--include/xmlsec/list.h2
-rw-r--r--include/xmlsec/membuf.h2
-rw-r--r--include/xmlsec/nodeset.h2
-rw-r--r--include/xmlsec/nss/app.h2
-rw-r--r--include/xmlsec/nss/crypto.h2
-rw-r--r--include/xmlsec/nss/symbols.h2
-rw-r--r--include/xmlsec/openssl/app.h2
-rw-r--r--include/xmlsec/openssl/bn.h2
-rw-r--r--include/xmlsec/openssl/crypto.h2
-rw-r--r--include/xmlsec/openssl/evp.h2
-rw-r--r--include/xmlsec/openssl/symbols.h2
-rw-r--r--include/xmlsec/openssl/x509.h2
-rw-r--r--include/xmlsec/parser.h2
-rw-r--r--include/xmlsec/skeleton/app.h2
-rw-r--r--include/xmlsec/skeleton/crypto.h2
-rw-r--r--include/xmlsec/skeleton/symbols.h2
-rw-r--r--include/xmlsec/strings.h2
-rw-r--r--include/xmlsec/templates.h2
-rw-r--r--include/xmlsec/transforms.h2
-rw-r--r--include/xmlsec/version.h2
-rw-r--r--include/xmlsec/version.h.in2
-rw-r--r--include/xmlsec/xkms.h2
-rw-r--r--include/xmlsec/xmldsig.h2
-rw-r--r--include/xmlsec/xmlenc.h2
-rw-r--r--include/xmlsec/xmlsec.h2
-rw-r--r--include/xmlsec/xmltree.h2
-rw-r--r--src/base64.c2
-rw-r--r--src/buffer.c2
-rw-r--r--src/c14n.c2
-rw-r--r--src/enveloped.c2
-rw-r--r--src/errors.c2
-rw-r--r--src/globals.h2
-rw-r--r--src/gnutls/app.c2
-rw-r--r--src/gnutls/ciphers.c2
-rw-r--r--src/gnutls/crypto.c2
-rw-r--r--src/gnutls/digests.c2
-rw-r--r--src/gnutls/globals.h2
-rw-r--r--src/gnutls/hmac.c2
-rw-r--r--src/gnutls/symkeys.c2
-rw-r--r--src/io.c2
-rw-r--r--src/keyinfo.c2
-rw-r--r--src/keys.c2
-rw-r--r--src/keysdata.c2
-rw-r--r--src/keysmngr.c2
-rw-r--r--src/list.c2
-rw-r--r--src/membuf.c2
-rw-r--r--src/nodeset.c2
-rw-r--r--src/nss/app.c2
-rw-r--r--src/nss/ciphers.c2
-rw-r--r--src/nss/crypto.c2
-rw-r--r--src/nss/digests.c2
-rw-r--r--src/nss/globals.h2
-rw-r--r--src/nss/hmac.c2
-rw-r--r--src/nss/symkeys.c2
-rw-r--r--src/openssl/app.c2
-rw-r--r--src/openssl/bn.c2
-rw-r--r--src/openssl/ciphers.c2
-rw-r--r--src/openssl/crypto.c2
-rw-r--r--src/openssl/digests.c2
-rw-r--r--src/openssl/evp.c2
-rw-r--r--src/openssl/globals.h2
-rw-r--r--src/openssl/hmac.c2
-rw-r--r--src/openssl/kt_rsa.c2
-rw-r--r--src/openssl/kw_aes.c2
-rw-r--r--src/openssl/kw_des.c2
-rw-r--r--src/openssl/signatures.c2
-rw-r--r--src/openssl/symkeys.c2
-rw-r--r--src/openssl/x509.c2
-rw-r--r--src/openssl/x509vfy.c2
-rw-r--r--src/parser.c2
-rw-r--r--src/skeleton/app.c2
-rw-r--r--src/skeleton/crypto.c2
-rw-r--r--src/skeleton/globals.h2
-rw-r--r--src/strings.c2
-rw-r--r--src/templates.c2
-rw-r--r--src/transforms.c2
-rw-r--r--src/xkms.c2
-rw-r--r--src/xmldsig.c2
-rw-r--r--src/xmlenc.c2
-rw-r--r--src/xmlsec.c2
-rw-r--r--src/xmltree.c2
-rw-r--r--src/xpath.c2
-rw-r--r--src/xslt.c2
-rw-r--r--tests/keys.xml44
130 files changed, 155 insertions, 150 deletions
diff --git a/ChangeLog b/ChangeLog
index fde565af..3bb06ea9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun 20 Jul 2003 08:10:53 PM PDT Aleksey Sanin <aleksey@aleksey.com>
+
+ * apps/ include/ src/ docs/api/ Copyright: updated copyrights
+ everywhere
+
Fri 18 Jul 2003 10:30:33 AM PDT Aleksey Sanin <aleksey@aleksey.com>
* HACKING: added a coding and commiting rules
diff --git a/Copyright b/Copyright
index ae4cfe4a..b7ae301a 100644
--- a/Copyright
+++ b/Copyright
@@ -1,4 +1,4 @@
-Copyright (C) 2002 Aleksey Sanin. All Rights Reserved.
+Copyright (C) 2002-2003 Aleksey Sanin. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/apps/cmdline.c b/apps/cmdline.c
index ec898776..c44b3eda 100644
--- a/apps/cmdline.c
+++ b/apps/cmdline.c
@@ -5,7 +5,7 @@
*
* See Copyright for the status of this software.
*
- * Author: Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#if defined(_MSC_VER)
#define snprintf _snprintf
diff --git a/apps/cmdline.h b/apps/cmdline.h
index cf3cb8ff..60391222 100644
--- a/apps/cmdline.h
+++ b/apps/cmdline.h
@@ -5,7 +5,7 @@
*
* See Copyright for the status of this software.
*
- * Author: Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_APPS_CMDLINE_H__
#define __XMLSEC_APPS_CMDLINE_H__
diff --git a/apps/crypto.c b/apps/crypto.c
index ff4f581f..9a46e838 100644
--- a/apps/crypto.c
+++ b/apps/crypto.c
@@ -5,7 +5,7 @@
*
* See Copyright for the status of this software.
*
- * Author: Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#if defined(_MSC_VER)
#define snprintf _snprintf
diff --git a/apps/crypto.h b/apps/crypto.h
index 29571d32..1ce2c3e9 100644
--- a/apps/crypto.h
+++ b/apps/crypto.h
@@ -4,7 +4,7 @@
*
* See Copyright for the status of this software.
*
- * Author: Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_APPS_CRYPTO_H__
#define __XMLSEC_APPS_CRYPTO_H__
diff --git a/apps/xmlsec.c b/apps/xmlsec.c
index 3e1e554d..4e2028b4 100644
--- a/apps/xmlsec.c
+++ b/apps/xmlsec.c
@@ -3,7 +3,7 @@
*
* See Copyright for the status of this software.
*
- * Author: Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include <stdlib.h>
#include <string.h>
diff --git a/docs/api/xmlsec-custom-keys-manager.html b/docs/api/xmlsec-custom-keys-manager.html
index 1ae412e3..aab01bd3 100644
--- a/docs/api/xmlsec-custom-keys-manager.html
+++ b/docs/api/xmlsec-custom-keys-manager.html
@@ -83,7 +83,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
+ * Copyright (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
*/
#include &lt;stdlib.h&gt;
#include &lt;string.h&gt;
diff --git a/docs/api/xmlsec-decrypt-with-keys-mngr.html b/docs/api/xmlsec-decrypt-with-keys-mngr.html
index 94caef06..536ec57d 100644
--- a/docs/api/xmlsec-decrypt-with-keys-mngr.html
+++ b/docs/api/xmlsec-decrypt-with-keys-mngr.html
@@ -82,7 +82,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
+ * Copyright (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
*/
#include &lt;stdlib.h&gt;
#include &lt;string.h&gt;
diff --git a/docs/api/xmlsec-decrypt-with-signle-key.html b/docs/api/xmlsec-decrypt-with-signle-key.html
index 9f5ce575..0bc167b0 100644
--- a/docs/api/xmlsec-decrypt-with-signle-key.html
+++ b/docs/api/xmlsec-decrypt-with-signle-key.html
@@ -81,7 +81,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
+ * Copyright (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
*/
#include &lt;stdlib.h&gt;
#include &lt;string.h&gt;
diff --git a/docs/api/xmlsec-encrypt-dynamic-template.html b/docs/api/xmlsec-encrypt-dynamic-template.html
index 654f27ca..d2f7b7be 100644
--- a/docs/api/xmlsec-encrypt-dynamic-template.html
+++ b/docs/api/xmlsec-encrypt-dynamic-template.html
@@ -84,7 +84,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
+ * Copyright (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
*/
#include &lt;stdlib.h&gt;
#include &lt;string.h&gt;
diff --git a/docs/api/xmlsec-encrypt-template-file.html b/docs/api/xmlsec-encrypt-template-file.html
index 4bcfc256..19f02266 100644
--- a/docs/api/xmlsec-encrypt-template-file.html
+++ b/docs/api/xmlsec-encrypt-template-file.html
@@ -83,7 +83,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
+ * Copyright (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
*/
#include &lt;stdlib.h&gt;
#include &lt;string.h&gt;
diff --git a/docs/api/xmlsec-encrypt-with-session-key.html b/docs/api/xmlsec-encrypt-with-session-key.html
index 5f52aeff..950c5bac 100644
--- a/docs/api/xmlsec-encrypt-with-session-key.html
+++ b/docs/api/xmlsec-encrypt-with-session-key.html
@@ -84,7 +84,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
+ * Copyright (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
*/
#include &lt;stdlib.h&gt;
#include &lt;string.h&gt;
diff --git a/docs/api/xmlsec-examples-sign-dynamimc-template.html b/docs/api/xmlsec-examples-sign-dynamimc-template.html
index 69fda32c..7316cb6d 100644
--- a/docs/api/xmlsec-examples-sign-dynamimc-template.html
+++ b/docs/api/xmlsec-examples-sign-dynamimc-template.html
@@ -85,7 +85,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
+ * Copyright (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
*/
#include &lt;stdlib.h&gt;
#include &lt;string.h&gt;
diff --git a/docs/api/xmlsec-examples-sign-template-file.html b/docs/api/xmlsec-examples-sign-template-file.html
index 7e9a40fa..fedf7416 100644
--- a/docs/api/xmlsec-examples-sign-template-file.html
+++ b/docs/api/xmlsec-examples-sign-template-file.html
@@ -83,7 +83,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
+ * Copyright (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
*/
#include &lt;stdlib.h&gt;
#include &lt;string.h&gt;
diff --git a/docs/api/xmlsec-examples-sign-x509.html b/docs/api/xmlsec-examples-sign-x509.html
index 27f60427..8f5d898b 100644
--- a/docs/api/xmlsec-examples-sign-x509.html
+++ b/docs/api/xmlsec-examples-sign-x509.html
@@ -89,7 +89,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
+ * Copyright (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
*/
#include &lt;stdlib.h&gt;
#include &lt;string.h&gt;
diff --git a/docs/api/xmlsec-verify-with-key.html b/docs/api/xmlsec-verify-with-key.html
index f1b69f1a..43ce3a4f 100644
--- a/docs/api/xmlsec-verify-with-key.html
+++ b/docs/api/xmlsec-verify-with-key.html
@@ -81,7 +81,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
+ * Copyright (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
*/
#include &lt;stdlib.h&gt;
#include &lt;string.h&gt;
diff --git a/docs/api/xmlsec-verify-with-keys-mngr.html b/docs/api/xmlsec-verify-with-keys-mngr.html
index 0c979f67..c6830c41 100644
--- a/docs/api/xmlsec-verify-with-keys-mngr.html
+++ b/docs/api/xmlsec-verify-with-keys-mngr.html
@@ -81,7 +81,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
+ * Copyright (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
*/
#include &lt;stdlib.h&gt;
#include &lt;string.h&gt;
diff --git a/docs/api/xmlsec-verify-with-restrictions.html b/docs/api/xmlsec-verify-with-restrictions.html
index 4be6fafb..0384d606 100644
--- a/docs/api/xmlsec-verify-with-restrictions.html
+++ b/docs/api/xmlsec-verify-with-restrictions.html
@@ -91,7 +91,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
+ * Copyright (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
*/
#include &lt;stdlib.h&gt;
#include &lt;string.h&gt;
diff --git a/docs/api/xmlsec-verify-with-x509.html b/docs/api/xmlsec-verify-with-x509.html
index 5fe083b1..0c41a6c4 100644
--- a/docs/api/xmlsec-verify-with-x509.html
+++ b/docs/api/xmlsec-verify-with-x509.html
@@ -83,7 +83,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
+ * Copyright (C) 2002-2003 Aleksey Sanin &lt;aleksey@aleksey.com&gt;
*/
#include &lt;stdlib.h&gt;
#include &lt;string.h&gt;
diff --git a/examples/decrypt1.c b/examples/decrypt1.c
index 080e866d..0ead9925 100644
--- a/examples/decrypt1.c
+++ b/examples/decrypt1.c
@@ -13,7 +13,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include <stdlib.h>
#include <string.h>
diff --git a/examples/decrypt2.c b/examples/decrypt2.c
index 51ecd2ad..10dccdc2 100644
--- a/examples/decrypt2.c
+++ b/examples/decrypt2.c
@@ -14,7 +14,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include <stdlib.h>
#include <string.h>
diff --git a/examples/decrypt3.c b/examples/decrypt3.c
index 8f7d09cd..11da2ac1 100644
--- a/examples/decrypt3.c
+++ b/examples/decrypt3.c
@@ -15,7 +15,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include <stdlib.h>
#include <string.h>
diff --git a/examples/encrypt1.c b/examples/encrypt1.c
index 3cc3ddcd..26736e90 100644
--- a/examples/encrypt1.c
+++ b/examples/encrypt1.c
@@ -15,7 +15,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include <stdlib.h>
#include <string.h>
diff --git a/examples/encrypt2.c b/examples/encrypt2.c
index fbd7fe7c..3e4bc3ac 100644
--- a/examples/encrypt2.c
+++ b/examples/encrypt2.c
@@ -16,7 +16,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include <stdlib.h>
#include <string.h>
diff --git a/examples/encrypt3.c b/examples/encrypt3.c
index ddc12724..feededa5 100644
--- a/examples/encrypt3.c
+++ b/examples/encrypt3.c
@@ -16,7 +16,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include <stdlib.h>
#include <string.h>
diff --git a/examples/sign1.c b/examples/sign1.c
index 1d70eec3..af39e24d 100644
--- a/examples/sign1.c
+++ b/examples/sign1.c
@@ -15,7 +15,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include <stdlib.h>
#include <string.h>
diff --git a/examples/sign2.c b/examples/sign2.c
index ed39384d..7f59ad8c 100644
--- a/examples/sign2.c
+++ b/examples/sign2.c
@@ -17,7 +17,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include <stdlib.h>
#include <string.h>
diff --git a/examples/sign3.c b/examples/sign3.c
index 11932938..bfc88f86 100644
--- a/examples/sign3.c
+++ b/examples/sign3.c
@@ -21,7 +21,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include <stdlib.h>
#include <string.h>
diff --git a/examples/verify1.c b/examples/verify1.c
index cf63bef6..2575d157 100644
--- a/examples/verify1.c
+++ b/examples/verify1.c
@@ -13,7 +13,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include <stdlib.h>
#include <string.h>
diff --git a/examples/verify2.c b/examples/verify2.c
index 2aff8e97..09a469bb 100644
--- a/examples/verify2.c
+++ b/examples/verify2.c
@@ -13,7 +13,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include <stdlib.h>
#include <string.h>
diff --git a/examples/verify3.c b/examples/verify3.c
index 174ad8ad..2d5e1403 100644
--- a/examples/verify3.c
+++ b/examples/verify3.c
@@ -15,7 +15,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include <stdlib.h>
#include <string.h>
diff --git a/examples/verify4.c b/examples/verify4.c
index 2c1b4d1c..260ca506 100644
--- a/examples/verify4.c
+++ b/examples/verify4.c
@@ -23,7 +23,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include <stdlib.h>
#include <string.h>
diff --git a/include/xmlsec/base64.h b/include/xmlsec/base64.h
index 754371ec..3cdcbb91 100644
--- a/include/xmlsec/base64.h
+++ b/include/xmlsec/base64.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_BASE64_H__
#define __XMLSEC_BASE64_H__
diff --git a/include/xmlsec/buffer.h b/include/xmlsec/buffer.h
index e65d031d..ba125a2e 100644
--- a/include/xmlsec/buffer.h
+++ b/include/xmlsec/buffer.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_BUFFER_H__
#define __XMLSEC_BUFFER_H__
diff --git a/include/xmlsec/crypto.h b/include/xmlsec/crypto.h
index e5e7f2ed..269c3897 100644
--- a/include/xmlsec/crypto.h
+++ b/include/xmlsec/crypto.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_CRYPTO_H__
#define __XMLSEC_CRYPTO_H__
diff --git a/include/xmlsec/errors.h b/include/xmlsec/errors.h
index 60b60da7..b9f2e0b5 100644
--- a/include/xmlsec/errors.h
+++ b/include/xmlsec/errors.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_ERRORS_H__
#define __XMLSEC_ERRORS_H__
diff --git a/include/xmlsec/exports.h b/include/xmlsec/exports.h
index bd91ed82..5a657898 100644
--- a/include/xmlsec/exports.h
+++ b/include/xmlsec/exports.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_EXPORTS_H__
#define __XMLSEC_EXPORTS_H__
diff --git a/include/xmlsec/gnutls/app.h b/include/xmlsec/gnutls/app.h
index 2bf88776..f983a745 100644
--- a/include/xmlsec/gnutls/app.h
+++ b/include/xmlsec/gnutls/app.h
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_GNUTLS_APP_H__
#define __XMLSEC_GNUTLS_APP_H__
diff --git a/include/xmlsec/gnutls/crypto.h b/include/xmlsec/gnutls/crypto.h
index a7616cff..22438e4c 100644
--- a/include/xmlsec/gnutls/crypto.h
+++ b/include/xmlsec/gnutls/crypto.h
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_GNUTLS_CRYPTO_H__
#define __XMLSEC_GNUTLS_CRYPTO_H__
diff --git a/include/xmlsec/gnutls/symbols.h b/include/xmlsec/gnutls/symbols.h
index 5ec79aba..50bff111 100644
--- a/include/xmlsec/gnutls/symbols.h
+++ b/include/xmlsec/gnutls/symbols.h
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_GNUTLS_SYMBOLS_H__
#define __XMLSEC_GNUTLS_SYMBOLS_H__
diff --git a/include/xmlsec/io.h b/include/xmlsec/io.h
index b83662fe..9267573a 100644
--- a/include/xmlsec/io.h
+++ b/include/xmlsec/io.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_IO_H__
#define __XMLSEC_IO_H__
diff --git a/include/xmlsec/keyinfo.h b/include/xmlsec/keyinfo.h
index cb92b6ea..8682ecc1 100644
--- a/include/xmlsec/keyinfo.h
+++ b/include/xmlsec/keyinfo.h
@@ -7,7 +7,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_KEYINFO_H__
#define __XMLSEC_KEYINFO_H__
diff --git a/include/xmlsec/keys.h b/include/xmlsec/keys.h
index 09749dff..a7f74c9e 100644
--- a/include/xmlsec/keys.h
+++ b/include/xmlsec/keys.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_KEYS_H__
#define __XMLSEC_KEYS_H__
diff --git a/include/xmlsec/keysdata.h b/include/xmlsec/keysdata.h
index ad866ca0..d6429710 100644
--- a/include/xmlsec/keysdata.h
+++ b/include/xmlsec/keysdata.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_KEYSDATA_H__
#define __XMLSEC_KEYSDATA_H__
diff --git a/include/xmlsec/keysmngr.h b/include/xmlsec/keysmngr.h
index 86005ece..dbd7e242 100644
--- a/include/xmlsec/keysmngr.h
+++ b/include/xmlsec/keysmngr.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_KEYSMGMR_H__
#define __XMLSEC_KEYSMGMR_H__
diff --git a/include/xmlsec/list.h b/include/xmlsec/list.h
index 9a527b60..89ccc7cd 100644
--- a/include/xmlsec/list.h
+++ b/include/xmlsec/list.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_LIST_H__
#define __XMLSEC_LIST_H__
diff --git a/include/xmlsec/membuf.h b/include/xmlsec/membuf.h
index abd33491..4242f4fd 100644
--- a/include/xmlsec/membuf.h
+++ b/include/xmlsec/membuf.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_MEMBUF_H__
#define __XMLSEC_MEMBUF_H__
diff --git a/include/xmlsec/nodeset.h b/include/xmlsec/nodeset.h
index 9fd3634a..89195aaa 100644
--- a/include/xmlsec/nodeset.h
+++ b/include/xmlsec/nodeset.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_NODESET_H__
#define __XMLSEC_NODESET_H__
diff --git a/include/xmlsec/nss/app.h b/include/xmlsec/nss/app.h
index 2385c6b5..4515f61a 100644
--- a/include/xmlsec/nss/app.h
+++ b/include/xmlsec/nss/app.h
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_NSS_APP_H__
#define __XMLSEC_NSS_APP_H__
diff --git a/include/xmlsec/nss/crypto.h b/include/xmlsec/nss/crypto.h
index 0953c907..ac368f8f 100644
--- a/include/xmlsec/nss/crypto.h
+++ b/include/xmlsec/nss/crypto.h
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_NSS_CRYPTO_H__
#define __XMLSEC_NSS_CRYPTO_H__
diff --git a/include/xmlsec/nss/symbols.h b/include/xmlsec/nss/symbols.h
index c28d875e..2169b147 100644
--- a/include/xmlsec/nss/symbols.h
+++ b/include/xmlsec/nss/symbols.h
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_NSS_SYMBOLS_H__
#define __XMLSEC_NSS_SYMBOLS_H__
diff --git a/include/xmlsec/openssl/app.h b/include/xmlsec/openssl/app.h
index b456ad98..abe47f9d 100644
--- a/include/xmlsec/openssl/app.h
+++ b/include/xmlsec/openssl/app.h
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_OPENSSL_APP_H__
#define __XMLSEC_OPENSSL_APP_H__
diff --git a/include/xmlsec/openssl/bn.h b/include/xmlsec/openssl/bn.h
index 59c26457..b6ec4615 100644
--- a/include/xmlsec/openssl/bn.h
+++ b/include/xmlsec/openssl/bn.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_BN_H__
#define __XMLSEC_BN_H__
diff --git a/include/xmlsec/openssl/crypto.h b/include/xmlsec/openssl/crypto.h
index 67a718d9..6723da61 100644
--- a/include/xmlsec/openssl/crypto.h
+++ b/include/xmlsec/openssl/crypto.h
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_OPENSSL_CRYPTO_H__
#define __XMLSEC_OPENSSL_CRYPTO_H__
diff --git a/include/xmlsec/openssl/evp.h b/include/xmlsec/openssl/evp.h
index cc211aca..4270bf0f 100644
--- a/include/xmlsec/openssl/evp.h
+++ b/include/xmlsec/openssl/evp.h
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_OPENSSL_EVP_H__
#define __XMLSEC_OPENSSL_EVP_H__
diff --git a/include/xmlsec/openssl/symbols.h b/include/xmlsec/openssl/symbols.h
index a09f48e8..2c5862c1 100644
--- a/include/xmlsec/openssl/symbols.h
+++ b/include/xmlsec/openssl/symbols.h
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_OPENSSL_SYMBOLS_H__
#define __XMLSEC_OPENSSL_SYMBOLS_H__
diff --git a/include/xmlsec/openssl/x509.h b/include/xmlsec/openssl/x509.h
index bdec5358..1fb2be44 100644
--- a/include/xmlsec/openssl/x509.h
+++ b/include/xmlsec/openssl/x509.h
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_OPENSSL_X509_H__
#define __XMLSEC_OPENSSL_X509_H__
diff --git a/include/xmlsec/parser.h b/include/xmlsec/parser.h
index a398b7ad..754c9072 100644
--- a/include/xmlsec/parser.h
+++ b/include/xmlsec/parser.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_PARSER_H__
#define __XMLSEC_PARSER_H__
diff --git a/include/xmlsec/skeleton/app.h b/include/xmlsec/skeleton/app.h
index c0d374b3..e68d5bf2 100644
--- a/include/xmlsec/skeleton/app.h
+++ b/include/xmlsec/skeleton/app.h
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_SKELETON_APP_H__
#define __XMLSEC_SKELETON_APP_H__
diff --git a/include/xmlsec/skeleton/crypto.h b/include/xmlsec/skeleton/crypto.h
index f8205744..bc644322 100644
--- a/include/xmlsec/skeleton/crypto.h
+++ b/include/xmlsec/skeleton/crypto.h
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_SKELETON_CRYPTO_H__
#define __XMLSEC_SKELETON_CRYPTO_H__
diff --git a/include/xmlsec/skeleton/symbols.h b/include/xmlsec/skeleton/symbols.h
index 8e510772..279d7eee 100644
--- a/include/xmlsec/skeleton/symbols.h
+++ b/include/xmlsec/skeleton/symbols.h
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_SKELETON_SYMBOLS_H__
#define __XMLSEC_SKELETON_SYMBOLS_H__
diff --git a/include/xmlsec/strings.h b/include/xmlsec/strings.h
index 83ca27e8..0fb1f9e9 100644
--- a/include/xmlsec/strings.h
+++ b/include/xmlsec/strings.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_STRINGS_H__
#define __XMLSEC_STRINGS_H__
diff --git a/include/xmlsec/templates.h b/include/xmlsec/templates.h
index 343a786d..70dbc6b2 100644
--- a/include/xmlsec/templates.h
+++ b/include/xmlsec/templates.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_TEMPLATES_H__
#define __XMLSEC_TEMPALTES_H__
diff --git a/include/xmlsec/transforms.h b/include/xmlsec/transforms.h
index 4390cdb7..5a6fdb44 100644
--- a/include/xmlsec/transforms.h
+++ b/include/xmlsec/transforms.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_TRANSFORMS_H__
#define __XMLSEC_TRANSFORMS_H__
diff --git a/include/xmlsec/version.h b/include/xmlsec/version.h
index a3fdf000..35ed771e 100644
--- a/include/xmlsec/version.h
+++ b/include/xmlsec/version.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_VERSION_H__
#define __XMLSEC_VERSION_H__
diff --git a/include/xmlsec/version.h.in b/include/xmlsec/version.h.in
index 3ef82fcb..c627d4db 100644
--- a/include/xmlsec/version.h.in
+++ b/include/xmlsec/version.h.in
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_VERSION_H__
#define __XMLSEC_VERSION_H__
diff --git a/include/xmlsec/xkms.h b/include/xmlsec/xkms.h
index 639524d8..b2b2ba37 100644
--- a/include/xmlsec/xkms.h
+++ b/include/xmlsec/xkms.h
@@ -7,7 +7,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_XKMS_H__
#define __XMLSEC_XKMS_H__
diff --git a/include/xmlsec/xmldsig.h b/include/xmlsec/xmldsig.h
index e0d13563..aea98aed 100644
--- a/include/xmlsec/xmldsig.h
+++ b/include/xmlsec/xmldsig.h
@@ -8,7 +8,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_XMLDSIG_H__
#define __XMLSEC_XMLDSIG_H__
diff --git a/include/xmlsec/xmlenc.h b/include/xmlsec/xmlenc.h
index ae45b7b6..382bb252 100644
--- a/include/xmlsec/xmlenc.h
+++ b/include/xmlsec/xmlenc.h
@@ -7,7 +7,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_XMLENC_H__
#define __XMLSEC_XMLENC_H__
diff --git a/include/xmlsec/xmlsec.h b/include/xmlsec/xmlsec.h
index 8c5ccf0f..ba2795e4 100644
--- a/include/xmlsec/xmlsec.h
+++ b/include/xmlsec/xmlsec.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_H__
#define __XMLSEC_H__
diff --git a/include/xmlsec/xmltree.h b/include/xmlsec/xmltree.h
index 796f910b..45d792e7 100644
--- a/include/xmlsec/xmltree.h
+++ b/include/xmlsec/xmltree.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_TREE_H__
#define __XMLSEC_TREE_H__
diff --git a/src/base64.c b/src/base64.c
index c98ea65d..dc5aa8ea 100644
--- a/src/base64.c
+++ b/src/base64.c
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/buffer.c b/src/buffer.c
index 6fa77518..5fa8adfd 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/c14n.c b/src/c14n.c
index f0ba8e69..d3450fe5 100644
--- a/src/c14n.c
+++ b/src/c14n.c
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/enveloped.c b/src/enveloped.c
index f8ca9da2..891e5d96 100644
--- a/src/enveloped.c
+++ b/src/enveloped.c
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/errors.c b/src/errors.c
index dd268e56..04f2a2a9 100644
--- a/src/errors.c
+++ b/src/errors.c
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/globals.h b/src/globals.h
index 11cf00f6..158c125e 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_GLOBALS_H__
diff --git a/src/gnutls/app.c b/src/gnutls/app.c
index fce4c611..07b9b1af 100644
--- a/src/gnutls/app.c
+++ b/src/gnutls/app.c
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/gnutls/ciphers.c b/src/gnutls/ciphers.c
index e5f0c804..d00b7a4b 100644
--- a/src/gnutls/ciphers.c
+++ b/src/gnutls/ciphers.c
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/gnutls/crypto.c b/src/gnutls/crypto.c
index 42be184f..e2d568bf 100644
--- a/src/gnutls/crypto.c
+++ b/src/gnutls/crypto.c
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/gnutls/digests.c b/src/gnutls/digests.c
index 469bf476..9b8846a3 100644
--- a/src/gnutls/digests.c
+++ b/src/gnutls/digests.c
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/gnutls/globals.h b/src/gnutls/globals.h
index c4226f75..0f2bf445 100644
--- a/src/gnutls/globals.h
+++ b/src/gnutls/globals.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_GLOBALS_H__
#define __XMLSEC_GLOBALS_H__
diff --git a/src/gnutls/hmac.c b/src/gnutls/hmac.c
index ff45759e..ccb3e51e 100644
--- a/src/gnutls/hmac.c
+++ b/src/gnutls/hmac.c
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef XMLSEC_NO_HMAC
#include "globals.h"
diff --git a/src/gnutls/symkeys.c b/src/gnutls/symkeys.c
index ff3053e0..bee10192 100644
--- a/src/gnutls/symkeys.c
+++ b/src/gnutls/symkeys.c
@@ -7,7 +7,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/io.c b/src/io.c
index cff1c004..c1badc49 100644
--- a/src/io.c
+++ b/src/io.c
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/keyinfo.c b/src/keyinfo.c
index fd23e21e..7bc3b014 100644
--- a/src/keyinfo.c
+++ b/src/keyinfo.c
@@ -39,7 +39,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/keys.c b/src/keys.c
index ba2a5ce2..0e97bd5a 100644
--- a/src/keys.c
+++ b/src/keys.c
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/keysdata.c b/src/keysdata.c
index f4a2556d..e44e1d9c 100644
--- a/src/keysdata.c
+++ b/src/keysdata.c
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/keysmngr.c b/src/keysmngr.c
index 201fafff..9e446071 100644
--- a/src/keysmngr.c
+++ b/src/keysmngr.c
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/list.c b/src/list.c
index 802c4c10..7ea5e6a0 100644
--- a/src/list.c
+++ b/src/list.c
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/membuf.c b/src/membuf.c
index bfca9728..5cd7659d 100644
--- a/src/membuf.c
+++ b/src/membuf.c
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/nodeset.c b/src/nodeset.c
index 5083853b..85b071df 100644
--- a/src/nodeset.c
+++ b/src/nodeset.c
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/nss/app.c b/src/nss/app.c
index fdf441fd..d66495ed 100644
--- a/src/nss/app.c
+++ b/src/nss/app.c
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/nss/ciphers.c b/src/nss/ciphers.c
index a185f91e..4d9dfd23 100644
--- a/src/nss/ciphers.c
+++ b/src/nss/ciphers.c
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/nss/crypto.c b/src/nss/crypto.c
index 67315421..13ae997e 100644
--- a/src/nss/crypto.c
+++ b/src/nss/crypto.c
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/nss/digests.c b/src/nss/digests.c
index f9f26554..3905dbac 100644
--- a/src/nss/digests.c
+++ b/src/nss/digests.c
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/nss/globals.h b/src/nss/globals.h
index c4226f75..0f2bf445 100644
--- a/src/nss/globals.h
+++ b/src/nss/globals.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_GLOBALS_H__
#define __XMLSEC_GLOBALS_H__
diff --git a/src/nss/hmac.c b/src/nss/hmac.c
index 34d62d3e..497348e7 100644
--- a/src/nss/hmac.c
+++ b/src/nss/hmac.c
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef XMLSEC_NO_HMAC
#include "globals.h"
diff --git a/src/nss/symkeys.c b/src/nss/symkeys.c
index 44d1a3f2..5c33317d 100644
--- a/src/nss/symkeys.c
+++ b/src/nss/symkeys.c
@@ -7,7 +7,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/openssl/app.c b/src/openssl/app.c
index fb4101ab..98dc3390 100644
--- a/src/openssl/app.c
+++ b/src/openssl/app.c
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/openssl/bn.c b/src/openssl/bn.c
index 4cf06b22..2613b0e1 100644
--- a/src/openssl/bn.c
+++ b/src/openssl/bn.c
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/openssl/ciphers.c b/src/openssl/ciphers.c
index 8755cddc..52ea02d9 100644
--- a/src/openssl/ciphers.c
+++ b/src/openssl/ciphers.c
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/openssl/crypto.c b/src/openssl/crypto.c
index 77da80e2..983d9011 100644
--- a/src/openssl/crypto.c
+++ b/src/openssl/crypto.c
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/openssl/digests.c b/src/openssl/digests.c
index e873e54b..0e451d8d 100644
--- a/src/openssl/digests.c
+++ b/src/openssl/digests.c
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/openssl/evp.c b/src/openssl/evp.c
index 9dbe2e66..5f35fda2 100644
--- a/src/openssl/evp.c
+++ b/src/openssl/evp.c
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/openssl/globals.h b/src/openssl/globals.h
index c4226f75..0f2bf445 100644
--- a/src/openssl/globals.h
+++ b/src/openssl/globals.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_GLOBALS_H__
#define __XMLSEC_GLOBALS_H__
diff --git a/src/openssl/hmac.c b/src/openssl/hmac.c
index 1df4fdc1..472a030c 100644
--- a/src/openssl/hmac.c
+++ b/src/openssl/hmac.c
@@ -13,7 +13,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef XMLSEC_NO_HMAC
#include "globals.h"
diff --git a/src/openssl/kt_rsa.c b/src/openssl/kt_rsa.c
index f5e46783..c7c09bcc 100644
--- a/src/openssl/kt_rsa.c
+++ b/src/openssl/kt_rsa.c
@@ -7,7 +7,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/openssl/kw_aes.c b/src/openssl/kw_aes.c
index fb1f7e38..02a743bb 100644
--- a/src/openssl/kw_aes.c
+++ b/src/openssl/kw_aes.c
@@ -7,7 +7,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef XMLSEC_NO_AES
#ifndef XMLSEC_OPENSSL_096
diff --git a/src/openssl/kw_des.c b/src/openssl/kw_des.c
index f44d0405..a0e7b119 100644
--- a/src/openssl/kw_des.c
+++ b/src/openssl/kw_des.c
@@ -7,7 +7,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef XMLSEC_NO_DES
#include "globals.h"
diff --git a/src/openssl/signatures.c b/src/openssl/signatures.c
index 015ef74f..bf5f1733 100644
--- a/src/openssl/signatures.c
+++ b/src/openssl/signatures.c
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/openssl/symkeys.c b/src/openssl/symkeys.c
index c634c6a6..c530228e 100644
--- a/src/openssl/symkeys.c
+++ b/src/openssl/symkeys.c
@@ -7,7 +7,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/openssl/x509.c b/src/openssl/x509.c
index 0d6f8e19..ece1b96a 100644
--- a/src/openssl/x509.c
+++ b/src/openssl/x509.c
@@ -7,7 +7,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/openssl/x509vfy.c b/src/openssl/x509vfy.c
index d6234c3e..b51ea910 100644
--- a/src/openssl/x509vfy.c
+++ b/src/openssl/x509vfy.c
@@ -7,7 +7,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/parser.c b/src/parser.c
index ca8efb2d..ae21e0fe 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/skeleton/app.c b/src/skeleton/app.c
index 57f188fb..f0180bda 100644
--- a/src/skeleton/app.c
+++ b/src/skeleton/app.c
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/skeleton/crypto.c b/src/skeleton/crypto.c
index da0b6519..cdab7fa8 100644
--- a/src/skeleton/crypto.c
+++ b/src/skeleton/crypto.c
@@ -4,7 +4,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/skeleton/globals.h b/src/skeleton/globals.h
index c4226f75..0f2bf445 100644
--- a/src/skeleton/globals.h
+++ b/src/skeleton/globals.h
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_GLOBALS_H__
#define __XMLSEC_GLOBALS_H__
diff --git a/src/strings.c b/src/strings.c
index 8f03fcc0..ead6f0b6 100644
--- a/src/strings.c
+++ b/src/strings.c
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/templates.c b/src/templates.c
index 3d477f58..703252d6 100644
--- a/src/templates.c
+++ b/src/templates.c
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/transforms.c b/src/transforms.c
index 49dc31f9..d7a2eea3 100644
--- a/src/transforms.c
+++ b/src/transforms.c
@@ -36,7 +36,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/xkms.c b/src/xkms.c
index 6b4a0e49..4235a691 100644
--- a/src/xkms.c
+++ b/src/xkms.c
@@ -7,7 +7,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/xmldsig.c b/src/xmldsig.c
index 51fe506b..62903d31 100644
--- a/src/xmldsig.c
+++ b/src/xmldsig.c
@@ -8,7 +8,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/xmlenc.c b/src/xmlenc.c
index 973f834c..5c93553b 100644
--- a/src/xmlenc.c
+++ b/src/xmlenc.c
@@ -7,7 +7,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/xmlsec.c b/src/xmlsec.c
index 49a9c67d..c93a942d 100644
--- a/src/xmlsec.c
+++ b/src/xmlsec.c
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/xmltree.c b/src/xmltree.c
index a72d04d2..84a4e16b 100644
--- a/src/xmltree.c
+++ b/src/xmltree.c
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/xpath.c b/src/xpath.c
index f23fe823..a7924680 100644
--- a/src/xpath.c
+++ b/src/xpath.c
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/src/xslt.c b/src/xslt.c
index 7b6b5417..1c798c02 100644
--- a/src/xslt.c
+++ b/src/xslt.c
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyrigth (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#include "globals.h"
diff --git a/tests/keys.xml b/tests/keys.xml
index 4a4187ba..b1ad91bb 100644
--- a/tests/keys.xml
+++ b/tests/keys.xml
@@ -3,7 +3,7 @@
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<KeyName>test-hmac-sha1</KeyName>
<KeyValue>
-<HMACKeyValue xmlns="http://www.aleksey.com/xmlsec/2002">jZUb/wELgQFu1XMAzF5vSF6Z6xddtNca</HMACKeyValue>
+<HMACKeyValue xmlns="http://www.aleksey.com/xmlsec/2002">ZRncW35hz5Rgwhuj1aI2q5T8D1cG+S/q</HMACKeyValue>
</KeyValue>
</KeyInfo>
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
@@ -11,17 +11,17 @@
<KeyValue>
<RSAKeyValue>
<Modulus>
-s35dbdHGtJf+Xmzo1o9UW3S/Q9mzV2Yuib+u+YncXsmG2FAIhMPfSPAQFxelNyfN
-Buuyi4WG0VIZbO6CTUyD+J5EyEGOvIIwWHEBHS0R+s/7vqRatk73zxSaOUbPyDmn
-FBxdWcPHhMZ9IcRqCQ02Nb6xVh1TR2QI3cxGhhqQTO8=
+s+fkIUqruXmLcfHOzMEMZEF847iJc5+s0XCWLr/KKuZK1VOe8AEBOPHhHNWSyxkg
+uXuatQZxtJL+jjKyvrBpL+2eR4XnxJL1QybuErIfA7KvecWXklVtn1NxLQkS1Gv/
+Z+8G6awA8lU9z3fOc5VpMzBoq9XZkXrua5mnEfBD6gs=
</Modulus>
<Exponent>
Aw==
</Exponent>
<PrivateExponent xmlns="http://www.aleksey.com/xmlsec/2002">
-d6mTnovZzbqplEibObTi56MqLTvM5O7JsSp0plvoPzEEkDVbAy0/hfVgD2UYz2/e
-BJ0hslkEi4wQ80msM4hX+fWQUcXrWe90qkVcr7aS6sv50x8GUVcrWIEiSl/bCbgr
-MD4keJ/VWmaxl9yFNrHzKhqiuMLUIFzgS3XMrcQD91s=
+d+/ta4cdJlEHoUvfMytdmCuol9BbompzNksOydUxce7cjje/SqtWJfaWEzkMh2YV
+0P0RzgRLzbdUXsx3KcrwyX+sc7/c2xBSEobBuVvUtSJSUwF5Z+ye6vw8ZyNDOJzB
+N+eP9kffwZ8QlZBGvkhilywmwgKDKwFo9LmZqkgVMks=
</PrivateExponent>
</RSAKeyValue>
</KeyValue>
@@ -31,25 +31,25 @@ MD4keJ/VWmaxl9yFNrHzKhqiuMLUIFzgS3XMrcQD91s=
<KeyValue>
<DSAKeyValue>
<P>
-25Z+0KuwxMR8JPeTfDcl4+Ss3d67rJcQRPxYHUZ5Ty7GBk82+KRUN+/EItUZNqM7
-V3xnwTKNWMph1ZnVTdYGOT5o4ew+wSD1pLX3klI41B+featCroLSqkwqGsgh4zOq
-VDGNWxylwMFuQ8MwFYcWqS/b6td8CZoSpdMGprkrUZc=
+mmnlR2tn52bnMYXPaRJ4TkQuxEBD1O/vCVSMyPFKdWYADBRMw+bJnlBQibYPMZc3
+xSXhQyEf0ZcxHgMTcrU2vksfr2OnpLLQMv58e8Yx4NFJv7eWG1ShZh+t/1Irmd7O
+sxmAAKuCRZikGGFeM1kx3CgXoE4a3cnI5E4DyQogBy0=
</P>
<Q>
-i9+wj9hRdAYtMaWoKhiqYcYE6xs=
+/LiZBxVw4VZwuAKIllAJLPradw0=
</Q>
<G>
-ZBT8rkKV8/PLkW8ODRBtXwwgMFbM6nJoEwwxHFXreUaEf3lS+JcLYSHj2d4Sszmj
-bbShFuQBrs2lC9GSsvdmm+0fU930OtXiAAmDQ4YLwcREEIkatiRc2pjkQTV0HFr4
-zCYGojH4Zr1eYM59bsJmNOkuiwDT6mggm0ZWvIoIEB8=
+Qgghex4z72Pt9w2j+heQZ/qN9ZprFMqsH8ClpcrHw2P/XDd8Thy00BXuqs/e3YUj
+mCYx0+QL/irjRrNVlYnMh9/JqZwjRBZU5fqeFH4RWcrb9qiNlqt35BKxAwViCxQY
+6CPaT+e9ZnPFhTRhXD1UGNb37MmZvPQTwuP7JuaCh1s=
</G>
<X xmlns="http://www.aleksey.com/xmlsec/2002">
-UWimMytrRyDaP+oWeoa6p47uSjE=
+D22BbdVudhqfk2EdArdvmqJAwf8=
</X>
<Y>
-iTbh+zF+pIqOCj/KIs8Iu9BUjctJR+KjPTdB9S+GfqRrmIpCJJjy7cWk2PZu79Qb
-u1UhNtPEBtg75HiYGgPcdHWJ1bBQWNn9dk2FJnDs2QYdW+SjdHbe+h539OkDEEu9
-4EOCDFlc6LexJmvcjuWdTsykpsgXBCeaoT5rzmdvWBI=
+Gacsy9PD8YCMZvN+nJBpU2vzy9JGMD9bS5jGIMFuTwW5LykMLhb35Rjng+W0m+Ie
+ig1kdLgRThaIuQ73i2ItadEI4/wg/wSsW1d1eQ5pSujNgufA5E6IIZ046aAZMuIA
+EZAN1je+6k7fhlo7rN2dueMjIdr17bLq+2GzHE7lTWM=
</Y>
</DSAKeyValue>
</KeyValue>
@@ -57,25 +57,25 @@ u1UhNtPEBtg75HiYGgPcdHWJ1bBQWNn9dk2FJnDs2QYdW+SjdHbe+h539OkDEEu9
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<KeyName>test-des</KeyName>
<KeyValue>
-<DESKeyValue xmlns="http://www.aleksey.com/xmlsec/2002">B7FlJe17fom61+YeUBheo8Sf+9e7IW/Z</DESKeyValue>
+<DESKeyValue xmlns="http://www.aleksey.com/xmlsec/2002">4IBHDSY+eaMo8RI416JOhXkOgdsgyibd</DESKeyValue>
</KeyValue>
</KeyInfo>
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<KeyName>test-aes128</KeyName>
<KeyValue>
-<AESKeyValue xmlns="http://www.aleksey.com/xmlsec/2002">PYrNj6aYiuBOrKuOtHRJYA==</AESKeyValue>
+<AESKeyValue xmlns="http://www.aleksey.com/xmlsec/2002">rWxinjn55VWHCdQ5qwyhTQ==</AESKeyValue>
</KeyValue>
</KeyInfo>
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<KeyName>test-aes192</KeyName>
<KeyValue>
-<AESKeyValue xmlns="http://www.aleksey.com/xmlsec/2002">9B9LiVXDBFhJoDAf9sgA6eKzG4G5LYDr</AESKeyValue>
+<AESKeyValue xmlns="http://www.aleksey.com/xmlsec/2002">oWiaJC5mxYzbmr5Z1BBAPWvVkl0p7+c9</AESKeyValue>
</KeyValue>
</KeyInfo>
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<KeyName>test-aes256</KeyName>
<KeyValue>
-<AESKeyValue xmlns="http://www.aleksey.com/xmlsec/2002">PVLLexlimV7Uea0wn8W4vPwqdUeG8aXizLzPm8HHfcU=</AESKeyValue>
+<AESKeyValue xmlns="http://www.aleksey.com/xmlsec/2002">vsYCpSV6BO+I7qGETzh/qHJkbstKrl/BGEtyALTirSM=</AESKeyValue>
</KeyValue>
</KeyInfo>
</Keys>