# HG changeset patch # User vinnie # Date 1437348815 -3600 # Node ID a29a1a4d5669b08c8082b2e2a3c78be0ab0f41d5 # Parent 73a956abf6da9fd2e1649f3b093c9a91d30fdabc 8078562: Add modified dates Reviewed-by: mullan diff -r 73a956abf6da -r a29a1a4d5669 src/share/native/sun/security/ec/ecc_impl.h --- a/src/share/native/sun/security/ec/ecc_impl.h Tue May 05 20:04:16 2015 +0300 +++ b/src/share/native/sun/security/ec/ecc_impl.h Mon Jul 20 00:33:35 2015 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. * * This library is free software; you can redistribute it and/or @@ -34,6 +34,7 @@ * Dr Vipul Gupta and * Douglas Stebila , Sun Microsystems Laboratories * + * Last Modified Date from the Original Code: November 2013 *********************************************************************** */ #ifndef _ECC_IMPL_H diff -r 73a956abf6da -r a29a1a4d5669 src/share/native/sun/security/ec/impl/ec.c --- a/src/share/native/sun/security/ec/impl/ec.c Tue May 05 20:04:16 2015 +0300 +++ b/src/share/native/sun/security/ec/impl/ec.c Mon Jul 20 00:33:35 2015 +0100 @@ -34,6 +34,7 @@ * Dr Vipul Gupta and * Douglas Stebila , Sun Microsystems Laboratories * + * Last Modified Date from the Original Code: April 2015 *********************************************************************** */ #include "mplogic.h" diff -r 73a956abf6da -r a29a1a4d5669 src/share/native/sun/security/ec/impl/ecdecode.c --- a/src/share/native/sun/security/ec/impl/ecdecode.c Tue May 05 20:04:16 2015 +0300 +++ b/src/share/native/sun/security/ec/impl/ecdecode.c Mon Jul 20 00:33:35 2015 +0100 @@ -34,6 +34,7 @@ * Dr Vipul Gupta and * Douglas Stebila , Sun Microsystems Laboratories * + * Last Modified Date from the Original Code: March 2012 *********************************************************************** */ #include diff -r 73a956abf6da -r a29a1a4d5669 src/share/native/sun/security/ec/impl/mpi.c --- a/src/share/native/sun/security/ec/impl/mpi.c Tue May 05 20:04:16 2015 +0300 +++ b/src/share/native/sun/security/ec/impl/mpi.c Mon Jul 20 00:33:35 2015 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2007, 2014, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. * * This library is free software; you can redistribute it and/or @@ -34,6 +34,7 @@ * Netscape Communications Corporation * Douglas Stebila of Sun Laboratories. * + * Last Modified Date from the Original Code: June 2014 *********************************************************************** */ /* Arbitrary precision integer arithmetic library */ diff -r 73a956abf6da -r a29a1a4d5669 src/share/native/sun/security/ec/impl/oid.c --- a/src/share/native/sun/security/ec/impl/oid.c Tue May 05 20:04:16 2015 +0300 +++ b/src/share/native/sun/security/ec/impl/oid.c Mon Jul 20 00:33:35 2015 +0100 @@ -33,6 +33,7 @@ * Contributor(s): * Dr Vipul Gupta , Sun Microsystems Laboratories * + * Last Modified Date from the Original Code: March 2012 *********************************************************************** */ #include diff -r 73a956abf6da -r a29a1a4d5669 src/share/native/sun/security/ec/impl/secitem.c --- a/src/share/native/sun/security/ec/impl/secitem.c Tue May 05 20:04:16 2015 +0300 +++ b/src/share/native/sun/security/ec/impl/secitem.c Mon Jul 20 00:33:35 2015 +0100 @@ -32,6 +32,7 @@ * * Contributor(s): * + * Last Modified Date from the Original Code: March 2012 *********************************************************************** */ /*