From f6e017c06e129c289d2ebe24613c4f933a9772ad Mon Sep 17 00:00:00 2001 From: Bastian Germann Date: Sun, 22 May 2022 13:43:24 +0200 Subject: [PATCH] Remove last instance of BSD-4 advertisement clause The Regents of the University of California allowed their BSD-4-clause licensed code to delete the 3rd clause via a copyright addendum which is described at https://www.freebsd.org/copyright/license. For the file asf_queue.h, the 3rd clause was already removed, so remove it in if_llc.h as well. Signed-off-by: Bastian Germann --- target_firmware/wlan/if_llc.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/target_firmware/wlan/if_llc.h b/target_firmware/wlan/if_llc.h index 5fb1ba1..0347606 100755 --- a/target_firmware/wlan/if_llc.h +++ b/target_firmware/wlan/if_llc.h @@ -50,10 +50,6 @@ * 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 * may be used to endorse or promote products derived from this software * without specific prior written permission. -- 2.31.1