aboutsummaryrefslogtreecommitdiff
path: root/stand/uboot
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:16 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:16 +0000
commitb3e7694832e81d7a904a10f525f8797b753bf0d3 (patch)
treeb19639e949c04734767a61d8997b23a935c0015d /stand/uboot
parent95ee2897e98f5d444f26ed2334cc7c439f9c16c6 (diff)
downloadsrc-b3e7694832e81d7a904a10f525f8797b753bf0d3.tar.gz
src-b3e7694832e81d7a904a10f525f8797b753bf0d3.zip
Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
Diffstat (limited to 'stand/uboot')
-rw-r--r--stand/uboot/api_public.h2
-rw-r--r--stand/uboot/arch/arm/start.S2
-rw-r--r--stand/uboot/arch/powerpc/start.S2
-rw-r--r--stand/uboot/glue.h2
-rw-r--r--stand/uboot/libuboot.h2
5 files changed, 0 insertions, 10 deletions
diff --git a/stand/uboot/api_public.h b/stand/uboot/api_public.h
index f393de88933b..3e11a0041b5b 100644
--- a/stand/uboot/api_public.h
+++ b/stand/uboot/api_public.h
@@ -48,8 +48,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
- *
* This file needs to be kept in sync with U-Boot reference:
* http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=blob;f=include/api_public.h
*/
diff --git a/stand/uboot/arch/arm/start.S b/stand/uboot/arch/arm/start.S
index 781d4829df35..ff076b0bb3a7 100644
--- a/stand/uboot/arch/arm/start.S
+++ b/stand/uboot/arch/arm/start.S
@@ -22,8 +22,6 @@
* 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.
- *
- * $FreeBSD$
*/
#include <machine/asm.h>
diff --git a/stand/uboot/arch/powerpc/start.S b/stand/uboot/arch/powerpc/start.S
index cee56e6ea75b..475c5801a360 100644
--- a/stand/uboot/arch/powerpc/start.S
+++ b/stand/uboot/arch/powerpc/start.S
@@ -22,8 +22,6 @@
* 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.
- *
- * $FreeBSD$
*/
#include <machine/asm.h>
diff --git a/stand/uboot/glue.h b/stand/uboot/glue.h
index 9399549fcc68..e09ca2d81363 100644
--- a/stand/uboot/glue.h
+++ b/stand/uboot/glue.h
@@ -22,8 +22,6 @@
* 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.
- *
- * $FreeBSD$
*/
/*
diff --git a/stand/uboot/libuboot.h b/stand/uboot/libuboot.h
index b9039bcf7fdf..4723600b0cee 100644
--- a/stand/uboot/libuboot.h
+++ b/stand/uboot/libuboot.h
@@ -23,8 +23,6 @@
* 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.
- *
- * $FreeBSD$
*/
#include <disk.h>