usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Catalog/Catalog.pm
changeset 7298 b69e27387f74
parent 0 68f95e015346
child 8287 771477e4b843
--- a/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Catalog/Catalog.pm	Wed Aug 06 14:32:11 2008 -0700
+++ b/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Catalog/Catalog.pm	Wed Aug 06 16:29:39 2008 -0600
@@ -1,13 +1,9 @@
-#
-# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
 #
 # CDDL HEADER START
 #
 # The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License").  You may not use this file except in compliance
-# with the License.
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
 #
 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
 # or http://www.opensolaris.org/os/licensing.
@@ -22,7 +18,12 @@
 #
 # CDDL HEADER END
 #
-#ident	"%Z%%M%	%I%	%E% SMI"
+
+#
+# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+
 #
 # Catalog.pm contains perl code for exacct catalog tag manipulation.
 # 
@@ -33,7 +34,7 @@
 
 package Sun::Solaris::Exacct::Catalog;
 
-our $VERSION = '%I%';
+our $VERSION = '1.3';
 use Carp;
 use XSLoader;
 XSLoader::load(__PACKAGE__, $VERSION);