5b1cc24
diff -up nfs-utils-1.1.6/support/export/mount.x.BAD nfs-utils-1.1.6/support/export/mount.x
5b1cc24
--- nfs-utils-1.1.6/support/export/mount.x.BAD	2009-05-19 16:50:35.732807564 -0400
5b1cc24
+++ nfs-utils-1.1.6/support/export/mount.x	2009-05-19 16:51:38.523059441 -0400
5b1cc24
@@ -1,31 +1,29 @@
5b1cc24
 %/*
5b1cc24
-% * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5b1cc24
-% * unrestricted use provided that this legend is included on all tape
5b1cc24
-% * media and as a part of the software program in whole or part.  Users
5b1cc24
-% * may copy or modify Sun RPC without charge, but are not authorized
5b1cc24
-% * to license or distribute it to anyone else except as part of a product or
5b1cc24
-% * program developed by the user or with the express written consent of
5b1cc24
-% * Sun Microsystems, Inc.
5b1cc24
+% * Copyright (c) 2009, Sun Microsystems, Inc.
5b1cc24
+% * All rights reserved.
5b1cc24
 % *
5b1cc24
-% * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
5b1cc24
-% * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
5b1cc24
-% * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
5b1cc24
+% * Redistribution and use in source and binary forms, with or without
5b1cc24
+% * modification, are permitted provided that the following conditions are met:
5b1cc24
+% * - Redistributions of source code must retain the above copyright notice,
5b1cc24
+% *   this list of conditions and the following disclaimer.
5b1cc24
+% * - Redistributions in binary form must reproduce the above copyright notice,
5b1cc24
+% *   this list of conditions and the following disclaimer in the documentation
5b1cc24
+% *   and/or other materials provided with the distribution.
5b1cc24
+% * - Neither the name of Sun Microsystems, Inc. nor the names of its
5b1cc24
+% *   contributors may be used to endorse or promote products derived
5b1cc24
+% *   from this software without specific prior written permission.
5b1cc24
 % *
5b1cc24
-% * Sun RPC is provided with no support and without any obligation on the
5b1cc24
-% * part of Sun Microsystems, Inc. to assist in its use, correction,
5b1cc24
-% * modification or enhancement.
5b1cc24
-% *
5b1cc24
-% * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
5b1cc24
-% * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
5b1cc24
-% * OR ANY PART THEREOF.
5b1cc24
-% *
5b1cc24
-% * In no event will Sun Microsystems, Inc. be liable for any lost revenue
5b1cc24
-% * or profits or other special, indirect and consequential damages, even if
5b1cc24
-% * Sun has been advised of the possibility of such damages.
5b1cc24
-% *
5b1cc24
-% * Sun Microsystems, Inc.
5b1cc24
-% * 2550 Garcia Avenue
5b1cc24
-% * Mountain View, California  94043
5b1cc24
+% * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
5b1cc24
+% * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5b1cc24
+% * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5b1cc24
+% * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
5b1cc24
+% * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
5b1cc24
+% * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
5b1cc24
+% * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
5b1cc24
+% * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
5b1cc24
+% * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
5b1cc24
+% * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
5b1cc24
+% * POSSIBILITY OF SUCH DAMAGE.
5b1cc24
 % */
5b1cc24
 
5b1cc24
 %/*
5b1cc24
diff -up nfs-utils-1.1.6/support/misc/from_local.c.BAD nfs-utils-1.1.6/support/misc/from_local.c
5b1cc24
--- nfs-utils-1.1.6/support/misc/from_local.c.BAD	2009-05-19 16:50:35.733825711 -0400
5b1cc24
+++ nfs-utils-1.1.6/support/misc/from_local.c	2009-05-19 16:51:57.914830175 -0400
5b1cc24
@@ -6,33 +6,31 @@
5b1cc24
   */
5b1cc24
 
5b1cc24
 /*
5b1cc24
- * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5b1cc24
- * unrestricted use provided that this legend is included on all tape
5b1cc24
- * media and as a part of the software program in whole or part.  Users
5b1cc24
- * may copy or modify Sun RPC without charge, but are not authorized
5b1cc24
- * to license or distribute it to anyone else except as part of a product or
5b1cc24
- * program developed by the user or with the express written consent of
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
+ * Copyright (c) 2009, Sun Microsystems, Inc.
5b1cc24
+ * All rights reserved.
5b1cc24
  *
5b1cc24
- * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
5b1cc24
- * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
5b1cc24
- * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
5b1cc24
+ * Redistribution and use in source and binary forms, with or without
5b1cc24
+ * modification, are permitted provided that the following conditions are met:
5b1cc24
+ * - Redistributions of source code must retain the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer.
5b1cc24
+ * - Redistributions in binary form must reproduce the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer in the documentation
5b1cc24
+ *   and/or other materials provided with the distribution.
5b1cc24
+ * - Neither the name of Sun Microsystems, Inc. nor the names of its
5b1cc24
+ *   contributors may be used to endorse or promote products derived
5b1cc24
+ *   from this software without specific prior written permission.
5b1cc24
  *
5b1cc24
- * Sun RPC is provided with no support and without any obligation on the
5b1cc24
- * part of Sun Microsystems, Inc. to assist in its use, correction,
5b1cc24
- * modification or enhancement.
5b1cc24
- *
5b1cc24
- * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
5b1cc24
- * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
5b1cc24
- * OR ANY PART THEREOF.
5b1cc24
- *
5b1cc24
- * In no event will Sun Microsystems, Inc. be liable for any lost revenue
5b1cc24
- * or profits or other special, indirect and consequential damages, even if
5b1cc24
- * Sun has been advised of the possibility of such damages.
5b1cc24
- *
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
- * 2550 Garcia Avenue
5b1cc24
- * Mountain View, California  94043
5b1cc24
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
5b1cc24
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5b1cc24
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5b1cc24
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
5b1cc24
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
5b1cc24
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
5b1cc24
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
5b1cc24
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
5b1cc24
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
5b1cc24
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
5b1cc24
+ * POSSIBILITY OF SUCH DAMAGE.
5b1cc24
  */
5b1cc24
 
5b1cc24
 #if 0
