Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Aug 2023 17:50:04 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: c1ff431ce583 - stable/13 - sys: Remove $FreeBSD$: one-line catalog
Message-ID:  <202308231750.37NHo4hM043962@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by imp:

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

commit c1ff431ce583a321707a171631e2c27c809208ba
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-08-22 01:32:19 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-08-23 17:43:33 +0000

    sys: Remove $FreeBSD$: one-line catalog
    
    Remove /^\s*\$\s*\$FreeBSD\$$\n/
    
    Similar commit in current:
    (cherry picked from commit 2063df147163)
---
 sys/cddl/compat/opensolaris/sys/policy.h | 1 -
 sys/cddl/compat/opensolaris/sys/refstr.h | 1 -
 2 files changed, 2 deletions(-)

diff --git a/sys/cddl/compat/opensolaris/sys/policy.h b/sys/cddl/compat/opensolaris/sys/policy.h
index 0b968aead205..ea7aec50e149 100644
--- a/sys/cddl/compat/opensolaris/sys/policy.h
+++ b/sys/cddl/compat/opensolaris/sys/policy.h
@@ -23,7 +23,6 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- $ $FreeBSD$
  */
 
 #ifndef _OPENSOLARIS_SYS_POLICY_H_
diff --git a/sys/cddl/compat/opensolaris/sys/refstr.h b/sys/cddl/compat/opensolaris/sys/refstr.h
index e4e177bf435c..ef0f483d51e6 100644
--- a/sys/cddl/compat/opensolaris/sys/refstr.h
+++ b/sys/cddl/compat/opensolaris/sys/refstr.h
@@ -23,7 +23,6 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- $ $FreeBSD$
  */
 
 #ifndef _OPENSOLARIS_SYS_REFSTR_H_



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308231750.37NHo4hM043962>