-
Notifications
You must be signed in to change notification settings - Fork 119
/
license.config.json
68 lines (68 loc) · 1.19 KB
/
license.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"license": "HEADER",
"ignore": [
".git",
".github",
".gitattributes",
"**/.gitignore",
".babelrc",
".nycrc",
".npmrc",
".npmignore",
".tern-project",
".eslintignore",
"**/.cucumber.js",
"node_modules",
"packages",
"softhsm",
"build.cfg",
"README.md",
"CONTRIBUTING.md",
"DEVELOPERS.md",
"NOTICES.md",
"CHARTER.md",
"ISSUE_TEMPLATE.md",
"MAINTAINERS.md",
"CHANGELOG.md",
"contrib-notes",
"log",
"LICENSE",
"HEADER",
"NOTICE",
"docs/",
"umd/",
"lib/",
"test/data/",
"generators/app/templates",
"coverage",
"**/.DS_Store",
"packages/concerto-core/api.txt",
"coverage",
"index.d.ts",
"packages/concerto-core/introspect/parser.js",
"node_modules",
".nyc-output",
"**/*.pdf",
"**/*.cta",
"**/*.md",
"**/*.zip",
"**/*.feature",
"*.yml",
"*.yaml",
"*.tgz"
],
"licenseFormats": {
"js|njk|pegjs|cto|acl|qry|ergo": {
"prepend": "/*",
"append": " */",
"eachLine": {
"prepend": " * "
}
},
"npmrc|editorconfig|txt": {
"eachLine": {
"prepend": "# "
}
}
}
}