From bcef89f2360b97005e490c92fe624ab9dec789e6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 19 May 2023 08:18:25 +0200 Subject: Update company name The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH. --- bsps/arm/imx/console/console-config.c | 2 +- bsps/arm/imx/i2c/imx-i2c.c | 2 +- bsps/arm/imx/include/arm/freescale/imx/imx6ul_ccmreg.h | 2 +- bsps/arm/imx/include/arm/freescale/imx/imx_ecspireg.h | 2 +- bsps/arm/imx/include/arm/freescale/imx/imx_gpcreg.h | 2 +- bsps/arm/imx/include/arm/freescale/imx/imx_i2creg.h | 2 +- bsps/arm/imx/include/arm/freescale/imx/imx_srcreg.h | 2 +- bsps/arm/imx/include/arm/freescale/imx/imx_uartreg.h | 2 +- bsps/arm/imx/include/bsp.h | 2 +- bsps/arm/imx/include/bsp/irq.h | 2 +- bsps/arm/imx/include/tm27.h | 2 +- bsps/arm/imx/spi/imx-ecspi.c | 2 +- bsps/arm/imx/start/bspreset.c | 2 +- bsps/arm/imx/start/bspsmp.c | 2 +- bsps/arm/imx/start/bspstart.c | 2 +- bsps/arm/imx/start/bspstarthooks.c | 2 +- bsps/arm/imx/start/ccm.c | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) (limited to 'bsps/arm/imx') diff --git a/bsps/arm/imx/console/console-config.c b/bsps/arm/imx/console/console-config.c index e9e00eb421..6afbeee88a 100644 --- a/bsps/arm/imx/console/console-config.c +++ b/bsps/arm/imx/console/console-config.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* - * Copyright (c) 2017 embedded brains GmbH. All rights reserved. + * Copyright (c) 2017 embedded brains GmbH & Co. KG * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/bsps/arm/imx/i2c/imx-i2c.c b/bsps/arm/imx/i2c/imx-i2c.c index 6799e98827..f6e6ebd673 100644 --- a/bsps/arm/imx/i2c/imx-i2c.c +++ b/bsps/arm/imx/i2c/imx-i2c.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* - * Copyright (c) 2017 embedded brains GmbH. All rights reserved. + * Copyright (c) 2017 embedded brains GmbH & Co. KG * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/bsps/arm/imx/include/arm/freescale/imx/imx6ul_ccmreg.h b/bsps/arm/imx/include/arm/freescale/imx/imx6ul_ccmreg.h index e4b597ba32..9e56386ba4 100644 --- a/bsps/arm/imx/include/arm/freescale/imx/imx6ul_ccmreg.h +++ b/bsps/arm/imx/include/arm/freescale/imx/imx6ul_ccmreg.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* - * Copyright (C) 2022 embedded brains GmbH + * Copyright (C) 2022 embedded brains GmbH & Co. KG * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/bsps/arm/imx/include/arm/freescale/imx/imx_ecspireg.h b/bsps/arm/imx/include/arm/freescale/imx/imx_ecspireg.h index 39584d07db..cd09e0cd13 100644 --- a/bsps/arm/imx/include/arm/freescale/imx/imx_ecspireg.h +++ b/bsps/arm/imx/include/arm/freescale/imx/imx_ecspireg.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* - * Copyright (c) 2017 embedded brains GmbH. All rights reserved. + * Copyright (c) 2017 embedded brains GmbH & Co. KG * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/bsps/arm/imx/include/arm/freescale/imx/imx_gpcreg.h b/bsps/arm/imx/include/arm/freescale/imx/imx_gpcreg.h index bb9d86f11a..e51431fa14 100644 --- a/bsps/arm/imx/include/arm/freescale/imx/imx_gpcreg.h +++ b/bsps/arm/imx/include/arm/freescale/imx/imx_gpcreg.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* - * Copyright (c) 2017 embedded brains GmbH. All rights reserved. + * Copyright (c) 2017 embedded brains GmbH & Co. KG * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/bsps/arm/imx/include/arm/freescale/imx/imx_i2creg.h b/bsps/arm/imx/include/arm/freescale/imx/imx_i2creg.h index cee3f768f7..0bb32ba8c7 100644 --- a/bsps/arm/imx/include/arm/freescale/imx/imx_i2creg.h +++ b/bsps/arm/imx/include/arm/freescale/imx/imx_i2creg.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* - * Copyright (c) 2017 embedded brains GmbH. All rights reserved. + * Copyright (c) 2017 embedded brains GmbH & Co. KG * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/bsps/arm/imx/include/arm/freescale/imx/imx_srcreg.h b/bsps/arm/imx/include/arm/freescale/imx/imx_srcreg.h index da2230a388..bffcd77de0 100644 --- a/bsps/arm/imx/include/arm/freescale/imx/imx_srcreg.h +++ b/bsps/arm/imx/include/arm/freescale/imx/imx_srcreg.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* - * Copyright (c) 2017 embedded brains GmbH. All rights reserved. + * Copyright (c) 2017 embedded brains GmbH & Co. KG * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/bsps/arm/imx/include/arm/freescale/imx/imx_uartreg.h b/bsps/arm/imx/include/arm/freescale/imx/imx_uartreg.h index 1e381b8cef..58d51f2dc0 100644 --- a/bsps/arm/imx/include/arm/freescale/imx/imx_uartreg.h +++ b/bsps/arm/imx/include/arm/freescale/imx/imx_uartreg.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* - * Copyright (c) 2017 embedded brains GmbH. All rights reserved. + * Copyright (c) 2017 embedded brains GmbH & Co. KG * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/bsps/arm/imx/include/bsp.h b/bsps/arm/imx/include/bsp.h index 0e25406621..9ebdf8a7fe 100644 --- a/bsps/arm/imx/include/bsp.h +++ b/bsps/arm/imx/include/bsp.h @@ -7,7 +7,7 @@ */ /* - * Copyright (c) 2017 embedded brains GmbH. All rights reserved. + * Copyright (c) 2017 embedded brains GmbH & Co. KG * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/bsps/arm/imx/include/bsp/irq.h b/bsps/arm/imx/include/bsp/irq.h index 58b03108d1..6d36a337b8 100644 --- a/bsps/arm/imx/include/bsp/irq.h +++ b/bsps/arm/imx/include/bsp/irq.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* - * Copyright (c) 2017 embedded brains GmbH. All rights reserved. + * Copyright (c) 2017 embedded brains GmbH & Co. KG * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/bsps/arm/imx/include/tm27.h b/bsps/arm/imx/include/tm27.h index 0961886125..07873fb334 100644 --- a/bsps/arm/imx/include/tm27.h +++ b/bsps/arm/imx/include/tm27.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* - * Copyright (c) 2013 embedded brains GmbH. All rights reserved. + * Copyright (c) 2013 embedded brains GmbH & Co. KG * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/bsps/arm/imx/spi/imx-ecspi.c b/bsps/arm/imx/spi/imx-ecspi.c index 3fdf0d89e5..7624bfdd3e 100644 --- a/bsps/arm/imx/spi/imx-ecspi.c +++ b/bsps/arm/imx/spi/imx-ecspi.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* - * Copyright (c) 2017 embedded brains GmbH. All rights reserved. + * Copyright (c) 2017 embedded brains GmbH & Co. KG * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/bsps/arm/imx/start/bspreset.c b/bsps/arm/imx/start/bspreset.c index ca114f2f43..31fe9d8811 100644 --- a/bsps/arm/imx/start/bspreset.c +++ b/bsps/arm/imx/start/bspreset.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* - * Copyright (c) 2017 embedded brains GmbH. All rights reserved. + * Copyright (c) 2017 embedded brains GmbH & Co. KG * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/bsps/arm/imx/start/bspsmp.c b/bsps/arm/imx/start/bspsmp.c index 730d0d11f5..683c293178 100644 --- a/bsps/arm/imx/start/bspsmp.c +++ b/bsps/arm/imx/start/bspsmp.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* - * Copyright (c) 2017 embedded brains GmbH. All rights reserved. + * Copyright (c) 2017 embedded brains GmbH & Co. KG * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/bsps/arm/imx/start/bspstart.c b/bsps/arm/imx/start/bspstart.c index 35b70cb61a..416afc4ac0 100644 --- a/bsps/arm/imx/start/bspstart.c +++ b/bsps/arm/imx/start/bspstart.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* - * Copyright (c) 2017 embedded brains GmbH. All rights reserved. + * Copyright (c) 2017 embedded brains GmbH & Co. KG * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/bsps/arm/imx/start/bspstarthooks.c b/bsps/arm/imx/start/bspstarthooks.c index adc84c09df..05407658e3 100644 --- a/bsps/arm/imx/start/bspstarthooks.c +++ b/bsps/arm/imx/start/bspstarthooks.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* - * Copyright (c) 2013, 2018 embedded brains GmbH. All rights reserved. + * Copyright (C) 2013, 2018 embedded brains GmbH & Co. KG * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/bsps/arm/imx/start/ccm.c b/bsps/arm/imx/start/ccm.c index e6f7022ffd..8dc05a7998 100644 --- a/bsps/arm/imx/start/ccm.c +++ b/bsps/arm/imx/start/ccm.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* - * Copyright (c) 2017 embedded brains GmbH. All rights reserved. + * Copyright (c) 2017 embedded brains GmbH & Co. KG * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions -- cgit v1.2.3