diff --git a/releng/scripts/change_to_eplv2.sh b/releng/scripts/change_to_eplv2.sh index d2971606953..e7a40dc83d5 100755 --- a/releng/scripts/change_to_eplv2.sh +++ b/releng/scripts/change_to_eplv2.sh @@ -1,4 +1,14 @@ #!/bin/bash +############################################################################### +# Copyright (c) 2018, 2020 Kichwa Coders Ltd and others. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### find . -type f ! -name "change_to_eplv2.sh" ! -path "./.git/*" ! \( -name debug.product -name "*.exsd" -or -name cdt_c_over_cdt.htm \) \ diff --git a/releng/scripts/check_code_cleanliness.sh b/releng/scripts/check_code_cleanliness.sh index 0b0828ca465..b137d9531e2 100755 --- a/releng/scripts/check_code_cleanliness.sh +++ b/releng/scripts/check_code_cleanliness.sh @@ -1,4 +1,14 @@ #!/bin/bash +############################################################################### +# Copyright (c) 2018, 2020 Kichwa Coders Ltd and others. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### set -e diff --git a/releng/scripts/check_dll_dependencies.sh b/releng/scripts/check_dll_dependencies.sh index ec945cdbbe6..620c9f27bc2 100755 --- a/releng/scripts/check_dll_dependencies.sh +++ b/releng/scripts/check_dll_dependencies.sh @@ -1,4 +1,14 @@ #!/bin/bash +############################################################################### +# Copyright (c) 2020 Kichwa Coders Canada Inc and others. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### set -eu diff --git a/releng/scripts/check_glibc_dependencies.sh b/releng/scripts/check_glibc_dependencies.sh index d64aff6c23e..2d0f718c6af 100755 --- a/releng/scripts/check_glibc_dependencies.sh +++ b/releng/scripts/check_glibc_dependencies.sh @@ -1,4 +1,14 @@ #!/bin/bash +############################################################################### +# Copyright (c) 2020 Kichwa Coders Canada Inc and others. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### set -eu diff --git a/releng/scripts/cleanup.py b/releng/scripts/cleanup.py index 1f5de49b382..c5428de3e2d 100644 --- a/releng/scripts/cleanup.py +++ b/releng/scripts/cleanup.py @@ -1,3 +1,16 @@ +############################################################################### +# Copyright (c) 2018, 2020 Kichwa Coders Ltd and others. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### + +# This script is used as part of the rebase_helper.sh script + loadModule('/System/UI') while getActiveEditor(): # We need to cleanup twice. The first one may remove some code (like unneeded diff --git a/releng/scripts/do_add_all_file_types_to_gitattributes.sh b/releng/scripts/do_add_all_file_types_to_gitattributes.sh index 90593a72166..bfa3ae84e81 100755 --- a/releng/scripts/do_add_all_file_types_to_gitattributes.sh +++ b/releng/scripts/do_add_all_file_types_to_gitattributes.sh @@ -1,4 +1,14 @@ #!/bin/bash +############################################################################### +# Copyright (c) 2018, 2020 Kichwa Coders Ltd and others. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### set -e diff --git a/releng/scripts/do_all_code_cleanups.sh b/releng/scripts/do_all_code_cleanups.sh index 3b117b7f1fe..c9bcb085360 100755 --- a/releng/scripts/do_all_code_cleanups.sh +++ b/releng/scripts/do_all_code_cleanups.sh @@ -1,4 +1,16 @@ #!/bin/bash +############################################################################### +# Copyright (c) 2020 Kichwa Coders Canada Inc and others. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### + +# This script calls all the sub-scripts that do code cleanups set -e diff --git a/releng/scripts/do_format_code.sh b/releng/scripts/do_format_code.sh index 46b284b1cf1..77fac9f3136 100755 --- a/releng/scripts/do_format_code.sh +++ b/releng/scripts/do_format_code.sh @@ -1,4 +1,14 @@ #!/bin/bash +############################################################################### +# Copyright (c) 2018, 2020 Kichwa Coders Ltd and others. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### set -e diff --git a/releng/scripts/do_project_settings.sh b/releng/scripts/do_project_settings.sh index 9bc40fe40c9..c81e091e1d1 100755 --- a/releng/scripts/do_project_settings.sh +++ b/releng/scripts/do_project_settings.sh @@ -1,4 +1,14 @@ #!/bin/bash +############################################################################### +# Copyright (c) 2018, 2020 Kichwa Coders Ltd and others. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### set -e diff --git a/releng/scripts/do_rebuild_natives.sh b/releng/scripts/do_rebuild_natives.sh index 0e68bab2c5b..62bf4fe9679 100755 --- a/releng/scripts/do_rebuild_natives.sh +++ b/releng/scripts/do_rebuild_natives.sh @@ -1,4 +1,14 @@ #!/bin/bash +############################################################################### +# Copyright (c) 2018, 2020 Kichwa Coders Ltd and others. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### set -e diff --git a/releng/scripts/do_remove_trailing_whitespace.sh b/releng/scripts/do_remove_trailing_whitespace.sh index 0ad42889d98..c1db95eeaff 100755 --- a/releng/scripts/do_remove_trailing_whitespace.sh +++ b/releng/scripts/do_remove_trailing_whitespace.sh @@ -1,4 +1,14 @@ #!/bin/bash +############################################################################### +# Copyright (c) 2018, 2020 Kichwa Coders Ltd and others. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### set -e diff --git a/releng/scripts/rebase_helper.sh b/releng/scripts/rebase_helper.sh index 566ea73e51c..2e74dc43311 100755 --- a/releng/scripts/rebase_helper.sh +++ b/releng/scripts/rebase_helper.sh @@ -2,6 +2,18 @@ echo this is not really a script, run the steps by hand as there are manual steps exit 1 +############################################################################### +# Copyright (c) 2018, 2020 Kichwa Coders Ltd and others. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### + + ##### # Prerequisites # - Python installed and on PATH diff --git a/releng/scripts/reproducible_build_wrapper.py b/releng/scripts/reproducible_build_wrapper.py index 6de00a756e6..8c528a0014f 100755 --- a/releng/scripts/reproducible_build_wrapper.py +++ b/releng/scripts/reproducible_build_wrapper.py @@ -1,4 +1,14 @@ #!/usr/bin/env python3 +############################################################################### +# Copyright (c) 2020 Torbjörn Svensson +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### import sys import os