5b1cc24
diff -up nfs-utils-1.1.6/tools/rpcgen/rpc_clntout.c.BAD nfs-utils-1.1.6/tools/rpcgen/rpc_clntout.c
5b1cc24
--- nfs-utils-1.1.6/tools/rpcgen/rpc_clntout.c.BAD	2009-05-19 16:50:35.735807598 -0400
5b1cc24
+++ nfs-utils-1.1.6/tools/rpcgen/rpc_clntout.c	2009-05-19 16:52:15.058808996 -0400
5b1cc24
@@ -1,31 +1,29 @@
5b1cc24
 /*
5b1cc24
- * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5b1cc24
- * unrestricted use provided that this legend is included on all tape
5b1cc24
- * media and as a part of the software program in whole or part.  Users
5b1cc24
- * may copy or modify Sun RPC without charge, but are not authorized
5b1cc24
- * to license or distribute it to anyone else except as part of a product or
5b1cc24
- * program developed by the user or with the express written consent of
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
+ * Copyright (c) 2009, Sun Microsystems, Inc.
5b1cc24
+ * All rights reserved.
5b1cc24
  *
5b1cc24
- * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
5b1cc24
- * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
5b1cc24
- * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
5b1cc24
+ * Redistribution and use in source and binary forms, with or without
5b1cc24
+ * modification, are permitted provided that the following conditions are met:
5b1cc24
+ * - Redistributions of source code must retain the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer.
5b1cc24
+ * - Redistributions in binary form must reproduce the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer in the documentation
5b1cc24
+ *   and/or other materials provided with the distribution.
5b1cc24
+ * - Neither the name of Sun Microsystems, Inc. nor the names of its
5b1cc24
+ *   contributors may be used to endorse or promote products derived
5b1cc24
+ *   from this software without specific prior written permission.
5b1cc24
  *
5b1cc24
- * Sun RPC is provided with no support and without any obligation on the
5b1cc24
- * part of Sun Microsystems, Inc. to assist in its use, correction,
5b1cc24
- * modification or enhancement.
5b1cc24
- *
5b1cc24
- * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
5b1cc24
- * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
5b1cc24
- * OR ANY PART THEREOF.
5b1cc24
- *
5b1cc24
- * In no event will Sun Microsystems, Inc. be liable for any lost revenue
5b1cc24
- * or profits or other special, indirect and consequential damages, even if
5b1cc24
- * Sun has been advised of the possibility of such damages.
5b1cc24
- *
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
- * 2550 Garcia Avenue
5b1cc24
- * Mountain View, California  94043
5b1cc24
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
5b1cc24
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5b1cc24
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5b1cc24
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
5b1cc24
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
5b1cc24
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
5b1cc24
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
5b1cc24
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
5b1cc24
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
5b1cc24
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
5b1cc24
+ * POSSIBILITY OF SUCH DAMAGE.
5b1cc24
  */
5b1cc24
 
5b1cc24
 #if 0
5b1cc24
diff -up nfs-utils-1.1.6/tools/rpcgen/rpc_cout.c.BAD nfs-utils-1.1.6/tools/rpcgen/rpc_cout.c
5b1cc24
--- nfs-utils-1.1.6/tools/rpcgen/rpc_cout.c.BAD	2009-05-19 16:50:35.736823788 -0400
5b1cc24
+++ nfs-utils-1.1.6/tools/rpcgen/rpc_cout.c	2009-05-19 16:52:26.218809125 -0400
5b1cc24
@@ -1,31 +1,29 @@
5b1cc24
 /*
5b1cc24
- * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5b1cc24
- * unrestricted use provided that this legend is included on all tape
5b1cc24
- * media and as a part of the software program in whole or part.  Users
5b1cc24
- * may copy or modify Sun RPC without charge, but are not authorized
5b1cc24
- * to license or distribute it to anyone else except as part of a product or
5b1cc24
- * program developed by the user or with the express written consent of
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
+ * Copyright (c) 2009, Sun Microsystems, Inc.
5b1cc24
+ * All rights reserved.
5b1cc24
  *
5b1cc24
- * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
5b1cc24
- * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
5b1cc24
- * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
5b1cc24
+ * Redistribution and use in source and binary forms, with or without
5b1cc24
+ * modification, are permitted provided that the following conditions are met:
5b1cc24
+ * - Redistributions of source code must retain the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer.
5b1cc24
+ * - Redistributions in binary form must reproduce the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer in the documentation
5b1cc24
+ *   and/or other materials provided with the distribution.
5b1cc24
+ * - Neither the name of Sun Microsystems, Inc. nor the names of its
5b1cc24
+ *   contributors may be used to endorse or promote products derived
5b1cc24
+ *   from this software without specific prior written permission.
5b1cc24
  *
5b1cc24
- * Sun RPC is provided with no support and without any obligation on the
5b1cc24
- * part of Sun Microsystems, Inc. to assist in its use, correction,
5b1cc24
- * modification or enhancement.
5b1cc24
- *
5b1cc24
- * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
5b1cc24
- * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
5b1cc24
- * OR ANY PART THEREOF.
5b1cc24
- *
5b1cc24
- * In no event will Sun Microsystems, Inc. be liable for any lost revenue
5b1cc24
- * or profits or other special, indirect and consequential damages, even if
5b1cc24
- * Sun has been advised of the possibility of such damages.
5b1cc24
- *
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
- * 2550 Garcia Avenue
5b1cc24
- * Mountain View, California  94043
5b1cc24
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
5b1cc24
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5b1cc24
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5b1cc24
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
5b1cc24
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
5b1cc24
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
5b1cc24
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
5b1cc24
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
5b1cc24
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
5b1cc24
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
5b1cc24
+ * POSSIBILITY OF SUCH DAMAGE.
5b1cc24
  */
5b1cc24
 
5b1cc24
 #if 0
