Skip to content

Commit 90f3797

Browse files
committed
Update file headers to include license information and directly credit GRIDLab.
1 parent 33d1817 commit 90f3797

11 files changed

Lines changed: 33 additions & 11 deletions

libSALT/FunctionGeneratorAPI/IFunctionGenerator.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
/* IFunctionGenerator Function Generator Device API Declaration
22
* S.A.L.T Project Library
33
* Written by Maurice Montag, 2019
4-
* BioRobotics Lab, University of Washington, Seattle
4+
* Developed as a collaboration between GRIDLab and BioRobotics Lab, University of Washington, Seattle
5+
* Copyright 2019 University of Washington
6+
* See included LICENSE.TXT for license information
57
*/
68

79
using System;

libSALT/FunctionGeneratorAPI/IMassStorageFunctionGenerator.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
/* IMassStorageFunctionGenerator Function Generator Device API Declaration
22
* S.A.L.T Project Library
33
* Written by Maurice Montag, 2019
4-
* BioRobotics Lab, University of Washington, Seattle
4+
* Developed as a collaboration between GRIDLab and BioRobotics Lab, University of Washington, Seattle
5+
* Copyright 2019 University of Washington
6+
* See included LICENSE.TXT for license information
57
*/
68

79
using System;

libSALT/FunctionGeneratorAPI/SDG2042X.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
/* Siglent SDG2042X Function Generator API Implementation
22
* S.A.L.T Project Library
33
* Written by Maurice Montag, 2019
4-
* BioRobotics Lab, University of Washington, Seattle
4+
* Developed as a collaboration between GRIDLab and BioRobotics Lab, University of Washington, Seattle
5+
* Copyright 2019 University of Washington
6+
* See included LICENSE.TXT for license information
57
*/
68

79
using System;

libSALT/FunctionGeneratorAPI/StubFunctionGenerator.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
* Used for Debugging
33
* S.A.L.T Project Library
44
* Written by Maurice Montag, 2019
5-
* BioRobotics Lab, University of Washington, Seattle
5+
* Developed as a collaboration between GRIDLab and BioRobotics Lab, University of Washington, Seattle
6+
* Copyright 2019 University of Washington
7+
* See included LICENSE.TXT for license information
68
*/
79

810
using System;

libSALT/FunctionGeneratorAPI/VISAFunctionGenerator.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
/* VISA Function Generator Abstract Class
22
* S.A.L.T Project Library
33
* Written by Maurice Montag, 2019
4-
* BioRobotics Lab, University of Washington, Seattle
4+
* Developed as a collaboration between GRIDLab and BioRobotics Lab, University of Washington, Seattle
5+
* Copyright 2019 University of Washington
6+
* See included LICENSE.TXT for license information
57
*/
68

79
using System;

libSALT/ITestAndMeasurement.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
/* Top Level Interface for Test and Measurement Devices
22
* S.A.L.T Project Library
33
* Written by Maurice Montag, 2019
4-
* BioRobotics Lab, University of Washington, Seattle
4+
* Developed as a collaboration between GRIDLab and BioRobotics Lab, University of Washington, Seattle
5+
* Copyright 2019 University of Washington
6+
* See included LICENSE.TXT for license information
57
*/
68

79
using System;

libSALT/OscilloscopeAPI/DS1054Z.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
/* Rigol DS1054Z Oscilloscope API Implementation
22
* S.A.L.T Project Library
33
* Written by Maurice Montag, 2019
4-
* BioRobotics Lab, University of Washington, Seattle
4+
* Developed as a collaboration between GRIDLab and BioRobotics Lab, University of Washington, Seattle
5+
* Copyright 2019 University of Washington
6+
* See included LICENSE.TXT for license information
57
*/
68

79
using System;

libSALT/OscilloscopeAPI/DS1104Z.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
/* Rigol DS1104Z Oscilloscope API Implementation
22
* S.A.L.T Project Library
33
* Written by Maurice Montag, 2019
4-
* BioRobotics Lab, University of Washington, Seattle
4+
* Developed as a collaboration between GRIDLab and BioRobotics Lab, University of Washington, Seattle
5+
* Copyright 2019 University of Washington
6+
* See included LICENSE.TXT for license information
57
*/
68

79
using System;

libSALT/OscilloscopeAPI/IOscilloscope.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
/* IOscilloscope Oscilloscope Device API Declaration
22
* S.A.L.T Project Library
33
* Written by Maurice Montag, 2019
4-
* BioRobotics Lab, University of Washington, Seattle
4+
* Developed as a collaboration between GRIDLab and BioRobotics Lab, University of Washington, Seattle
5+
* Copyright 2019 University of Washington
6+
* See included LICENSE.TXT for license information
57
*/
68

79
using System;

libSALT/OscilloscopeAPI/VISAOscilloscope.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
/* VISA Oscilloscope Abstract Class
22
* S.A.L.T Project Library
33
* Written by Maurice Montag, 2019
4-
* BioRobotics Lab, University of Washington, Seattle
4+
* Developed as a collaboration between GRIDLab and BioRobotics Lab, University of Washington, Seattle
5+
* Copyright 2019 University of Washington
6+
* See included LICENSE.TXT for license information
57
*/
68

79
using System;

0 commit comments

Comments
 (0)