Browse Source

license: fix copyright owner

Change license owner to Prevas due to initially wrong owner due to company
mix-up during co-development.

Signed-off-by: Jeppe Odgaard <jeppe.odgaard@prevas.dk>
pull/91951/merge
Jeppe Odgaard 2 months ago committed by Daniel DeGrasse
parent
commit
dffbd4fc88
  1. 2
      drivers/dac/Kconfig.dac161s997
  2. 2
      drivers/dac/dac_dac161s997.c
  3. 2
      drivers/mfd/mfd_ad559x.h
  4. 2
      drivers/mfd/mfd_ad559x_i2c.c
  5. 2
      drivers/sensor/explorir_m/Kconfig
  6. 2
      drivers/sensor/explorir_m/explorir_m.c
  7. 2
      drivers/sensor/fcx_mldx5/Kconfig
  8. 2
      drivers/sensor/fcx_mldx5/fcx_mldx5.c
  9. 2
      drivers/sensor/tsic_xx6/CMakeLists.txt
  10. 2
      drivers/sensor/tsic_xx6/Kconfig
  11. 2
      drivers/sensor/tsic_xx6/tsic_xx6.c
  12. 2
      drivers/sensor/veaa_x_3/Kconfig
  13. 2
      drivers/sensor/veaa_x_3/veaa_x_3.c
  14. 2
      dts/bindings/dac/ti,dac161s997.yaml
  15. 2
      dts/bindings/mfd/adi,ad559x-i2c.yaml
  16. 2
      dts/bindings/mfd/adi,ad559x-spi.yaml
  17. 2
      dts/bindings/sensor/ap,fcx-mldx5.yaml
  18. 2
      dts/bindings/sensor/festo,veaa-x-3.yaml
  19. 2
      dts/bindings/sensor/gss,explorir-m.yaml
  20. 2
      dts/bindings/sensor/ist,tsic-xx6.yaml
  21. 2
      include/zephyr/drivers/dac/dac161s997.h
  22. 2
      include/zephyr/drivers/sensor/explorir_m.h
  23. 2
      include/zephyr/drivers/sensor/fcx_mldx5.h
  24. 2
      include/zephyr/drivers/sensor/veaa_x_3.h
  25. 2
      include/zephyr/dt-bindings/sensor/tmp11x.h
  26. 2
      samples/drivers/adc/adc_dt/boards/nucleo_h563zi.overlay
  27. 2
      samples/sensor/co2_polling/src/main.c
  28. 2
      samples/sensor/veaa_x_3/Kconfig
  29. 2
      samples/sensor/veaa_x_3/boards/nucleo_h563zi.overlay
  30. 2
      samples/sensor/veaa_x_3/src/main.c
  31. 2
      tests/drivers/build_all/sensor/pwm.dtsi

2
drivers/dac/Kconfig.dac161s997

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
# Copyright (c) 2025 Vitrolife A/S
# Copyright (c) 2025 Prevas A/S
#
# SPDX-License-Identifier: Apache-2.0

2
drivers/dac/dac_dac161s997.c

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright (c) 2025 Vitrolife A/S
* Copyright (c) 2025 Prevas A/S
*
* SPDX-License-Identifier: Apache-2.0
*/

2
drivers/mfd/mfd_ad559x.h

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright (c) 2024 Vitrolife A/S
* Copyright (c) 2025 Prevas A/S
* SPDX-License-Identifier: Apache-2.0
*/

2
drivers/mfd/mfd_ad559x_i2c.c

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright (c) 2024, Vitrolife A/S
* Copyright (c) 2025 Prevas A/S
* SPDX-License-Identifier: Apache-2.0
*/

2
drivers/sensor/explorir_m/Kconfig

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
# ExplorIR-M CO2 sensor configuration options
# Copyright (c) 2023, Vitrolife A/S
# Copyright (c) 2025 Prevas A/S
# SPDX-License-Identifier: Apache-2.0
config EXPLORIR_M

2
drivers/sensor/explorir_m/explorir_m.c

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright (c) 2023, Vitrolife A/S
* Copyright (c) 2025 Prevas A/S
*
* SPDX-License-Identifier: Apache-2.0
*

2
drivers/sensor/fcx_mldx5/Kconfig

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
# FCX-MLDx5 O2 sensor configuration options
# Copyright (c) 2024, Vitrolife A/S
# Copyright (c) 2025 Prevas A/S
# SPDX-License-Identifier: Apache-2.0
config FCX_MLDX5

2
drivers/sensor/fcx_mldx5/fcx_mldx5.c

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright (c) 2024, Vitrolife A/S
* Copyright (c) 2025 Prevas A/S
*
* SPDX-License-Identifier: Apache-2.0
*

2
drivers/sensor/tsic_xx6/CMakeLists.txt

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
# Copyright (c) 2024 Vitrolife A/S
# Copyright (c) 2025 Prevas A/S
# SPDX-License-Identifier: Apache-2.0
zephyr_library()

2
drivers/sensor/tsic_xx6/Kconfig

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
# Copyright (c) 2024 Vitrolife A/S
# Copyright (c) 2025 Prevas A/S
# SPDX-License-Identifier: Apache-2.0
config TSIC_XX6

