changeset 11001:3ed614d4eee7 jdk8u51-b11

8078562: Add modified dates Reviewed-by: mullan
author vinnie
date Tue, 05 May 2015 14:22:05 +0100
parents 5a49012971bb
children d054402e0d2f
files src/share/native/sun/security/ec/impl/ec.c src/share/native/sun/security/ec/impl/ecc_impl.h src/share/native/sun/security/ec/impl/ecdecode.c src/share/native/sun/security/ec/impl/mpi.c src/share/native/sun/security/ec/impl/oid.c src/share/native/sun/security/ec/impl/secitem.c
diffstat 6 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/native/sun/security/ec/impl/ec.c	Tue Apr 14 01:27:32 2015 -0700
+++ b/src/share/native/sun/security/ec/impl/ec.c	Tue May 05 14:22:05 2015 +0100
@@ -34,6 +34,7 @@
  *   Dr Vipul Gupta <vipul.gupta@sun.com> and
  *   Douglas Stebila <douglas@stebila.ca>, Sun Microsystems Laboratories
  *
+ * Last Modified Date from the Original Code: April 2015
  *********************************************************************** */
 
 #include "mplogic.h"
--- a/src/share/native/sun/security/ec/impl/ecc_impl.h	Tue Apr 14 01:27:32 2015 -0700
+++ b/src/share/native/sun/security/ec/impl/ecc_impl.h	Tue May 05 14:22:05 2015 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007, 2012, 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 <vipul.gupta@sun.com> and
  *   Douglas Stebila <douglas@stebila.ca>, Sun Microsystems Laboratories
  *
+ * Last Modified Date from the Original Code: November 2013
  *********************************************************************** */
 
 #ifndef _ECC_IMPL_H
--- a/src/share/native/sun/security/ec/impl/ecdecode.c	Tue Apr 14 01:27:32 2015 -0700
+++ b/src/share/native/sun/security/ec/impl/ecdecode.c	Tue May 05 14:22:05 2015 +0100
@@ -34,6 +34,7 @@
  *   Dr Vipul Gupta <vipul.gupta@sun.com> and
  *   Douglas Stebila <douglas@stebila.ca>, Sun Microsystems Laboratories
  *
+ * Last Modified Date from the Original Code: March 2012
  *********************************************************************** */
 
 #include <sys/types.h>
--- a/src/share/native/sun/security/ec/impl/mpi.c	Tue Apr 14 01:27:32 2015 -0700
+++ b/src/share/native/sun/security/ec/impl/mpi.c	Tue May 05 14:22:05 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 <douglas@stebila.ca> of Sun Laboratories.
  *
+ * Last Modified Date from the Original Code: June 2014
  *********************************************************************** */
 
 /*  Arbitrary precision integer arithmetic library */
--- a/src/share/native/sun/security/ec/impl/oid.c	Tue Apr 14 01:27:32 2015 -0700
+++ b/src/share/native/sun/security/ec/impl/oid.c	Tue May 05 14:22:05 2015 +0100
@@ -33,6 +33,7 @@
  * Contributor(s):
  *   Dr Vipul Gupta <vipul.gupta@sun.com>, Sun Microsystems Laboratories
  *
+ * Last Modified Date from the Original Code: March 2012
  *********************************************************************** */
 
 #include <sys/types.h>
--- a/src/share/native/sun/security/ec/impl/secitem.c	Tue Apr 14 01:27:32 2015 -0700
+++ b/src/share/native/sun/security/ec/impl/secitem.c	Tue May 05 14:22:05 2015 +0100
@@ -32,6 +32,7 @@
  *
  * Contributor(s):
  *
+ * Last Modified Date from the Original Code: March 2012
  *********************************************************************** */
 
 /*