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 @@ -45,6 +45,8 @@ .... /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) [year] [your name] * * Redistribution and use in source and binary forms, with or without @@ -67,14 +69,14 @@ * 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. - * - * [id for your version control system, if any] */ .... * The 3 clause version of the BSD license .... /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) [year] [your name] * * Redistribution and use in source and binary forms, with or without @@ -99,14 +101,14 @@ * 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. - * - * [id for your version control system, if any] */ .... * The ISC License .... /*- + * SPDX-License-Identifier: ISC + * * Copyright (c) [year] [copyright holder] * * Permission to use, copy, modify, and distribute this software for any @@ -120,14 +122,14 @@ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - * - * [id for your version control system, if any] */ .... * The MIT License .... /*- + * SPDX-License-Identifier: MIT + * * Copyright (c) [year] [copyright holders] * * Permission is hereby granted, free of charge, to any person obtaining a copy @@ -147,7 +149,5 @@ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. - * - * [id for your version control system, if any] */ ....