2
drivers/sensor/tsic_xx6/tsic_xx6.c

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright (c) 2024, Vitrolife A/S
* Copyright (c) 2025 Prevas A/S
*
* SPDX-License-Identifier: Apache-2.0
*/

2
drivers/sensor/veaa_x_3/Kconfig

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
# VEAA-X-3 configuration options
# Copyright (c) 2024, Vitrolife A/S
# Copyright (c) 2025 Prevas A/S
# SPDX-License-Identifier: Apache-2.0
config VEAA_X_3

2
drivers/sensor/veaa_x_3/veaa_x_3.c

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright (c) 2024, Vitrolife A/S
* Copyright (c) 2025 Prevas A/S
*
* SPDX-License-Identifier: Apache-2.0
*

2
dts/bindings/dac/ti,dac161s997.yaml

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
# Copyright (C) 2025 Vitrolife A/S
# Copyright (c) 2025 Prevas A/S
# SPDX-License-Identifier: Apache-2.0
description: TI DAC161S997 16-bit 1 channel SPI DAC for 4-20 mA loops

2
dts/bindings/mfd/adi,ad559x-i2c.yaml

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
# Copyright (C) 2024, Vitrolife A/S
# Copyright (c) 2025 Prevas A/S
# SPDX-License-Identifier: Apache-2.0
description: Analog AD559X ADC/DAC/GPIO chip via I2C bus

2
dts/bindings/mfd/adi,ad559x-spi.yaml

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
# Copyright (c) 2024, Vitrolife A/S
# Copyright (c) 2025 Prevas A/S
# SPDX-License-Identifier: Apache-2.0
description: Analog AD559X ADC/DAC/GPIO chip via SPI bus

2
dts/bindings/sensor/ap,fcx-mldx5.yaml

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
# Copyright (c) 2024, Vitrolife A/S
# Copyright (c) 2025 Prevas A/S
# SPDX-License-Identifier: Apache-2.0
description: Angst+Pfister O2 sensor

2
dts/bindings/sensor/festo,veaa-x-3.yaml

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
# Copyright (c) 2024 Vitrolife A/S
# Copyright (c) 2025 Prevas A/S
# SPDX-License-Identifier: Apache-2.0
description: |

2
dts/bindings/sensor/gss,explorir-m.yaml

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
# Copyright (c) 2023, Vitrolife A/S
# Copyright (c) 2025 Prevas A/S
# SPDX-License-Identifier: Apache-2.0
description: Gas Sensing Solutions CO2 sensor

2
dts/bindings/sensor/ist,tsic-xx6.yaml

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
# Copyright (c) 2024, Vitrolife A/S
# Copyright (c) 2025 Prevas A/S
# SPDX-License-Identifier: Apache-2.0
description: |

2
include/zephyr/drivers/dac/dac161s997.h

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2025 Vitrolife A/S
* Copyright (c) 2025 Prevas A/S
*
* SPDX-License-Identifier: Apache-2.0
*/

2
include/zephyr/drivers/sensor/explorir_m.h

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright (c) 2023, Vitrolife A/S
* Copyright (c) 2025 Prevas A/S
*
* SPDX-License-Identifier: Apache-2.0
*/

2
include/zephyr/drivers/sensor/fcx_mldx5.h

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright (c) 2024, Vitrolife A/S
* Copyright (c) 2025 Prevas A/S
*
* SPDX-License-Identifier: Apache-2.0
*/

2
include/zephyr/drivers/sensor/veaa_x_3.h

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright (c) 2024, Vitrolife A/S
* Copyright (c) 2025 Prevas A/S
*
* SPDX-License-Identifier: Apache-2.0
*/

2
include/zephyr/dt-bindings/sensor/tmp11x.h

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright (c) 2024 Vitrolife A/S
* Copyright (c) 2025 Prevas A/S
*
* SPDX-License-Identifier: Apache-2.0
*/

2
samples/drivers/adc/adc_dt/boards/nucleo_h563zi.overlay

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright (c) 2024, Vitrolife A/S
* Copyright (c) 2025 Prevas A/S
*/
/ {

2
samples/sensor/co2_polling/src/main.c

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright (c) 2023, Vitrolife A/S
* Copyright (c) 2025 Prevas A/S
*
* SPDX-License-Identifier: Apache-2.0
*/

2
samples/sensor/veaa_x_3/Kconfig

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
#
# Copyright (c) 2024 Vitrolife A/S
# Copyright (c) 2025 Prevas A/S
#
# SPDX-License-Identifier: Apache-2.0
#

2
samples/sensor/veaa_x_3/boards/nucleo_h563zi.overlay

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright (c) 2024, Vitrolife A/S
* Copyright (c) 2025 Prevas A/S
*/
/* spi1 sck conflicts with dac1 channel 3 */

2
samples/sensor/veaa_x_3/src/main.c

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright (c) 2024 Vitrolife A/S
* Copyright (c) 2025 Prevas A/S
*
* SPDX-License-Identifier: Apache-2.0
*/

2
tests/drivers/build_all/sensor/pwm.dtsi

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright (c) 2024 Vitrolife A/S
* Copyright (c) 2025 Prevas A/S
*
* SPDX-License-Identifier: Apache-2.0
*

Loading…
Cancel
Save