randy       97/01/01 10:20:06

  Modified:    src/modules  Makefile
               src/modules/proxy  Makefile mod_proxy.c mod_proxy.h
                        proxy_cache.c proxy_connect.c  proxy_ftp.c
                        proxy_http.c proxy_util.c
  Log:
  Update Copyright dates.
  
  Revision  Changes    Path
  1.5       +1 -1      apache/src/modules/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /export/home/cvs/apache/src/modules/Makefile,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -C3 -r1.4 -r1.5
  *** Makefile  1996/12/01 20:32:04     1.4
  --- Makefile  1997/01/01 18:19:49     1.5
  ***************
  *** 1,5 ****
    # ====================================================================
  ! # Copyright (c) 1995,1996 The Apache Group.  All rights reserved.
    #
    # Redistribution and use in source and binary forms, with or without
    # modification, are permitted provided that the following conditions
  --- 1,5 ----
    # ====================================================================
  ! # Copyright (c) 1995-1997 The Apache Group.  All rights reserved.
    #
    # Redistribution and use in source and binary forms, with or without
    # modification, are permitted provided that the following conditions
  
  
  
  1.10      +1 -1      apache/src/modules/proxy/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /export/home/cvs/apache/src/modules/proxy/Makefile,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -C3 -r1.9 -r1.10
  *** Makefile  1996/12/01 20:32:15     1.9
  --- Makefile  1997/01/01 18:19:59     1.10
  ***************
  *** 1,5 ****
    # ====================================================================
  ! # Copyright (c) 1995,1996 The Apache Group.  All rights reserved.
    #
    # Redistribution and use in source and binary forms, with or without
    # modification, are permitted provided that the following conditions
  --- 1,5 ----
    # ====================================================================
  ! # Copyright (c) 1995-1997 The Apache Group.  All rights reserved.
    #
    # Redistribution and use in source and binary forms, with or without
    # modification, are permitted provided that the following conditions
  
  
  
  1.7       +1 -1      apache/src/modules/proxy/mod_proxy.c
  
  Index: mod_proxy.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/modules/proxy/mod_proxy.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -C3 -r1.6 -r1.7
  *** mod_proxy.c       1996/11/25 11:22:05     1.6
  --- mod_proxy.c       1997/01/01 18:19:59     1.7
  ***************
  *** 1,5 ****
    /* ====================================================================
  !  * Copyright (c) 1996 The Apache Group.  All rights reserved.
     *
     * Redistribution and use in source and binary forms, with or without
     * modification, are permitted provided that the following conditions
  --- 1,5 ----
    /* ====================================================================
  !  * Copyright (c) 1996,1997 The Apache Group.  All rights reserved.
     *
     * Redistribution and use in source and binary forms, with or without
     * modification, are permitted provided that the following conditions
  
  
  
  1.6       +1 -1      apache/src/modules/proxy/mod_proxy.h
  
  Index: mod_proxy.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/modules/proxy/mod_proxy.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -C3 -r1.5 -r1.6
  *** mod_proxy.h       1996/12/24 20:22:45     1.5
  --- mod_proxy.h       1997/01/01 18:20:00     1.6
  ***************
  *** 1,5 ****
    /* ====================================================================
  !  * Copyright (c) 1996 The Apache Group.  All rights reserved.
     *
     * Redistribution and use in source and binary forms, with or without
     * modification, are permitted provided that the following conditions
  --- 1,5 ----
    /* ====================================================================
  !  * Copyright (c) 1996,1997 The Apache Group.  All rights reserved.
     *
     * Redistribution and use in source and binary forms, with or without
     * modification, are permitted provided that the following conditions
  
  
  
  1.8       +1 -1      apache/src/modules/proxy/proxy_cache.c
  
  Index: proxy_cache.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/modules/proxy/proxy_cache.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -C3 -r1.7 -r1.8
  *** proxy_cache.c     1996/11/25 15:22:11     1.7
  --- proxy_cache.c     1997/01/01 18:20:01     1.8
  ***************
  *** 1,5 ****
    /* ====================================================================
  !  * Copyright (c) 1996 The Apache Group.  All rights reserved.
     *
     * Redistribution and use in source and binary forms, with or without
     * modification, are permitted provided that the following conditions
  --- 1,5 ----
    /* ====================================================================
  !  * Copyright (c) 1996,1997 The Apache Group.  All rights reserved.
     *
     * Redistribution and use in source and binary forms, with or without
     * modification, are permitted provided that the following conditions
  
  
  
  1.4       +1 -1      apache/src/modules/proxy/proxy_connect.c
  
  Index: proxy_connect.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/modules/proxy/proxy_connect.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** proxy_connect.c   1996/10/20 23:59:01     1.3
  --- proxy_connect.c   1997/01/01 18:20:02     1.4
  ***************
  *** 1,5 ****
    /* ====================================================================
  !  * Copyright (c) 1996 The Apache Group.  All rights reserved.
     *
     * Redistribution and use in source and binary forms, with or without
     * modification, are permitted provided that the following conditions
  --- 1,5 ----
    /* ====================================================================
  !  * Copyright (c) 1996,1997 The Apache Group.  All rights reserved.
     *
     * Redistribution and use in source and binary forms, with or without
     * modification, are permitted provided that the following conditions
  
  
  
  1.5       +1 -1      apache/src/modules/proxy/proxy_ftp.c
  
  Index: proxy_ftp.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/modules/proxy/proxy_ftp.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -C3 -r1.4 -r1.5
  *** proxy_ftp.c       1996/12/24 17:23:24     1.4
  --- proxy_ftp.c       1997/01/01 18:20:02     1.5
  ***************
  *** 1,5 ****
    /* ====================================================================
  !  * Copyright (c) 1996 The Apache Group.  All rights reserved.
     *
     * Redistribution and use in source and binary forms, with or without
     * modification, are permitted provided that the following conditions
  --- 1,5 ----
    /* ====================================================================
  !  * Copyright (c) 1996,1997 The Apache Group.  All rights reserved.
     *
     * Redistribution and use in source and binary forms, with or without
     * modification, are permitted provided that the following conditions
  
  
  
  1.10      +1 -1      apache/src/modules/proxy/proxy_http.c
  
  Index: proxy_http.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/modules/proxy/proxy_http.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -C3 -r1.9 -r1.10
  *** proxy_http.c      1996/12/10 04:16:44     1.9
  --- proxy_http.c      1997/01/01 18:20:02     1.10
  ***************
  *** 1,5 ****
    /* ====================================================================
  !  * Copyright (c) 1996 The Apache Group.  All rights reserved.
     *
     * Redistribution and use in source and binary forms, with or without
     * modification, are permitted provided that the following conditions
  --- 1,5 ----
    /* ====================================================================
  !  * Copyright (c) 1996,1997 The Apache Group.  All rights reserved.
     *
     * Redistribution and use in source and binary forms, with or without
     * modification, are permitted provided that the following conditions
  
  
  
  1.6       +1 -1      apache/src/modules/proxy/proxy_util.c
  
  Index: proxy_util.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/modules/proxy/proxy_util.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -C3 -r1.5 -r1.6
  *** proxy_util.c      1996/10/27 18:29:57     1.5
  --- proxy_util.c      1997/01/01 18:20:03     1.6
  ***************
  *** 1,5 ****
    /* ====================================================================
  !  * Copyright (c) 1996 The Apache Group.  All rights reserved.
     *
     * Redistribution and use in source and binary forms, with or without
     * modification, are permitted provided that the following conditions
  --- 1,5 ----
    /* ====================================================================
  !  * Copyright (c) 1996,1997 The Apache Group.  All rights reserved.
     *
     * Redistribution and use in source and binary forms, with or without
     * modification, are permitted provided that the following conditions
  
  
  

Reply via email to