summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2019-07-03 16:02:35 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-07-03 19:26:23 +0200
commitcbd6bda680c65d7e01cf39510b8b70194d0a046d (patch)
tree1d4c778783b9451cd57431d4cc0a6347873a687f /scripts
parent9c47b602f4b579fc89a2a51e9ac8cee9559bcb86 (diff)
downloadptxdist-cbd6bda680c65d7e01cf39510b8b70194d0a046d.tar.gz
ptxdist-cbd6bda680c65d7e01cf39510b8b70194d0a046d.tar.xz
CREDITS: remove unmaintained file
This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/configure_helper.py2
-rw-r--r--scripts/lib/ptxd_lib_00-init.sh2
-rw-r--r--scripts/lib/ptxd_lib_dgen.awk2
-rw-r--r--scripts/lib/ptxd_lib_dgen.sh2
-rw-r--r--scripts/lib/ptxd_lib_kconfig.sh2
-rw-r--r--scripts/lib/ptxd_lib_kgen.sh2
-rw-r--r--scripts/lib/ptxd_lib_local_src.sh2
-rw-r--r--scripts/lib/ptxd_lib_template.sh2
-rw-r--r--scripts/lib/ptxd_lib_version.sh2
-rw-r--r--scripts/lib/ptxd_make_00-init.sh2
-rw-r--r--scripts/lib/ptxd_make_bootable.sh2
-rw-r--r--scripts/lib/ptxd_make_check_src.sh2
-rw-r--r--scripts/lib/ptxd_make_clean.sh2
-rw-r--r--scripts/lib/ptxd_make_cmake_toolchain.sh2
-rw-r--r--scripts/lib/ptxd_make_collection.sh2
-rw-r--r--scripts/lib/ptxd_make_dts_dtc.sh2
-rw-r--r--scripts/lib/ptxd_make_get.sh2
-rw-r--r--scripts/lib/ptxd_make_image_archive.sh2
-rw-r--r--scripts/lib/ptxd_make_image_common.sh2
-rw-r--r--scripts/lib/ptxd_make_image_fix_permissions.sh2
-rw-r--r--scripts/lib/ptxd_make_image_genimage.sh2
-rw-r--r--scripts/lib/ptxd_make_image_prepare_work_dir.sh2
-rw-r--r--scripts/lib/ptxd_make_image_vdi.sh2
-rw-r--r--scripts/lib/ptxd_make_image_vfat.sh2
-rwxr-xr-xscripts/lib/ptxd_make_import.awk2
-rw-r--r--scripts/lib/ptxd_make_license_report.awk2
-rw-r--r--scripts/lib/ptxd_make_license_report.sh2
-rw-r--r--scripts/lib/ptxd_make_meson_toolchain.sh2
-rw-r--r--scripts/lib/ptxd_make_nfsd.sh2
-rw-r--r--scripts/lib/ptxd_make_progress.sh2
-rw-r--r--scripts/lib/ptxd_make_reproducible.sh2
-rw-r--r--scripts/lib/ptxd_make_serialize.sh2
-rw-r--r--scripts/lib/ptxd_make_spdx.sh2
-rw-r--r--scripts/lib/ptxd_make_world_check_src.sh2
-rw-r--r--scripts/lib/ptxd_make_world_clean.sh2
-rw-r--r--scripts/lib/ptxd_make_world_common.sh2
-rw-r--r--scripts/lib/ptxd_make_world_compile.sh2
-rw-r--r--scripts/lib/ptxd_make_world_execute.sh2
-rw-r--r--scripts/lib/ptxd_make_world_extract.sh2
-rw-r--r--scripts/lib/ptxd_make_world_get.sh2
-rw-r--r--scripts/lib/ptxd_make_world_install.sh2
-rw-r--r--scripts/lib/ptxd_make_world_install_mangle_pc.awk2
-rw-r--r--scripts/lib/ptxd_make_world_kconfig.sh2
-rw-r--r--scripts/lib/ptxd_make_world_license.sh2
-rw-r--r--scripts/lib/ptxd_make_world_package_info.sh2
-rw-r--r--scripts/lib/ptxd_make_world_patchin.sh2
-rw-r--r--scripts/lib/ptxd_make_world_prepare.sh2
-rw-r--r--scripts/lib/ptxd_make_world_tags.sh2
-rw-r--r--scripts/lib/ptxd_make_xpkg_common.sh2
-rw-r--r--scripts/lib/ptxd_make_xpkg_finish.sh2
-rw-r--r--scripts/lib/ptxd_make_xpkg_fixup.sh2
-rw-r--r--scripts/lib/ptxd_make_xpkg_pkg.sh2
-rw-r--r--scripts/lib/ptxd_make_xpkg_prepare.sh2
-rwxr-xr-xscripts/license-yaml2csv.py2
-rwxr-xr-xscripts/rauc-gen-test-certs.sh2
-rwxr-xr-xscripts/update_spdx.py4
56 files changed, 0 insertions, 114 deletions
diff --git a/scripts/configure_helper.py b/scripts/configure_helper.py
index 565e5be49..72ae9a088 100755
--- a/scripts/configure_helper.py
+++ b/scripts/configure_helper.py
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_lib_00-init.sh b/scripts/lib/ptxd_lib_00-init.sh
index eba20dbff..efd7a550c 100644
--- a/scripts/lib/ptxd_lib_00-init.sh
+++ b/scripts/lib/ptxd_lib_00-init.sh
@@ -3,8 +3,6 @@
# Copyright (C) 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
# 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_lib_dgen.awk b/scripts/lib/ptxd_lib_dgen.awk
index 82adcdf06..45ae43b73 100644
--- a/scripts/lib/ptxd_lib_dgen.awk
+++ b/scripts/lib/ptxd_lib_dgen.awk
@@ -4,8 +4,6 @@
# 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
# 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_lib_dgen.sh b/scripts/lib/ptxd_lib_dgen.sh
index dc6f9ae9e..7da78adfc 100644
--- a/scripts/lib/ptxd_lib_dgen.sh
+++ b/scripts/lib/ptxd_lib_dgen.sh
@@ -3,8 +3,6 @@
# Copyright (C) 2006, 2007 by the PTXdist project
# 2008, 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_lib_kconfig.sh b/scripts/lib/ptxd_lib_kconfig.sh
index b89392faa..8644dc7f1 100644
--- a/scripts/lib/ptxd_lib_kconfig.sh
+++ b/scripts/lib/ptxd_lib_kconfig.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2018 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_lib_kgen.sh b/scripts/lib/ptxd_lib_kgen.sh
index 3f65686af..1c2ec149e 100644
--- a/scripts/lib/ptxd_lib_kgen.sh
+++ b/scripts/lib/ptxd_lib_kgen.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2008, 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_lib_local_src.sh b/scripts/lib/ptxd_lib_local_src.sh
index 0c04b6530..06a318009 100644
--- a/scripts/lib/ptxd_lib_local_src.sh
+++ b/scripts/lib/ptxd_lib_local_src.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2014 Sascha Hauer <s.hauer@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_lib_template.sh b/scripts/lib/ptxd_lib_template.sh
index b437c52f2..161d24575 100644
--- a/scripts/lib/ptxd_lib_template.sh
+++ b/scripts/lib/ptxd_lib_template.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2011 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_lib_version.sh b/scripts/lib/ptxd_lib_version.sh
index 1ed9a6829..9100dd98d 100644
--- a/scripts/lib/ptxd_lib_version.sh
+++ b/scripts/lib/ptxd_lib_version.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2014 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_00-init.sh b/scripts/lib/ptxd_make_00-init.sh
index a042763d1..ca10831ad 100644
--- a/scripts/lib/ptxd_make_00-init.sh
+++ b/scripts/lib/ptxd_make_00-init.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_bootable.sh b/scripts/lib/ptxd_make_bootable.sh
index aae3b5233..661eb3c7d 100644
--- a/scripts/lib/ptxd_make_bootable.sh
+++ b/scripts/lib/ptxd_make_bootable.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2011 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_check_src.sh b/scripts/lib/ptxd_make_check_src.sh
index 703bf45d6..6fad1956b 100644
--- a/scripts/lib/ptxd_make_check_src.sh
+++ b/scripts/lib/ptxd_make_check_src.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_clean.sh b/scripts/lib/ptxd_make_clean.sh
index c75503352..a3a7cde79 100644
--- a/scripts/lib/ptxd_make_clean.sh
+++ b/scripts/lib/ptxd_make_clean.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2019 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_cmake_toolchain.sh b/scripts/lib/ptxd_make_cmake_toolchain.sh
index 4848475a6..1c4aaba3e 100644
--- a/scripts/lib/ptxd_make_cmake_toolchain.sh
+++ b/scripts/lib/ptxd_make_cmake_toolchain.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2009, 2010 by Marc Kleine-Budde <mkl@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_collection.sh b/scripts/lib/ptxd_make_collection.sh
index 4d4c23136..25c27fae7 100644
--- a/scripts/lib/ptxd_make_collection.sh
+++ b/scripts/lib/ptxd_make_collection.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2018 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_dts_dtc.sh b/scripts/lib/ptxd_make_dts_dtc.sh
index e590d1ddd..b60582edd 100644
--- a/scripts/lib/ptxd_make_dts_dtc.sh
+++ b/scripts/lib/ptxd_make_dts_dtc.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2014 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_get.sh b/scripts/lib/ptxd_make_get.sh
index a366ef900..5961f517f 100644
--- a/scripts/lib/ptxd_make_get.sh
+++ b/scripts/lib/ptxd_make_get.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2008, 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_image_archive.sh b/scripts/lib/ptxd_make_image_archive.sh
index d2a891816..053020fa4 100644
--- a/scripts/lib/ptxd_make_image_archive.sh
+++ b/scripts/lib/ptxd_make_image_archive.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2012 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_image_common.sh b/scripts/lib/ptxd_make_image_common.sh
index d3f591675..f6b641d3c 100644
--- a/scripts/lib/ptxd_make_image_common.sh
+++ b/scripts/lib/ptxd_make_image_common.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2010 by Marc Kleine-Budde <mkl@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_image_fix_permissions.sh b/scripts/lib/ptxd_make_image_fix_permissions.sh
index 845998a12..bf1a2c816 100644
--- a/scripts/lib/ptxd_make_image_fix_permissions.sh
+++ b/scripts/lib/ptxd_make_image_fix_permissions.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2008, 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_image_genimage.sh b/scripts/lib/ptxd_make_image_genimage.sh
index 18e7fc307..3e9ed08f0 100644
--- a/scripts/lib/ptxd_make_image_genimage.sh
+++ b/scripts/lib/ptxd_make_image_genimage.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2012 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_image_prepare_work_dir.sh b/scripts/lib/ptxd_make_image_prepare_work_dir.sh
index bb818f752..8b0839765 100644
--- a/scripts/lib/ptxd_make_image_prepare_work_dir.sh
+++ b/scripts/lib/ptxd_make_image_prepare_work_dir.sh
@@ -3,8 +3,6 @@
# Copyright (C) 2010 by Marc Kleine-Budde <mkl@pengutronix.de>
# 2011 by George McCollister <george.mccollister@gmail.com>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_image_vdi.sh b/scripts/lib/ptxd_make_image_vdi.sh
index 53351d05d..668734625 100644
--- a/scripts/lib/ptxd_make_image_vdi.sh
+++ b/scripts/lib/ptxd_make_image_vdi.sh
@@ -3,8 +3,6 @@
# Copyright (C) 2011 by Philippe Corbes <philippe.corbes@gmail.com>
# (C) 2011 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_image_vfat.sh b/scripts/lib/ptxd_make_image_vfat.sh
index 0a207aaea..41cd12b52 100644
--- a/scripts/lib/ptxd_make_image_vfat.sh
+++ b/scripts/lib/ptxd_make_image_vfat.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2011 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_import.awk b/scripts/lib/ptxd_make_import.awk
index db8f7505d..4ac070db0 100755
--- a/scripts/lib/ptxd_make_import.awk
+++ b/scripts/lib/ptxd_make_import.awk
@@ -2,8 +2,6 @@
#
# Copyright (C) 2008-2010 by Marc Kleine-Budde <mkl@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_license_report.awk b/scripts/lib/ptxd_make_license_report.awk
index b346bbd7b..4c34c4d8c 100644
--- a/scripts/lib/ptxd_make_license_report.awk
+++ b/scripts/lib/ptxd_make_license_report.awk
@@ -2,8 +2,6 @@
#
# Copyright (C) 2011 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_license_report.sh b/scripts/lib/ptxd_make_license_report.sh
index 7cb393298..93607be1f 100644
--- a/scripts/lib/ptxd_make_license_report.sh
+++ b/scripts/lib/ptxd_make_license_report.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2011-2013 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_meson_toolchain.sh b/scripts/lib/ptxd_make_meson_toolchain.sh
index 1b2598fdd..eda82d64b 100644
--- a/scripts/lib/ptxd_make_meson_toolchain.sh
+++ b/scripts/lib/ptxd_make_meson_toolchain.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_nfsd.sh b/scripts/lib/ptxd_make_nfsd.sh
index cf0ee374b..0bc9c906b 100644
--- a/scripts/lib/ptxd_make_nfsd.sh
+++ b/scripts/lib/ptxd_make_nfsd.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2012 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_progress.sh b/scripts/lib/ptxd_make_progress.sh
index d114f425b..9b36902aa 100644
--- a/scripts/lib/ptxd_make_progress.sh
+++ b/scripts/lib/ptxd_make_progress.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2018 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_reproducible.sh b/scripts/lib/ptxd_make_reproducible.sh
index a0ba13f72..968c23e4c 100644
--- a/scripts/lib/ptxd_make_reproducible.sh
+++ b/scripts/lib/ptxd_make_reproducible.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2019 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_serialize.sh b/scripts/lib/ptxd_make_serialize.sh
index 6b6bffee6..88d8e5f6c 100644
--- a/scripts/lib/ptxd_make_serialize.sh
+++ b/scripts/lib/ptxd_make_serialize.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2015 by Michael Olbrich <mol@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_spdx.sh b/scripts/lib/ptxd_make_spdx.sh
index acb094907..c81b70ef6 100644
--- a/scripts/lib/ptxd_make_spdx.sh
+++ b/scripts/lib/ptxd_make_spdx.sh
@@ -3,8 +3,6 @@
#
# Copyright (C) 2018 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_world_check_src.sh b/scripts/lib/ptxd_make_world_check_src.sh
index 16eadb38a..58cd951c5 100644
--- a/scripts/lib/ptxd_make_world_check_src.sh
+++ b/scripts/lib/ptxd_make_world_check_src.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_world_clean.sh b/scripts/lib/ptxd_make_world_clean.sh
index 8780ac569..b96b782c4 100644
--- a/scripts/lib/ptxd_make_world_clean.sh
+++ b/scripts/lib/ptxd_make_world_clean.sh
@@ -1,8 +1,6 @@
#!/bin/bash
#
# Copyright (C) 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_world_common.sh b/scripts/lib/ptxd_make_world_common.sh
index 8710432ba..0a12e39fa 100644
--- a/scripts/lib/ptxd_make_world_common.sh
+++ b/scripts/lib/ptxd_make_world_common.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2009, 2010 by Marc Kleine-Budde <mkl@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_world_compile.sh b/scripts/lib/ptxd_make_world_compile.sh
index a15a46054..c7093250d 100644
--- a/scripts/lib/ptxd_make_world_compile.sh
+++ b/scripts/lib/ptxd_make_world_compile.sh
@@ -1,8 +1,6 @@
#!/bin/bash
#
# Copyright (C) 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_world_execute.sh b/scripts/lib/ptxd_make_world_execute.sh
index 5ff1f726f..79523dbdf 100644
--- a/scripts/lib/ptxd_make_world_execute.sh
+++ b/scripts/lib/ptxd_make_world_execute.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2019 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_world_extract.sh b/scripts/lib/ptxd_make_world_extract.sh
index 199a72a4a..8ffa88bda 100644
--- a/scripts/lib/ptxd_make_world_extract.sh
+++ b/scripts/lib/ptxd_make_world_extract.sh
@@ -3,8 +3,6 @@
# Copyright (C) 2008, 2009, 2010 by Marc Kleine-Budde <mkl@pengutronix.de>
# 2011 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_world_get.sh b/scripts/lib/ptxd_make_world_get.sh
index a2a365585..4d8cbf0d5 100644
--- a/scripts/lib/ptxd_make_world_get.sh
+++ b/scripts/lib/ptxd_make_world_get.sh
@@ -1,8 +1,6 @@
#!/bin/bash
#
# Copyright (C) 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_world_install.sh b/scripts/lib/ptxd_make_world_install.sh
index 74ca980f1..e78ceb02f 100644
--- a/scripts/lib/ptxd_make_world_install.sh
+++ b/scripts/lib/ptxd_make_world_install.sh
@@ -1,8 +1,6 @@
#!/bin/bash
#
# Copyright (C) 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_world_install_mangle_pc.awk b/scripts/lib/ptxd_make_world_install_mangle_pc.awk
index bcfc68b2d..ade575566 100644
--- a/scripts/lib/ptxd_make_world_install_mangle_pc.awk
+++ b/scripts/lib/ptxd_make_world_install_mangle_pc.awk
@@ -2,8 +2,6 @@
#
# Copyright (C) 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_world_kconfig.sh b/scripts/lib/ptxd_make_world_kconfig.sh
index 8c8de302f..c0ae11265 100644
--- a/scripts/lib/ptxd_make_world_kconfig.sh
+++ b/scripts/lib/ptxd_make_world_kconfig.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2011 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_world_license.sh b/scripts/lib/ptxd_make_world_license.sh
index c08829de0..8c7a45477 100644
--- a/scripts/lib/ptxd_make_world_license.sh
+++ b/scripts/lib/ptxd_make_world_license.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2013 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_world_package_info.sh b/scripts/lib/ptxd_make_world_package_info.sh
index 0c9cbabaf..4d17f3d2c 100644
--- a/scripts/lib/ptxd_make_world_package_info.sh
+++ b/scripts/lib/ptxd_make_world_package_info.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2018 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_world_patchin.sh b/scripts/lib/ptxd_make_world_patchin.sh
index fce929786..e181e1cb8 100644
--- a/scripts/lib/ptxd_make_world_patchin.sh
+++ b/scripts/lib/ptxd_make_world_patchin.sh
@@ -3,8 +3,6 @@
# Copyright (C) 2004-2009 by the ptxdist project
# 2010 by Marc Kleine-Budde <mkl@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_world_prepare.sh b/scripts/lib/ptxd_make_world_prepare.sh
index 2c1503d64..8e1304730 100644
--- a/scripts/lib/ptxd_make_world_prepare.sh
+++ b/scripts/lib/ptxd_make_world_prepare.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2009, 2010 by Marc Kleine-Budde <mkl@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_world_tags.sh b/scripts/lib/ptxd_make_world_tags.sh
index d78be27a6..8195e570b 100644
--- a/scripts/lib/ptxd_make_world_tags.sh
+++ b/scripts/lib/ptxd_make_world_tags.sh
@@ -1,8 +1,6 @@
#!/bin/bash
#
# Copyright (C) 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_xpkg_common.sh b/scripts/lib/ptxd_make_xpkg_common.sh
index 4bdcb1e6d..d93680ff7 100644
--- a/scripts/lib/ptxd_make_xpkg_common.sh
+++ b/scripts/lib/ptxd_make_xpkg_common.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2008, 2009, 2010 by Marc Kleine-Budde <mkl@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_xpkg_finish.sh b/scripts/lib/ptxd_make_xpkg_finish.sh
index 8d6a2f92e..8aaf88615 100644
--- a/scripts/lib/ptxd_make_xpkg_finish.sh
+++ b/scripts/lib/ptxd_make_xpkg_finish.sh
@@ -3,8 +3,6 @@
# Copyright (C) 2005, 2006, 2007 Robert Schwebel <r.schwebel@pengutronix.de>
# 2008, 2009, 2010 by Marc Kleine-Budde <mkl@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_xpkg_fixup.sh b/scripts/lib/ptxd_make_xpkg_fixup.sh
index cf8ddcbb6..4ad44d688 100644
--- a/scripts/lib/ptxd_make_xpkg_fixup.sh
+++ b/scripts/lib/ptxd_make_xpkg_fixup.sh
@@ -4,8 +4,6 @@
# 2008, 2009, 2010 by Marc Kleine-Budde <mkl@pengutronix.de>
# 2011 by George McCollister <george.mccollister@gmail.com>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_xpkg_pkg.sh b/scripts/lib/ptxd_make_xpkg_pkg.sh
index 94e8e2422..333e9b89e 100644
--- a/scripts/lib/ptxd_make_xpkg_pkg.sh
+++ b/scripts/lib/ptxd_make_xpkg_pkg.sh
@@ -2,8 +2,6 @@
#
# Copyright (C) 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/lib/ptxd_make_xpkg_prepare.sh b/scripts/lib/ptxd_make_xpkg_prepare.sh
index cf231465b..e7c2f1009 100644
--- a/scripts/lib/ptxd_make_xpkg_prepare.sh
+++ b/scripts/lib/ptxd_make_xpkg_prepare.sh
@@ -4,8 +4,6 @@
# 2008, 2009, 2010 by Marc Kleine-Budde <mkl@pengutronix.de>
# 2011 by George McCollister <george.mccollister@gmail.com>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/license-yaml2csv.py b/scripts/license-yaml2csv.py
index b3f56f6fb..dcd6f442f 100755
--- a/scripts/license-yaml2csv.py
+++ b/scripts/license-yaml2csv.py
@@ -2,8 +2,6 @@
#
# Copyright (C) 2018 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/rauc-gen-test-certs.sh b/scripts/rauc-gen-test-certs.sh
index 06f4d297b..b4ea6a8cf 100755
--- a/scripts/rauc-gen-test-certs.sh
+++ b/scripts/rauc-gen-test-certs.sh
@@ -3,8 +3,6 @@
# Copyright (C) 2017 by Enrico Joerns <e.joerns@pengutronix.de>
# Copyright (C) 2016 by Jan Luebbe <j.luebbe@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
diff --git a/scripts/update_spdx.py b/scripts/update_spdx.py
index c6e20f970..fd615c51a 100755
--- a/scripts/update_spdx.py
+++ b/scripts/update_spdx.py
@@ -2,8 +2,6 @@
#
# Copyright (C) 2018 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#
@@ -22,8 +20,6 @@ outfile.write("""
#
# Copyright (C) 2018 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# See CREDITS for details about who has contributed to this project.
-#
# For further information about the PTXdist project and license conditions
# see the README file.
#