5b1cc24
diff -up nfs-utils-1.1.6/tools/rpcgen/rpc_hout.c.BAD nfs-utils-1.1.6/tools/rpcgen/rpc_hout.c
5b1cc24
--- nfs-utils-1.1.6/tools/rpcgen/rpc_hout.c.BAD	2009-05-19 16:50:35.737807503 -0400
5b1cc24
+++ nfs-utils-1.1.6/tools/rpcgen/rpc_hout.c	2009-05-19 16:52:36.969844084 -0400
5b1cc24
@@ -1,31 +1,29 @@
5b1cc24
 /*
5b1cc24
- * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5b1cc24
- * unrestricted use provided that this legend is included on all tape
5b1cc24
- * media and as a part of the software program in whole or part.  Users
5b1cc24
- * may copy or modify Sun RPC without charge, but are not authorized
5b1cc24
- * to license or distribute it to anyone else except as part of a product or
5b1cc24
- * program developed by the user or with the express written consent of
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
+ * Copyright (c) 2009, Sun Microsystems, Inc.
5b1cc24
+ * All rights reserved.
5b1cc24
  *
5b1cc24
- * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
5b1cc24
- * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
5b1cc24
- * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
5b1cc24
+ * Redistribution and use in source and binary forms, with or without
5b1cc24
+ * modification, are permitted provided that the following conditions are met:
5b1cc24
+ * - Redistributions of source code must retain the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer.
5b1cc24
+ * - Redistributions in binary form must reproduce the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer in the documentation
5b1cc24
+ *   and/or other materials provided with the distribution.
5b1cc24
+ * - Neither the name of Sun Microsystems, Inc. nor the names of its
5b1cc24
+ *   contributors may be used to endorse or promote products derived
5b1cc24
+ *   from this software without specific prior written permission.
5b1cc24
  *
5b1cc24
- * Sun RPC is provided with no support and without any obligation on the
5b1cc24
- * part of Sun Microsystems, Inc. to assist in its use, correction,
5b1cc24
- * modification or enhancement.
5b1cc24
- *
5b1cc24
- * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
5b1cc24
- * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
5b1cc24
- * OR ANY PART THEREOF.
5b1cc24
- *
5b1cc24
- * In no event will Sun Microsystems, Inc. be liable for any lost revenue
5b1cc24
- * or profits or other special, indirect and consequential damages, even if
5b1cc24
- * Sun has been advised of the possibility of such damages.
5b1cc24
- *
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
- * 2550 Garcia Avenue
5b1cc24
- * Mountain View, California  94043
5b1cc24
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
5b1cc24
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5b1cc24
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5b1cc24
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
5b1cc24
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
5b1cc24
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
5b1cc24
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
5b1cc24
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
5b1cc24
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
5b1cc24
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
5b1cc24
+ * POSSIBILITY OF SUCH DAMAGE.
5b1cc24
  */
5b1cc24
 
5b1cc24
 #if 0
5b1cc24
diff -up nfs-utils-1.1.6/tools/rpcgen/rpc_main.c.BAD nfs-utils-1.1.6/tools/rpcgen/rpc_main.c
5b1cc24
--- nfs-utils-1.1.6/tools/rpcgen/rpc_main.c.BAD	2009-05-19 16:50:35.739807549 -0400
5b1cc24
+++ nfs-utils-1.1.6/tools/rpcgen/rpc_main.c	2009-05-19 16:52:47.869808319 -0400
5b1cc24
@@ -1,31 +1,29 @@
5b1cc24
 /*
5b1cc24
- * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5b1cc24
- * unrestricted use provided that this legend is included on all tape
5b1cc24
- * media and as a part of the software program in whole or part.  Users
5b1cc24
- * may copy or modify Sun RPC without charge, but are not authorized
5b1cc24
- * to license or distribute it to anyone else except as part of a product or
5b1cc24
- * program developed by the user or with the express written consent of
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
+ * Copyright (c) 2009, Sun Microsystems, Inc.
5b1cc24
+ * All rights reserved.
5b1cc24
  *
5b1cc24
- * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
5b1cc24
- * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
5b1cc24
- * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
5b1cc24
+ * Redistribution and use in source and binary forms, with or without
5b1cc24
+ * modification, are permitted provided that the following conditions are met:
5b1cc24
+ * - Redistributions of source code must retain the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer.
5b1cc24
+ * - Redistributions in binary form must reproduce the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer in the documentation
5b1cc24
+ *   and/or other materials provided with the distribution.
5b1cc24
+ * - Neither the name of Sun Microsystems, Inc. nor the names of its
5b1cc24
+ *   contributors may be used to endorse or promote products derived
5b1cc24
+ *   from this software without specific prior written permission.
5b1cc24
  *
5b1cc24
- * Sun RPC is provided with no support and without any obligation on the
5b1cc24
- * part of Sun Microsystems, Inc. to assist in its use, correction,
5b1cc24
- * modification or enhancement.
5b1cc24
- *
5b1cc24
- * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
5b1cc24
- * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
5b1cc24
- * OR ANY PART THEREOF.
5b1cc24
- *
5b1cc24
- * In no event will Sun Microsystems, Inc. be liable for any lost revenue
5b1cc24
- * or profits or other special, indirect and consequential damages, even if
5b1cc24
- * Sun has been advised of the possibility of such damages.
5b1cc24
- *
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
- * 2550 Garcia Avenue
5b1cc24
- * Mountain View, California  94043
5b1cc24
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
5b1cc24
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5b1cc24
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5b1cc24
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
5b1cc24
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
5b1cc24
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
5b1cc24
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
5b1cc24
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
5b1cc24
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
5b1cc24
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
5b1cc24
+ * POSSIBILITY OF SUCH DAMAGE.
5b1cc24
  */
5b1cc24
 
5b1cc24
 #if 0
5b1cc24
diff -up nfs-utils-1.1.6/tools/rpcgen/rpc_parse.c.BAD nfs-utils-1.1.6/tools/rpcgen/rpc_parse.c
5b1cc24
--- nfs-utils-1.1.6/tools/rpcgen/rpc_parse.c.BAD	2009-05-19 16:50:35.740825695 -0400
5b1cc24
+++ nfs-utils-1.1.6/tools/rpcgen/rpc_parse.c	2009-05-19 16:53:01.611059425 -0400
5b1cc24
@@ -1,31 +1,29 @@
5b1cc24
 /*
5b1cc24
- * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5b1cc24
- * unrestricted use provided that this legend is included on all tape
5b1cc24
- * media and as a part of the software program in whole or part.  Users
5b1cc24
- * may copy or modify Sun RPC without charge, but are not authorized
5b1cc24
- * to license or distribute it to anyone else except as part of a product or
5b1cc24
- * program developed by the user or with the express written consent of
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
+ * Copyright (c) 2009, Sun Microsystems, Inc.
5b1cc24
+ * All rights reserved.
5b1cc24
  *
5b1cc24
- * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
5b1cc24
- * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
5b1cc24
- * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
5b1cc24
+ * Redistribution and use in source and binary forms, with or without
5b1cc24
+ * modification, are permitted provided that the following conditions are met:
5b1cc24
+ * - Redistributions of source code must retain the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer.
5b1cc24
+ * - Redistributions in binary form must reproduce the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer in the documentation
5b1cc24
+ *   and/or other materials provided with the distribution.
5b1cc24
+ * - Neither the name of Sun Microsystems, Inc. nor the names of its
5b1cc24
+ *   contributors may be used to endorse or promote products derived
5b1cc24
+ *   from this software without specific prior written permission.
5b1cc24
  *
5b1cc24
- * Sun RPC is provided with no support and without any obligation on the
5b1cc24
- * part of Sun Microsystems, Inc. to assist in its use, correction,
5b1cc24
- * modification or enhancement.
5b1cc24
- *
5b1cc24
- * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
5b1cc24
- * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
5b1cc24
- * OR ANY PART THEREOF.
5b1cc24
- *
5b1cc24
- * In no event will Sun Microsystems, Inc. be liable for any lost revenue
5b1cc24
- * or profits or other special, indirect and consequential damages, even if
5b1cc24
- * Sun has been advised of the possibility of such damages.
5b1cc24
- *
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
- * 2550 Garcia Avenue
5b1cc24
- * Mountain View, California  94043
5b1cc24
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
5b1cc24
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5b1cc24
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5b1cc24
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
5b1cc24
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
5b1cc24
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
5b1cc24
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
5b1cc24
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
5b1cc24
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
5b1cc24
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
5b1cc24
+ * POSSIBILITY OF SUCH DAMAGE.
5b1cc24
  */
