diff options
Diffstat (limited to 'llvm/utils/release')
-rwxr-xr-x | llvm/utils/release/export.sh | 7 | ||||
-rwxr-xr-x | llvm/utils/release/merge-git.sh | 7 | ||||
-rwxr-xr-x | llvm/utils/release/merge-request.sh | 7 | ||||
-rwxr-xr-x | llvm/utils/release/merge.sh | 7 | ||||
-rwxr-xr-x | llvm/utils/release/tag.sh | 7 | ||||
-rwxr-xr-x | llvm/utils/release/test-release.sh | 7 |
6 files changed, 18 insertions, 24 deletions
diff --git a/llvm/utils/release/export.sh b/llvm/utils/release/export.sh index d978055f018..9cd64a3d255 100755 --- a/llvm/utils/release/export.sh +++ b/llvm/utils/release/export.sh @@ -1,10 +1,9 @@ #!/bin/sh #===-- tag.sh - Tag the LLVM release candidates ----------------------------===# # -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. +# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +# See https://llvm.org/LICENSE.txt for license information. +# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # #===------------------------------------------------------------------------===# # diff --git a/llvm/utils/release/merge-git.sh b/llvm/utils/release/merge-git.sh index 81d577db9d6..33162f6c813 100755 --- a/llvm/utils/release/merge-git.sh +++ b/llvm/utils/release/merge-git.sh @@ -1,10 +1,9 @@ #!/bin/bash #===-- merge-git.sh - Merge commit to the stable branch --------------------===# # -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. +# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +# See https://llvm.org/LICENSE.txt for license information. +# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # #===------------------------------------------------------------------------===# # diff --git a/llvm/utils/release/merge-request.sh b/llvm/utils/release/merge-request.sh index 333b9043af3..0b048356d68 100755 --- a/llvm/utils/release/merge-request.sh +++ b/llvm/utils/release/merge-request.sh @@ -1,10 +1,9 @@ # !/bin/bash #===-- merge-request.sh ---------------------------------------------------===# # -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. +# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +# See https://llvm.org/LICENSE.txt for license information. +# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # #===------------------------------------------------------------------------===# # diff --git a/llvm/utils/release/merge.sh b/llvm/utils/release/merge.sh index 698353d6915..ad289b6212c 100755 --- a/llvm/utils/release/merge.sh +++ b/llvm/utils/release/merge.sh @@ -1,10 +1,9 @@ #!/bin/sh #===-- merge.sh - Test the LLVM release candidates -------------------------===# # -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. +# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +# See https://llvm.org/LICENSE.txt for license information. +# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # #===------------------------------------------------------------------------===# # diff --git a/llvm/utils/release/tag.sh b/llvm/utils/release/tag.sh index 100831d14bd..01922f405ea 100755 --- a/llvm/utils/release/tag.sh +++ b/llvm/utils/release/tag.sh @@ -1,10 +1,9 @@ #!/bin/bash #===-- tag.sh - Tag the LLVM release candidates ----------------------------===# # -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. +# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +# See https://llvm.org/LICENSE.txt for license information. +# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # #===------------------------------------------------------------------------===# # diff --git a/llvm/utils/release/test-release.sh b/llvm/utils/release/test-release.sh index 440dee53c1b..7457f60c9a9 100755 --- a/llvm/utils/release/test-release.sh +++ b/llvm/utils/release/test-release.sh @@ -1,10 +1,9 @@ #!/usr/bin/env bash #===-- test-release.sh - Test the LLVM release candidates ------------------===# # -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. +# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +# See https://llvm.org/LICENSE.txt for license information. +# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # #===------------------------------------------------------------------------===# # |