diff options
Diffstat (limited to 'documentation/content/en')
-rw-r--r-- | documentation/content/en/articles/committers-guide/_index.adoc | 2 | ||||
-rw-r--r-- | documentation/content/en/articles/license-guide/_index.adoc | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index aa9d9a5d9d..2cdb75630b 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -2770,7 +2770,7 @@ The FreeBSD Project suggests and uses this text as the preferred license scheme: [.programlisting] .... -/*- +/* * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) [year] [your name] diff --git a/documentation/content/en/articles/license-guide/_index.adoc b/documentation/content/en/articles/license-guide/_index.adoc index 1533261697..de35c94860 100644 --- a/documentation/content/en/articles/license-guide/_index.adoc +++ b/documentation/content/en/articles/license-guide/_index.adoc @@ -54,7 +54,7 @@ The FreeBSD Project uses this text as the preferred license: [.programlisting] .... -/*- +/* * Copyright (c) [year] [your name] * * SPDX-License-Identifier: BSD-2-Clause @@ -150,7 +150,7 @@ Deviations or the use of any other license must be approved by the FreeBSD Core [.programlisting] .... -/*- +/* * Copyright (c) [year] [your name] * * SPDX-License-Identifier: BSD-2-Clause @@ -160,7 +160,7 @@ Deviations or the use of any other license must be approved by the FreeBSD Core [.programlisting] .... -/*- +/* * Copyright (c) [year] [your name] * * SPDX-License-Identifier: BSD-3-Clause @@ -170,7 +170,7 @@ Deviations or the use of any other license must be approved by the FreeBSD Core [.programlisting] .... -/*- +/* * Copyright (c) [year] [copyright holder] * * SPDX-License-Identifier: ISC @@ -180,7 +180,7 @@ Deviations or the use of any other license must be approved by the FreeBSD Core [.programlisting] .... -/*- +/* * Copyright (c) [year] [copyright holders] * * SPDX-License-Identifier: MIT |