5b1cc24
 
5b1cc24
 #if 0
5b1cc24
diff -up nfs-utils-1.1.6/tools/rpcgen/rpc_parse.h.BAD nfs-utils-1.1.6/tools/rpcgen/rpc_parse.h
5b1cc24
--- nfs-utils-1.1.6/tools/rpcgen/rpc_parse.h.BAD	2009-05-19 16:50:35.742807442 -0400
5b1cc24
+++ nfs-utils-1.1.6/tools/rpcgen/rpc_parse.h	2009-05-19 16:53:13.034809112 -0400
5b1cc24
@@ -1,31 +1,29 @@
5b1cc24
 /*
5b1cc24
- * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5b1cc24
- * unrestricted use provided that this legend is included on all tape
5b1cc24
- * media and as a part of the software program in whole or part.  Users
5b1cc24
- * may copy or modify Sun RPC without charge, but are not authorized
5b1cc24
- * to license or distribute it to anyone else except as part of a product or
5b1cc24
- * program developed by the user or with the express written consent of
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
+ * Copyright (c) 2009, Sun Microsystems, Inc.
5b1cc24
+ * All rights reserved.
5b1cc24
  *
5b1cc24
- * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
5b1cc24
- * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
5b1cc24
- * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
5b1cc24
+ * Redistribution and use in source and binary forms, with or without
5b1cc24
+ * modification, are permitted provided that the following conditions are met:
5b1cc24
+ * - Redistributions of source code must retain the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer.
5b1cc24
+ * - Redistributions in binary form must reproduce the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer in the documentation
5b1cc24
+ *   and/or other materials provided with the distribution.
5b1cc24
+ * - Neither the name of Sun Microsystems, Inc. nor the names of its
5b1cc24
+ *   contributors may be used to endorse or promote products derived
5b1cc24
+ *   from this software without specific prior written permission.
5b1cc24
  *
5b1cc24
- * Sun RPC is provided with no support and without any obligation on the
5b1cc24
- * part of Sun Microsystems, Inc. to assist in its use, correction,
5b1cc24
- * modification or enhancement.
5b1cc24
- *
5b1cc24
- * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
5b1cc24
- * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
5b1cc24
- * OR ANY PART THEREOF.
5b1cc24
- *
5b1cc24
- * In no event will Sun Microsystems, Inc. be liable for any lost revenue
5b1cc24
- * or profits or other special, indirect and consequential damages, even if
5b1cc24
- * Sun has been advised of the possibility of such damages.
5b1cc24
- *
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
- * 2550 Garcia Avenue
5b1cc24
- * Mountain View, California  94043
5b1cc24
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
5b1cc24
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5b1cc24
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5b1cc24
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
5b1cc24
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
5b1cc24
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
5b1cc24
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
5b1cc24
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
5b1cc24
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
5b1cc24
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
5b1cc24
+ * POSSIBILITY OF SUCH DAMAGE.
5b1cc24
  */
5b1cc24
 
5b1cc24
 /*      @(#)rpc_parse.h  1.3  90/08/29  (C) 1987 SMI   */
5b1cc24
diff -up nfs-utils-1.1.6/tools/rpcgen/rpc_sample.c.BAD nfs-utils-1.1.6/tools/rpcgen/rpc_sample.c
5b1cc24
--- nfs-utils-1.1.6/tools/rpcgen/rpc_sample.c.BAD	2009-05-19 16:50:35.743825239 -0400
5b1cc24
+++ nfs-utils-1.1.6/tools/rpcgen/rpc_sample.c	2009-05-19 16:53:25.522809084 -0400
5b1cc24
@@ -1,31 +1,29 @@
5b1cc24
 /*
5b1cc24
- * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5b1cc24
- * unrestricted use provided that this legend is included on all tape
5b1cc24
- * media and as a part of the software program in whole or part.  Users
5b1cc24
- * may copy or modify Sun RPC without charge, but are not authorized
5b1cc24
- * to license or distribute it to anyone else except as part of a product or
5b1cc24
- * program developed by the user or with the express written consent of
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
+ * Copyright (c) 2009, Sun Microsystems, Inc.
5b1cc24
+ * All rights reserved.
5b1cc24
  *
5b1cc24
- * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
5b1cc24
- * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
5b1cc24
- * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
5b1cc24
+ * Redistribution and use in source and binary forms, with or without
5b1cc24
+ * modification, are permitted provided that the following conditions are met:
5b1cc24
+ * - Redistributions of source code must retain the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer.
5b1cc24
+ * - Redistributions in binary form must reproduce the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer in the documentation
5b1cc24
+ *   and/or other materials provided with the distribution.
5b1cc24
+ * - Neither the name of Sun Microsystems, Inc. nor the names of its
5b1cc24
+ *   contributors may be used to endorse or promote products derived
5b1cc24
+ *   from this software without specific prior written permission.
5b1cc24
  *
5b1cc24
- * Sun RPC is provided with no support and without any obligation on the
5b1cc24
- * part of Sun Microsystems, Inc. to assist in its use, correction,
5b1cc24
- * modification or enhancement.
5b1cc24
- *
5b1cc24
- * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
5b1cc24
- * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
5b1cc24
- * OR ANY PART THEREOF.
5b1cc24
- *
5b1cc24
- * In no event will Sun Microsystems, Inc. be liable for any lost revenue
5b1cc24
- * or profits or other special, indirect and consequential damages, even if
5b1cc24
- * Sun has been advised of the possibility of such damages.
5b1cc24
- *
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
- * 2550 Garcia Avenue
5b1cc24
- * Mountain View, California  94043
5b1cc24
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
5b1cc24
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5b1cc24
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5b1cc24
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
5b1cc24
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
5b1cc24
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
5b1cc24
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
5b1cc24
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
5b1cc24
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
5b1cc24
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
5b1cc24
+ * POSSIBILITY OF SUCH DAMAGE.
5b1cc24
  */
5b1cc24
 
5b1cc24
 #if 0
