We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba62fb commit 307edc4Copy full SHA for 307edc4
.licenser.yml
@@ -1,4 +1,12 @@
1
files:
2
+ "**/.mocharc.js":
3
+ header:
4
+ startBlock: |
5
+ /**
6
+ * @license
7
+ linePrefix: " * "
8
+ endBlock: " */"
9
+
10
"**/*.js":
11
header:
12
startBlock: |
.mocharc.js
@@ -1,3 +1,9 @@
+/**
+ * Copyright (C) Pryv S.A. https://pryv.com
+ * This file is part of Pryv.io and released under BSD-Clause-3 License
+ * Refer to LICENSE file
+ */
module.exports = {
exit: true,
slow: 75,
0 commit comments