summaryrefslogtreecommitdiffstats
path: root/tests/node.d/fronius.parse.spec.js
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <ahferroin7@gmail.com>2018-05-31 15:33:12 -0400
committerAustin S. Hemmelgarn <ahferroin7@gmail.com>2018-05-31 15:33:12 -0400
commite8915e26537615282003d6baf094d59712c9b4f1 (patch)
tree2c46b9218f824fd94a803f255ccac3ebcdf959df /tests/node.d/fronius.parse.spec.js
parent1feb09ad461addb81478e5351845b0491cf2dab6 (diff)
Add SPDX-License-Identifier headers to most files.
This tags all the files that I can clearly identify as being part of Netdata and not a local copy of a third party package that we're redistributing.
Diffstat (limited to 'tests/node.d/fronius.parse.spec.js')
-rw-r--r--tests/node.d/fronius.parse.spec.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/node.d/fronius.parse.spec.js b/tests/node.d/fronius.parse.spec.js
index 0dbfa030d5..69397668a5 100644
--- a/tests/node.d/fronius.parse.spec.js
+++ b/tests/node.d/fronius.parse.spec.js
@@ -1,4 +1,5 @@
"use strict";
+// SPDX-License-Identifier: GPL-3.0+
var netdata = require("../../node.d/node_modules/netdata");
// remember: subject will be a singleton!
@@ -329,4 +330,4 @@ describe("fronius parsing for inverters", function () {
expect(result.value).toBe(1000);
});
-}); \ No newline at end of file
+});