5b1cc24
diff -up nfs-utils-1.1.6/tools/rpcgen/rpc_scan.c.BAD nfs-utils-1.1.6/tools/rpcgen/rpc_scan.c
5b1cc24
--- nfs-utils-1.1.6/tools/rpcgen/rpc_scan.c.BAD	2009-05-19 16:50:35.745807475 -0400
5b1cc24
+++ nfs-utils-1.1.6/tools/rpcgen/rpc_scan.c	2009-05-19 16:53:39.187809090 -0400
5b1cc24
@@ -1,31 +1,29 @@
5b1cc24
 /*
5b1cc24
- * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5b1cc24
- * unrestricted use provided that this legend is included on all tape
5b1cc24
- * media and as a part of the software program in whole or part.  Users
5b1cc24
- * may copy or modify Sun RPC without charge, but are not authorized
5b1cc24
- * to license or distribute it to anyone else except as part of a product or
5b1cc24
- * program developed by the user or with the express written consent of
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
+ * Copyright (c) 2009, Sun Microsystems, Inc.
5b1cc24
+ * All rights reserved.
5b1cc24
  *
5b1cc24
- * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
5b1cc24
- * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
5b1cc24
- * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
5b1cc24
+ * Redistribution and use in source and binary forms, with or without
5b1cc24
+ * modification, are permitted provided that the following conditions are met:
5b1cc24
+ * - Redistributions of source code must retain the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer.
5b1cc24
+ * - Redistributions in binary form must reproduce the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer in the documentation
5b1cc24
+ *   and/or other materials provided with the distribution.
5b1cc24
+ * - Neither the name of Sun Microsystems, Inc. nor the names of its
5b1cc24
+ *   contributors may be used to endorse or promote products derived
5b1cc24
+ *   from this software without specific prior written permission.
5b1cc24
  *
5b1cc24
- * Sun RPC is provided with no support and without any obligation on the
5b1cc24
- * part of Sun Microsystems, Inc. to assist in its use, correction,
5b1cc24
- * modification or enhancement.
5b1cc24
- *
5b1cc24
- * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
5b1cc24
- * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
5b1cc24
- * OR ANY PART THEREOF.
5b1cc24
- *
5b1cc24
- * In no event will Sun Microsystems, Inc. be liable for any lost revenue
5b1cc24
- * or profits or other special, indirect and consequential damages, even if
5b1cc24
- * Sun has been advised of the possibility of such damages.
5b1cc24
- *
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
- * 2550 Garcia Avenue
5b1cc24
- * Mountain View, California  94043
5b1cc24
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
5b1cc24
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5b1cc24
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5b1cc24
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
5b1cc24
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
5b1cc24
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
5b1cc24
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
5b1cc24
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
5b1cc24
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
5b1cc24
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
5b1cc24
+ * POSSIBILITY OF SUCH DAMAGE.
5b1cc24
  */
5b1cc24
 
5b1cc24
 #if 0
5b1cc24
diff -up nfs-utils-1.1.6/tools/rpcgen/rpc_scan.h.BAD nfs-utils-1.1.6/tools/rpcgen/rpc_scan.h
5b1cc24
--- nfs-utils-1.1.6/tools/rpcgen/rpc_scan.h.BAD	2009-05-19 16:50:35.746824783 -0400
5b1cc24
+++ nfs-utils-1.1.6/tools/rpcgen/rpc_scan.h	2009-05-19 16:53:48.202808709 -0400
5b1cc24
@@ -1,31 +1,29 @@
5b1cc24
 /*
5b1cc24
- * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5b1cc24
- * unrestricted use provided that this legend is included on all tape
5b1cc24
- * media and as a part of the software program in whole or part.  Users
5b1cc24
- * may copy or modify Sun RPC without charge, but are not authorized
5b1cc24
- * to license or distribute it to anyone else except as part of a product or
5b1cc24
- * program developed by the user or with the express written consent of
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
+ * Copyright (c) 2009, Sun Microsystems, Inc.
5b1cc24
+ * All rights reserved.
5b1cc24
  *
5b1cc24
- * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
5b1cc24
- * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
5b1cc24
- * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
5b1cc24
+ * Redistribution and use in source and binary forms, with or without
5b1cc24
+ * modification, are permitted provided that the following conditions are met:
5b1cc24
+ * - Redistributions of source code must retain the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer.
5b1cc24
+ * - Redistributions in binary form must reproduce the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer in the documentation
5b1cc24
+ *   and/or other materials provided with the distribution.
5b1cc24
+ * - Neither the name of Sun Microsystems, Inc. nor the names of its
5b1cc24
+ *   contributors may be used to endorse or promote products derived
5b1cc24
+ *   from this software without specific prior written permission.
5b1cc24
  *
5b1cc24
- * Sun RPC is provided with no support and without any obligation on the
5b1cc24
- * part of Sun Microsystems, Inc. to assist in its use, correction,
5b1cc24
- * modification or enhancement.
5b1cc24
- *
5b1cc24
- * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
5b1cc24
- * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
5b1cc24
- * OR ANY PART THEREOF.
5b1cc24
- *
5b1cc24
- * In no event will Sun Microsystems, Inc. be liable for any lost revenue
5b1cc24
- * or profits or other special, indirect and consequential damages, even if
5b1cc24
- * Sun has been advised of the possibility of such damages.
5b1cc24
- *
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
- * 2550 Garcia Avenue
5b1cc24
- * Mountain View, California  94043
5b1cc24
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
5b1cc24
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5b1cc24
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5b1cc24
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
5b1cc24
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
5b1cc24
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
5b1cc24
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
5b1cc24
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
5b1cc24
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
5b1cc24
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
5b1cc24
+ * POSSIBILITY OF SUCH DAMAGE.
5b1cc24
  */
5b1cc24
 
5b1cc24
 /*      @(#)rpc_scan.h  1.3  90/08/29  (C) 1987 SMI   */
