Add copyright
[unix-history] / usr / src / usr.bin / mail / version.c
index cfcef6c..345e8a5 100644 (file)
@@ -1,6 +1,16 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)version.c  5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * Just keep track of the date/sid of this version of Mail.
  * Load this file first to get a "total" Mail version.
  */
 /*
  * Just keep track of the date/sid of this version of Mail.
  * Load this file first to get a "total" Mail version.
  */
-static char    *SccsID = "@(#)UCB Mail Version 2.18 (%G%)";
-char   *version = "2.18 %G%";
+static char    *SccsID = "@(#)UCB Mail Version 5.1 (%G%)";
+char   *version = "5.1 %G%";