usr/src/cmd/cmd-inet/usr.bin/pppd/patchlevel.h
changeset 2538 b5894d78c55a
parent 0 68f95e015346
--- a/usr/src/cmd/cmd-inet/usr.bin/pppd/patchlevel.h	Fri Aug 11 15:18:46 2006 -0700
+++ b/usr/src/cmd/cmd-inet/usr.bin/pppd/patchlevel.h	Fri Aug 11 18:11:49 2006 -0700
@@ -1,12 +1,11 @@
 /*
- * Copyright (c) 2000 by Sun Microsystems, Inc.
- * All rights reserved.
+ * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
-
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
 
 #ifndef _PATCH_LEVEL_H
-#define _PATCH_LEVEL_H
+#define	_PATCH_LEVEL_H
 
 #ifdef  __cplusplus
 extern "C" {
@@ -14,13 +13,11 @@
 
 #define	PATCHLEVEL	0
 
-#define VERSION		"2.4"
-#define IMPLEMENTATION	\
-	"b1 (Sun Microsystems, Inc., " __DATE__ " " __TIME__ ")"
+#define	VERSION		"2.4"
+#define	IMPLEMENTATION	"b1 (Sun Microsystems, Inc.)"
 
 #ifdef  __cplusplus
 }
 #endif
 
 #endif /* _PATCH_LEVEL_H */
-