diff options
| author | Garrett D'Amore <garrett@nexenta.com> | 2010-10-21 14:44:37 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@nexenta.com> | 2010-10-21 14:44:37 -0700 |
| commit | 5aec55eb0591d2fcdd38d7dd5408a6ff3456e596 (patch) | |
| tree | 8ea07fb5f56a7a90afbb7e23504764ac81a4020b /usr/src/cmd/tr/Makefile | |
| parent | 01335b0d1c4e0c0f16325a830b24ea2a4076fd38 (diff) | |
| download | illumos-joyent-5aec55eb0591d2fcdd38d7dd5408a6ff3456e596.tar.gz | |
357 fix license on strptime.c
358 the prototype CDDL header needs minor grammar fixes
Reviewed by: trisk@opensolaris.org
Reviewed by: gwr@nexenta.com
Reviewed by: gber@openindiana.org
Diffstat (limited to 'usr/src/cmd/tr/Makefile')
| -rw-r--r-- | usr/src/cmd/tr/Makefile | 27 |
1 files changed, 8 insertions, 19 deletions
diff --git a/usr/src/cmd/tr/Makefile b/usr/src/cmd/tr/Makefile index 25ee89ac91..8b556040a5 100644 --- a/usr/src/cmd/tr/Makefile +++ b/usr/src/cmd/tr/Makefile @@ -1,27 +1,16 @@ # -# 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 +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. # +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet +# at http://www.illumos.org/license/CDDL. # + # # Copyright 2010 Nexenta Systems, Inc. All rights reserved. -# Use is subject to license terms. # |
