8078562: Add modified dates
authorvinnie
Wed, 29 Apr 2015 16:06:18 +0100
changeset 31713 8d27f9edac84
parent 31712 e4d5230193da
child 31714 ffeeccb4c043
8078562: Add modified dates Reviewed-by: mullan
jdk/src/jdk.crypto.ec/share/native/libsunec/impl/ec.c
jdk/src/jdk.crypto.ec/share/native/libsunec/impl/ecc_impl.h
jdk/src/jdk.crypto.ec/share/native/libsunec/impl/ecdecode.c
jdk/src/jdk.crypto.ec/share/native/libsunec/impl/mpi.c
jdk/src/jdk.crypto.ec/share/native/libsunec/impl/oid.c
jdk/src/jdk.crypto.ec/share/native/libsunec/impl/secitem.c
--- a/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/ec.c	Wed Apr 22 05:09:54 2015 +0000
+++ b/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/ec.c	Wed Apr 29 16:06:18 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/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/ecc_impl.h	Wed Apr 22 05:09:54 2015 +0000
+++ b/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/ecc_impl.h	Wed Apr 29 16:06:18 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/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/ecdecode.c	Wed Apr 22 05:09:54 2015 +0000
+++ b/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/ecdecode.c	Wed Apr 29 16:06:18 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/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/mpi.c	Wed Apr 22 05:09:54 2015 +0000
+++ b/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/mpi.c	Wed Apr 29 16:06:18 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/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/oid.c	Wed Apr 22 05:09:54 2015 +0000
+++ b/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/oid.c	Wed Apr 29 16:06:18 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/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/secitem.c	Wed Apr 22 05:09:54 2015 +0000
+++ b/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/secitem.c	Wed Apr 29 16:06:18 2015 +0100
@@ -32,6 +32,7 @@
  *
  * Contributor(s):
  *
+ * Last Modified Date from the Original Code: March 2012
  *********************************************************************** */
 
 /*