* [DistroKit] [PATCH] rules: remove CREDIT lines
@ 2020-03-03 12:07 Roland Hieber
2020-03-03 12:09 ` [DistroKit] [PATCH v2] " Roland Hieber
0 siblings, 1 reply; 3+ messages in thread
From: Roland Hieber @ 2020-03-03 12:07 UTC (permalink / raw)
To: distrokit; +Cc: Roland Hieber
This file has never existed here, and the respective lines were also
removed from the upstream PTXdist rules and templates in commit
cbd6bda680c65d7e01cf ("CREDITS: remove unmaintained file").
---
configs/platform-mips/rules/blspec-ar9331.make | 2 --
configs/platform-mips/rules/blspec-malta.make | 2 --
configs/platform-mips/rules/image-ar9331.make | 2 --
configs/platform-mips/rules/image-malta.make | 2 --
configs/platform-rpi/rules/image-boot-vfat.make | 2 --
configs/platform-v7a/rules/blspec-boneblack.make | 2 --
configs/platform-v7a/rules/blspec-bonewhite.make | 2 --
configs/platform-v7a/rules/blspec-nitrogen6x.make | 2 --
configs/platform-v7a/rules/blspec-riotboard.make | 2 --
configs/platform-v7a/rules/blspec-rpi2.make | 2 --
configs/platform-v7a/rules/blspec-rpi3.make | 2 --
configs/platform-v7a/rules/blspec-sabrelite.make | 2 --
configs/platform-v7a/rules/blspec-udoo-neo.make | 2 --
configs/platform-v7a/rules/blspec-vexpress.make | 2 --
configs/platform-v7a/rules/image-beaglebone.make | 2 --
configs/platform-v7a/rules/image-gf.make | 2 --
configs/platform-v7a/rules/image-riotboard.make | 2 --
configs/platform-v7a/rules/image-rpi2.make | 2 --
configs/platform-v7a/rules/image-rpi3.make | 2 --
configs/platform-v7a/rules/image-sabrelite.make | 2 --
configs/platform-v7a/rules/image-udoo-neo.make | 2 --
configs/platform-v7a/rules/image-vexpress-nor.make | 2 --
configs/platform-v7a/rules/image-vexpress.make | 2 --
rules/datapartition.make | 2 --
24 files changed, 48 deletions(-)
diff --git a/configs/platform-mips/rules/blspec-ar9331.make b/configs/platform-mips/rules/blspec-ar9331.make
index 53f2bc4d23c2..fd4ef9fca760 100644
--- a/configs/platform-mips/rules/blspec-ar9331.make
+++ b/configs/platform-mips/rules/blspec-ar9331.make
@@ -3,8 +3,6 @@
# Copyright (C) 2017 by Chris Fiege <c.fiege@pengutronix.de>
# Copyright (C) 2020 by Oleksij Rempel <o.rempel@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/configs/platform-mips/rules/blspec-malta.make b/configs/platform-mips/rules/blspec-malta.make
index 6a2ffcc0302e..e02510985144 100644
--- a/configs/platform-mips/rules/blspec-malta.make
+++ b/configs/platform-mips/rules/blspec-malta.make
@@ -3,8 +3,6 @@
# Copyright (C) 2017 by Chris Fiege <c.fiege@pengutronix.de>
# Copyright (C) 2020 by Oleksij Rempel <o.rempel@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/configs/platform-mips/rules/image-ar9331.make b/configs/platform-mips/rules/image-ar9331.make
index b9ce108eeb67..113f8511e23c 100644
--- a/configs/platform-mips/rules/image-ar9331.make
+++ b/configs/platform-mips/rules/image-ar9331.make
@@ -3,8 +3,6 @@
# Copyright (C) 2017 by Chris Fiege <c.fiege@pengutronix.de>
# Copyright (C) 2020 by Oleksij Rempel <o.rempel@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/configs/platform-mips/rules/image-malta.make b/configs/platform-mips/rules/image-malta.make
index f309afcd0649..c005c9e67355 100644
--- a/configs/platform-mips/rules/image-malta.make
+++ b/configs/platform-mips/rules/image-malta.make
@@ -3,8 +3,6 @@
# Copyright (C) 2017 by Chris Fiege <c.fiege@pengutronix.de>
# Copyright (C) 2020 by Oleksij Rempel <o.rempel@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/configs/platform-rpi/rules/image-boot-vfat.make b/configs/platform-rpi/rules/image-boot-vfat.make
index fcb73866039d..dac8939cbc17 100644
--- a/configs/platform-rpi/rules/image-boot-vfat.make
+++ b/configs/platform-rpi/rules/image-boot-vfat.make
@@ -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/configs/platform-v7a/rules/blspec-boneblack.make b/configs/platform-v7a/rules/blspec-boneblack.make
index 841b13af935a..1a09ba9c94af 100644
--- a/configs/platform-v7a/rules/blspec-boneblack.make
+++ b/configs/platform-v7a/rules/blspec-boneblack.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2016 by Michael Grzeschik <mgr@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/configs/platform-v7a/rules/blspec-bonewhite.make b/configs/platform-v7a/rules/blspec-bonewhite.make
index 1d7cbea28acd..3c4566bfb316 100644
--- a/configs/platform-v7a/rules/blspec-bonewhite.make
+++ b/configs/platform-v7a/rules/blspec-bonewhite.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2016 by Michael Grzeschik <mgr@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/configs/platform-v7a/rules/blspec-nitrogen6x.make b/configs/platform-v7a/rules/blspec-nitrogen6x.make
index 56ec66b3a57f..7ecc7d7a961c 100644
--- a/configs/platform-v7a/rules/blspec-nitrogen6x.make
+++ b/configs/platform-v7a/rules/blspec-nitrogen6x.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by Roland Hieber <r.hieber@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/configs/platform-v7a/rules/blspec-riotboard.make b/configs/platform-v7a/rules/blspec-riotboard.make
index bcdbed0be805..9a100e710d71 100644
--- a/configs/platform-v7a/rules/blspec-riotboard.make
+++ b/configs/platform-v7a/rules/blspec-riotboard.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by Rouven Czerwinski <r.czerwinski@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/configs/platform-v7a/rules/blspec-rpi2.make b/configs/platform-v7a/rules/blspec-rpi2.make
index 4013220be459..f043afdaecb0 100644
--- a/configs/platform-v7a/rules/blspec-rpi2.make
+++ b/configs/platform-v7a/rules/blspec-rpi2.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2016 by Alexander Aring <aar@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/configs/platform-v7a/rules/blspec-rpi3.make b/configs/platform-v7a/rules/blspec-rpi3.make
index 7d0fab60e3ff..6614d9444b24 100644
--- a/configs/platform-v7a/rules/blspec-rpi3.make
+++ b/configs/platform-v7a/rules/blspec-rpi3.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2018 by Rouven Czerwinski <r.czerwinski@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/configs/platform-v7a/rules/blspec-sabrelite.make b/configs/platform-v7a/rules/blspec-sabrelite.make
index 47b2607736d1..493b4e8ce112 100644
--- a/configs/platform-v7a/rules/blspec-sabrelite.make
+++ b/configs/platform-v7a/rules/blspec-sabrelite.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by 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/configs/platform-v7a/rules/blspec-udoo-neo.make b/configs/platform-v7a/rules/blspec-udoo-neo.make
index 248aa2778189..ffcc8c9ee7ba 100644
--- a/configs/platform-v7a/rules/blspec-udoo-neo.make
+++ b/configs/platform-v7a/rules/blspec-udoo-neo.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by Uwe Kleine-Koenig <u.kleine-koenig@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/configs/platform-v7a/rules/blspec-vexpress.make b/configs/platform-v7a/rules/blspec-vexpress.make
index c723daef488b..5471a8338208 100644
--- a/configs/platform-v7a/rules/blspec-vexpress.make
+++ b/configs/platform-v7a/rules/blspec-vexpress.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by Chris Fiege <c.fiege@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/configs/platform-v7a/rules/image-beaglebone.make b/configs/platform-v7a/rules/image-beaglebone.make
index 003bdda1a667..5f2d314dbb4f 100644
--- a/configs/platform-v7a/rules/image-beaglebone.make
+++ b/configs/platform-v7a/rules/image-beaglebone.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by 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/configs/platform-v7a/rules/image-gf.make b/configs/platform-v7a/rules/image-gf.make
index d918ae7ff8fb..70a8902376ab 100644
--- a/configs/platform-v7a/rules/image-gf.make
+++ b/configs/platform-v7a/rules/image-gf.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by 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/configs/platform-v7a/rules/image-riotboard.make b/configs/platform-v7a/rules/image-riotboard.make
index bc54a0912465..5bdf1dab2c96 100644
--- a/configs/platform-v7a/rules/image-riotboard.make
+++ b/configs/platform-v7a/rules/image-riotboard.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by Rouven Czerwinski <r.czerwinski@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/configs/platform-v7a/rules/image-rpi2.make b/configs/platform-v7a/rules/image-rpi2.make
index e6b4e2e2d3b2..07b1e7ba7fb0 100644
--- a/configs/platform-v7a/rules/image-rpi2.make
+++ b/configs/platform-v7a/rules/image-rpi2.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by 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/configs/platform-v7a/rules/image-rpi3.make b/configs/platform-v7a/rules/image-rpi3.make
index 600c4063f803..31b42958c8f3 100644
--- a/configs/platform-v7a/rules/image-rpi3.make
+++ b/configs/platform-v7a/rules/image-rpi3.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by 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/configs/platform-v7a/rules/image-sabrelite.make b/configs/platform-v7a/rules/image-sabrelite.make
index 406d3253eae3..e36614f316cc 100644
--- a/configs/platform-v7a/rules/image-sabrelite.make
+++ b/configs/platform-v7a/rules/image-sabrelite.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by 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/configs/platform-v7a/rules/image-udoo-neo.make b/configs/platform-v7a/rules/image-udoo-neo.make
index 219b67a9d973..14f1ef6e26ef 100644
--- a/configs/platform-v7a/rules/image-udoo-neo.make
+++ b/configs/platform-v7a/rules/image-udoo-neo.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by 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/configs/platform-v7a/rules/image-vexpress-nor.make b/configs/platform-v7a/rules/image-vexpress-nor.make
index 20773e14bea4..8d97b1b0b4ab 100644
--- a/configs/platform-v7a/rules/image-vexpress-nor.make
+++ b/configs/platform-v7a/rules/image-vexpress-nor.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2016 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/configs/platform-v7a/rules/image-vexpress.make b/configs/platform-v7a/rules/image-vexpress.make
index a5d867425bb8..e6b80e8e31e1 100644
--- a/configs/platform-v7a/rules/image-vexpress.make
+++ b/configs/platform-v7a/rules/image-vexpress.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by Chris Fiege <c.fiege@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/rules/datapartition.make b/rules/datapartition.make
index 99581862f197..b79bcf01efcc 100644
--- a/rules/datapartition.make
+++ b/rules/datapartition.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2016 by Robert Schwebel <r.schwebel@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.
#
--
2.25.1
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* [DistroKit] [PATCH v2] rules: remove CREDIT lines
2020-03-03 12:07 [DistroKit] [PATCH] rules: remove CREDIT lines Roland Hieber
@ 2020-03-03 12:09 ` Roland Hieber
2020-03-05 16:47 ` Robert Schwebel
0 siblings, 1 reply; 3+ messages in thread
From: Roland Hieber @ 2020-03-03 12:09 UTC (permalink / raw)
To: distrokit; +Cc: Roland Hieber
This file has never existed here, and the respective lines were also
removed from the upstream PTXdist rules and templates in commit
cbd6bda680c65d7e01cf ("CREDITS: remove unmaintained file").
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
v2: add my s-o-b
configs/platform-mips/rules/blspec-ar9331.make | 2 --
configs/platform-mips/rules/blspec-malta.make | 2 --
configs/platform-mips/rules/image-ar9331.make | 2 --
configs/platform-mips/rules/image-malta.make | 2 --
configs/platform-rpi/rules/image-boot-vfat.make | 2 --
configs/platform-v7a/rules/blspec-boneblack.make | 2 --
configs/platform-v7a/rules/blspec-bonewhite.make | 2 --
configs/platform-v7a/rules/blspec-nitrogen6x.make | 2 --
configs/platform-v7a/rules/blspec-riotboard.make | 2 --
configs/platform-v7a/rules/blspec-rpi2.make | 2 --
configs/platform-v7a/rules/blspec-rpi3.make | 2 --
configs/platform-v7a/rules/blspec-sabrelite.make | 2 --
configs/platform-v7a/rules/blspec-udoo-neo.make | 2 --
configs/platform-v7a/rules/blspec-vexpress.make | 2 --
configs/platform-v7a/rules/image-beaglebone.make | 2 --
configs/platform-v7a/rules/image-gf.make | 2 --
configs/platform-v7a/rules/image-riotboard.make | 2 --
configs/platform-v7a/rules/image-rpi2.make | 2 --
configs/platform-v7a/rules/image-rpi3.make | 2 --
configs/platform-v7a/rules/image-sabrelite.make | 2 --
configs/platform-v7a/rules/image-udoo-neo.make | 2 --
configs/platform-v7a/rules/image-vexpress-nor.make | 2 --
configs/platform-v7a/rules/image-vexpress.make | 2 --
rules/datapartition.make | 2 --
24 files changed, 48 deletions(-)
diff --git a/configs/platform-mips/rules/blspec-ar9331.make b/configs/platform-mips/rules/blspec-ar9331.make
index 53f2bc4d23c2..fd4ef9fca760 100644
--- a/configs/platform-mips/rules/blspec-ar9331.make
+++ b/configs/platform-mips/rules/blspec-ar9331.make
@@ -3,8 +3,6 @@
# Copyright (C) 2017 by Chris Fiege <c.fiege@pengutronix.de>
# Copyright (C) 2020 by Oleksij Rempel <o.rempel@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/configs/platform-mips/rules/blspec-malta.make b/configs/platform-mips/rules/blspec-malta.make
index 6a2ffcc0302e..e02510985144 100644
--- a/configs/platform-mips/rules/blspec-malta.make
+++ b/configs/platform-mips/rules/blspec-malta.make
@@ -3,8 +3,6 @@
# Copyright (C) 2017 by Chris Fiege <c.fiege@pengutronix.de>
# Copyright (C) 2020 by Oleksij Rempel <o.rempel@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/configs/platform-mips/rules/image-ar9331.make b/configs/platform-mips/rules/image-ar9331.make
index b9ce108eeb67..113f8511e23c 100644
--- a/configs/platform-mips/rules/image-ar9331.make
+++ b/configs/platform-mips/rules/image-ar9331.make
@@ -3,8 +3,6 @@
# Copyright (C) 2017 by Chris Fiege <c.fiege@pengutronix.de>
# Copyright (C) 2020 by Oleksij Rempel <o.rempel@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/configs/platform-mips/rules/image-malta.make b/configs/platform-mips/rules/image-malta.make
index f309afcd0649..c005c9e67355 100644
--- a/configs/platform-mips/rules/image-malta.make
+++ b/configs/platform-mips/rules/image-malta.make
@@ -3,8 +3,6 @@
# Copyright (C) 2017 by Chris Fiege <c.fiege@pengutronix.de>
# Copyright (C) 2020 by Oleksij Rempel <o.rempel@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/configs/platform-rpi/rules/image-boot-vfat.make b/configs/platform-rpi/rules/image-boot-vfat.make
index fcb73866039d..dac8939cbc17 100644
--- a/configs/platform-rpi/rules/image-boot-vfat.make
+++ b/configs/platform-rpi/rules/image-boot-vfat.make
@@ -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/configs/platform-v7a/rules/blspec-boneblack.make b/configs/platform-v7a/rules/blspec-boneblack.make
index 841b13af935a..1a09ba9c94af 100644
--- a/configs/platform-v7a/rules/blspec-boneblack.make
+++ b/configs/platform-v7a/rules/blspec-boneblack.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2016 by Michael Grzeschik <mgr@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/configs/platform-v7a/rules/blspec-bonewhite.make b/configs/platform-v7a/rules/blspec-bonewhite.make
index 1d7cbea28acd..3c4566bfb316 100644
--- a/configs/platform-v7a/rules/blspec-bonewhite.make
+++ b/configs/platform-v7a/rules/blspec-bonewhite.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2016 by Michael Grzeschik <mgr@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/configs/platform-v7a/rules/blspec-nitrogen6x.make b/configs/platform-v7a/rules/blspec-nitrogen6x.make
index 56ec66b3a57f..7ecc7d7a961c 100644
--- a/configs/platform-v7a/rules/blspec-nitrogen6x.make
+++ b/configs/platform-v7a/rules/blspec-nitrogen6x.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by Roland Hieber <r.hieber@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/configs/platform-v7a/rules/blspec-riotboard.make b/configs/platform-v7a/rules/blspec-riotboard.make
index bcdbed0be805..9a100e710d71 100644
--- a/configs/platform-v7a/rules/blspec-riotboard.make
+++ b/configs/platform-v7a/rules/blspec-riotboard.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by Rouven Czerwinski <r.czerwinski@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/configs/platform-v7a/rules/blspec-rpi2.make b/configs/platform-v7a/rules/blspec-rpi2.make
index 4013220be459..f043afdaecb0 100644
--- a/configs/platform-v7a/rules/blspec-rpi2.make
+++ b/configs/platform-v7a/rules/blspec-rpi2.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2016 by Alexander Aring <aar@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/configs/platform-v7a/rules/blspec-rpi3.make b/configs/platform-v7a/rules/blspec-rpi3.make
index 7d0fab60e3ff..6614d9444b24 100644
--- a/configs/platform-v7a/rules/blspec-rpi3.make
+++ b/configs/platform-v7a/rules/blspec-rpi3.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2018 by Rouven Czerwinski <r.czerwinski@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/configs/platform-v7a/rules/blspec-sabrelite.make b/configs/platform-v7a/rules/blspec-sabrelite.make
index 47b2607736d1..493b4e8ce112 100644
--- a/configs/platform-v7a/rules/blspec-sabrelite.make
+++ b/configs/platform-v7a/rules/blspec-sabrelite.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by 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/configs/platform-v7a/rules/blspec-udoo-neo.make b/configs/platform-v7a/rules/blspec-udoo-neo.make
index 248aa2778189..ffcc8c9ee7ba 100644
--- a/configs/platform-v7a/rules/blspec-udoo-neo.make
+++ b/configs/platform-v7a/rules/blspec-udoo-neo.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by Uwe Kleine-Koenig <u.kleine-koenig@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/configs/platform-v7a/rules/blspec-vexpress.make b/configs/platform-v7a/rules/blspec-vexpress.make
index c723daef488b..5471a8338208 100644
--- a/configs/platform-v7a/rules/blspec-vexpress.make
+++ b/configs/platform-v7a/rules/blspec-vexpress.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by Chris Fiege <c.fiege@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/configs/platform-v7a/rules/image-beaglebone.make b/configs/platform-v7a/rules/image-beaglebone.make
index 003bdda1a667..5f2d314dbb4f 100644
--- a/configs/platform-v7a/rules/image-beaglebone.make
+++ b/configs/platform-v7a/rules/image-beaglebone.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by 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/configs/platform-v7a/rules/image-gf.make b/configs/platform-v7a/rules/image-gf.make
index d918ae7ff8fb..70a8902376ab 100644
--- a/configs/platform-v7a/rules/image-gf.make
+++ b/configs/platform-v7a/rules/image-gf.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by 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/configs/platform-v7a/rules/image-riotboard.make b/configs/platform-v7a/rules/image-riotboard.make
index bc54a0912465..5bdf1dab2c96 100644
--- a/configs/platform-v7a/rules/image-riotboard.make
+++ b/configs/platform-v7a/rules/image-riotboard.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by Rouven Czerwinski <r.czerwinski@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/configs/platform-v7a/rules/image-rpi2.make b/configs/platform-v7a/rules/image-rpi2.make
index e6b4e2e2d3b2..07b1e7ba7fb0 100644
--- a/configs/platform-v7a/rules/image-rpi2.make
+++ b/configs/platform-v7a/rules/image-rpi2.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by 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/configs/platform-v7a/rules/image-rpi3.make b/configs/platform-v7a/rules/image-rpi3.make
index 600c4063f803..31b42958c8f3 100644
--- a/configs/platform-v7a/rules/image-rpi3.make
+++ b/configs/platform-v7a/rules/image-rpi3.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by 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/configs/platform-v7a/rules/image-sabrelite.make b/configs/platform-v7a/rules/image-sabrelite.make
index 406d3253eae3..e36614f316cc 100644
--- a/configs/platform-v7a/rules/image-sabrelite.make
+++ b/configs/platform-v7a/rules/image-sabrelite.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by 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/configs/platform-v7a/rules/image-udoo-neo.make b/configs/platform-v7a/rules/image-udoo-neo.make
index 219b67a9d973..14f1ef6e26ef 100644
--- a/configs/platform-v7a/rules/image-udoo-neo.make
+++ b/configs/platform-v7a/rules/image-udoo-neo.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by 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/configs/platform-v7a/rules/image-vexpress-nor.make b/configs/platform-v7a/rules/image-vexpress-nor.make
index 20773e14bea4..8d97b1b0b4ab 100644
--- a/configs/platform-v7a/rules/image-vexpress-nor.make
+++ b/configs/platform-v7a/rules/image-vexpress-nor.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2016 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/configs/platform-v7a/rules/image-vexpress.make b/configs/platform-v7a/rules/image-vexpress.make
index a5d867425bb8..e6b80e8e31e1 100644
--- a/configs/platform-v7a/rules/image-vexpress.make
+++ b/configs/platform-v7a/rules/image-vexpress.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2017 by Chris Fiege <c.fiege@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/rules/datapartition.make b/rules/datapartition.make
index 99581862f197..b79bcf01efcc 100644
--- a/rules/datapartition.make
+++ b/rules/datapartition.make
@@ -2,8 +2,6 @@
#
# Copyright (C) 2016 by Robert Schwebel <r.schwebel@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.
#
--
2.25.1
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [DistroKit] [PATCH v2] rules: remove CREDIT lines
2020-03-03 12:09 ` [DistroKit] [PATCH v2] " Roland Hieber
@ 2020-03-05 16:47 ` Robert Schwebel
0 siblings, 0 replies; 3+ messages in thread
From: Robert Schwebel @ 2020-03-05 16:47 UTC (permalink / raw)
To: Roland Hieber; +Cc: distrokit
On Tue, Mar 03, 2020 at 01:09:20PM +0100, Roland Hieber wrote:
> This file has never existed here, and the respective lines were also
> removed from the upstream PTXdist rules and templates in commit
> cbd6bda680c65d7e01cf ("CREDITS: remove unmaintained file").
>
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> ---
> v2: add my s-o-b
Applied to next.
rsc
--
Pengutronix e.K. | Dipl.-Ing. Robert Schwebel |
Steuerwalder Str. 21 | https://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-03-05 16:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-03 12:07 [DistroKit] [PATCH] rules: remove CREDIT lines Roland Hieber
2020-03-03 12:09 ` [DistroKit] [PATCH v2] " Roland Hieber
2020-03-05 16:47 ` Robert Schwebel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox