This repository was archived by the owner on Feb 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathboilerplate_input.json
More file actions
67 lines (67 loc) · 2.46 KB
/
boilerplate_input.json
File metadata and controls
67 lines (67 loc) · 2.46 KB
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
{
"projectId": "test_init_2",
"expressions": [
{
"tempId": 1,
"name": "HP old",
"description": "HP old",
"expression": "HP Ltd"
},
{
"tempId": 2,
"name": "Generic Disclaimer",
"description": "Generic Disclaimer",
"expression": "Disclaimer : This message contains confidential information and is intended only for the individual named. If you are not the named addressee, you are hereby notified that disclosing, copying, distributing or taking any action in reliance on the contents of this e-mail is strictly prohibited. Please notify the sender immediately by e-mail if you have received this e-mail by mistake, and delete this material from any computer. Hewlett Packard accepts no liability for errors or omissions in the contents of this message, which arise as a result of e-mail transmission."
},
{
"tempId": 3,
"name": "HPE short",
"description": "HPE short",
"expression": "HPE"
},
{
"tempId": 4,
"name": "HPE long",
"description": "HPE long",
"expression": "Hewlett Packard Enterprise"
},
{
"tempId": 5,
"name": "HP",
"description": "HP",
"expression": "HP"
},
{
"tempId": 6,
"name": "Hewlett Packard",
"description": "Hewlett Packard",
"expression": "Hewlett Packard"
},
{
"tempId": 7,
"name": "HPE Disclaimer",
"description": "HPE Disclaimer",
"expression": "For those countries that require consultation with works councils or other employee representatives, this is not intended to provide country-specific complete information and in no way reflects that final decisions have been made at a country level. With respect to such countries, final decisions are subject to prior consultation with works councils and other employee representatives, as required, and in compliance with local laws."
}
],
"tags": [
{
"name": "Disclaimers",
"description": "Disclaimers Tag",
"defaultReplacementText": "<redacted disclaimer>",
"boilerplateExpressions": [2,7]
},
{
"name": "HPE Company Names",
"description": "HPE Company Name Tags",
"defaultReplacementText": "<redacted company names>",
"boilerplateExpressions": [1,3,4,5,6]
},
{
"name": "HPE long",
"description": "HPE Company Name long",
"defaultReplacementText": "<redacted long company name>",
"boilerplateExpressions": [4]
}
]
}