5b1cc24
diff -up nfs-utils-1.1.6/tools/rpcgen/rpc_svcout.c.BAD nfs-utils-1.1.6/tools/rpcgen/rpc_svcout.c
5b1cc24
--- nfs-utils-1.1.6/tools/rpcgen/rpc_svcout.c.BAD	2009-05-19 16:50:35.747807311 -0400
5b1cc24
+++ nfs-utils-1.1.6/tools/rpcgen/rpc_svcout.c	2009-05-19 16:53:59.499081663 -0400
5b1cc24
@@ -1,31 +1,29 @@
5b1cc24
 /*
5b1cc24
- * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5b1cc24
- * unrestricted use provided that this legend is included on all tape
5b1cc24
- * media and as a part of the software program in whole or part.  Users
5b1cc24
- * may copy or modify Sun RPC without charge, but are not authorized
5b1cc24
- * to license or distribute it to anyone else except as part of a product or
5b1cc24
- * program developed by the user or with the express written consent of
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
+ * Copyright (c) 2009, Sun Microsystems, Inc.
5b1cc24
+ * All rights reserved.
5b1cc24
  *
5b1cc24
- * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
5b1cc24
- * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
5b1cc24
- * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
5b1cc24
+ * Redistribution and use in source and binary forms, with or without
5b1cc24
+ * modification, are permitted provided that the following conditions are met:
5b1cc24
+ * - Redistributions of source code must retain the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer.
5b1cc24
+ * - Redistributions in binary form must reproduce the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer in the documentation
5b1cc24
+ *   and/or other materials provided with the distribution.
5b1cc24
+ * - Neither the name of Sun Microsystems, Inc. nor the names of its
5b1cc24
+ *   contributors may be used to endorse or promote products derived
5b1cc24
+ *   from this software without specific prior written permission.
5b1cc24
  *
5b1cc24
- * Sun RPC is provided with no support and without any obligation on the
5b1cc24
- * part of Sun Microsystems, Inc. to assist in its use, correction,
5b1cc24
- * modification or enhancement.
5b1cc24
- *
5b1cc24
- * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
5b1cc24
- * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
5b1cc24
- * OR ANY PART THEREOF.
5b1cc24
- *
5b1cc24
- * In no event will Sun Microsystems, Inc. be liable for any lost revenue
5b1cc24
- * or profits or other special, indirect and consequential damages, even if
5b1cc24
- * Sun has been advised of the possibility of such damages.
5b1cc24
- *
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
- * 2550 Garcia Avenue
5b1cc24
- * Mountain View, California  94043
5b1cc24
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
5b1cc24
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5b1cc24
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5b1cc24
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
5b1cc24
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
5b1cc24
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
5b1cc24
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
5b1cc24
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
5b1cc24
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
5b1cc24
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
5b1cc24
+ * POSSIBILITY OF SUCH DAMAGE.
5b1cc24
  */
5b1cc24
 
5b1cc24
 #if 0
5b1cc24
diff -up nfs-utils-1.1.6/tools/rpcgen/rpc_tblout.c.BAD nfs-utils-1.1.6/tools/rpcgen/rpc_tblout.c
5b1cc24
--- nfs-utils-1.1.6/tools/rpcgen/rpc_tblout.c.BAD	2009-05-19 16:50:35.749807286 -0400
5b1cc24
+++ nfs-utils-1.1.6/tools/rpcgen/rpc_tblout.c	2009-05-19 16:54:11.242809182 -0400
5b1cc24
@@ -1,31 +1,29 @@
5b1cc24
 /*
5b1cc24
- * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5b1cc24
- * unrestricted use provided that this legend is included on all tape
5b1cc24
- * media and as a part of the software program in whole or part.  Users
5b1cc24
- * may copy or modify Sun RPC without charge, but are not authorized
5b1cc24
- * to license or distribute it to anyone else except as part of a product or
5b1cc24
- * program developed by the user or with the express written consent of
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
+ * Copyright (c) 2009, Sun Microsystems, Inc.
5b1cc24
+ * All rights reserved.
5b1cc24
  *
5b1cc24
- * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
5b1cc24
- * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
5b1cc24
- * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
5b1cc24
+ * Redistribution and use in source and binary forms, with or without
5b1cc24
+ * modification, are permitted provided that the following conditions are met:
5b1cc24
+ * - Redistributions of source code must retain the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer.
5b1cc24
+ * - Redistributions in binary form must reproduce the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer in the documentation
5b1cc24
+ *   and/or other materials provided with the distribution.
5b1cc24
+ * - Neither the name of Sun Microsystems, Inc. nor the names of its
5b1cc24
+ *   contributors may be used to endorse or promote products derived
5b1cc24
+ *   from this software without specific prior written permission.
5b1cc24
  *
5b1cc24
- * Sun RPC is provided with no support and without any obligation on the
5b1cc24
- * part of Sun Microsystems, Inc. to assist in its use, correction,
5b1cc24
- * modification or enhancement.
5b1cc24
- *
5b1cc24
- * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
5b1cc24
- * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
5b1cc24
- * OR ANY PART THEREOF.
5b1cc24
- *
5b1cc24
- * In no event will Sun Microsystems, Inc. be liable for any lost revenue
5b1cc24
- * or profits or other special, indirect and consequential damages, even if
5b1cc24
- * Sun has been advised of the possibility of such damages.
5b1cc24
- *
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
- * 2550 Garcia Avenue
5b1cc24
- * Mountain View, California  94043
5b1cc24
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
5b1cc24
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5b1cc24
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5b1cc24
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
5b1cc24
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
5b1cc24
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
5b1cc24
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
5b1cc24
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
5b1cc24
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
5b1cc24
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
5b1cc24
+ * POSSIBILITY OF SUCH DAMAGE.
5b1cc24
  */
5b1cc24
 
5b1cc24
 #if 0
5b1cc24
diff -up nfs-utils-1.1.6/tools/rpcgen/rpc_util.c.BAD nfs-utils-1.1.6/tools/rpcgen/rpc_util.c
5b1cc24
--- nfs-utils-1.1.6/tools/rpcgen/rpc_util.c.BAD	2009-05-19 16:50:35.750824874 -0400
5b1cc24
+++ nfs-utils-1.1.6/tools/rpcgen/rpc_util.c	2009-05-19 16:54:25.267081301 -0400
5b1cc24
@@ -1,31 +1,29 @@
5b1cc24
 /*
5b1cc24
- * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5b1cc24
- * unrestricted use provided that this legend is included on all tape
5b1cc24
- * media and as a part of the software program in whole or part.  Users
5b1cc24
- * may copy or modify Sun RPC without charge, but are not authorized
5b1cc24
- * to license or distribute it to anyone else except as part of a product or
5b1cc24
- * program developed by the user or with the express written consent of
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
+ * Copyright (c) 2009, Sun Microsystems, Inc.
5b1cc24
+ * All rights reserved.
5b1cc24
  *
5b1cc24
- * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
5b1cc24
- * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
5b1cc24
- * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
5b1cc24
+ * Redistribution and use in source and binary forms, with or without
5b1cc24
+ * modification, are permitted provided that the following conditions are met:
5b1cc24
+ * - Redistributions of source code must retain the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer.
5b1cc24
+ * - Redistributions in binary form must reproduce the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer in the documentation
5b1cc24
+ *   and/or other materials provided with the distribution.
5b1cc24
+ * - Neither the name of Sun Microsystems, Inc. nor the names of its
5b1cc24
+ *   contributors may be used to endorse or promote products derived
5b1cc24
+ *   from this software without specific prior written permission.
5b1cc24
  *
5b1cc24
- * Sun RPC is provided with no support and without any obligation on the
5b1cc24
- * part of Sun Microsystems, Inc. to assist in its use, correction,
5b1cc24
- * modification or enhancement.
5b1cc24
- *
5b1cc24
- * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
5b1cc24
- * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
5b1cc24
- * OR ANY PART THEREOF.
5b1cc24
- *
5b1cc24
- * In no event will Sun Microsystems, Inc. be liable for any lost revenue
5b1cc24
- * or profits or other special, indirect and consequential damages, even if
5b1cc24
- * Sun has been advised of the possibility of such damages.
5b1cc24
- *
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
- * 2550 Garcia Avenue
5b1cc24
- * Mountain View, California  94043
5b1cc24
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
5b1cc24
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5b1cc24
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5b1cc24
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
5b1cc24
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
5b1cc24
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
5b1cc24
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
5b1cc24
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
5b1cc24
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
5b1cc24
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
5b1cc24
+ * POSSIBILITY OF SUCH DAMAGE.
5b1cc24
  */
