diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -2770,7 +2770,7 @@ [.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 --- a/documentation/content/en/articles/license-guide/_index.adoc +++ b/documentation/content/en/articles/license-guide/_index.adoc @@ -54,7 +54,7 @@ [.programlisting] .... -/*- +/* * Copyright (c) [year] [your name] * * SPDX-License-Identifier: BSD-2-Clause @@ -150,7 +150,7 @@ [.programlisting] .... -/*- +/* * Copyright (c) [year] [your name] * * SPDX-License-Identifier: BSD-2-Clause @@ -160,7 +160,7 @@ [.programlisting] .... -/*- +/* * Copyright (c) [year] [your name] * * SPDX-License-Identifier: BSD-3-Clause @@ -170,7 +170,7 @@ [.programlisting] .... -/*- +/* * Copyright (c) [year] [copyright holder] * * SPDX-License-Identifier: ISC @@ -180,7 +180,7 @@ [.programlisting] .... -/*- +/* * Copyright (c) [year] [copyright holders] * * SPDX-License-Identifier: MIT diff --git a/website/content/en/internal/software-license.adoc b/website/content/en/internal/software-license.adoc --- a/website/content/en/internal/software-license.adoc +++ b/website/content/en/internal/software-license.adoc @@ -49,7 +49,7 @@ * The 2 clause version of the BSD license .... -/*- +/* * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) [year] [your name] @@ -79,7 +79,7 @@ * The 3 clause version of the BSD license .... -/*- +/* * SPDX-License-Identifier: BSD-3-Clause * * Copyright (c) [year] [your name] @@ -111,7 +111,7 @@ * The ISC License .... -/*- +/* * SPDX-License-Identifier: ISC * * Copyright (c) [year] [copyright holder] @@ -132,7 +132,7 @@ * The MIT License .... -/*- +/* * SPDX-License-Identifier: MIT * * Copyright (c) [year] [copyright holders]