summaryrefslogtreecommitdiff
path: root/include/driver
diff options
context:
space:
mode:
Diffstat (limited to 'include/driver')
-rw-r--r--include/driver/aemr_transition_sync.h5
-rw-r--r--include/driver/am2320.h5
-rw-r--r--include/driver/bme280.h2
-rw-r--r--include/driver/bme280_defs.h2
-rw-r--r--include/driver/bme680.h2
-rw-r--r--include/driver/bme680_defs.h2
-rw-r--r--include/driver/bme680_util.h5
-rw-r--r--include/driver/ccs811.h5
-rw-r--r--include/driver/eeprom24lc64.h5
-rw-r--r--include/driver/hdc1080.h5
-rw-r--r--include/driver/lm75.h5
-rw-r--r--include/driver/max44009.h5
-rw-r--r--include/driver/mmsimple.h5
-rw-r--r--include/driver/mmsubstate.h5
-rw-r--r--include/driver/mpu9250.h2
-rw-r--r--include/driver/nrf24l01.h8
-rw-r--r--include/driver/nrf24l01/registers.h4
-rw-r--r--include/driver/resistive_load.h5
-rw-r--r--include/driver/s5851a.h5
-rw-r--r--include/driver/sharp96.h5
-rw-r--r--include/driver/soft_i2c.h5
21 files changed, 91 insertions, 1 deletions
diff --git a/include/driver/aemr_transition_sync.h b/include/driver/aemr_transition_sync.h
index e805025..4dce17c 100644
--- a/include/driver/aemr_transition_sync.h
+++ b/include/driver/aemr_transition_sync.h
@@ -1,3 +1,8 @@
+/*
+ * Copyright 2020 Daniel Friesel
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
#ifndef AEMR_TRANSITION_SYNC_H
#define AEMR_TRANSITION_SYNC_H
diff --git a/include/driver/am2320.h b/include/driver/am2320.h
index 39c5f7e..606bbd5 100644
--- a/include/driver/am2320.h
+++ b/include/driver/am2320.h
@@ -1,3 +1,8 @@
+/*
+ * Copyright 2020 Daniel Friesel
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
#ifndef AM2320_H
#define AM2320_H
diff --git a/include/driver/bme280.h b/include/driver/bme280.h
index 584ddee..b588eae 100644
--- a/include/driver/bme280.h
+++ b/include/driver/bme280.h
@@ -1,6 +1,8 @@
/**
* Copyright (C) 2018 - 2019 Bosch Sensortec GmbH
*
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
diff --git a/include/driver/bme280_defs.h b/include/driver/bme280_defs.h
index 4e897e1..e224803 100644
--- a/include/driver/bme280_defs.h
+++ b/include/driver/bme280_defs.h
@@ -1,6 +1,8 @@
/**
* Copyright (C) 2018 - 2019 Bosch Sensortec GmbH
*
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
diff --git a/include/driver/bme680.h b/include/driver/bme680.h
index acf6059..054cf13 100644
--- a/include/driver/bme680.h
+++ b/include/driver/bme680.h
@@ -1,6 +1,8 @@
/**
* Copyright (C) 2017 - 2018 Bosch Sensortec GmbH
*
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
diff --git a/include/driver/bme680_defs.h b/include/driver/bme680_defs.h
index ed44899..6ee5d43 100644
--- a/include/driver/bme680_defs.h
+++ b/include/driver/bme680_defs.h
@@ -1,6 +1,8 @@
/**
* Copyright (C) 2017 - 2018 Bosch Sensortec GmbH
*
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
diff --git a/include/driver/bme680_util.h b/include/driver/bme680_util.h
index c56983b..cf7b5a1 100644
--- a/include/driver/bme680_util.h
+++ b/include/driver/bme680_util.h
@@ -1,3 +1,8 @@
+/*
+ * Copyright 2020 Daniel Friesel
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
#include <stdint.h>
void bme680_delay_ms(uint32_t const period);
diff --git a/include/driver/ccs811.h b/include/driver/ccs811.h
index 27d7e41..aab1e35 100644
--- a/include/driver/ccs811.h
+++ b/include/driver/ccs811.h
@@ -1,3 +1,8 @@
+/*
+ * Copyright 2020 Daniel Friesel
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
#ifndef CCS811_H
#define CCS811_H
diff --git a/include/driver/eeprom24lc64.h b/include/driver/eeprom24lc64.h
index 66e7666..3be9d14 100644
--- a/include/driver/eeprom24lc64.h
+++ b/include/driver/eeprom24lc64.h
@@ -1,3 +1,8 @@
+/*
+ * Copyright 2020 Daniel Friesel
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
#ifndef EEPROM24LC64_H
#define EEPROM24LC64_H
diff --git a/include/driver/hdc1080.h b/include/driver/hdc1080.h
index 6a510a0..83a99cb 100644
--- a/include/driver/hdc1080.h
+++ b/include/driver/hdc1080.h
@@ -1,3 +1,8 @@
+/*
+ * Copyright 2020 Daniel Friesel
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
#ifndef HDC1080_H
#define HDC1080_H
diff --git a/include/driver/lm75.h b/include/driver/lm75.h
index 693578a..357be71 100644
--- a/include/driver/lm75.h
+++ b/include/driver/lm75.h
@@ -1,3 +1,8 @@
+/*
+ * Copyright 2020 Daniel Friesel
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
#ifndef LM75_H
#define LM75_H
diff --git a/include/driver/max44009.h b/include/driver/max44009.h
index 6bedd3c..cca142f 100644
--- a/include/driver/max44009.h
+++ b/include/driver/max44009.h
@@ -1,3 +1,8 @@
+/*
+ * Copyright 2020 Daniel Friesel
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
#ifndef MAX44009_H
#define MAX44009_H
diff --git a/include/driver/mmsimple.h b/include/driver/mmsimple.h
index 42b0f5d..8f2f1a6 100644
--- a/include/driver/mmsimple.h
+++ b/include/driver/mmsimple.h
@@ -1,3 +1,8 @@
+/*
+ * Copyright 2020 Daniel Friesel
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
#ifndef MMSIMPLE_H
#define MMSIMPLE_H
diff --git a/include/driver/mmsubstate.h b/include/driver/mmsubstate.h
index 3338dbc..857d735 100644
--- a/include/driver/mmsubstate.h
+++ b/include/driver/mmsubstate.h
@@ -1,3 +1,8 @@
+/*
+ * Copyright 2020 Daniel Friesel
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
#ifndef MMSUBSTATE_H
#define MMSUBSTATE_H
diff --git a/include/driver/mpu9250.h b/include/driver/mpu9250.h
index e106205..bc0a11f 100644
--- a/include/driver/mpu9250.h
+++ b/include/driver/mpu9250.h
@@ -5,6 +5,8 @@
Copyright (c) 2016 SparkFun Electronics, Inc.
Copyright (c) 2019 Daniel Friesel
+SPDX-License-Identifier: MIT
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
diff --git a/include/driver/nrf24l01.h b/include/driver/nrf24l01.h
index 3a1f145..b5470e9 100644
--- a/include/driver/nrf24l01.h
+++ b/include/driver/nrf24l01.h
@@ -1,3 +1,11 @@
+/*
+ * Based on https://github.com/nRF24/RF24
+ *
+ * Copyright (C) 2011 J. Coliz <maniacbug@ymail.com>
+ * Copyright (C) 2019 Daniel Friesel
+ *
+ * SPDX-License-Identifier: GPL-2.0-only
+ */
#ifndef NRF24L01_H
#define NRF24L01_H
diff --git a/include/driver/nrf24l01/registers.h b/include/driver/nrf24l01/registers.h
index 51ab310..f3c351a 100644
--- a/include/driver/nrf24l01/registers.h
+++ b/include/driver/nrf24l01/registers.h
@@ -1,6 +1,8 @@
/*
Copyright (c) 2007 Stefan Engelke <mbox@stefanengelke.de>
- Portions Copyright (C) 2011 Greg Copeland
+ Portions Copyright (C) 2011 Greg Copeland
+
+ SPDX-License-Identifier: MIT
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
diff --git a/include/driver/resistive_load.h b/include/driver/resistive_load.h
index 74725ac..2475148 100644
--- a/include/driver/resistive_load.h
+++ b/include/driver/resistive_load.h
@@ -1,3 +1,8 @@
+/*
+ * Copyright 2020 Daniel Friesel
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
#ifndef RESISTIVE_LOAD_H
#define RESISTIVE_LOAD_H
diff --git a/include/driver/s5851a.h b/include/driver/s5851a.h
index 8acdeea..fd37158 100644
--- a/include/driver/s5851a.h
+++ b/include/driver/s5851a.h
@@ -1,3 +1,8 @@
+/*
+ * Copyright 2020 Daniel Friesel
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
#ifndef S5851A_H
#define S5851A_H
diff --git a/include/driver/sharp96.h b/include/driver/sharp96.h
index cd99ad7..1106df1 100644
--- a/include/driver/sharp96.h
+++ b/include/driver/sharp96.h
@@ -1,3 +1,8 @@
+/*
+ * Copyright 2020 Daniel Friesel
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
#ifndef SHARP96_H
#define SHARP96_H
diff --git a/include/driver/soft_i2c.h b/include/driver/soft_i2c.h
index 7960df2..05fbce6 100644
--- a/include/driver/soft_i2c.h
+++ b/include/driver/soft_i2c.h
@@ -1,3 +1,8 @@
+/*
+ * Copyright 2020 Daniel Friesel
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
#ifndef SOFTI2C_H
#define SOFTI2C_H