5b1cc24
 
5b1cc24
 #if 0
5b1cc24
diff -up nfs-utils-1.1.6/tools/rpcgen/rpc_util.h.BAD nfs-utils-1.1.6/tools/rpcgen/rpc_util.h
5b1cc24
--- nfs-utils-1.1.6/tools/rpcgen/rpc_util.h.BAD	2009-05-19 16:50:35.752808087 -0400
5b1cc24
+++ nfs-utils-1.1.6/tools/rpcgen/rpc_util.h	2009-05-19 16:54:33.762809105 -0400
5b1cc24
@@ -1,31 +1,29 @@
5b1cc24
 /*
5b1cc24
- * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5b1cc24
- * unrestricted use provided that this legend is included on all tape
5b1cc24
- * media and as a part of the software program in whole or part.  Users
5b1cc24
- * may copy or modify Sun RPC without charge, but are not authorized
5b1cc24
- * to license or distribute it to anyone else except as part of a product or
5b1cc24
- * program developed by the user or with the express written consent of
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
+ * Copyright (c) 2009, Sun Microsystems, Inc.
5b1cc24
+ * All rights reserved.
5b1cc24
  *
5b1cc24
- * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
5b1cc24
- * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
5b1cc24
- * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
5b1cc24
+ * Redistribution and use in source and binary forms, with or without
5b1cc24
+ * modification, are permitted provided that the following conditions are met:
5b1cc24
+ * - Redistributions of source code must retain the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer.
5b1cc24
+ * - Redistributions in binary form must reproduce the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer in the documentation
5b1cc24
+ *   and/or other materials provided with the distribution.
5b1cc24
+ * - Neither the name of Sun Microsystems, Inc. nor the names of its
5b1cc24
+ *   contributors may be used to endorse or promote products derived
5b1cc24
+ *   from this software without specific prior written permission.
5b1cc24
  *
5b1cc24
- * Sun RPC is provided with no support and without any obligation on the
5b1cc24
- * part of Sun Microsystems, Inc. to assist in its use, correction,
5b1cc24
- * modification or enhancement.
5b1cc24
- *
5b1cc24
- * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
5b1cc24
- * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
5b1cc24
- * OR ANY PART THEREOF.
5b1cc24
- *
5b1cc24
- * In no event will Sun Microsystems, Inc. be liable for any lost revenue
5b1cc24
- * or profits or other special, indirect and consequential damages, even if
5b1cc24
- * Sun has been advised of the possibility of such damages.
5b1cc24
- *
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
- * 2550 Garcia Avenue
5b1cc24
- * Mountain View, California  94043
5b1cc24
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
5b1cc24
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5b1cc24
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5b1cc24
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
5b1cc24
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
5b1cc24
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
5b1cc24
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
5b1cc24
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
5b1cc24
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
5b1cc24
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
5b1cc24
+ * POSSIBILITY OF SUCH DAMAGE.
5b1cc24
  */
5b1cc24
 
5b1cc24
 /*      @(#)rpc_util.h  1.5  90/08/29  (C) 1987 SMI   */
5b1cc24
diff -up nfs-utils-1.1.6/utils/mountd/svc_run.c.BAD nfs-utils-1.1.6/utils/mountd/svc_run.c
5b1cc24
--- nfs-utils-1.1.6/utils/mountd/svc_run.c.BAD	2009-05-19 16:50:35.754808132 -0400
5b1cc24
+++ nfs-utils-1.1.6/utils/mountd/svc_run.c	2009-05-19 16:54:50.634808762 -0400
5b1cc24
@@ -7,32 +7,31 @@
5b1cc24
  */
5b1cc24
 
5b1cc24
 /* 
5b1cc24
- * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5b1cc24
- * unrestricted use provided that this legend is included on all tape
5b1cc24
- * media and as a part of the software program in whole or part.  Users
5b1cc24
- * may copy or modify Sun RPC without charge, but are not authorized
5b1cc24
- * to license or distribute it to anyone else except as part of a product or
5b1cc24
- * program developed by the user.
5b1cc24
- * 
5b1cc24
- * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
5b1cc24
- * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
5b1cc24
- * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
5b1cc24
- * 
5b1cc24
- * Sun RPC is provided with no support and without any obligation on the
5b1cc24
- * part of Sun Microsystems, Inc. to assist in its use, correction,
5b1cc24
- * modification or enhancement.
5b1cc24
- * 
5b1cc24
- * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
5b1cc24
- * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
5b1cc24
- * OR ANY PART THEREOF.
5b1cc24
- * 
5b1cc24
- * In no event will Sun Microsystems, Inc. be liable for any lost revenue
5b1cc24
- * or profits or other special, indirect and consequential damages, even if
5b1cc24
- * Sun has been advised of the possibility of such damages.
5b1cc24
- * 
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
- * 2550 Garcia Avenue
5b1cc24
- * Mountain View, California  94043
5b1cc24
+ * Copyright (c) 2009, Sun Microsystems, Inc.
5b1cc24
+ * All rights reserved.
5b1cc24
+ *
5b1cc24
+ * Redistribution and use in source and binary forms, with or without
5b1cc24
+ * modification, are permitted provided that the following conditions are met:
5b1cc24
+ * - Redistributions of source code must retain the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer.
5b1cc24
+ * - Redistributions in binary form must reproduce the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer in the documentation
5b1cc24
+ *   and/or other materials provided with the distribution.
5b1cc24
+ * - Neither the name of Sun Microsystems, Inc. nor the names of its
5b1cc24
+ *   contributors may be used to endorse or promote products derived
5b1cc24
+ *   from this software without specific prior written permission.
5b1cc24
+ *
5b1cc24
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
5b1cc24
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5b1cc24
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5b1cc24
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
5b1cc24
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
5b1cc24
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
5b1cc24
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
5b1cc24
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
5b1cc24
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
5b1cc24
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
5b1cc24
+ * POSSIBILITY OF SUCH DAMAGE.
5b1cc24
  */
