From ca26b3253c3c45ca40917bf0f2a151a724acf23d Mon Sep 17 00:00:00 2001 From: fauresystems <34378695+fauresystems@users.noreply.github.com> Date: Tue, 23 Jun 2020 16:52:59 +0200 Subject: [PATCH] Copyright to Faure Systems --- EXAMPLES.md | 8 ++++---- LICENSE.md | 2 +- README.md | 2 +- examples/BlinkOnBridgeProp/BlinkOnBridgeProp.ino | 2 +- .../BlinkOnBridgePropInFench/BlinkOnBridgePropInFench.ino | 2 +- examples/BlinkOnBridgePubSub/BlinkOnBridgePubSub.ino | 2 +- examples/BlinkOnEthernetProp/BlinkOnEthernetProp.ino | 2 +- examples/BlinkOnWifiProp/BlinkOnWifiProp.ino | 2 +- help/ArduinoProp_sketch.md | 2 +- help/Arduino_Props.md | 2 +- help/Prop.md | 2 +- help/PropAction.md | 2 +- help/PropData.md | 2 +- help/WifiNinaFirmware.md | 2 +- library.properties | 4 ++-- src/ArduinoProps.cpp | 4 ++-- src/ArduinoProps.h | 4 ++-- src/BridgeProp.cpp | 4 ++-- src/BridgeProp.h | 4 ++-- src/EthernetProp.cpp | 4 ++-- src/EthernetProp.h | 4 ++-- src/Prop.cpp | 4 ++-- src/Prop.h | 4 ++-- src/PropAction.cpp | 4 ++-- src/PropAction.h | 4 ++-- src/PropData.cpp | 4 ++-- src/PropData.h | 4 ++-- src/WifiProp.cpp | 4 ++-- src/WifiProp.h | 4 ++-- 29 files changed, 47 insertions(+), 47 deletions(-) diff --git a/EXAMPLES.md b/EXAMPLES.md index 75ce8f0..5e95534 100644 --- a/EXAMPLES.md +++ b/EXAMPLES.md @@ -23,7 +23,7 @@ The library comes with a number of example sketches. See **File > Examples > Ard ```csharp /* BlinkOnBridgeProp.ino - MIT License (c) Marie Faure + MIT License (c) Faure Systems Adapt the Blink example (https://www.arduino.cc/en/tutorial/blink) as a simple MQTT prop. Avoid delay() calls (except short ones) in loop() to @@ -224,9 +224,9 @@ However, this can help in special cases. ```csharp /* Name: BlinkOnBridgePubSub.ino - Author: Marie Faure + Author: Faure Systems Editor: https://github.com/fauresystems - License: MIT License (c) Marie Faure + License: MIT License (c) Faure Systems Adapt the Blink example (https://www.arduino.cc/en/tutorial/blink) as a simple MQTT prop with PubSubClient. @@ -458,7 +458,7 @@ Global variables use 1013 bytes (39%) of dynamic memory, which leaves 1547 bytes ## Author -**Marie FAURE** (Nov 15th, 2019) +**Faure Systems** (Nov 15th, 2019) * company: FAURE SYSTEMS SAS * mail: *dev at faure dot systems* * github: fauresystems diff --git a/LICENSE.md b/LICENSE.md index 9b74d6b..6b6ed9b 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ ## MIT License - *Copyright (c) 2019 Marie Faure \* + *Copyright (c) 2019 Faure Systems \* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 118f2f9..141f130 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ See [EXAMPLES.md](EXAMPLES.md) for an adaptation of the Blink example (https://w ## Author -**Marie FAURE** (Apr 18th, 2020) +**Faure Systems** (Apr 18th, 2020) * company: FAURE SYSTEMS SAS * mail: *dev at faure dot systems* * github: fauresystems diff --git a/examples/BlinkOnBridgeProp/BlinkOnBridgeProp.ino b/examples/BlinkOnBridgeProp/BlinkOnBridgeProp.ino index 564ab8c..6723d98 100644 --- a/examples/BlinkOnBridgeProp/BlinkOnBridgeProp.ino +++ b/examples/BlinkOnBridgeProp/BlinkOnBridgeProp.ino @@ -1,5 +1,5 @@ /* BlinkOnBridgeProp.ino - MIT License (c) Marie Faure + MIT License (c) Faure Systems Adapt the Blink example (https://www.arduino.cc/en/tutorial/blink) as a simple MQTT prop. Avoid delay() calls (except short ones) in loop() to diff --git a/examples/BlinkOnBridgePropInFench/BlinkOnBridgePropInFench.ino b/examples/BlinkOnBridgePropInFench/BlinkOnBridgePropInFench.ino index f4bd6d7..2006953 100644 --- a/examples/BlinkOnBridgePropInFench/BlinkOnBridgePropInFench.ino +++ b/examples/BlinkOnBridgePropInFench/BlinkOnBridgePropInFench.ino @@ -1,5 +1,5 @@ /* BlinkOnBridgeProp.ino - MIT License (c) Marie Faure + MIT License (c) Faure Systems Adapt the Blink example (https://www.arduino.cc/en/tutorial/blink) as a simple MQTT prop. Avoid delay() calls (except short ones) in loop() to diff --git a/examples/BlinkOnBridgePubSub/BlinkOnBridgePubSub.ino b/examples/BlinkOnBridgePubSub/BlinkOnBridgePubSub.ino index 7e7daff..a6819bc 100644 --- a/examples/BlinkOnBridgePubSub/BlinkOnBridgePubSub.ino +++ b/examples/BlinkOnBridgePubSub/BlinkOnBridgePubSub.ino @@ -1,5 +1,5 @@ /* BlinkOnBridgePubSub.ino - MIT License (c) Marie Faure + MIT License (c) Faure Systems Adapt the Blink example (https://www.arduino.cc/en/tutorial/blink) as a simple MQTT prop with PubSubClient. diff --git a/examples/BlinkOnEthernetProp/BlinkOnEthernetProp.ino b/examples/BlinkOnEthernetProp/BlinkOnEthernetProp.ino index ac87340..bc09f34 100644 --- a/examples/BlinkOnEthernetProp/BlinkOnEthernetProp.ino +++ b/examples/BlinkOnEthernetProp/BlinkOnEthernetProp.ino @@ -1,5 +1,5 @@ /* BlinkOnEthernetProp.ino - MIT License (c) Marie Faure + MIT License (c) Faure Systems Adapt the Blink example (https://www.arduino.cc/en/tutorial/blink) as a simple MQTT prop. Avoid delay() calls (except short ones) in loop() to diff --git a/examples/BlinkOnWifiProp/BlinkOnWifiProp.ino b/examples/BlinkOnWifiProp/BlinkOnWifiProp.ino index de2ab8e..d77e6de 100644 --- a/examples/BlinkOnWifiProp/BlinkOnWifiProp.ino +++ b/examples/BlinkOnWifiProp/BlinkOnWifiProp.ino @@ -1,5 +1,5 @@ /* BlinkOnWifiProp.ino - MIT License (c) Marie Faure + MIT License (c) Faure Systems Adapt the Blink example (https://www.arduino.cc/en/tutorial/blink) as a simple MQTT prop. Avoid delay() calls (except short ones) in loop() to diff --git a/help/ArduinoProp_sketch.md b/help/ArduinoProp_sketch.md index 1e2b9d8..2c2768a 100644 --- a/help/ArduinoProp_sketch.md +++ b/help/ArduinoProp_sketch.md @@ -357,7 +357,7 @@ To use other WiFi hardware compatible with any *fauresystems diff --git a/help/Arduino_Props.md b/help/Arduino_Props.md index 3af101f..0b1c522 100644 --- a/help/Arduino_Props.md +++ b/help/Arduino_Props.md @@ -112,7 +112,7 @@ To use other WiFi hardware compatible with any *fauresystems diff --git a/help/Prop.md b/help/Prop.md index 5bb9ee9..a68c3ba 100644 --- a/help/Prop.md +++ b/help/Prop.md @@ -65,7 +65,7 @@ For `send----()` methods see *fauresystems diff --git a/help/PropAction.md b/help/PropAction.md index 4aa80e5..25b37c2 100644 --- a/help/PropAction.md +++ b/help/PropAction.md @@ -54,7 +54,7 @@ void loop() ## Author -**Marie FAURE** (Oct 18th, 2019) +**Faure Systems** (Oct 18th, 2019) * company: FAURE SYSTEMS SAS * mail: *dev at faure dot systems* * github: fauresystems diff --git a/help/PropData.md b/help/PropData.md index 720ced6..e62de8d 100644 --- a/help/PropData.md +++ b/help/PropData.md @@ -73,7 +73,7 @@ if (clignoter.value()) { ## Author -**Marie FAURE** (Oct 18th, 2019) +**Faure Systems** (Oct 18th, 2019) * company: FAURE SYSTEMS SAS * mail: *dev at faure dot systems* * github: fauresystems diff --git a/help/WifiNinaFirmware.md b/help/WifiNinaFirmware.md index 1fdad45..3def4a9 100644 --- a/help/WifiNinaFirmware.md +++ b/help/WifiNinaFirmware.md @@ -51,7 +51,7 @@ Update process will take about a minute then you're done: ## Author -**Marie FAURE** (Nov 13th, 2019) +**Faure Systems** (Nov 13th, 2019) * company: FAURE SYSTEMS SAS * mail: *dev at faure dot systems* * github: fauresystems diff --git a/library.properties b/library.properties index 0bab369..02ca7b3 100644 --- a/library.properties +++ b/library.properties @@ -1,7 +1,7 @@ name=ArduinoProps version=1.0.0 -author=Marie Faure -maintainer=Marie Faure +author=Faure Systems +maintainer=Faure Systems sentence=ArduinoProps Library paragraph= category=Communication diff --git a/src/ArduinoProps.cpp b/src/ArduinoProps.cpp index e3e5791..30f0e14 100644 --- a/src/ArduinoProps.cpp +++ b/src/ArduinoProps.cpp @@ -1,8 +1,8 @@ /* Name: ArduinoProps.h - Author: Marie Faure + Author: Faure Systems Editor: https://github.com/fauresystems - License: MIT License (c) Marie Faure + License: MIT License (c) Faure Systems Library to make prop sketch for Escape Room 2.0 (connected prop). */ diff --git a/src/ArduinoProps.h b/src/ArduinoProps.h index ab31298..e23ba4e 100644 --- a/src/ArduinoProps.h +++ b/src/ArduinoProps.h @@ -1,8 +1,8 @@ /* Name: ArduinoProps.h - Author: Marie Faure + Author: Faure Systems Editor: https://github.com/fauresystems - License: MIT License (c) Marie Faure + License: MIT License (c) Faure Systems Library to make prop sketch for Escape Room 2.0 (connected prop). */ diff --git a/src/BridgeProp.cpp b/src/BridgeProp.cpp index 25888bd..ef073c6 100644 --- a/src/BridgeProp.cpp +++ b/src/BridgeProp.cpp @@ -1,8 +1,8 @@ /* Name: BridgeProp.cpp - Author: Marie Faure + Author: Faure Systems Editor: https://github.com/fauresystems - License: MIT License (c) Marie Faure + License: MIT License (c) Faure Systems Prop for Arduino Yun and Dragino Yun shield. */ diff --git a/src/BridgeProp.h b/src/BridgeProp.h index 7daa622..2197f4d 100644 --- a/src/BridgeProp.h +++ b/src/BridgeProp.h @@ -1,8 +1,8 @@ /* Name: BridgeProp.h - Author: Marie Faure + Author: Faure Systems Editor: https://github.com/fauresystems - License: MIT License (c) Marie Faure + License: MIT License (c) Faure Systems Prop for Arduino Yun and Dragino Yun shield. */ diff --git a/src/EthernetProp.cpp b/src/EthernetProp.cpp index 4e0d076..7e2eae4 100644 --- a/src/EthernetProp.cpp +++ b/src/EthernetProp.cpp @@ -1,8 +1,8 @@ /* Name: EthernetProp.cpp - Author: Marie Faure + Author: Faure Systems Editor: https://github.com/fauresystems - License: MIT License (c) Marie Faure + License: MIT License (c) Faure Systems Prop for Arduino with Ethernet shield. */ diff --git a/src/EthernetProp.h b/src/EthernetProp.h index 5fa3142..b36d212 100644 --- a/src/EthernetProp.h +++ b/src/EthernetProp.h @@ -1,8 +1,8 @@ /* Name: EthernetProp.h - Author: Marie Faure + Author: Faure Systems Editor: https://github.com/fauresystems - License: MIT License (c) Marie Faure + License: MIT License (c) Faure Systems Prop for Arduino with Ethernet shield. */ diff --git a/src/Prop.cpp b/src/Prop.cpp index fa6acf9..e8e8913 100644 --- a/src/Prop.cpp +++ b/src/Prop.cpp @@ -1,8 +1,8 @@ /* Name: Prop.cpp - Author: Marie Faure + Author: Faure Systems Editor: https://github.com/fauresystems - License: MIT License (c) Marie Faure + License: MIT License (c) Faure Systems Base class to make prop sketch for Escape Room 2.0 (connected). */ diff --git a/src/Prop.h b/src/Prop.h index b5d9636..d134bfd 100644 --- a/src/Prop.h +++ b/src/Prop.h @@ -1,8 +1,8 @@ /* Name: Prop.h - Author: Marie Faure + Author: Faure Systems Editor: https://github.com/fauresystems - License: MIT License (c) Marie Faure + License: MIT License (c) Faure Systems Base class to make prop sketch for Escape Room 2.0 (connected). */ diff --git a/src/PropAction.cpp b/src/PropAction.cpp index 4caecf5..be1ba1e 100644 --- a/src/PropAction.cpp +++ b/src/PropAction.cpp @@ -1,8 +1,8 @@ /* Name: PropAction.h - Author: Marie Faure + Author: Faure Systems Editor: https://github.com/fauresystems - License: MIT License (c) Marie Faure + License: MIT License (c) Faure Systems Provide an easy way of triggering functions at a set _interval. */ diff --git a/src/PropAction.h b/src/PropAction.h index 321ab29..502bd5c 100644 --- a/src/PropAction.h +++ b/src/PropAction.h @@ -1,8 +1,8 @@ /* Name: PropAction.h - Author: Marie Faure + Author: Faure Systems Editor: https://github.com/fauresystems - License: MIT License (c) Marie Faure + License: MIT License (c) Faure Systems Provide an easy way of triggering functions at a set interval. */ diff --git a/src/PropData.cpp b/src/PropData.cpp index ae53463..8ce4aa0 100644 --- a/src/PropData.cpp +++ b/src/PropData.cpp @@ -1,8 +1,8 @@ /* Name: PropData.cpp - Author: Marie Faure + Author: Faure Systems Editor: https://github.com/fauresystems - License: MIT License (c) Marie Faure + License: MIT License (c) Faure Systems Variable wrapper for connected prop. */ diff --git a/src/PropData.h b/src/PropData.h index 33a9a7e..34f8f3d 100644 --- a/src/PropData.h +++ b/src/PropData.h @@ -1,8 +1,8 @@ /* Name: PropData.h - Author: Marie Faure + Author: Faure Systems Editor: https://github.com/fauresystems - License: MIT License (c) Marie Faure + License: MIT License (c) Faure Systems Variable wrapper for connected prop. */ diff --git a/src/WifiProp.cpp b/src/WifiProp.cpp index c02e1bc..99f5907 100644 --- a/src/WifiProp.cpp +++ b/src/WifiProp.cpp @@ -1,8 +1,8 @@ /* Name: WifiProp.cpp - Author: Marie Faure + Author: Faure Systems Editor: https://github.com/fauresystems - License: MIT License (c) Marie Faure + License: MIT License (c) Faure Systems Prop for Arduino with WiFiNINA. */ diff --git a/src/WifiProp.h b/src/WifiProp.h index 202c4c6..b87157a 100644 --- a/src/WifiProp.h +++ b/src/WifiProp.h @@ -1,8 +1,8 @@ /* Name: WifiProp.h - Author: Marie Faure + Author: Faure Systems Editor: https://github.com/fauresystems - License: MIT License (c) Marie Faure + License: MIT License (c) Faure Systems Prop for Arduino with WiFiNINA. */