diff options
author | Paul Cheng <Paul.Cheng@Sun.COM> | 2010-04-24 08:01:59 -0700 |
---|---|---|
committer | Paul Cheng <Paul.Cheng@Sun.COM> | 2010-04-24 08:01:59 -0700 |
commit | 74b5a35d491a5d9569dd85fa6d4037ba66246430 (patch) | |
tree | 66fd04872546f561a64960fb1d503179ea243de5 /usr/src/Makefile.lint | |
parent | 4dd25bdc7783db8bc93cd5b34313deea3626618f (diff) | |
download | illumos-gate-74b5a35d491a5d9569dd85fa6d4037ba66246430.tar.gz |
6928457 MMS end of feature (fix CDDL, fix packaging)
Diffstat (limited to 'usr/src/Makefile.lint')
-rw-r--r-- | usr/src/Makefile.lint | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/usr/src/Makefile.lint b/usr/src/Makefile.lint index 9684b8fb9c..4607ecb2af 100644 --- a/usr/src/Makefile.lint +++ b/usr/src/Makefile.lint @@ -1,3 +1,24 @@ +# +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# 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. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# + # Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. # include global definitions |