Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4180677

(porting) copyright file header id mods for porting to OpenVMS platform

XMLWordPrintable

    • jar
    • generic
    • generic

      For the JDK 116 release on the OpenVMS platform running on DIGITAL's
      hardware, DIGITAL has changed, the following JDK 116 source files
      in the shared part of the JDK.

      diff -c -r JDK116/src/share/java/zip/zlib-1.0.4/adler32.c
      sun_JDK116/src/share/java/zip/zlib-1.0.4/adler32.c
      *** JDK116/src/share/java/zip/zlib-1.0.4/adler32.c Wed Nov 19 17:15:09 1997
      --- sun_JDK116/src/share/java/zip/zlib-1.0.4/adler32.c Thu Apr 16 16:47:46 1998
      ***************
      *** 3,9 ****
         * For conditions of distribution and use, see copyright notice in zlib.h
         */
        
      ! /* $Id: adler32.c,v 1.1.1.1 1997/11/19 22:15:09 hazzard Exp $ */
        
        #include "zlib.h"
        
      --- 3,9 ----
         * For conditions of distribution and use, see copyright notice in zlib.h
         */
        
      ! /* $Id: adler32.c,v 1.10 1996/05/22 11:52:18 me Exp $ */
        
        #include "zlib.h"
        

      diff -c -r JDK116/src/share/java/zip/zlib-1.0.4/compress.c
      sun_JDK116/src/share/java/zip/zlib-1.0.4/compress.c
      *** JDK116/src/share/java/zip/zlib-1.0.4/compress.c Wed Nov 19 17:15:10 1997
      --- sun_JDK116/src/share/java/zip/zlib-1.0.4/compress.c Thu Apr 16 16:47:46 1998
      ***************
      *** 3,9 ****
         * For conditions of distribution and use, see copyright notice in zlib.h
         */
        
      ! /* $Id: compress.c,v 1.1.1.1 1997/11/19 22:15:10 hazzard Exp $ */
        
        #include "zlib.h"
        
      --- 3,9 ----
         * For conditions of distribution and use, see copyright notice in zlib.h
         */
        
      ! /* $Id: compress.c,v 1.10 1996/05/23 16:51:12 me Exp $ */
        
        #include "zlib.h"
        

      diff -c -r JDK116/src/share/java/zip/zlib-1.0.4/crc32.c
      sun_JDK116/src/share/java/zip/zlib-1.0.4/crc32.c
      *** JDK116/src/share/java/zip/zlib-1.0.4/crc32.c Wed Nov 19 17:15:10 1997
      --- sun_JDK116/src/share/java/zip/zlib-1.0.4/crc32.c Thu Apr 16 16:47:46 1998
      ***************
      *** 3,9 ****
         * For conditions of distribution and use, see copyright notice in zlib.h
         */
        
      ! /* $Id: crc32.c,v 1.1.1.1 1997/11/19 22:15:10 hazzard Exp $ */
        
        #include "zlib.h"
        
      --- 3,9 ----
         * For conditions of distribution and use, see copyright notice in zlib.h
         */
        
      ! /* $Id: crc32.c,v 1.8 1996/01/30 21:59:10 me Exp $ */
        
        #include "zlib.h"
        

      diff -c -r JDK116/src/share/java/zip/zlib-1.0.4/deflate.c
      sun_JDK116/src/share/java/zip/zlib-1.0.4/deflate.c
      *** JDK116/src/share/java/zip/zlib-1.0.4/deflate.c Wed Nov 19 17:15:12 1997
      --- sun_JDK116/src/share/java/zip/zlib-1.0.4/deflate.c Thu Apr 16 16:47:46 1998
      ***************
      *** 47,53 ****
         *
         */
        
      ! /* $Id: deflate.c,v 1.1.1.1 1997/11/19 22:15:12 hazzard Exp $ */
        
        #include "deflate.h"
        
      --- 47,53 ----
         *
         */
        
      ! /* $Id: deflate.c,v 1.15 1996/07/24 13:40:58 me Exp $ */
        
        #include "deflate.h"
        

      diff -c -r JDK116/src/share/java/zip/zlib-1.0.4/deflate.h
      sun_JDK116/src/share/java/zip/zlib-1.0.4/deflate.h
      *** JDK116/src/share/java/zip/zlib-1.0.4/deflate.h Wed Nov 19 17:15:11 1997
      --- sun_JDK116/src/share/java/zip/zlib-1.0.4/deflate.h Thu Apr 16 16:47:46 1998
      ***************
      *** 8,14 ****
           subject to change. Applications should only use zlib.h.
         */
        
      ! /* $Id: deflate.h,v 1.1.1.1 1997/11/19 22:15:11 hazzard Exp $ */
        
        #ifndef _DEFLATE_H
        #define _DEFLATE_H
      --- 8,14 ----
           subject to change. Applications should only use zlib.h.
         */
        
      ! /* $Id: deflate.h,v 1.10 1996/07/02 12:41:00 me Exp $ */
        
        #ifndef _DEFLATE_H
        #define _DEFLATE_H

      diff -c -r JDK116/src/share/java/zip/zlib-1.0.4/example.c
      sun_JDK116/src/share/java/zip/zlib-1.0.4/example.c
      *** JDK116/src/share/java/zip/zlib-1.0.4/example.c Wed Nov 19 17:15:14 1997
      --- sun_JDK116/src/share/java/zip/zlib-1.0.4/example.c Thu Apr 16 16:47:46 1998
      ***************
      *** 3,9 ****
         * For conditions of distribution and use, see copyright notice in zlib.h
         */
        
      ! /* $Id: example.c,v 1.1.1.1 1997/11/19 22:15:14 hazzard Exp $ */
        
        #include <stdio.h>
        #include "zlib.h"
      --- 3,9 ----
         * For conditions of distribution and use, see copyright notice in zlib.h
         */
        
      ! /* $Id: example.c,v 1.16 1996/05/23 17:11:28 me Exp $ */
        
        #include <stdio.h>
        #include "zlib.h"

      diff -c -r JDK116/src/share/java/zip/zlib-1.0.4/gzio.c
      sun_JDK116/src/share/java/zip/zlib-1.0.4/gzio.c
      *** JDK116/src/share/java/zip/zlib-1.0.4/gzio.c Wed Nov 19 17:15:15 1997
      --- sun_JDK116/src/share/java/zip/zlib-1.0.4/gzio.c Thu Apr 16 16:47:46 1998
      ***************
      *** 3,9 ****
         * For conditions of distribution and use, see copyright notice in zlib.h
         */
        
      ! /* $Id: gzio.c,v 1.1.1.1 1997/11/19 22:15:15 hazzard Exp $ */
        
        #include <stdio.h>
        
      --- 3,9 ----
         * For conditions of distribution and use, see copyright notice in zlib.h
         */
        
      ! /* $Id: gzio.c,v 1.14 1996/07/24 13:41:01 me Exp $ */
        
        #include <stdio.h>
        

      diff -c -r JDK116/src/share/java/zip/zlib-1.0.4/minigzip.c
      sun_JDK116/src/share/java/zip/zlib-1.0.4/minigzip.c
      *** JDK116/src/share/java/zip/zlib-1.0.4/minigzip.c Wed Nov 19 17:15:30 1997
      --- sun_JDK116/src/share/java/zip/zlib-1.0.4/minigzip.c Thu Apr 16 16:47:46 1998
      ***************
      *** 13,19 ****
         * or in pipe mode.
         */
        
      ! /* $Id: minigzip.c,v 1.1.1.1 1997/11/19 22:15:30 hazzard Exp $ */
        
        #include <stdio.h>
        #include "zlib.h"
      --- 13,19 ----
         * or in pipe mode.
         */
        
      ! /* $Id: minigzip.c,v 1.10 1996/07/24 13:41:04 me Exp $ */
        
        #include <stdio.h>
        #include "zlib.h"

      diff -c -r JDK116/src/share/java/zip/zlib-1.0.4/trees.c
      sun_JDK116/src/share/java/zip/zlib-1.0.4/trees.c
      *** JDK116/src/share/java/zip/zlib-1.0.4/trees.c Wed Nov 19 17:15:32 1997
      --- sun_JDK116/src/share/java/zip/zlib-1.0.4/trees.c Thu Apr 16 16:47:48 1998
      ***************
      *** 29,35 ****
         * Addison-Wesley, 1983. ISBN 0-201-06672-6.
         */
        
      ! /* $Id: trees.c,v 1.1.1.1 1997/11/19 22:15:32 hazzard Exp $ */
        
        #include "deflate.h"
        
      --- 29,35 ----
         * Addison-Wesley, 1983. ISBN 0-201-06672-6.
         */
        
      ! /* $Id: trees.c,v 1.11 1996/07/24 13:41:06 me Exp $ */
        
        #include "deflate.h"
        

      diff -c -r JDK116/src/share/java/zip/zlib-1.0.4/uncompr.c
      sun_JDK116/src/share/java/zip/zlib-1.0.4/uncompr.c
      *** JDK116/src/share/java/zip/zlib-1.0.4/uncompr.c Wed Nov 19 17:15:31 1997
      --- sun_JDK116/src/share/java/zip/zlib-1.0.4/uncompr.c Thu Apr 16 16:47:46 1998
      ***************
      *** 3,9 ****
         * For conditions of distribution and use, see copyright notice in zlib.h
         */
        
      ! /* $Id: uncompr.c,v 1.1.1.1 1997/11/19 22:15:31 hazzard Exp $ */
        
        #include "zlib.h"
        
      --- 3,9 ----
         * For conditions of distribution and use, see copyright notice in zlib.h
         */
        
      ! /* $Id: uncompr.c,v 1.8 1996/01/30 21:59:26 me Exp $ */
        
        #include "zlib.h"
        

      diff -c -r JDK116/src/share/java/zip/zlib-1.0.4/zconf.h
      sun_JDK116/src/share/java/zip/zlib-1.0.4/zconf.h
      *** JDK116/src/share/java/zip/zlib-1.0.4/zconf.h Wed Nov 19 17:15:34 1997
      --- sun_JDK116/src/share/java/zip/zlib-1.0.4/zconf.h Thu Apr 16 16:47:48 1998
      ***************
      *** 3,9 ****
         * For conditions of distribution and use, see copyright notice in zlib.h
         */
        
      ! /* $Id: zconf.h,v 1.1.1.1 1997/11/19 22:15:34 hazzard Exp $ */
        
        #ifndef _ZCONF_H
        #define _ZCONF_H
      --- 3,9 ----
         * For conditions of distribution and use, see copyright notice in zlib.h
         */
        
      ! /* $Id: zconf.h,v 1.20 1996/07/02 15:09:28 me Exp $ */
        
        #ifndef _ZCONF_H
        #define _ZCONF_H

      diff -c -r JDK116/src/share/java/zip/zlib-1.0.4/zutil.c
      sun_JDK116/src/share/java/zip/zlib-1.0.4/zutil.c
      *** JDK116/src/share/java/zip/zlib-1.0.4/zutil.c Wed Nov 19 17:15:35 1997
      --- sun_JDK116/src/share/java/zip/zlib-1.0.4/zutil.c Thu Apr 16 16:47:48 1998
      ***************
      *** 3,9 ****
         * For conditions of distribution and use, see copyright notice in zlib.h
         */
        
      ! /* $Id: zutil.c,v 1.1.1.1 1997/11/19 22:15:35 hazzard Exp $ */
        
        #include <stdio.h>
        
      --- 3,9 ----
         * For conditions of distribution and use, see copyright notice in zlib.h
         */
        
      ! /* $Id: zutil.c,v 1.17 1996/07/24 13:41:12 me Exp $ */
        
        #include <stdio.h>
        

      diff -c -r JDK116/src/share/java/zip/zlib-1.0.4/zutil.h
      sun_JDK116/src/share/java/zip/zlib-1.0.4/zutil.h
      *** JDK116/src/share/java/zip/zlib-1.0.4/zutil.h Wed Nov 19 17:15:40 1997
      --- sun_JDK116/src/share/java/zip/zlib-1.0.4/zutil.h Thu Apr 16 16:47:48 1998
      ***************
      *** 8,14 ****
           subject to change. Applications should only use zlib.h.
         */
        
      ! /* $Id: zutil.h,v 1.1.1.1 1997/11/19 22:15:40 hazzard Exp $ */
        
        #ifndef _Z_UTIL_H
        #define _Z_UTIL_H
      --- 8,14 ----
           subject to change. Applications should only use zlib.h.
         */
        
      ! /* $Id: zutil.h,v 1.16 1996/07/24 13:41:13 me Exp $ */
        
        #ifndef _Z_UTIL_H
        #define _Z_UTIL_H

            zlisunw Zhenghua Li (Inactive)
            jbenoit Jonathan Benoit (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: