summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@nexenta.com>2010-10-21 14:44:37 -0700
committerGarrett D'Amore <garrett@nexenta.com>2010-10-21 14:44:37 -0700
commit5aec55eb0591d2fcdd38d7dd5408a6ff3456e596 (patch)
tree8ea07fb5f56a7a90afbb7e23504764ac81a4020b /usr/src
parent01335b0d1c4e0c0f16325a830b24ea2a4076fd38 (diff)
downloadillumos-gate-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')
-rw-r--r--usr/src/cmd/localedef/Makefile4
-rw-r--r--usr/src/cmd/localedef/charmap.c4
-rw-r--r--usr/src/cmd/localedef/collate.c4
-rw-r--r--usr/src/cmd/localedef/ctype.c4
-rw-r--r--usr/src/cmd/localedef/data/convert_map.pl2
-rw-r--r--usr/src/cmd/localedef/localedef.c4
-rw-r--r--usr/src/cmd/localedef/localedef.h2
-rw-r--r--usr/src/cmd/localedef/messages.c4
-rw-r--r--usr/src/cmd/localedef/monetary.c4
-rw-r--r--usr/src/cmd/localedef/numeric.c4
-rw-r--r--usr/src/cmd/localedef/parser.y4
-rw-r--r--usr/src/cmd/localedef/scanner.c4
-rw-r--r--usr/src/cmd/localedef/time.c4
-rw-r--r--usr/src/cmd/localedef/wide.c4
-rw-r--r--usr/src/cmd/od/Makefile2
-rw-r--r--usr/src/cmd/od/od.c2
-rw-r--r--usr/src/cmd/printf/Makefile2
-rw-r--r--usr/src/cmd/tr/Makefile27
-rw-r--r--usr/src/lib/libc/port/i18n/isdigit.c6
-rw-r--r--usr/src/lib/libc/port/locale/mbftowc.c6
-rw-r--r--usr/src/lib/libc/port/locale/strptime.c34
-rw-r--r--usr/src/lib/libc/port/locale/tolower.c6
-rw-r--r--usr/src/lib/libc/port/locale/ungetwc.c1
-rw-r--r--usr/src/prototypes/README4
-rw-r--r--usr/src/prototypes/prototype.Makefile6
-rw-r--r--usr/src/prototypes/prototype.c7
-rw-r--r--usr/src/prototypes/prototype.csh4
-rw-r--r--usr/src/prototypes/prototype.h6
-rw-r--r--usr/src/prototypes/prototype.java6
-rw-r--r--usr/src/prototypes/prototype.ksh6
-rw-r--r--usr/src/prototypes/prototype.man6
-rw-r--r--usr/src/prototypes/prototype.mapfile-vers6
-rw-r--r--usr/src/prototypes/prototype.pl6
-rw-r--r--usr/src/prototypes/prototype.py6
-rw-r--r--usr/src/prototypes/prototype.s6
-rw-r--r--usr/src/prototypes/prototype.sh4
36 files changed, 89 insertions, 122 deletions
diff --git a/usr/src/cmd/localedef/Makefile b/usr/src/cmd/localedef/Makefile
index 2f239d7d71..4dad07036b 100644
--- a/usr/src/cmd/localedef/Makefile
+++ b/usr/src/cmd/localedef/Makefile
@@ -1,8 +1,8 @@
#
# 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 version 1.0
-# of the CDDL.
+# 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
diff --git a/usr/src/cmd/localedef/charmap.c b/usr/src/cmd/localedef/charmap.c
index b0a0613c45..69e4839319 100644
--- a/usr/src/cmd/localedef/charmap.c
+++ b/usr/src/cmd/localedef/charmap.c
@@ -1,8 +1,8 @@
/*
* 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 version 1.0
- * of the CDDL.
+ * 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
diff --git a/usr/src/cmd/localedef/collate.c b/usr/src/cmd/localedef/collate.c
index 91356346bd..277967f4b2 100644
--- a/usr/src/cmd/localedef/collate.c
+++ b/usr/src/cmd/localedef/collate.c
@@ -1,8 +1,8 @@
/*
* 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 version 1.0
- * of the CDDL.
+ * 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
diff --git a/usr/src/cmd/localedef/ctype.c b/usr/src/cmd/localedef/ctype.c
index e7eb103701..5ee65e21e6 100644
--- a/usr/src/cmd/localedef/ctype.c
+++ b/usr/src/cmd/localedef/ctype.c
@@ -1,8 +1,8 @@
/*
* 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 version 1.0
- * of the CDDL.
+ * 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
diff --git a/usr/src/cmd/localedef/data/convert_map.pl b/usr/src/cmd/localedef/data/convert_map.pl
index d0cc291974..5d1966a282 100644
--- a/usr/src/cmd/localedef/data/convert_map.pl
+++ b/usr/src/cmd/localedef/data/convert_map.pl
@@ -2,7 +2,7 @@
#
# 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 version
+# 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
diff --git a/usr/src/cmd/localedef/localedef.c b/usr/src/cmd/localedef/localedef.c
index be8372597c..09d9ba8612 100644
--- a/usr/src/cmd/localedef/localedef.c
+++ b/usr/src/cmd/localedef/localedef.c
@@ -1,8 +1,8 @@
/*
* 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 version 1.0
- * of the CDDL.
+ * 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
diff --git a/usr/src/cmd/localedef/localedef.h b/usr/src/cmd/localedef/localedef.h
index c7ae5ae1b3..57ef895b1a 100644
--- a/usr/src/cmd/localedef/localedef.h
+++ b/usr/src/cmd/localedef/localedef.h
@@ -1,7 +1,7 @@
/*
* 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 version
+ * 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
diff --git a/usr/src/cmd/localedef/messages.c b/usr/src/cmd/localedef/messages.c
index 8bd825e390..18f8ef0bd7 100644
--- a/usr/src/cmd/localedef/messages.c
+++ b/usr/src/cmd/localedef/messages.c
@@ -1,8 +1,8 @@
/*
* 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 version 1.0
- * of the CDDL.
+ * 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
diff --git a/usr/src/cmd/localedef/monetary.c b/usr/src/cmd/localedef/monetary.c
index 1c7f3bef52..c6f4780c2a 100644
--- a/usr/src/cmd/localedef/monetary.c
+++ b/usr/src/cmd/localedef/monetary.c
@@ -1,8 +1,8 @@
/*
* 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 version 1.0
- * of the CDDL.
+ * 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
diff --git a/usr/src/cmd/localedef/numeric.c b/usr/src/cmd/localedef/numeric.c
index 1ebce05252..2a0892bb63 100644
--- a/usr/src/cmd/localedef/numeric.c
+++ b/usr/src/cmd/localedef/numeric.c
@@ -1,8 +1,8 @@
/*
* 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 version 1.0
- * of the CDDL.
+ * 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
diff --git a/usr/src/cmd/localedef/parser.y b/usr/src/cmd/localedef/parser.y
index fd898d84dc..485430b8d1 100644
--- a/usr/src/cmd/localedef/parser.y
+++ b/usr/src/cmd/localedef/parser.y
@@ -2,8 +2,8 @@
/*
* 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 version 1.0
- * of the CDDL.
+ * 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
diff --git a/usr/src/cmd/localedef/scanner.c b/usr/src/cmd/localedef/scanner.c
index 42fd7763c4..e1f0e6da20 100644
--- a/usr/src/cmd/localedef/scanner.c
+++ b/usr/src/cmd/localedef/scanner.c
@@ -1,8 +1,8 @@
/*
* 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 version 1.0
- * of the CDDL.
+ * 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
diff --git a/usr/src/cmd/localedef/time.c b/usr/src/cmd/localedef/time.c
index 105908c12e..d4cb9d65cd 100644
--- a/usr/src/cmd/localedef/time.c
+++ b/usr/src/cmd/localedef/time.c
@@ -1,8 +1,8 @@
/*
* 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 version 1.0
- * of the CDDL.
+ * 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
diff --git a/usr/src/cmd/localedef/wide.c b/usr/src/cmd/localedef/wide.c
index 4d43c80daf..933ebc61ca 100644
--- a/usr/src/cmd/localedef/wide.c
+++ b/usr/src/cmd/localedef/wide.c
@@ -1,8 +1,8 @@
/*
* 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 version 1.0
- * of the CDDL.
+ * 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
diff --git a/usr/src/cmd/od/Makefile b/usr/src/cmd/od/Makefile
index e5bd638cb2..ce45b2db8c 100644
--- a/usr/src/cmd/od/Makefile
+++ b/usr/src/cmd/od/Makefile
@@ -1,7 +1,7 @@
#
# 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 version
+# 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
diff --git a/usr/src/cmd/od/od.c b/usr/src/cmd/od/od.c
index 283058ad6d..dab2c167cd 100644
--- a/usr/src/cmd/od/od.c
+++ b/usr/src/cmd/od/od.c
@@ -1,7 +1,7 @@
/*
* 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 version
+ * 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
diff --git a/usr/src/cmd/printf/Makefile b/usr/src/cmd/printf/Makefile
index e90154574b..b82f89f2e5 100644
--- a/usr/src/cmd/printf/Makefile
+++ b/usr/src/cmd/printf/Makefile
@@ -1,7 +1,7 @@
#
# 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 version
+# 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
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.
#
diff --git a/usr/src/lib/libc/port/i18n/isdigit.c b/usr/src/lib/libc/port/i18n/isdigit.c
index 0629a0b411..69f6f4bbdd 100644
--- a/usr/src/lib/libc/port/i18n/isdigit.c
+++ b/usr/src/lib/libc/port/i18n/isdigit.c
@@ -1,12 +1,12 @@
/*
* 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 version
+ * 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 is of the CDDL is also available via the Internet
- * at http://www.illumos.org/license/CDDL.
+ * source. A copy of the CDDL is also available via the Internet at
+ * http://www.illumos.org/license/CDDL.
*/
/*
diff --git a/usr/src/lib/libc/port/locale/mbftowc.c b/usr/src/lib/libc/port/locale/mbftowc.c
index feef82f097..262e11ab1c 100644
--- a/usr/src/lib/libc/port/locale/mbftowc.c
+++ b/usr/src/lib/libc/port/locale/mbftowc.c
@@ -1,12 +1,12 @@
/*
* 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 version
+ * 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 is of the CDDL is also available via the Internet
- * at http://www.illumos.org/license/CDDL.
+ * source. A copy of the CDDL is also available via the Internet at
+ * http://www.illumos.org/license/CDDL.
*/
/*
diff --git a/usr/src/lib/libc/port/locale/strptime.c b/usr/src/lib/libc/port/locale/strptime.c
index 4e8c5d56d1..24da8ece85 100644
--- a/usr/src/lib/libc/port/locale/strptime.c
+++ b/usr/src/lib/libc/port/locale/strptime.c
@@ -1,43 +1,18 @@
/*
- * Powerdog Industries kindly requests feedback from anyone modifying
- * this function:
- *
- * Date: Thu, 05 Jun 1997 23:17:17 -0400
- * From: Kevin Ruddy <kevin.ruddy@powerdog.com>
- * To: James FitzGibbon <james@nexis.net>
- * Subject: Re: Use of your strptime(3) code (fwd)
- *
- * The reason for the "no mod" clause was so that modifications would
- * come back and we could integrate them and reissue so that a wider
- * audience could use it (thereby spreading the wealth). This has
- * made it possible to get strptime to work on many operating systems.
- * I'm not sure why that's "plain unacceptable" to the FreeBSD team.
- *
- * Anyway, you can change it to "with or without modification" as
- * you see fit. Enjoy.
- *
- * Kevin Ruddy
- * Powerdog Industries, Inc.
- */
-/*
* Copyright 2010, Nexenta Systems, Inc. All rights reserved.
* Copyright (c) 1994 Powerdog Industries. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
+ *
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
+ *
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer
* in the documentation and/or other materials provided with the
* distribution.
- * 3. All advertising materials mentioning features or use of this
- * software must display the following acknowledgement:
- * This product includes software developed by Powerdog Industries.
- * 4. The name of Powerdog Industries may not be used to endorse or
- * promote products derived from this software without specific prior
- * written permission.
*
* THIS SOFTWARE IS PROVIDED BY POWERDOG INDUSTRIES ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
@@ -50,7 +25,12 @@
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * The views and conclusions contained in the software and documentation
+ * are those of the authors and should not be interpreted as representing
+ * official policies, either expressed or implied, of Powerdog Industries.
*/
+
#include "lint.h"
#include <time.h>
#include <ctype.h>
diff --git a/usr/src/lib/libc/port/locale/tolower.c b/usr/src/lib/libc/port/locale/tolower.c
index 6e9e10c01e..52bcf162f2 100644
--- a/usr/src/lib/libc/port/locale/tolower.c
+++ b/usr/src/lib/libc/port/locale/tolower.c
@@ -1,12 +1,12 @@
/*
* 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 version
+ * 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 is of the CDDL is also available via the Internet
- * at http://www.illumos.org/license/CDDL.
+ * source. A copy of the CDDL is also available via the Internet at
+ * http://www.illumos.org/license/CDDL.
*/
/*
diff --git a/usr/src/lib/libc/port/locale/ungetwc.c b/usr/src/lib/libc/port/locale/ungetwc.c
index ff9ca33e0b..66cc332704 100644
--- a/usr/src/lib/libc/port/locale/ungetwc.c
+++ b/usr/src/lib/libc/port/locale/ungetwc.c
@@ -29,7 +29,6 @@
/*
* Copyright 2010 Nexenta Systems, Inc. All rights reserved.
- * Use is subject to license terms.
*/
/* This module is created for NLS on Sep.03.86 */
diff --git a/usr/src/prototypes/README b/usr/src/prototypes/README
index deacb9034e..e622b1aeba 100644
--- a/usr/src/prototypes/README
+++ b/usr/src/prototypes/README
@@ -12,8 +12,8 @@ CDDL version 1.0 for each new file introduced in illumos.
* 1.0 of the CDDL.
*
* A full copy of the text of the CDDL should have accompanied this
- * source. A copy is of the CDDL is also available via the Internet
- * at http://www.illumos.org/license/CDDL.
+ * source. A copy of the CDDL is also available via the Internet at
+ * http://www.illumos.org/license/CDDL.
*/
/*
diff --git a/usr/src/prototypes/prototype.Makefile b/usr/src/prototypes/prototype.Makefile
index 26941d2dad..07207161b6 100644
--- a/usr/src/prototypes/prototype.Makefile
+++ b/usr/src/prototypes/prototype.Makefile
@@ -1,12 +1,12 @@
#
# 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 version
+# 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 is of the CDDL is also available via the Internet
-# at http://www.illumos.org/license/CDDL.
+# source. A copy of the CDDL is also available via the Internet at
+# http://www.illumos.org/license/CDDL.
#
#
diff --git a/usr/src/prototypes/prototype.c b/usr/src/prototypes/prototype.c
index 16b25bfc30..b913a6a169 100644
--- a/usr/src/prototypes/prototype.c
+++ b/usr/src/prototypes/prototype.c
@@ -1,12 +1,12 @@
/*
* 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 version
+ * 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 is of the CDDL is also available via the Internet
- * at http://www.illumos.org/license/CDDL.
+ * source. A copy of the CDDL is also available via the Internet at
+ * http://www.illumos.org/license/CDDL.
*/
/*
@@ -16,4 +16,3 @@
/*
* Describe the purpose of this file.
*/
-
diff --git a/usr/src/prototypes/prototype.csh b/usr/src/prototypes/prototype.csh
index 96a6dbdbea..0f9b35fd1b 100644
--- a/usr/src/prototypes/prototype.csh
+++ b/usr/src/prototypes/prototype.csh
@@ -7,8 +7,8 @@
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
-# source. A copy is of the CDDL is also available via the Internet
-# at http://www.illumos.org/license/CDDL.
+# source. A copy of the CDDL is also available via the Internet at
+# http://www.illumos.org/license/CDDL.
#
#
diff --git a/usr/src/prototypes/prototype.h b/usr/src/prototypes/prototype.h
index e37f0a6bfc..6558477d3c 100644
--- a/usr/src/prototypes/prototype.h
+++ b/usr/src/prototypes/prototype.h
@@ -1,12 +1,12 @@
/*
* 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 version
+ * 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 is of the CDDL is also available via the Internet
- * at http://www.illumos.org/license/CDDL.
+ * source. A copy of the CDDL is also available via the Internet at
+ * http://www.illumos.org/license/CDDL.
*/
/*
diff --git a/usr/src/prototypes/prototype.java b/usr/src/prototypes/prototype.java
index 154b012477..9ca0033695 100644
--- a/usr/src/prototypes/prototype.java
+++ b/usr/src/prototypes/prototype.java
@@ -1,12 +1,12 @@
/*
* 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 version
+ * 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 is of the CDDL is also available via the Internet
- * at http://www.illumos.org/license/CDDL.
+ * source. A copy of the CDDL is also available via the Internet at
+ * http://www.illumos.org/license/CDDL.
*/
/*
diff --git a/usr/src/prototypes/prototype.ksh b/usr/src/prototypes/prototype.ksh
index a3736e30fe..6ef1969616 100644
--- a/usr/src/prototypes/prototype.ksh
+++ b/usr/src/prototypes/prototype.ksh
@@ -3,12 +3,12 @@
#
# 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 version
+# 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 is of the CDDL is also available via the Internet
-# at http://www.illumos.org/license/CDDL.
+# source. A copy of the CDDL is also available via the Internet at
+# http://www.illumos.org/license/CDDL.
#
#
diff --git a/usr/src/prototypes/prototype.man b/usr/src/prototypes/prototype.man
index f452880131..6a6ac51136 100644
--- a/usr/src/prototypes/prototype.man
+++ b/usr/src/prototypes/prototype.man
@@ -1,12 +1,12 @@
.\"
.\" 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 version
+.\" 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 is of the CDDL is also available via the Internet
-.\" at http://www.illumos.org/license/CDDL.
+.\" source. A copy of the CDDL is also available via the Internet at
+.\" http://www.illumos.org/license/CDDL.
.\"
.\"
.\" Copyright 2010 <contributor>. All rights reserved.
diff --git a/usr/src/prototypes/prototype.mapfile-vers b/usr/src/prototypes/prototype.mapfile-vers
index b5e1df9258..e6f1d6b84a 100644
--- a/usr/src/prototypes/prototype.mapfile-vers
+++ b/usr/src/prototypes/prototype.mapfile-vers
@@ -1,12 +1,12 @@
#
# 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 version
+# 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 is of the CDDL is also available via the Internet
-# at http://www.illumos.org/license/CDDL.
+# source. A copy of the CDDL is also available via the Internet at
+# http://www.illumos.org/license/CDDL.
#
#
diff --git a/usr/src/prototypes/prototype.pl b/usr/src/prototypes/prototype.pl
index 686f6169c5..c9a428af42 100644
--- a/usr/src/prototypes/prototype.pl
+++ b/usr/src/prototypes/prototype.pl
@@ -2,12 +2,12 @@
#
# 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 version
+# 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 is of the CDDL is also available via the Internet
-# at http://www.illumos.org/license/CDDL.
+# source. A copy of the CDDL is also available via the Internet at
+# http://www.illumos.org/license/CDDL.
#
#
diff --git a/usr/src/prototypes/prototype.py b/usr/src/prototypes/prototype.py
index 68149bd697..518d8b6370 100644
--- a/usr/src/prototypes/prototype.py
+++ b/usr/src/prototypes/prototype.py
@@ -2,12 +2,12 @@
#
# 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 version
+# 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 is of the CDDL is also available via the Internet
-# at http://www.illumos.org/license/CDDL.
+# source. A copy of the CDDL is also available via the Internet at
+# http://www.illumos.org/license/CDDL.
#
#
diff --git a/usr/src/prototypes/prototype.s b/usr/src/prototypes/prototype.s
index 5118aca21d..7a279c47fb 100644
--- a/usr/src/prototypes/prototype.s
+++ b/usr/src/prototypes/prototype.s
@@ -1,12 +1,12 @@
/*
* 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 version
+ * 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 is of the CDDL is also available via the Internet
- * at http://www.illumos.org/license/CDDL.
+ * source. A copy of the CDDL is also available via the Internet at
+ * http://www.illumos.org/license/CDDL.
*/
/*
diff --git a/usr/src/prototypes/prototype.sh b/usr/src/prototypes/prototype.sh
index 131368a862..9d214a11f6 100644
--- a/usr/src/prototypes/prototype.sh
+++ b/usr/src/prototypes/prototype.sh
@@ -7,8 +7,8 @@
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
-# source. A copy is of the CDDL is also available via the Internet
-# at http://www.illumos.org/license/CDDL.
+# source. A copy of the CDDL is also available via the Internet at
+# http://www.illumos.org/license/CDDL.
#
#