The branch main has been updated by manu:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=9e3879fcc11152ad52b13221cd488d40c89a40e9

commit 9e3879fcc11152ad52b13221cd488d40c89a40e9
Author:     Emmanuel Vadot <[email protected]>
AuthorDate: 2023-09-26 17:26:16 +0000
Commit:     Emmanuel Vadot <[email protected]>
CommitDate: 2023-10-05 15:34:39 +0000

    dwc: Drop 'All rights reserved'
    
    Discussed with: br
---
 sys/dev/dwc/if_dwc.c    | 1 -
 sys/dev/dwc/if_dwc_if.m | 1 -
 sys/dev/dwc/if_dwcvar.h | 1 -
 3 files changed, 3 deletions(-)

diff --git a/sys/dev/dwc/if_dwc.c b/sys/dev/dwc/if_dwc.c
index 981e823a6fcc..6dca1e204c41 100644
--- a/sys/dev/dwc/if_dwc.c
+++ b/sys/dev/dwc/if_dwc.c
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2014 Ruslan Bukin <[email protected]>
- * All rights reserved.
  *
  * This software was developed by SRI International and the University of
  * Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237)
diff --git a/sys/dev/dwc/if_dwc_if.m b/sys/dev/dwc/if_dwc_if.m
index b8133ef898da..8e3a4196fdbf 100644
--- a/sys/dev/dwc/if_dwc_if.m
+++ b/sys/dev/dwc/if_dwc_if.m
@@ -1,7 +1,6 @@
 #-
 # Copyright (c) 2015 Luiz Otavio O Souza <[email protected]>
 # Copyright (c) 2014 Ruslan Bukin <[email protected]>
-# All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/sys/dev/dwc/if_dwcvar.h b/sys/dev/dwc/if_dwcvar.h
index da31fa8c6575..15bc3e25f0b7 100644
--- a/sys/dev/dwc/if_dwcvar.h
+++ b/sys/dev/dwc/if_dwcvar.h
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2014 Ruslan Bukin <[email protected]>
- * All rights reserved.
  *
  * This software was developed by SRI International and the University of
  * Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237)

Reply via email to