home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.sbin / named / Version.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-04-24  |  4.3 KB  |  136 lines

  1. /*-
  2.  * Copyright (c) 1986, 1987, 1990 The Regents of the University of California.
  3.  * All rights reserved.
  4.  *
  5.  * Redistribution and use in source and binary forms, with or without
  6.  * modification, are permitted provided that the following conditions
  7.  * are met:
  8.  * 1. Redistributions of source code must retain the above copyright
  9.  *    notice, this list of conditions and the following disclaimer.
  10.  * 2. Redistributions in binary form must reproduce the above copyright
  11.  *    notice, this list of conditions and the following disclaimer in the
  12.  *    documentation and/or other materials provided with the distribution.
  13.  * 3. All advertising materials mentioning features or use of this software
  14.  *    must display the following acknowledgement:
  15.  *    This product includes software developed by the University of
  16.  *    California, Berkeley and its contributors.
  17.  * 4. Neither the name of the University nor the names of its contributors
  18.  *    may be used to endorse or promote products derived from this software
  19.  *    without specific prior written permission.
  20.  *
  21.  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  22.  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  23.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  24.  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  25.  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  26.  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  27.  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  28.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  29.  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  30.  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  31.  * SUCH DAMAGE.
  32.  *
  33.  *    @(#)Version.c    4.10 (Berkeley) 4/24/91
  34.  */
  35.  
  36. #ifndef lint
  37. char sccsid[] = "@(#)named 4.8.3 %WHEN% %WHOANDWHERE%\n";
  38. #endif /* not lint */
  39.  
  40. char Version[] = "named 4.8.3 %WHEN%\n\t%WHOANDWHERE%\n";
  41.  
  42. #ifdef COMMENT
  43.  
  44. SCCS/s.Version.c:
  45.  
  46. D 4.8.3    90/08/15 09:21:21    bloom    37    35    00031/00028/00079
  47. Version distributed with 4.3 Reno tape (June 1990)
  48. (with additional changes for backward compat. after Reno)
  49.  
  50. D 4.8.2    89/09/18 13:57:11    bloom    35    34    00020/00014/00087
  51. Interim fixes release
  52.  
  53. D 4.8.1    89/02/08 17:12:15    karels    34    33    00026/00017/00075
  54. branch for 4.8.1
  55.  
  56. D 4.8    88/07/09 14:27:00       karels  33      28      00043/00031/00049
  57. 4.8 is here!
  58.  
  59. D 4.7    87/11/20 13:15:52    karels    25    24    00000/00000/00062
  60. 4.7.3 beta
  61.  
  62. D 4.6    87/07/21 12:15:52    karels    25    24    00000/00000/00062
  63. 4.6 declared stillborn
  64.  
  65. D 4.5    87/02/10 12:33:25    kjd    24    18    00000/00000/00062
  66. February 1987, Network Release. Child (bind) grows up, parent (kevin) leaves home.
  67.  
  68. D 4.4    86/10/01 10:06:26    kjd    18    12    00020/00017/00042
  69. October 1, 1986 Network Distribution
  70.  
  71. D 4.3    86/06/04 12:12:18    kjd    12    7    00015/00028/00044
  72. Version distributed with 4.3BSD
  73.  
  74. D 4.2    86/04/30 20:57:16    kjd    7    1    00056/00000/00016
  75. Network distribution Freeze and one more version until 4.3BSD
  76.  
  77. D 1.1    86/04/30 19:30:00    kjd    1    0    00016/00000/00000
  78. date and time created 86/04/30 19:30:00 by kjd
  79.  
  80. code versions:
  81.  
  82. Makefile
  83.     Makefile.dist    5.4 (Berkeley) 8/15/90
  84. Makefile.reno
  85.     Makefile    5.8 (Berkeley) 7/28/90
  86. Version.c
  87.     Version.c    4.9 (Berkeley) 7/21/90
  88. db.h
  89.     db.h    4.16 (Berkeley) 6/1/90
  90. db_dump.c
  91.     db_dump.c    4.30 (Berkeley) 6/1/90
  92. db_glue.c
  93.     db_glue.c    4.4 (Berkeley) 6/1/90
  94. db_load.c
  95.     db_load.c    4.37 (Berkeley) 6/1/90
  96. db_lookup.c
  97.     db_lookup.c    4.17 (Berkeley) 6/1/90
  98. db_reload.c
  99.     db_reload.c    4.21 (Berkeley) 6/1/90
  100. db_save.c
  101.     db_save.c    4.15 (Berkeley) 6/1/90
  102. db_update.c
  103.     db_update.c    4.26 (Berkeley) 6/1/90
  104. named-xfer.c
  105.     named-xfer.c    4.16 (Berkeley) 8/15/90
  106. named.reload
  107.     named.reload    5.1 (Berkeley) 2/8/89
  108. named.reload.reno
  109.     named.reload    5.2 (Berkeley) 6/27/89
  110. named.restart
  111.     named.restart    5.2 (Berkeley) 2/5/89
  112. named.restart.reno
  113.     named.restart    5.4 (Berkeley) 6/27/89
  114. ns.h
  115.     ns.h    4.32 (Berkeley) 8/15/90
  116. ns_forw.c
  117.     ns_forw.c    4.30 (Berkeley) 6/27/90
  118. ns_init.c
  119.     ns_init.c    4.35 (Berkeley) 6/27/90
  120. ns_main.c
  121.     ns_main.c    4.51 (Berkeley) 8/15/90
  122. ns_maint.c
  123.     ns_maint.c    4.38 (Berkeley) 8/15/90
  124. ns_req.c
  125.     ns_req.c    4.44 (Berkeley) 6/27/90
  126. ns_resp.c
  127.     ns_resp.c    4.63 (Berkeley) 6/1/90
  128. ns_sort.c
  129.     ns_sort.c    4.8 (Berkeley) 6/1/90
  130. ns_stats.c
  131.     ns_stats.c    4.10 (Berkeley) 6/27/90
  132. pathnames.h
  133.     pathnames.h    5.4 (Berkeley) 6/1/90
  134.  
  135. #endif COMMENT
  136.