77 lines
2.7 KiB
Diff
77 lines
2.7 KiB
Diff
|
commit ea26246defdf9aace0dedca1a5cc9104ba1d3936
|
||
|
Author: Tom "spot" Callaway <tcallawa@redhat.com>
|
||
|
Date: Fri Jul 16 16:09:14 2010 -0400
|
||
|
|
||
|
Add back SISSL license attribution.
|
||
|
|
||
|
Signed-off-by: Steve Dickson <steved@redhat.com>
|
||
|
|
||
|
diff --git a/src/clnt_generic.c b/src/clnt_generic.c
|
||
|
index f1dcfa2..9c31680 100644
|
||
|
--- a/src/clnt_generic.c
|
||
|
+++ b/src/clnt_generic.c
|
||
|
@@ -1,4 +1,17 @@
|
||
|
/*
|
||
|
+ * The contents of this file are subject to the Sun Standards
|
||
|
+ * License Version 1.0 the (the "License";) You may not use
|
||
|
+ * this file except in compliance with the License. You may
|
||
|
+ * obtain a copy of the License at lib/libc/rpc/LICENSE
|
||
|
+ *
|
||
|
+ * Software distributed under the License is distributed on
|
||
|
+ * an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either
|
||
|
+ * express or implied. See the License for the specific
|
||
|
+ * language governing rights and limitations under the License.
|
||
|
+ *
|
||
|
+ * In addition, this file contains code from Sun RPC which is
|
||
|
+ * subject to the below terms:
|
||
|
+ *
|
||
|
* Copyright (c) 2009, Sun Microsystems, Inc.
|
||
|
* All rights reserved.
|
||
|
*
|
||
|
diff --git a/src/rpcb_clnt.c b/src/rpcb_clnt.c
|
||
|
index 218ff7c..a800128 100644
|
||
|
--- a/src/rpcb_clnt.c
|
||
|
+++ b/src/rpcb_clnt.c
|
||
|
@@ -1,4 +1,17 @@
|
||
|
/*
|
||
|
+ * The contents of this file are subject to the Sun Standards
|
||
|
+ * License Version 1.0 the (the "License";) You may not use
|
||
|
+ * this file except in compliance with the License. You may
|
||
|
+ * obtain a copy of the License at lib/libc/rpc/LICENSE
|
||
|
+ *
|
||
|
+ * Software distributed under the License is distributed on
|
||
|
+ * an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either
|
||
|
+ * express or implied. See the License for the specific
|
||
|
+ * language governing rights and limitations under the License.
|
||
|
+ *
|
||
|
+ * In addition, this file contains code from Sun RPC which is
|
||
|
+ * subject to the below terms:
|
||
|
+ *
|
||
|
* Copyright (c) 2009, Sun Microsystems, Inc.
|
||
|
* All rights reserved.
|
||
|
*
|
||
|
diff --git a/tirpc/rpc/clnt.h b/tirpc/rpc/clnt.h
|
||
|
index e7bb43f..6d2f7dd 100644
|
||
|
--- a/tirpc/rpc/clnt.h
|
||
|
+++ b/tirpc/rpc/clnt.h
|
||
|
@@ -1,6 +1,19 @@
|
||
|
/* $NetBSD: clnt.h,v 1.14 2000/06/02 22:57:55 fvdl Exp $ */
|
||
|
|
||
|
/*
|
||
|
+ * The contents of this file are subject to the Sun Standards
|
||
|
+ * License Version 1.0 the (the "License";) You may not use
|
||
|
+ * this file except in compliance with the License. You may
|
||
|
+ * obtain a copy of the License at lib/libc/rpc/LICENSE
|
||
|
+ *
|
||
|
+ * Software distributed under the License is distributed on
|
||
|
+ * an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either
|
||
|
+ * express or implied. See the License for the specific
|
||
|
+ * language governing rights and limitations under the License.
|
||
|
+ *
|
||
|
+ * In addition, this file contains code from Sun RPC which is
|
||
|
+ * subject to the below terms:
|
||
|
+ *
|
||
|
* Copyright (c) 2009, Sun Microsystems, Inc.
|
||
|
* All rights reserved.
|
||
|
*
|