From ebf6f305eb4b1c7854f726e95e14b7e723e5e3a8 Mon Sep 17 00:00:00 2001 From: Benjamin LaHaise Date: Sun, 25 Aug 2002 21:02:07 -0700 Subject: [PATCH] [PATCH] convert quota.h to bsd 3 clause For some reason, quota.h was derrived from BSD 4 clause code. Thankfully, UCB gave permission to remove the advert clause a couple of years ago, so it's now okay for us to actually distribute this code. The following patch updates the header in quota.h. --- include/linux/quota.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/linux/quota.h b/include/linux/quota.h index 52768f91cada..02bf7c53a6d4 100644 --- a/include/linux/quota.h +++ b/include/linux/quota.h @@ -13,11 +13,7 @@ * 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 the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * -- 2.39.5