gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_2_99_2-41-gbc8910c


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_99_2-41-gbc8910c
Date: Wed, 01 Jun 2011 15:28:17 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=bc8910cb1cd4c4534119e71f6de842b0c5c61233

The branch, master has been updated
       via  bc8910cb1cd4c4534119e71f6de842b0c5c61233 (commit)
      from  a039caa12418bda113f0cc6fd0457b1ea194b9e2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bc8910cb1cd4c4534119e71f6de842b0c5c61233
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Wed Jun 1 17:27:10 2011 +0200

    typos and date fix in license.

-----------------------------------------------------------------------

Summary of changes:
 lib/accelerated/intel/asm/appro-aes-gcm-x86-64.s |    9 ++++-----
 lib/accelerated/intel/asm/appro-aes-gcm-x86.s    |   10 ++++------
 lib/accelerated/intel/asm/appro-aes-x86-64.s     |    9 ++++-----
 lib/accelerated/intel/asm/appro-aes-x86.s        |    9 ++++-----
 4 files changed, 16 insertions(+), 21 deletions(-)

diff --git a/lib/accelerated/intel/asm/appro-aes-gcm-x86-64.s 
b/lib/accelerated/intel/asm/appro-aes-gcm-x86-64.s
index 4235cd2..009ec3d 100644
--- a/lib/accelerated/intel/asm/appro-aes-gcm-x86-64.s
+++ b/lib/accelerated/intel/asm/appro-aes-gcm-x86-64.s
@@ -1,20 +1,19 @@
-# Copyright (c) 2006, Andy Polyakov by <address@hidden>
+# Copyright (c) 2011, Andy Polyakov by <address@hidden>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
 # are met:
 # 
-#     *        Redistributions of source code must retain copyright
-#     * notices,
+#     * Redistributions of source code must retain copyright notices,
 #      this list of conditions and the following disclaimer.
 #
-#     *        Redistributions in binary form must reproduce the above
+#     * Redistributions in binary form must reproduce the above
 #      copyright notice, this list of conditions and the following
 #      disclaimer in the documentation and/or other materials
 #      provided with the distribution.
 #
-#     *        Neither the name of the Andy Polyakov nor the names of its
+#     * Neither the name of the Andy Polyakov nor the names of its
 #      copyright holder and contributors may be used to endorse or
 #      promote products derived from this software without specific
 #      prior written permission.
diff --git a/lib/accelerated/intel/asm/appro-aes-gcm-x86.s 
b/lib/accelerated/intel/asm/appro-aes-gcm-x86.s
index 791d645..c553c5b 100644
--- a/lib/accelerated/intel/asm/appro-aes-gcm-x86.s
+++ b/lib/accelerated/intel/asm/appro-aes-gcm-x86.s
@@ -1,20 +1,19 @@
-# Copyright (c) 2006, Andy Polyakov by <address@hidden>
+# Copyright (c) 2011, Andy Polyakov by <address@hidden>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
 # are met:
 # 
-#     *        Redistributions of source code must retain copyright
-#     * notices,
+#     * Redistributions of source code must retain copyright notices,
 #      this list of conditions and the following disclaimer.
 #
-#     *        Redistributions in binary form must reproduce the above
+#     * Redistributions in binary form must reproduce the above
 #      copyright notice, this list of conditions and the following
 #      disclaimer in the documentation and/or other materials
 #      provided with the distribution.
 #
-#     *        Neither the name of the Andy Polyakov nor the names of its
+#     * Neither the name of the Andy Polyakov nor the names of its
 #      copyright holder and contributors may be used to endorse or
 #      promote products derived from this software without specific
 #      prior written permission.
@@ -36,7 +35,6 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-
 .file  "ghash-x86.s"
 .text
 .globl gcm_gmult_4bit_x86
diff --git a/lib/accelerated/intel/asm/appro-aes-x86-64.s 
b/lib/accelerated/intel/asm/appro-aes-x86-64.s
index e6db040..98204d1 100644
--- a/lib/accelerated/intel/asm/appro-aes-x86-64.s
+++ b/lib/accelerated/intel/asm/appro-aes-x86-64.s
@@ -1,20 +1,19 @@
-# Copyright (c) 2006, Andy Polyakov by <address@hidden>
+# Copyright (c) 2011, Andy Polyakov by <address@hidden>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
 # are met:
 # 
-#     *        Redistributions of source code must retain copyright
-#     * notices,
+#     * Redistributions of source code must retain copyright notices,
 #      this list of conditions and the following disclaimer.
 #
-#     *        Redistributions in binary form must reproduce the above
+#     * Redistributions in binary form must reproduce the above
 #      copyright notice, this list of conditions and the following
 #      disclaimer in the documentation and/or other materials
 #      provided with the distribution.
 #
-#     *        Neither the name of the Andy Polyakov nor the names of its
+#     * Neither the name of the Andy Polyakov nor the names of its
 #      copyright holder and contributors may be used to endorse or
 #      promote products derived from this software without specific
 #      prior written permission.
diff --git a/lib/accelerated/intel/asm/appro-aes-x86.s 
b/lib/accelerated/intel/asm/appro-aes-x86.s
index 88e76ae..a8dc2ac 100644
--- a/lib/accelerated/intel/asm/appro-aes-x86.s
+++ b/lib/accelerated/intel/asm/appro-aes-x86.s
@@ -1,20 +1,19 @@
-# Copyright (c) 2006, Andy Polyakov by <address@hidden>
+# Copyright (c) 2011, Andy Polyakov by <address@hidden>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
 # are met:
 # 
-#     *        Redistributions of source code must retain copyright
-#     * notices,
+#     * Redistributions of source code must retain copyright notices,
 #      this list of conditions and the following disclaimer.
 #
-#     *        Redistributions in binary form must reproduce the above
+#     * Redistributions in binary form must reproduce the above
 #      copyright notice, this list of conditions and the following
 #      disclaimer in the documentation and/or other materials
 #      provided with the distribution.
 #
-#     *        Neither the name of the Andy Polyakov nor the names of its
+#     * Neither the name of the Andy Polyakov nor the names of its
 #      copyright holder and contributors may be used to endorse or
 #      promote products derived from this software without specific
 #      prior written permission.


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]