forked from rero/rero-ils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
check_license_config.yml
99 lines (89 loc) · 2.87 KB
/
check_license_config.yml
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# -*- coding: utf-8 -*-
#
# RERO ILS
# Copyright (C) 2019 RERO
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, version 3 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
directories:
recursive:
- rero_ils
- tests
flat:
- .
exclude:
txt:
- rero_ils/modules/notifications/templates/email/availability
- rero_ils/modules/notifications/templates/email/due_soon
- rero_ils/modules/notifications/templates/email/overdue
- rero_ils/modules/notifications/templates/email/recall
ts:
- tests/e2e/cypress/cypress/support
- tests/e2e/cypress/cypress/plugins
- tests/e2e/cypress/node_modules
js:
- tests/e2e/cypress/cypress/support
- tests/e2e/cypress/cypress/plugins
- tests/e2e/cypress/cypress/screenshots
- tests/e2e/cypress/node_modules
d.ts:
- tests/e2e/cypress/cypress/support
- tests/e2e/cypress/cypress/plugins
- tests/e2e/cypress/node_modules
d.js:
- tests/e2e/cypress/cypress/support
- tests/e2e/cypress/cypress/plugins
- tests/e2e/cypress/node_modules
html:
- tests/e2e/cypress/cypress/support
- tests/e2e/cypress/cypress/plugins
- tests/e2e/cypress/node_modules
conf:
- tests/e2e/cypress/cypress/support
- tests/e2e/cypress/cypress/plugins
- tests/e2e/cypress/node_modules
files:
py:
- Dockerfile
- Dockerfile.base
- docker/haproxy/Dockerfile
- docker/nginx/Dockerfile
sh:
- scripts/bootstrap
- scripts/console
- scripts/server
- scripts/setup
- scripts/update
file_extensions:
py, ini, yml, cfg, conf, sh:
top:
- "-*- coding: utf-8 -*-"
prefix: "#"
ts, scss, js:
top:
- "/*"
html:
top:
- "<!--"
- "{# -*- coding: utf-8 -*-"
license_text: |
RERO ILS
Copyright (C)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.