5b1cc24
 
5b1cc24
 /* 
5b1cc24
diff -up nfs-utils-1.1.6/utils/statd/sm_inter.x.BAD nfs-utils-1.1.6/utils/statd/sm_inter.x
5b1cc24
--- nfs-utils-1.1.6/utils/statd/sm_inter.x.BAD	2009-05-19 16:50:35.756828013 -0400
5b1cc24
+++ nfs-utils-1.1.6/utils/statd/sm_inter.x	2009-05-19 16:55:07.426829709 -0400
5b1cc24
@@ -8,32 +8,31 @@
5b1cc24
  */
5b1cc24
 
5b1cc24
 /*
5b1cc24
- * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5b1cc24
- * unrestricted use provided that this legend is included on all tape
5b1cc24
- * media and as a part of the software program in whole or part.  Users
5b1cc24
- * may copy or modify Sun RPC without charge, but are not authorized
5b1cc24
- * to license or distribute it to anyone else except as part of a product or
5b1cc24
- * program developed by the user.
5b1cc24
- * 
5b1cc24
- * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
5b1cc24
- * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
5b1cc24
- * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
5b1cc24
- * 
5b1cc24
- * Sun RPC is provided with no support and without any obligation on the
5b1cc24
- * part of Sun Microsystems, Inc. to assist in its use, correction,
5b1cc24
- * modification or enhancement.
5b1cc24
- * 
5b1cc24
- * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
5b1cc24
- * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
5b1cc24
- * OR ANY PART THEREOF.
5b1cc24
- * 
5b1cc24
- * In no event will Sun Microsystems, Inc. be liable for any lost revenue
5b1cc24
- * or profits or other special, indirect and consequential damages, even if
5b1cc24
- * Sun has been advised of the possibility of such damages.
5b1cc24
- * 
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
- * 2550 Garcia Avenue
5b1cc24
- * Mountain View, California  94043
5b1cc24
+ * Copyright (c) 2009, Sun Microsystems, Inc.
5b1cc24
+ * All rights reserved.
5b1cc24
+ *
5b1cc24
+ * Redistribution and use in source and binary forms, with or without
5b1cc24
+ * modification, are permitted provided that the following conditions are met:
5b1cc24
+ * - Redistributions of source code must retain the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer.
5b1cc24
+ * - Redistributions in binary form must reproduce the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer in the documentation
5b1cc24
+ *   and/or other materials provided with the distribution.
5b1cc24
+ * - Neither the name of Sun Microsystems, Inc. nor the names of its
5b1cc24
+ *   contributors may be used to endorse or promote products derived
5b1cc24
+ *   from this software without specific prior written permission.
5b1cc24
+ *
5b1cc24
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
5b1cc24
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5b1cc24
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5b1cc24
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
5b1cc24
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
5b1cc24
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
5b1cc24
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
5b1cc24
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
5b1cc24
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
5b1cc24
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
5b1cc24
+ * POSSIBILITY OF SUCH DAMAGE.
5b1cc24
  */
5b1cc24
 
5b1cc24
 /*
5b1cc24
diff -up nfs-utils-1.1.6/utils/statd/svc_run.c.BAD nfs-utils-1.1.6/utils/statd/svc_run.c
5b1cc24
--- nfs-utils-1.1.6/utils/statd/svc_run.c.BAD	2009-05-19 16:50:35.758807944 -0400
5b1cc24
+++ nfs-utils-1.1.6/utils/statd/svc_run.c	2009-05-19 16:55:24.650808571 -0400
5b1cc24
@@ -7,32 +7,31 @@
5b1cc24
  */
5b1cc24
 
5b1cc24
 /* 
5b1cc24
- * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5b1cc24
- * unrestricted use provided that this legend is included on all tape
5b1cc24
- * media and as a part of the software program in whole or part.  Users
5b1cc24
- * may copy or modify Sun RPC without charge, but are not authorized
5b1cc24
- * to license or distribute it to anyone else except as part of a product or
5b1cc24
- * program developed by the user.
5b1cc24
- * 
5b1cc24
- * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
5b1cc24
- * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
5b1cc24
- * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
5b1cc24
- * 
5b1cc24
- * Sun RPC is provided with no support and without any obligation on the
5b1cc24
- * part of Sun Microsystems, Inc. to assist in its use, correction,
5b1cc24
- * modification or enhancement.
5b1cc24
- * 
5b1cc24
- * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
5b1cc24
- * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
5b1cc24
- * OR ANY PART THEREOF.
5b1cc24
- * 
5b1cc24
- * In no event will Sun Microsystems, Inc. be liable for any lost revenue
5b1cc24
- * or profits or other special, indirect and consequential damages, even if
5b1cc24
- * Sun has been advised of the possibility of such damages.
5b1cc24
- * 
5b1cc24
- * Sun Microsystems, Inc.
5b1cc24
- * 2550 Garcia Avenue
5b1cc24
- * Mountain View, California  94043
5b1cc24
+ * Copyright (c) 2009, Sun Microsystems, Inc.
5b1cc24
+ * All rights reserved.
5b1cc24
+ *
5b1cc24
+ * Redistribution and use in source and binary forms, with or without
5b1cc24
+ * modification, are permitted provided that the following conditions are met:
5b1cc24
+ * - Redistributions of source code must retain the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer.
5b1cc24
+ * - Redistributions in binary form must reproduce the above copyright notice,
5b1cc24
+ *   this list of conditions and the following disclaimer in the documentation
5b1cc24
+ *   and/or other materials provided with the distribution.
5b1cc24
+ * - Neither the name of Sun Microsystems, Inc. nor the names of its
5b1cc24
+ *   contributors may be used to endorse or promote products derived
5b1cc24
+ *   from this software without specific prior written permission.
5b1cc24
+ *
5b1cc24
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
5b1cc24
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5b1cc24
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5b1cc24
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
5b1cc24
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
5b1cc24
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
5b1cc24
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
5b1cc24
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
5b1cc24
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
5b1cc24
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
5b1cc24
+ * POSSIBILITY OF SUCH DAMAGE.
5b1cc24
  */
5b1cc24
 
5b1cc24
 /*