@opcua/for-node-red 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +21 -0
- package/all.js +22061 -0
- package/assets/darwin-x63_lexactivator.node +1 -0
- package/assets/linux-arm64_lexactivator.node +1 -0
- package/assets/linux-arm_lexactivator.node +1 -0
- package/assets/linux-x64_lexactivator.node +1 -0
- package/assets/win32-ia32_LexActivator.dll +1 -0
- package/assets/win32-ia32_lexactivator.node +1 -0
- package/assets/win32-x64_LexActivator.dll +1 -0
- package/assets/win32-x64_lexactivator.node +1 -0
- package/package.json +74 -0
package/LICENSE.md
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
# Licence
|
2
|
+
|
3
|
+
THIS SOFTWARE IS SUBJECT TO LICENCE - DO NOT USE WITHOUT PERMISSION
|
4
|
+
|
5
|
+
ALL USAGE OF THIS SOFTWARE IMPLIES A CONTRACT AND ROYALTIES PAID TO STERFIVE.COM
|
6
|
+
By using the software, you accept these terms.
|
7
|
+
If you don't accept them, do not use the software.
|
8
|
+
|
9
|
+
Copyright (c) Sterfive SAS 2017-2023
|
10
|
+
|
11
|
+
The above copyright notice and this permission notice shall be included in all
|
12
|
+
copies or substantial portions of the Software.
|
13
|
+
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
15
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
16
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT, SHALL THE AUTHORS OR
|
17
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER
|
18
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
19
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
20
|
+
|
21
|
+
[contact Sterfive](mailto:contact@sterfive.com?subject=Need%20more%20information%20on%20Sterfive%20opcua-toolbox&body=Hello%20my%20name%20is%20.....%20from%20company%20.....) for more information
|