Skip to content

Commit 42adbaa

Browse files
committed
License and Copyright attribution to NI for the PP
1 parent 7699bb5 commit 42adbaa

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

Providers/COPYRIGHT NOTICE.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Portions of code within this directory is copyright (c) National Instruments Corporation
2+
Licensed under the MIT License
3+
Original source: https://github.com/ni/actor-framework

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,9 @@ A concrete subclass of this abstract message is used to send the caller informat
126126

127127
## The "Compl Notif with Error Msg.lvclass" abstract message
128128

129-
This abstract class is a subclass of the “**Completion Notification Msg**" class, besides its parent class functionalities, this class merges the error generated as standard error output by the Async Method just called to the standard error input of the dynamic dispatch method "**Do Core.vi**". Hence concrete subclasses of this class must override the "Do Core.vi" method to perform suitable method calls.
129+
This abstract class is a subclass of the “**Completion Notification Msg**" class, besides its parent class functionalities, this class merges the error generated as standard error output by the Async Method just called to the standard error input of the dynamic dispatch method "**Do Core.vi**". Hence concrete subclasses of this class must override the "Do Core.vi" method to perform suitable method calls.
130+
131+
## Attribution
132+
133+
This library incorporates portions of the [NI Actor Framework](https://github.com/ni/actor-framework),
134+
which is Copyright (c) National Instruments Corporation and licensed under the MIT License.
Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1+
================================================================================
2+
This project incorporates code from the NI Actor Framework
3+
https://github.com/ni/actor-framework
4+
5+
Copyright (c) National Instruments Corporation
6+
7+
Licensed under the MIT License. See below for full license text.
8+
================================================================================
9+
110
MIT License
211

3-
Copyright (c) 2024 NI
12+
Copyright (c) National Instruments Corporation
413

514
Permission is hereby granted, free of charge, to any person obtaining a copy
615
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +27,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1827
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1928
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2029
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE .
30+
SOFTWARE.

0 commit comments

Comments
 (0)